Report 2005: 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     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226
227     plot-vpp-hdrh-lat-3n-skx:
228       csit-vpp-perf-report-iterative-2005-3n-skx:
229         - 47  # NDRPDR sel env 4
230
231     plot-vpp-nfv-3n-skx-ndrpdr:
232       csit-vpp-perf-report-iterative-2005-3n-skx:
233         - 4   # NDRPDR sel
234         - 5   # NDRPDR sel ??? all x710 failed
235         - 33  # NDRPDR sel
236         - 28  # NDRPDR sel
237         - 34  # NDRPDR sel
238
239     plot-vpp-nfv-3n-skx-mrr:
240       csit-vpp-perf-report-iterative-2005-3n-skx:
241         - 49  # MRR sel env 4
242
243     plot-dpdk-throughput-latency-3n-skx:
244       csit-dpdk-perf-report-iterative-2005-3n-skx:
245         - 28  # NDRPDR iter
246         - 29  # NDRPDR iter
247         - 30  # NDRPDR iter
248         - 31  # NDRPDR iter
249         - 32  # NDRPDR iter
250         - 33  # NDRPDR iter
251         - 34  # NDRPDR iter
252         - 35  # NDRPDR iter
253         - 36  # NDRPDR iter
254         - 37  # NDRPDR iter
255
256     plot-dpdk-hdrh-lat-3n-skx:
257       csit-dpdk-perf-report-iterative-2005-3n-skx:
258         - 28  # NDRPDR iter
259
260     # 2n-skx
261
262     plot-vpp-throughput-lat-tsa-2n-skx:
263       csit-vpp-perf-report-iterative-2005-2n-skx:
264         - 88  # NDRPDR sel env 4
265         - 89  # NDRPDR sel env 4
266         - 90  # NDRPDR sel env 4
267         - 91  # NDRPDR sel env 4
268         - 92  # NDRPDR sel env 4
269         - 93  # NDRPDR sel env 4
270         - 94  # NDRPDR sel env 4
271         - 125 # NDRPDR sel env 4
272         - 126 # NDRPDR sel env 4
273         - 127 # NDRPDR sel env 4
274
275     plot-vpp-hdrh-lat-2n-skx:
276       csit-vpp-perf-report-iterative-2005-2n-skx:
277         - 94  # NDRPDR sel
278
279     plot-vpp-soak-2n-skx:
280       csit-vpp-perf-report-iterative-2005-2n-skx:
281         - 122 # Soak
282         - 123 # Soak
283
284     plot-vpp-nfv-2n-skx-ndrpdr:
285       csit-vpp-perf-report-iterative-2005-2n-skx:
286         - 113 # nf-density-sel env 4
287         - 114 # nf-density-sel env 4
288         - 124 # nf-density-sel env 4
289         - 128 # nf-density-sel env 4
290         - 129 # nf-density-sel env 4
291         - 131 # nf-density-sel env 4
292         - 132 # nf-density-sel env 4
293         - 135 # nf-density-sel env 4
294
295     plot-vpp-nfv-2n-skx-mrr:
296       csit-vpp-perf-report-iterative-2005-2n-skx:
297         - 115 # nf-density-sel env 4
298
299     plot-vpp-nfv-reconf-2n-skx:
300       csit-vpp-perf-report-iterative-2005-2n-skx:
301         - 106 # Reconf env 4
302         - 107 # Reconf env 4
303         - 108 # Reconf env 4
304         - 109 # Reconf env 4
305         - 110 # Reconf env 4
306         - 111 # Reconf env 4
307         - 112 # Reconf env 4
308         - 118 # Reconf env 4
309         - 120 # Reconf env 4
310         - 121 # Reconf env 4
311
312     plot-dpdk-throughput-latency-2n-skx:
313       csit-dpdk-perf-report-iterative-2005-2n-skx:
314         - 20  # NDRPDR iter
315         - 21  # NDRPDR iter
316         - 22  # NDRPDR iter
317         - 23  # NDRPDR iter
318         - 24  # NDRPDR iter
319         - 25  # NDRPDR iter
320         - 26  # NDRPDR iter
321         - 27  # NDRPDR iter
322         - 28  # NDRPDR iter
323         - 29  # NDRPDR iter
324
325     plot-dpdk-hdrh-lat-2n-skx:
326       csit-dpdk-perf-report-iterative-2005-2n-skx:
327         - 20  # NDRPDR iter
328
329     # 2n-clx
330
331     plot-vpp-throughput-lat-tsa-2n-clx:
332       csit-vpp-perf-report-iterative-2005-2n-clx:
333         - 62  # NDRPDR sel env 4
334         - 63  # NDRPDR sel env 4
335         - 64  # NDRPDR sel env 4
336         - 65  # NDRPDR sel env 4
337         - 66  # NDRPDR sel env 4
338         - 68  # NDRPDR sel env 4
339         - 69  # NDRPDR sel env 4
340         - 70  # NDRPDR sel env 4
341         - 103 # NDRPDR sel env 4
342         - 104 # NDRPDR sel env 4
343
344     plot-vpp-hdrh-lat-2n-clx:
345       csit-vpp-perf-report-iterative-2005-2n-clx:
346         - 70  # NDRPDR sel env 4
347
348     plot-vpp-nfv-2n-clx-ndrpdr:
349       csit-vpp-perf-report-iterative-2005-2n-clx:
350         - 91  # nfv-density-00 env 4
351         - 92  # nfv-density-00 env 4
352         - 93  # nfv-density-00 env 4
353         - 97  # nfv-density-00 env 4
354         - 98  # nfv-density-00 env 4
355         - 99  # nfv-density-00 env 4
356         - 100 # nfv-density-00 env 4
357         - 105 # nfv-density-00 env 4
358         - 106 # nfv-density-00 env 4
359         - 108 # nfv-density-00 env 4
360
361     plot-vpp-nfv-2n-clx-mrr:
362       csit-vpp-perf-report-iterative-2005-2n-clx:
363         - 96  # MRR
364
365     plot-vpp-nfv-reconf-2n-clx:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 81  # Reconf env 4
368         - 82  # Reconf env 4
369         - 83  # Reconf env 4
370         - 84  # Reconf env 4
371         - 85  # Reconf env 4
372         - 86  # Reconf env 4
373         - 87  # Reconf env 4
374         - 88  # Reconf env 4
375         - 89  # Reconf env 4
376         - 90  # Reconf env 4
377
378     plot-vpp-soak-2n-clx:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 101 # Soak
381         - 102 # Soak
382
383     plot-dpdk-throughput-latency-2n-clx:
384       csit-dpdk-perf-report-iterative-2005-2n-clx:
385         - 20  # NDRPDR iter
386         - 21  # NDRPDR iter
387         - 22  # NDRPDR iter
388         - 23  # NDRPDR iter
389         - 24  # NDRPDR iter
390         - 25  # NDRPDR iter
391         - 26  # NDRPDR iter
392         - 27  # NDRPDR iter
393         - 28  # NDRPDR iter
394         - 29  # NDRPDR iter
395
396     plot-dpdk-hdrh-lat-2n-clx:
397       csit-dpdk-perf-report-iterative-2005-2n-clx:
398         - 21  # NDRPDR iter
399
400     # 3n-tsh
401
402     plot-vpp-throughput-lat-tsa-3n-tsh:
403       csit-vpp-perf-report-iterative-2005-3n-tsh:
404         - 23  # NDRPDR sel env 4
405         - 25  # NDRPDR sel env 4
406         - 33  # NDRPDR sel env 4
407         - 34  # NDRPDR sel env 4
408         - 35  # NDRPDR sel env 4
409         - 36  # NDRPDR sel env 4
410         - 37  # NDRPDR sel env 4
411
412     plot-vpp-hdrh-lat-3n-tsh:
413       csit-vpp-perf-report-iterative-2005-3n-tsh:
414         - 35  # NDRPDR sel env 4
415
416     plot-dpdk-throughput-latency-3n-tsh:
417       csit-dpdk-perf-report-iterative-2005-3n-tsh:
418         - 5   # NDRPDR sel
419
420     plot-dpdk-hdrh-lat-3n-tsh:
421       csit-dpdk-perf-report-iterative-2005-3n-tsh:
422         - 5   # NDRPDR sel
423
424     # 3n-dnv
425
426     plot-vpp-throughput-lat-tsa-3n-dnv:
427       csit-vpp-perf-report-iterative-2005-3n-dnv:
428         - 2   # NDRPDR sel
429         - 3   # NDRPDR sel
430         - 4   # NDRPDR sel
431         - 5   # NDRPDR sel
432         - 6   # NDRPDR sel
433         - 7   # NDRPDR sel
434         - 9   # NDRPDR sel
435         - 10  # NDRPDR sel
436         - 11  # NDRPDR sel
437         - 12  # NDRPDR sel
438
439     plot-dpdk-throughput-latency-3n-dnv:
440       csit-dpdk-perf-report-iterative-2005-3n-dnv:
441         - 6   # NDRPDR sel
442         - 7   # NDRPDR sel
443         - 8   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446         - 11  # NDRPDR sel
447         - 12  # NDRPDR sel
448         - 13  # NDRPDR sel
449         - 14  # NDRPDR sel
450         - 16  # NDRPDR sel
451
452     # 2n-dnv
453
454     plot-vpp-throughput-lat-tsa-2n-dnv:
455       csit-vpp-perf-report-iterative-2005-2n-dnv:
456         - 3   # NDRPDR sel
457         - 6   # NDRPDR sel
458         - 7   # NDRPDR sel
459         - 8   # NDRPDR sel
460         - 9   # NDRPDR sel
461         - 10  # NDRPDR sel
462         - 11  # NDRPDR sel
463         - 12  # NDRPDR sel
464         - 13  # NDRPDR sel
465         - 14  # NDRPDR sel
466
467     plot-dpdk-throughput-latency-2n-dnv:
468       csit-dpdk-perf-report-iterative-2005-2n-dnv:
469         - 8   # NDRPDR sel
470         - 9   # NDRPDR sel
471         - 10  # NDRPDR sel
472         - 11  # NDRPDR sel
473         - 12  # NDRPDR sel
474         - 13  # NDRPDR sel
475         - 14  # NDRPDR sel
476         - 15  # NDRPDR sel
477         - 16  # NDRPDR sel
478         - 17  # NDRPDR sel
479
480     ###########################################################################
481     # Simple tables (only one data set):
482
483     # NIC Comparisons
484
485     vpp-nic-comparison-3n-skx:
486       csit-vpp-perf-report-iterative-2005-3n-skx:
487         - 42  # NDRPDR sel env 4
488         - 43  # NDRPDR sel env 4
489         - 44  # NDRPDR sel env 4
490         - 45  # NDRPDR sel env 4
491         - 47  # NDRPDR sel env 4
492
493     vpp-nic-comparison-2n-skx:
494       csit-vpp-perf-report-iterative-2005-2n-skx:
495         - 88  # NDRPDR sel env 4
496         - 89  # NDRPDR sel env 4
497         - 90  # NDRPDR sel env 4
498         - 91  # NDRPDR sel env 4
499         - 92  # NDRPDR sel env 4
500         - 93  # NDRPDR sel env 4
501         - 94  # NDRPDR sel env 4
502         - 125 # NDRPDR sel env 4
503         - 126 # NDRPDR sel env 4
504         - 127 # NDRPDR sel env 4
505
506     vpp-nic-comparison-3n-skx-mrr:
507       csit-vpp-perf-report-iterative-2005-3n-skx:
508         - 49  # MRR sel env 4
509
510     vpp-nic-comparison-2n-skx-mrr:
511       csit-vpp-perf-report-iterative-2005-2n-skx:
512         - 99  # MRR sel env 4
513
514     # Results
515
516     vpp-perf-results-3n-hsw:
517       csit-vpp-perf-report-coverage-2005-3n-hsw:
518         - 74  # crypto-00
519         - 75  # crypto-01
520         - 76  # crypto-02
521         - 77  # crypto-03
522         - 78  # ip4-00
523         - 79  # ip4-01
524         - 80  # ip4-02
525         - 81  # ip4-03
526         - 73  # ip4-04
527         - 82  # ip4-05
528         - 83  # ip4-06
529         - 84  # ip4-07
530         - 85  # ip4-08
531         - 86  # ip4tun-00
532         - 87  # ip4tun-01
533         - 88  # ip4tun-02
534         - 89  # ip6-00
535         - 90  # ip6-01
536         - 91  # ip6tun-00
537         - 92  # l2-00
538         - 93  # l2-01
539         - 94  # l2-02
540         - 95  # l2-03
541         - 96  # l2-04
542         - 97  # l2-05
543         - 98  # l2-06
544         - 99  # l2-07
545         - 100 # l2-08
546         - 101 # l2-09
547         - 102 # l2-10
548         - 103 # memif-00
549         - 104 # srv6-00
550         - 105 # srv6-01
551         - 106 # vhost-00
552         - 107 # vhost-01
553         - 109 # vhost-02
554
555     vpp-perf-results-3n-skx:
556       csit-vpp-perf-report-coverage-2005-3n-skx:
557         - 45  # crypto-00
558         - 46  # crypto-01
559         - 47  # crypto-02
560         - 83  # crypto-03
561         - 50  # ip4-00
562         - 51  # ip4-01
563         - 52  # ip4-02
564         - 53  # ip4-03
565         - 54  # ip4-04
566         - 55  # ip4-05
567         - 56  # ip4-06
568         - 57  # ip4-07
569         - 58  # ip4-08
570         - 59  # ip4tun-00
571         - 60  # ip4tun-01
572         - 61  # ip4tun-02
573         - 62  # ip6-00
574         - 63  # ip6-01
575         - 64  # ip6tun-00
576         - 65  # l2-00
577         - 66  # l2-01
578         - 67  # l2-02
579         - 68  # l2-03
580         - 69  # l2-04
581         - 84  # l2-05
582         - 71  # l2-06
583         - 72  # l2-07
584         - 73  # l2-08
585         - 85  # l2-09
586         - 75  # l2-10
587         - 76  # memif-00
588         - 77  # srv6-00
589         - 78  # srv6-01
590         - 88  # vhost-00
591         - 89  # vhost-01
592         - 81  # vhost-02
593         - 83  # vhost-03
594
595     vpp-perf-results-2n-skx:
596       csit-vpp-perf-report-coverage-2005-2n-skx:
597         - 28  # ip4-00
598         - 29  # ip4-01
599         - 30  # ip4-02
600         - 31  # ip4-03
601         - 32  # ip4-04
602         - 33  # ip4-05
603         - 34  # ip6-00
604         - 35  # ip6-01
605         - 36  # l2-00
606         - 37  # l2-01
607         - 38  # lb-00
608         - 39  # memif-00
609         - 40  # vhost-00
610         - 41  # vhost-01
611         - 42  # vts-00
612
613     vpp-perf-results-2n-clx:
614       csit-vpp-perf-report-coverage-2005-2n-clx:
615         - 24  # ip4-00
616         - 25  # ip4-01
617         - 26  # ip4-02
618         - 27  # ip4-03
619         - 28  # ip4-04
620         - 29  # ip4-05
621         - 34  # ip6-00
622         - 36  # ip6-01
623         - 31  # l2-00
624         - 41  # l2-01
625         - 39  # lb-00
626         - 37  # memif-00
627         - 32  # vhost-00
628         - 33  # vhost-01
629         - 40  # vts-00
630
631     vpp-perf-results-3n-tsh:
632       csit-vpp-perf-report-iterative-2005-3n-tsh:
633         - 35  # NDRPDR sel env 4
634
635     vpp-perf-results-3n-dnv:
636       csit-vpp-perf-report-coverage-2005-3n-dnv:
637         - 1   # perf-full-3n-dnv-crypto_I
638         - 24  # perf-full-3n-dnv-crypto_II
639         - 5   # perf-full-3n-dnv-ip4_I
640         - 13  # perf-full-3n-dnv-ip4_II
641         - 17  # perf-full-3n-dnv-ip6_I
642         - 18  # perf-full-3n-dnv-ip6_II
643         - 21  # perf-full-3n-dnv-l2_I
644         - 22  # perf-full-3n-dnv-l2_II
645         - 23  # perf-full-3n-dnv-ip4-tunnels_I
646
647     vpp-perf-results-2n-dnv:
648       csit-vpp-perf-report-coverage-2005-2n-dnv:
649         - 1   # perf-full-2n-dnv-ip4_I
650         - 2   # perf-full-2n-dnv-ip4_II
651         - 3   # perf-full-2n-dnv-ip6_I
652         - 4   # perf-full-2n-dnv-ip6_II
653         - 5   # perf-full-2n-dnv-l2_I
654         - 6   # perf-full-2n-dnv-l2_II
655
656     vpp-mrr-results-3n-hsw:
657       csit-vpp-perf-report-iterative-2005-3n-hsw:
658         - 30  # MRR env 4
659
660     vpp-mrr-results-3n-skx:
661       csit-vpp-perf-report-iterative-2005-3n-skx:
662         - 49  # MRR sel env 4
663
664     vpp-mrr-results-2n-skx:
665       csit-vpp-perf-report-iterative-2005-2n-skx:
666         - 99  # MRR sel env 4
667
668     vpp-mrr-results-2n-clx:
669       csit-vpp-perf-report-iterative-2005-2n-clx:
670         - 72  # MRR env 4
671
672     vpp-mrr-results-3n-tsh:
673       csit-vpp-perf-report-iterative-2005-3n-tsh:
674         - 27  # MRR sel env 4
675
676     vpp-mrr-results-3n-dnv:
677       csit-vpp-perf-report-iterative-2005-3n-dnv:
678         - 8   # MRR
679
680     vpp-mrr-results-2n-dnv:
681       csit-vpp-perf-report-iterative-2005-2n-dnv:
682         - 15  # MRR sel
683
684     vpp-device-results-ubuntu:
685       csit-vpp-device-2005-ubuntu1804-1n-skx:
686         - 35
687
688     dpdk-perf-results-3n-hsw:
689       csit-dpdk-perf-report-iterative-2005-3n-hsw:
690         - 25  # NDRPDR iter
691
692     dpdk-perf-results-3n-skx:
693       csit-dpdk-perf-report-iterative-2005-3n-skx:
694         - 28  # NDRPDR iter
695
696     dpdk-perf-results-2n-skx:
697       csit-dpdk-perf-report-iterative-2005-2n-skx:
698         - 20  # NDRPDR iter
699
700     dpdk-perf-results-2n-clx:
701       csit-dpdk-perf-report-iterative-2005-2n-clx:
702         - 21  # NDRPDR iter
703
704     dpdk-perf-results-2n-dnv:
705       csit-dpdk-perf-report-iterative-2005-2n-dnv:
706         - 8   # NDRPDR sel
707
708     dpdk-perf-results-3n-dnv:
709       csit-dpdk-perf-report-iterative-2005-3n-dnv:
710         - 6   # NDRPDR sel
711
712     dpdk-perf-results-3n-tsh:
713       csit-dpdk-perf-report-iterative-2005-3n-tsh:
714         - 5   # NDRPDR sel
715
716 ###########################################################################
717     # Tables (more than one data set)
718
719     # Performance changes
720
721     vpp-performance-changes-3n-hsw-h1:
722       csit-vpp-perf-verify-1908-3n-hsw:
723         - 12  # NDRPDR sel
724         - 13  # NDRPDR sel
725         - 14  # NDRPDR sel
726         - 15  # NDRPDR sel
727         - 16  # NDRPDR sel
728         - 17  # NDRPDR sel
729         - 18  # NDRPDR sel
730         - 19  # NDRPDR sel
731         - 20  # NDRPDR sel
732         - 21  # NDRPDR sel
733     vpp-performance-changes-3n-hsw-ref:
734       csit-vpp-perf-verify-2001-3n-hsw:
735         - 21  # NDRPDR sel
736         - 22  # NDRPDR sel
737         - 23  # NDRPDR sel
738         - 24  # NDRPDR sel
739         - 25  # NDRPDR sel
740         - 29  # NDRPDR sel
741         - 30  # NDRPDR sel
742         - 31  # NDRPDR sel
743         - 32  # NDRPDR sel
744         - 34  # NDRPDR sel
745     vpp-performance-changes-3n-hsw-cmp:
746       csit-vpp-perf-report-iterative-2005-3n-hsw:
747         - 3   # NDRPDR sel
748         - 4   # NDRPDR sel
749         - 5   # NDRPDR sel
750         - 10  # NDRPDR sel
751         - 11  # NDRPDR sel
752         - 12  # NDRPDR sel
753         - 15  # NDRPDR sel
754         - 16  # NDRPDR sel
755         - 18  # NDRPDR sel
756         - 19  # NDRPDR sel
757     vpp-performance-changes-3n-hsw-cmp-2:
758       csit-vpp-perf-report-iterative-2005-3n-hsw:
759         - 20  # NDRPDR sel env 4
760         - 21  # NDRPDR sel env 4
761         - 22  # NDRPDR sel env 4
762         - 23  # NDRPDR sel env 4
763         - 24  # NDRPDR sel env 4
764         - 25  # NDRPDR sel env 4
765         - 26  # NDRPDR sel env 4
766         - 27  # NDRPDR sel env 4
767         - 28  # NDRPDR sel env 4
768         - 29  # NDRPDR sel env 4
769     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
770       csit-vpp-perf-report-iterative-2005-3n-hsw:
771         - 31  # NDRPDR sel 2001.0-4
772         - 32  # NDRPDR sel 2001.0-4
773         - 33  # NDRPDR sel 2001.0-4
774         - 34  # NDRPDR sel 2001.0-4
775         - 35  # NDRPDR sel 2001.0-4
776         - 36  # NDRPDR sel 2001.0-4
777         - 38  # NDRPDR sel 2001.0-4
778
779     vpp-performance-changes-3n-skx-h1:
780       csit-vpp-perf-verify-1908_1-3n-skx:
781         - 26  # NDRPDR sel - new1908.1
782         - 27  # NDRPDR sel - new1908.1
783         - 28  # NDRPDR sel - new1908.1
784         - 29  # NDRPDR sel - new1908.1
785         - 30  # NDRPDR sel - new1908.1
786         - 31  # NDRPDR sel - new1908.1
787         - 33  # NDRPDR sel - new1908.1
788         - 34  # NDRPDR sel - new1908.1
789         - 35  # NDRPDR sel - new1908.1
790         - 36  # NDRPDR sel - new1908.1
791     vpp-performance-changes-3n-skx-ref:
792       csit-vpp-perf-verify-2001-3n-skx:
793         - 69  # NDRPDR sel - new2001.0
794         - 71  # NDRPDR sel - new2001.0
795         - 72  # NDRPDR sel - new2001.0
796         - 76  # NDRPDR sel - new2001.0
797         - 77  # NDRPDR sel - new2001.0
798         - 78  # NDRPDR sel - new2001.0
799         - 80  # NDRPDR sel - new2001.0
800     vpp-performance-changes-3n-skx-cmp:
801       csit-vpp-perf-report-iterative-2005-3n-skx:
802         - 4   # NDRPDR sel
803         - 5   # NDRPDR sel ??? all x710 failed
804         - 33  # NDRPDR sel
805         - 28  # NDRPDR sel
806         - 34  # NDRPDR sel
807         - 36  # NDRPDR sel
808         - 37  # NDRPDR sel
809         - 38  # NDRPDR sel
810         - 39  # NDRPDR sel
811         - 41  # NDRPDR sel
812     vpp-performance-changes-3n-skx-cmp-2:
813       csit-vpp-perf-report-iterative-2005-3n-skx:
814         - 42  # NDRPDR sel env 4
815         - 43  # NDRPDR sel env 4
816         - 44  # NDRPDR sel env 4
817         - 45  # NDRPDR sel env 4
818         - 47  # NDRPDR sel env 4
819     vpp-performance-changes-3n-skx-cmp-2001.0-4:
820       csit-vpp-perf-report-iterative-2005-3n-skx:
821         - 50  # NDRPDR sel 2001.0-4
822         - 51  # NDRPDR sel 2001.0-4
823         - 52  # NDRPDR sel 2001.0-4
824         - 53  # NDRPDR sel 2001.0-4
825         - 54  # NDRPDR sel 2001.0-4
826
827     vpp-performance-changes-2n-skx-h1:
828       csit-vpp-perf-verify-1908_1-2n-skx:
829         - 39  # NDRPDR sel - new1908.1
830         - 40  # NDRPDR sel - new1908.1
831         - 41  # NDRPDR sel - new1908.1
832         - 43  # NDRPDR sel - new1908.1
833         - 44  # NDRPDR sel - new1908.1
834         - 45  # NDRPDR sel - new1908.1
835         - 46  # NDRPDR sel - new1908.1
836         - 47  # NDRPDR sel - new1908.1
837         - 48  # NDRPDR sel - new1908.1
838         - 49  # NDRPDR sel - new1908.1
839     vpp-performance-changes-2n-skx-ref:
840       csit-vpp-perf-verify-2001-2n-skx:
841         - 143  # NDRPDR sel - new2001.0
842         - 146  # NDRPDR sel - new2001.0
843         - 147  # NDRPDR sel - new2001.0
844         - 148  # NDRPDR sel - new2001.0
845         - 149  # NDRPDR sel - new2001.0
846         - 150  # NDRPDR sel - new2001.0
847         - 151  # NDRPDR sel - new2001.0
848         - 152  # NDRPDR sel - new2001.0
849         - 153  # NDRPDR sel - new2001.0
850         - 154  # NDRPDR sel - new2001.0
851     vpp-performance-changes-2n-skx-cmp:
852       csit-vpp-perf-report-iterative-2005-2n-skx:
853         - 43  # NDRPDR sel
854         - 38  # NDRPDR sel
855         - 7   # NDRPDR sel
856         - 65  # NDRPDR sel
857         - 47  # NDRPDR sel
858         - 55  # NDRPDR sel
859         - 67  # NDRPDR sel
860         - 75  # NDRPDR sel
861         - 76  # NDRPDR sel
862         - 73  # NDRPDR sel
863     vpp-performance-changes-2n-skx-cmp-2:
864       csit-vpp-perf-report-iterative-2005-2n-skx:
865         - 88  # NDRPDR sel env 4
866         - 89  # NDRPDR sel env 4
867         - 90  # NDRPDR sel env 4
868         - 91  # NDRPDR sel env 4
869         - 92  # NDRPDR sel env 4
870         - 93  # NDRPDR sel env 4
871         - 94  # NDRPDR sel env 4
872         - 125 # NDRPDR sel env 4
873         - 126 # NDRPDR sel env 4
874         - 127 # NDRPDR sel env 4
875     vpp-performance-changes-2n-skx-cmp-2001.0-4:
876       csit-vpp-perf-report-iterative-2005-2n-skx:
877         - 100 # NDRPDR sel 2001.0-4
878         - 101 # NDRPDR sel 2001.0-4
879         - 102 # NDRPDR sel 2001.0-4
880         - 103 # NDRPDR sel 2001.0-4
881         - 104 # NDRPDR sel 2001.0-4
882         - 105 # NDRPDR sel 2001.0-4
883
884 #    vpp-performance-changes-nfv-2n-skx-ref:
885 #      csit-vpp-perf-verify-2001-2n-skx:
886 #        - 30  # NFV
887 #        - 31  # NFV
888 #    vpp-performance-changes-nfv-2n-skx-cmp:
889 #      csit-vpp-perf-report-iterative-2005-2n-skx:
890 #        - 43  # NDRPDR sel
891 #        - 38  # NDRPDR sel
892 #        - 7   # NDRPDR sel
893 #        - 78  # nf-density-sel
894 #        - 83  # nf-density-sel
895
896     vpp-performance-changes-2n-clx-ref:
897       csit-vpp-perf-verify-2001-2n-clx:
898         - 28  # NDRPDR sel
899         - 29  # NDRPDR sel
900         - 32  # NDRPDR sel
901         - 40  # NDRPDR sel
902         - 43  # NDRPDR sel
903         - 44  # NDRPDR sel
904         - 45  # NDRPDR sel
905         - 47  # NDRPDR sel
906         - 48  # NDRPDR sel
907         - 49  # NDRPDR sel
908     vpp-performance-changes-2n-clx-cmp:
909       csit-vpp-perf-report-iterative-2005-2n-clx:
910         - 7   # NDRPDR sel
911         - 38  # NDRPDR sel
912         - 9   # NDRPDR sel
913         - 32  # NDRPDR sel ???
914         - 33  # NDRPDR sel ???
915         - 39  # NDRPDR sel
916         - 40  # NDRPDR sel
917         - 43  # NDRPDR sel
918         - 50  # NDRPDR sel
919         - 51  # NDRPDR sel
920     vpp-performance-changes-2n-clx-cmp-2:
921       csit-vpp-perf-report-iterative-2005-2n-clx:
922         - 62  # NDRPDR sel env 4
923         - 63  # NDRPDR sel env 4
924         - 64  # NDRPDR sel env 4
925         - 65  # NDRPDR sel env 4
926         - 66  # NDRPDR sel env 4
927         - 68  # NDRPDR sel env 4
928         - 69  # NDRPDR sel env 4
929         - 70  # NDRPDR sel env 4
930         - 103 # NDRPDR sel env 4
931         - 104 # NDRPDR sel env 4
932     vpp-performance-changes-2n-clx-cmp-2001.0-4:
933       csit-vpp-perf-report-iterative-2005-2n-clx:
934         - 73  # NDRPDR sel 2001.0-4
935         - 74  # NDRPDR sel 2001.0-4
936         - 75  # NDRPDR sel 2001.0-4
937         - 76  # NDRPDR sel 2001.0-4
938         - 77  # NDRPDR sel 2001.0-4
939         - 78  # NDRPDR sel 2001.0-4
940         - 79  # NDRPDR sel 2001.0-4
941         - 80  # NDRPDR sel 2001.0-4
942
943     vpp-performance-changes-2n-dnv-h1:
944       csit-vpp-perf-verify-1908-2n-dnv:
945         - 1   # NDRPDR sel
946         - 2   # NDRPDR sel
947         - 3   # NDRPDR sel
948         - 4   # NDRPDR sel
949         - 5   # NDRPDR sel
950         - 6   # NDRPDR sel
951         - 7   # NDRPDR sel
952         - 8   # NDRPDR sel
953         - 9   # NDRPDR sel
954         - 10  # NDRPDR sel
955     vpp-performance-changes-2n-dnv-ref:
956       csit-vpp-perf-verify-2001-2n-dnv:
957         - 4   # NDRPDR sel
958         - 5   # NDRPDR sel
959         - 6   # NDRPDR sel
960         - 7   # NDRPDR sel
961         - 8   # NDRPDR sel
962         - 9   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 11  # NDRPDR sel
965         - 13  # NDRPDR sel
966         - 16  # NDRPDR sel
967     vpp-performance-changes-2n-dnv-cmp:
968       csit-vpp-perf-report-iterative-2005-2n-dnv:
969         - 3   # NDRPDR sel
970         - 6   # NDRPDR sel
971         - 7   # NDRPDR sel
972         - 8   # NDRPDR sel
973         - 9   # NDRPDR sel
974         - 10  # NDRPDR sel
975         - 11  # NDRPDR sel
976         - 12  # NDRPDR sel
977         - 13  # NDRPDR sel
978         - 14  # NDRPDR sel
979
980     vpp-performance-changes-3n-dnv-h1:
981       csit-vpp-perf-verify-1908-3n-dnv:
982         - 6   # NDRPDR sel
983         - 7   # NDRPDR sel
984         - 8   # NDRPDR sel
985         - 9   # NDRPDR sel
986         - 10  # NDRPDR sel
987         - 12  # NDRPDR sel
988         - 13  # NDRPDR sel
989         - 14  # NDRPDR sel
990         - 15  # NDRPDR sel
991         - 16  # NDRPDR sel
992     vpp-performance-changes-3n-dnv-ref:
993       csit-vpp-perf-verify-2001-3n-dnv:
994         - 5   # NDRPDR sel
995         - 6   # NDRPDR sel
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 12  # NDRPDR sel
1001         - 16  # NDRPDR sel
1002         - 17  # NDRPDR sel
1003         - 18  # NDRPDR sel
1004     vpp-performance-changes-3n-dnv-cmp:
1005       csit-vpp-perf-report-iterative-2005-3n-dnv:
1006         - 2   # NDRPDR sel
1007         - 3   # NDRPDR sel
1008         - 4   # NDRPDR sel
1009         - 5   # NDRPDR sel
1010         - 6   # NDRPDR sel
1011         - 7   # NDRPDR sel
1012         - 9   # NDRPDR sel
1013         - 10  # NDRPDR sel
1014         - 11  # NDRPDR sel
1015         - 12  # NDRPDR sel
1016
1017     vpp-performance-changes-3n-tsh-h1:
1018       csit-vpp-perf-verify-1908-3n-tsh:
1019         - 7   # NDRPDR sel
1020         - 8   # NDRPDR sel
1021         - 9   # NDRPDR sel
1022         - 10  # NDRPDR sel
1023         - 11  # NDRPDR sel
1024         - 12  # NDRPDR sel
1025         - 13  # NDRPDR sel
1026         - 14  # NDRPDR sel
1027         - 15  # NDRPDR sel
1028         - 16  # NDRPDR sel
1029     vpp-performance-changes-3n-tsh-ref:
1030       csit-vpp-perf-verify-2001-3n-tsh:
1031         - 3   # NDRPDR sel
1032         - 4   # NDRPDR sel
1033         - 7   # NDRPDR sel
1034         - 8   # NDRPDR sel
1035         - 10  # NDRPDR sel
1036         - 12  # NDRPDR sel
1037         - 13  # NDRPDR sel
1038         - 14  # NDRPDR sel
1039         - 15  # NDRPDR sel
1040         - 21  # NDRPDR sel
1041     vpp-performance-changes-3n-tsh-cmp:
1042       csit-vpp-perf-report-iterative-2005-3n-tsh:
1043         - 9   # NDRPDR sel
1044         - 11  # NDRPDR sel
1045         - 12  # NDRPDR sel
1046         - 20  # NDRPDR sel
1047         - 14  # NDRPDR sel
1048         - 21  # NDRPDR sel
1049     vpp-performance-changes-3n-tsh-cmp-2:
1050       csit-vpp-perf-report-iterative-2005-3n-tsh:
1051         - 23  # NDRPDR sel env 4
1052         - 25  # NDRPDR sel env 4
1053         - 33  # NDRPDR sel env 4
1054         - 34  # NDRPDR sel env 4
1055         - 35  # NDRPDR sel env 4
1056         - 36  # NDRPDR sel env 4
1057         - 37  # NDRPDR sel env 4
1058     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1059       csit-vpp-perf-report-iterative-2005-3n-tsh:
1060         - 28  # NDRPDR sel 2001.0-4
1061         - 29  # NDRPDR sel 2001.0-4
1062         - 31  # NDRPDR sel 2001.0-4
1063
1064     vpp-soak-vs-ndr-2n-skx-ref:
1065       csit-vpp-perf-report-iterative-2005-2n-skx:
1066         - 88  # NDRPDR sel env 4
1067         - 89  # NDRPDR sel env 4
1068         - 90  # NDRPDR sel env 4
1069         - 91  # NDRPDR sel env 4
1070         - 92  # NDRPDR sel env 4
1071         - 93  # NDRPDR sel env 4
1072         - 94  # NDRPDR sel env 4
1073         - 125 # NDRPDR sel env 4
1074         - 126 # NDRPDR sel env 4
1075         - 127 # NDRPDR sel env 4
1076     vpp-soak-vs-ndr-2n-skx-cmp:
1077       csit-vpp-perf-report-iterative-2005-2n-skx:
1078         - 122 # Soak
1079         - 123 # Soak
1080     vpp-soak-vs-ndr-2n-skx:
1081       csit-vpp-perf-report-iterative-2005-2n-skx:
1082         - 88  # NDRPDR sel env 4
1083         - 89  # NDRPDR sel env 4
1084         - 90  # NDRPDR sel env 4
1085         - 91  # NDRPDR sel env 4
1086         - 92  # NDRPDR sel env 4
1087         - 93  # NDRPDR sel env 4
1088         - 94  # NDRPDR sel env 4
1089         - 125 # NDRPDR sel env 4
1090         - 126 # NDRPDR sel env 4
1091         - 127 # NDRPDR sel env 4
1092         - 122 # Soak
1093         - 123 # Soak
1094
1095     vpp-soak-vs-ndr-2n-clx-ref:
1096       csit-vpp-perf-report-iterative-2005-2n-clx:
1097         - 62  # NDRPDR sel env 4
1098         - 63  # NDRPDR sel env 4
1099         - 64  # NDRPDR sel env 4
1100         - 65  # NDRPDR sel env 4
1101         - 66  # NDRPDR sel env 4
1102         - 68  # NDRPDR sel env 4
1103         - 69  # NDRPDR sel env 4
1104         - 70  # NDRPDR sel env 4
1105         - 103 # NDRPDR sel env 4
1106         - 104 # NDRPDR sel env 4
1107     vpp-soak-vs-ndr-2n-clx-cmp:
1108       csit-vpp-perf-report-iterative-2005-2n-clx:
1109         - 101 # Soak
1110         - 102 # Soak
1111     vpp-soak-vs-ndr-2n-clx:
1112       csit-vpp-perf-report-iterative-2005-2n-clx:
1113         - 62  # NDRPDR sel env 4
1114         - 63  # NDRPDR sel env 4
1115         - 64  # NDRPDR sel env 4
1116         - 65  # NDRPDR sel env 4
1117         - 66  # NDRPDR sel env 4
1118         - 68  # NDRPDR sel env 4
1119         - 69  # NDRPDR sel env 4
1120         - 70  # NDRPDR sel env 4
1121         - 103 # NDRPDR sel env 4
1122         - 104 # NDRPDR sel env 4
1123         - 101 # Soak
1124         - 102 # Soak
1125
1126     vpp-performance-changes-3n-hsw-mrr-h1:
1127       csit-vpp-perf-verify-1908-3n-hsw:
1128         - 39  # MRR sel
1129     vpp-performance-changes-3n-hsw-mrr-ref:
1130       csit-vpp-perf-verify-2001-3n-hsw:
1131         - 17  # MRR sel
1132     vpp-performance-changes-3n-hsw-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2005-3n-hsw:
1134         - 13  # MRR
1135     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1136       csit-vpp-perf-report-iterative-2005-3n-hsw:
1137         - 30  # MRR env 4
1138
1139 #    vpp-performance-changes-3n-skx-mrr-h1:
1140 #      csit-vpp-perf-verify-1908-3n-skx:
1141 #        - 36  # MRR sel
1142     vpp-performance-changes-3n-skx-mrr-ref:
1143       csit-vpp-perf-verify-2001-3n-skx:
1144         - 50  # MRR sel
1145         - 53  # MRR sel addition
1146     vpp-performance-changes-3n-skx-mrr-cmp:
1147       csit-vpp-perf-report-iterative-2005-3n-skx:
1148         - 6   # MRR sel
1149     vpp-performance-changes-3n-skx-mrr-cmp-2:
1150       csit-vpp-perf-report-iterative-2005-3n-skx:
1151         - 49  # MRR sel env 4
1152
1153 #    vpp-performance-changes-2n-skx-mrr-h1:
1154 #      csit-vpp-perf-verify-1908-2n-skx:
1155 #        - 69  # MRR sel
1156     vpp-performance-changes-2n-skx-mrr-ref:
1157       csit-vpp-perf-verify-2001-2n-skx:
1158         - 101 # MRR sel
1159         - 128 # MRR sel addition
1160     vpp-performance-changes-2n-skx-mrr-cmp:
1161       csit-vpp-perf-report-iterative-2005-2n-skx:
1162         - 42  # MRR sel
1163     vpp-performance-changes-2n-skx-mrr-cmp-2:
1164       csit-vpp-perf-report-iterative-2005-2n-skx:
1165         - 99  # MRR sel env 4
1166
1167     vpp-performance-changes-2n-clx-mrr-ref:
1168       csit-vpp-perf-verify-2001-2n-clx:
1169         - 39  # MRR
1170     vpp-performance-changes-2n-clx-mrr-cmp:
1171       csit-vpp-perf-report-iterative-2005-2n-clx:
1172         - 12   # MRR
1173     vpp-performance-changes-2n-clx-mrr-cmp-2:
1174       csit-vpp-perf-report-iterative-2005-2n-clx:
1175         - 72   # MRR sel env 4
1176
1177 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1178 #      csit-vpp-perf-verify-1908-2n-skx:
1179 #        - 71  # NFV MRR
1180 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1181 #      # csit-vpp-perf-verify-2001-2n-skx:
1182 #      csit-vpp-perf-verify-1908-2n-skx:
1183 #        - 71  # NFV MRR
1184
1185     vpp-performance-changes-2n-dnv-mrr-h1:
1186       csit-vpp-perf-verify-1908-2n-dnv:
1187         - 11  # MRR sel
1188     vpp-performance-changes-2n-dnv-mrr-ref:
1189       csit-vpp-perf-verify-2001-2n-dnv:
1190         - 12  # MRR sel
1191     vpp-performance-changes-2n-dnv-mrr-cmp:
1192       csit-vpp-perf-report-iterative-2005-2n-dnv:
1193         - 15  # MRR sel
1194
1195     vpp-performance-changes-3n-dnv-mrr-h1:
1196       csit-vpp-perf-verify-1908-3n-dnv:
1197         - 17  # MRR sel
1198     vpp-performance-changes-3n-dnv-mrr-ref:
1199       csit-vpp-perf-verify-2001-3n-dnv:
1200         - 11  # MRR sel
1201     vpp-performance-changes-3n-dnv-mrr-cmp:
1202       csit-vpp-perf-report-iterative-2005-3n-dnv:
1203         - 8   # MRR
1204
1205     vpp-performance-changes-3n-tsh-mrr-h1:
1206       csit-vpp-perf-verify-1908-3n-tsh:
1207         - 17  # MRR sel
1208     vpp-performance-changes-3n-tsh-mrr-ref:
1209       csit-vpp-perf-verify-2001-3n-tsh:
1210         - 9   # MRR sel
1211     vpp-performance-changes-3n-tsh-mrr-cmp:
1212       csit-vpp-perf-report-iterative-2005-3n-tsh:
1213         - 10  # MRR sel
1214     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1215       csit-vpp-perf-report-iterative-2005-3n-tsh:
1216         - 27  # MRR sel env 4
1217
1218     dpdk-performance-changes-3n-hsw-h1:
1219       csit-dpdk-perf-verify-1908-3n-hsw:
1220         - 2   # NDRPDR sel
1221         - 3   # NDRPDR sel
1222         - 4   # NDRPDR sel
1223         - 5   # NDRPDR sel
1224         - 6   # NDRPDR sel
1225         - 7   # NDRPDR sel
1226         - 8   # NDRPDR sel
1227         - 9   # NDRPDR sel
1228         - 10  # NDRPDR sel
1229         - 11  # NDRPDR sel
1230     dpdk-performance-changes-3n-hsw-ref:
1231       csit-dpdk-perf-verify-2001-3n-hsw:
1232         - 4   # NDRPDR sel
1233         - 5   # NDRPDR sel
1234         - 6   # NDRPDR sel
1235         - 7   # NDRPDR sel
1236         - 8   # NDRPDR sel
1237         - 9   # NDRPDR sel
1238         - 10  # NDRPDR sel
1239         - 11  # NDRPDR sel
1240         - 12  # NDRPDR sel
1241         - 13  # NDRPDR sel
1242         - 15  # NDRPDR sel
1243         - 16  # NDRPDR sel
1244         - 17  # NDRPDR sel
1245         - 18  # NDRPDR sel
1246         - 19  # NDRPDR sel
1247         - 20  # NDRPDR sel
1248         - 21  # NDRPDR sel
1249         - 22  # NDRPDR sel
1250         - 23  # NDRPDR sel
1251         - 24  # NDRPDR sel
1252     dpdk-performance-changes-3n-hsw-cmp:
1253       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1254         - 25  # NDRPDR iter
1255         - 26  # NDRPDR iter
1256         - 27  # NDRPDR iter
1257         - 28  # NDRPDR iter
1258         - 29  # NDRPDR iter
1259         - 30  # NDRPDR iter
1260         - 31  # NDRPDR iter
1261         - 32  # NDRPDR iter
1262         - 33  # NDRPDR iter
1263         - 34  # NDRPDR iter
1264
1265     dpdk-performance-changes-3n-skx-h1:
1266       csit-dpdk-perf-verify-1908-3n-skx:
1267         - 3   # NDRPDR sel
1268         - 4   # NDRPDR sel
1269         - 5   # NDRPDR sel
1270         - 6   # 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-3n-skx-ref:
1278       csit-dpdk-perf-verify-2001-3n-skx:
1279         - 29  # NDRPDR sel xxv710
1280         - 33  # NDRPDR sel xxv710
1281         - 34  # NDRPDR sel xxv710
1282         - 35  # NDRPDR sel xxv710
1283         - 36  # NDRPDR sel xxv710
1284         - 37  # NDRPDR sel xxv710
1285         - 41  # NDRPDR sel xxv710
1286         - 42  # NDRPDR sel xxv710
1287         - 43  # NDRPDR sel xxv710
1288         - 45  # NDRPDR sel xxv710
1289         - 30  # NDRPDR sel x710
1290         - 31  # NDRPDR sel x710
1291         - 32  # NDRPDR sel x710
1292         - 38  # NDRPDR sel x710
1293         - 39  # NDRPDR sel x710
1294         - 40  # NDRPDR sel x710
1295         - 44  # NDRPDR sel x710
1296         - 46  # NDRPDR sel x710
1297         - 47  # NDRPDR sel x710
1298         - 48  # NDRPDR sel x710
1299     dpdk-performance-changes-3n-skx-cmp:
1300       csit-dpdk-perf-report-iterative-2005-3n-skx:
1301         - 28  # NDRPDR iter
1302         - 29  # NDRPDR iter
1303         - 30  # NDRPDR iter
1304         - 31  # NDRPDR iter
1305         - 32  # NDRPDR iter
1306         - 33  # NDRPDR iter
1307         - 34  # NDRPDR iter
1308         - 35  # NDRPDR iter
1309         - 36  # NDRPDR iter
1310         - 37  # NDRPDR iter
1311
1312     dpdk-performance-changes-2n-skx-h1:
1313       csit-dpdk-perf-verify-1908-2n-skx:
1314         - 2   # NDRPDR sel
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 7   # NDRPDR sel
1319         - 8   # NDRPDR sel
1320         - 9   # NDRPDR sel
1321         - 10  # NDRPDR sel
1322         - 11  # NDRPDR sel
1323         - 12  # NDRPDR sel
1324     dpdk-performance-changes-2n-skx-ref:
1325       csit-dpdk-perf-verify-2001-2n-skx:
1326         - 35  # NDRPDR sel xxv710
1327         - 36  # NDRPDR sel xxv710
1328         - 37  # NDRPDR sel xxv710
1329         - 41  # NDRPDR sel xxv710
1330         - 42  # NDRPDR sel xxv710
1331         - 43  # NDRPDR sel xxv710
1332         - 46  # NDRPDR sel xxv710
1333         - 47  # NDRPDR sel xxv710
1334         - 52  # NDRPDR sel xxv710
1335         - 53  # NDRPDR sel xxv710
1336         - 38  # NDRPDR sel x710
1337         - 39  # NDRPDR sel x710
1338         - 40  # NDRPDR sel x710
1339         - 44  # NDRPDR sel x710
1340         - 45  # NDRPDR sel x710
1341         - 48  # NDRPDR sel x710
1342         - 49  # NDRPDR sel x710
1343         - 50  # NDRPDR sel x710
1344         - 51  # NDRPDR sel x710
1345         - 54  # NDRPDR sel x710
1346     dpdk-performance-changes-2n-skx-cmp:
1347       csit-dpdk-perf-report-iterative-2005-2n-skx:
1348         - 20  # NDRPDR iter
1349         - 21  # NDRPDR iter
1350         - 22  # NDRPDR iter
1351         - 23  # NDRPDR iter
1352         - 24  # NDRPDR iter
1353         - 25  # NDRPDR iter
1354         - 26  # NDRPDR iter
1355         - 27  # NDRPDR iter
1356         - 28  # NDRPDR iter
1357         - 29  # NDRPDR iter
1358
1359     dpdk-performance-changes-2n-clx-ref:
1360       csit-dpdk-perf-verify-2001-2n-clx:
1361         - 15  # NDRPDR sel
1362         - 16  # NDRPDR sel
1363         - 17  # NDRPDR sel
1364         - 18  # NDRPDR sel
1365         - 19  # NDRPDR sel
1366         - 20  # NDRPDR sel
1367         - 21  # NDRPDR sel
1368         - 22  # NDRPDR sel
1369         - 23  # NDRPDR sel
1370         - 24  # NDRPDR sel
1371         - 25  # NDRPDR sel
1372         - 26  # NDRPDR sel
1373         - 27  # NDRPDR sel
1374         - 28  # NDRPDR sel
1375         - 29  # NDRPDR sel
1376         - 30  # NDRPDR sel
1377         - 31  # NDRPDR sel
1378         - 32  # NDRPDR sel
1379         - 33  # NDRPDR sel
1380         - 34  # NDRPDR sel
1381     dpdk-performance-changes-2n-clx-cmp:
1382       csit-dpdk-perf-report-iterative-2005-2n-clx:
1383         - 20  # NDRPDR iter
1384         - 21  # NDRPDR iter
1385         - 22  # NDRPDR iter
1386         - 23  # NDRPDR iter
1387         - 24  # NDRPDR iter
1388         - 25  # NDRPDR iter
1389         - 26  # NDRPDR iter
1390         - 27  # NDRPDR iter
1391         - 28  # NDRPDR iter
1392         - 29  # NDRPDR iter
1393
1394     dpdk-performance-changes-2n-dnv-ref:
1395       csit-dpdk-perf-verify-2001-2n-dnv:
1396         - 9   # NDRPDR sel
1397         - 10  # NDRPDR sel
1398         - 11  # NDRPDR sel
1399         - 12  # NDRPDR sel
1400         - 13  # NDRPDR sel
1401         - 14  # NDRPDR sel
1402         - 15  # NDRPDR sel
1403         - 16  # NDRPDR sel
1404         - 17  # NDRPDR sel
1405         - 18  # NDRPDR sel
1406     dpdk-performance-changes-2n-dnv-cmp:
1407       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1408         - 8   # NDRPDR sel
1409         - 9   # NDRPDR sel
1410         - 10  # NDRPDR sel
1411         - 11  # NDRPDR sel
1412         - 12  # NDRPDR sel
1413         - 13  # NDRPDR sel
1414         - 14  # NDRPDR sel
1415         - 15  # NDRPDR sel
1416         - 16  # NDRPDR sel
1417         - 17  # NDRPDR sel
1418
1419     dpdk-performance-changes-3n-dnv-ref:
1420       csit-dpdk-perf-verify-2001-3n-dnv:
1421         - 12  # NDRPDR sel
1422         - 13  # NDRPDR sel
1423         - 14  # NDRPDR sel
1424         - 15  # NDRPDR sel
1425         - 16  # NDRPDR sel
1426         - 17  # NDRPDR sel
1427         - 18  # NDRPDR sel
1428         - 19  # NDRPDR sel
1429         - 20  # NDRPDR sel
1430         - 22  # NDRPDR sel
1431     dpdk-performance-changes-3n-dnv-cmp:
1432       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1433         - 6   # NDRPDR sel
1434         - 7   # NDRPDR sel
1435         - 8   # NDRPDR sel
1436         - 9   # NDRPDR sel
1437         - 10  # NDRPDR sel
1438         - 11  # NDRPDR sel
1439         - 12  # NDRPDR sel
1440         - 13  # NDRPDR sel
1441         - 14  # NDRPDR sel
1442         - 16  # NDRPDR sel
1443
1444     dpdk-performance-changes-3n-tsh-ref:
1445       csit-dpdk-perf-verify-2001-3n-tsh:
1446         - 3   # NDRPDR sel
1447         - 4   # NDRPDR sel
1448         - 5   # NDRPDR sel
1449         - 9   # NDRPDR sel
1450         - 10  # NDRPDR sel
1451         - 11  # NDRPDR sel
1452         - 12  # NDRPDR sel
1453         - 14  # NDRPDR sel
1454         - 15  # NDRPDR sel
1455         - 18  # NDRPDR sel
1456     dpdk-performance-changes-3n-tsh-cmp:
1457       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1458         - 5   # NDRPDR sel
1459
1460     # Compare testbeds
1461
1462     vpp-compare-testbeds-ref:
1463       csit-vpp-perf-report-iterative-2005-3n-hsw:
1464         - 20  # NDRPDR sel env 4
1465         - 21  # NDRPDR sel env 4
1466         - 22  # NDRPDR sel env 4
1467         - 23  # NDRPDR sel env 4
1468         - 24  # NDRPDR sel env 4
1469         - 25  # NDRPDR sel env 4
1470         - 26  # NDRPDR sel env 4
1471         - 27  # NDRPDR sel env 4
1472         - 28  # NDRPDR sel env 4
1473         - 29  # NDRPDR sel env 4
1474     vpp-compare-testbeds-cmp:
1475       csit-vpp-perf-report-iterative-2005-3n-skx:
1476         - 42  # NDRPDR sel env 4
1477         - 43  # NDRPDR sel env 4
1478         - 44  # NDRPDR sel env 4
1479         - 45  # NDRPDR sel env 4
1480         - 47  # NDRPDR sel env 4
1481
1482     vpp-compare-testbeds-skx-clx-ref:
1483       csit-vpp-perf-report-iterative-2005-2n-skx:
1484         - 88  # NDRPDR sel env 4
1485         - 89  # NDRPDR sel env 4
1486         - 90  # NDRPDR sel env 4
1487         - 91  # NDRPDR sel env 4
1488         - 92  # NDRPDR sel env 4
1489         - 93  # NDRPDR sel env 4
1490         - 94  # NDRPDR sel env 4
1491         - 125 # NDRPDR sel env 4
1492         - 126 # NDRPDR sel env 4
1493         - 127 # NDRPDR sel env 4
1494     vpp-compare-testbeds-skx-clx-cmp:
1495       csit-vpp-perf-report-iterative-2005-2n-clx:
1496         - 62  # NDRPDR sel env 4
1497         - 63  # NDRPDR sel env 4
1498         - 64  # NDRPDR sel env 4
1499         - 65  # NDRPDR sel env 4
1500         - 66  # NDRPDR sel env 4
1501         - 68  # NDRPDR sel env 4
1502         - 69  # NDRPDR sel env 4
1503         - 70  # NDRPDR sel env 4
1504         - 103 # NDRPDR sel env 4
1505         - 104 # NDRPDR sel env 4
1506
1507     vpp-compare-testbeds-hsw-clx-ref:
1508       csit-vpp-perf-report-iterative-2005-3n-hsw:
1509         - 20  # NDRPDR sel env 4
1510         - 21  # NDRPDR sel env 4
1511         - 22  # NDRPDR sel env 4
1512         - 23  # NDRPDR sel env 4
1513         - 24  # NDRPDR sel env 4
1514         - 25  # NDRPDR sel env 4
1515         - 26  # NDRPDR sel env 4
1516         - 27  # NDRPDR sel env 4
1517         - 28  # NDRPDR sel env 4
1518         - 29  # NDRPDR sel env 4
1519     vpp-compare-testbeds-hsw-clx-cmp:
1520       csit-vpp-perf-report-iterative-2005-2n-clx:
1521         - 62  # NDRPDR sel env 4
1522         - 63  # NDRPDR sel env 4
1523         - 64  # NDRPDR sel env 4
1524         - 65  # NDRPDR sel env 4
1525         - 66  # NDRPDR sel env 4
1526         - 68  # NDRPDR sel env 4
1527         - 69  # NDRPDR sel env 4
1528         - 70  # NDRPDR sel env 4
1529         - 103 # NDRPDR sel env 4
1530         - 104 # NDRPDR sel env 4
1531
1532     vpp-compare-testbeds-mrr-ref:
1533       csit-vpp-perf-report-iterative-2005-3n-hsw:
1534         - 30  # MRR env 4
1535     vpp-compare-testbeds-mrr-cmp:
1536       csit-vpp-perf-report-iterative-2005-3n-skx:
1537         - 49  # MRR sel env 4
1538
1539     vpp-compare-testbeds-mrr-skx-clx-ref:
1540       csit-vpp-perf-report-iterative-2005-2n-skx:
1541         - 99  # MRR sel env 4
1542     vpp-compare-testbeds-mrr-skx-clx-cmp:
1543       csit-vpp-perf-report-iterative-2005-2n-clx:
1544         - 72  # MRR env 4
1545
1546     vpp-compare-testbeds-mrr-hsw-clx-ref:
1547       csit-vpp-perf-report-iterative-2005-3n-hsw:
1548         - 30  # MRR env 4
1549     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1550       csit-vpp-perf-report-iterative-2005-2n-clx:
1551         - 72  # MRR env 4
1552
1553     dpdk-compare-testbeds-ref:
1554       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1555         - 25  # NDRPDR iter
1556         - 26  # NDRPDR iter
1557         - 27  # NDRPDR iter
1558         - 28  # NDRPDR iter
1559         - 29  # NDRPDR iter
1560         - 30  # NDRPDR iter
1561         - 31  # NDRPDR iter
1562         - 32  # NDRPDR iter
1563         - 33  # NDRPDR iter
1564         - 34  # NDRPDR iter
1565     dpdk-compare-testbeds-cmp:
1566       csit-dpdk-perf-report-iterative-2005-3n-skx:
1567         - 28  # NDRPDR iter
1568         - 29  # NDRPDR iter
1569         - 30  # NDRPDR iter
1570         - 31  # NDRPDR iter
1571         - 32  # NDRPDR iter
1572         - 33  # NDRPDR iter
1573         - 34  # NDRPDR iter
1574         - 35  # NDRPDR iter
1575         - 36  # NDRPDR iter
1576         - 37  # NDRPDR iter
1577
1578     dpdk-compare-testbeds-skx-clx-ref:
1579       csit-dpdk-perf-report-iterative-2005-2n-skx:
1580         - 20  # NDRPDR iter
1581         - 21  # NDRPDR iter
1582         - 22  # NDRPDR iter
1583         - 23  # NDRPDR iter
1584         - 24  # NDRPDR iter
1585         - 25  # NDRPDR iter
1586         - 26  # NDRPDR iter
1587         - 27  # NDRPDR iter
1588         - 28  # NDRPDR iter
1589         - 29  # NDRPDR iter
1590     dpdk-compare-testbeds-skx-clx-cmp:
1591       csit-dpdk-perf-report-iterative-2005-2n-clx:
1592         - 20  # NDRPDR iter
1593         - 21  # NDRPDR iter
1594         - 22  # NDRPDR iter
1595         - 23  # NDRPDR iter
1596         - 24  # NDRPDR iter
1597         - 25  # NDRPDR iter
1598         - 26  # NDRPDR iter
1599         - 27  # NDRPDR iter
1600         - 28  # NDRPDR iter
1601         - 29  # NDRPDR iter
1602
1603     # Compare topologies
1604
1605     vpp-compare-topologies-ref:
1606       csit-vpp-perf-report-iterative-2005-3n-skx:
1607         - 42  # NDRPDR sel env 4
1608         - 43  # NDRPDR sel env 4
1609         - 44  # NDRPDR sel env 4
1610         - 45  # NDRPDR sel env 4
1611         - 47  # NDRPDR sel env 4
1612     vpp-compare-topologies-cmp:
1613       csit-vpp-perf-report-iterative-2005-2n-skx:
1614         - 88  # NDRPDR sel env 4
1615         - 89  # NDRPDR sel env 4
1616         - 90  # NDRPDR sel env 4
1617         - 91  # NDRPDR sel env 4
1618         - 92  # NDRPDR sel env 4
1619         - 93  # NDRPDR sel env 4
1620         - 94  # NDRPDR sel env 4
1621         - 125 # NDRPDR sel env 4
1622         - 126 # NDRPDR sel env 4
1623         - 127 # NDRPDR sel env 4
1624
1625     vpp-compare-topologies-mrr-ref:
1626       csit-vpp-perf-report-iterative-2005-3n-skx:
1627         - 49  # MRR sel env 4
1628     vpp-compare-topologies-mrr-cmp:
1629       csit-vpp-perf-report-iterative-2005-2n-skx:
1630         - 99  # MRR sel env 4
1631
1632     dpdk-compare-topologies-ref:
1633       csit-dpdk-perf-report-iterative-2005-3n-skx:
1634         - 28  # NDRPDR iter
1635         - 29  # NDRPDR iter
1636         - 30  # NDRPDR iter
1637         - 31  # NDRPDR iter
1638         - 32  # NDRPDR iter
1639         - 33  # NDRPDR iter
1640         - 34  # NDRPDR iter
1641         - 35  # NDRPDR iter
1642         - 36  # NDRPDR iter
1643         - 37  # NDRPDR iter
1644     dpdk-compare-topologies-cmp:
1645       csit-dpdk-perf-report-iterative-2005-2n-skx:
1646         - 20  # NDRPDR iter
1647         - 21  # NDRPDR iter
1648         - 22  # NDRPDR iter
1649         - 23  # NDRPDR iter
1650         - 24  # NDRPDR iter
1651         - 25  # NDRPDR iter
1652         - 26  # NDRPDR iter
1653         - 27  # NDRPDR iter
1654         - 28  # NDRPDR iter
1655         - 29  # NDRPDR iter
1656
1657   plot-layouts:
1658
1659     plot-soak-throughput:
1660       titlefont:
1661         size: 18
1662       xaxis:
1663         title: "<b>Test Cases [Index]</b>"
1664         titlefont:
1665           size: 16
1666         autorange: True
1667         fixedrange: False
1668         gridcolor: "rgb(230, 230, 230)"
1669         linecolor: "rgb(220, 220, 220)"
1670         linewidth: 1
1671         showgrid: True
1672         showline: True
1673         showticklabels: True
1674         tickcolor: "rgb(220, 220, 220)"
1675         tickmode: "linear"
1676         tickfont:
1677           size: 16
1678         zeroline: False
1679       yaxis:
1680         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1681         titlefont:
1682           size: 16
1683         gridcolor: "rgb(230, 230, 230)"
1684         hoverformat: ".4r"
1685         tickformat: ".3r"
1686         linecolor: "rgb(220, 220, 220)"
1687         linewidth: 1
1688         showgrid: True
1689         showline: True
1690         showticklabels: True
1691         tickcolor: "rgb(220, 220, 220)"
1692         tickfont:
1693           size: 16
1694         zeroline: False
1695         range: [0,50]
1696       autosize: False
1697       margin:
1698         t: 50
1699         b: 0
1700         l: 80
1701         r: 20
1702       showlegend: True
1703       legend:
1704         orientation: "h"
1705         font:
1706           size: 16
1707       width: 700
1708       height: 900
1709       paper_bgcolor: "#fff"
1710       plot_bgcolor: "#fff"
1711       hoverlabel:
1712         namelength: -1
1713
1714     plot-service-density:
1715       titlefont:
1716         size: 18
1717       xaxis:
1718         side: "top"
1719         autorange: True
1720         fixedrange: False
1721         showgrid: False
1722         showline: False
1723         showticklabels: False
1724         ticks: ""
1725         ticklen: 0
1726         tickwidth: 0
1727         zeroline: False
1728       yaxis:
1729         autorange: "reversed"
1730         showgrid: False
1731         showline: False
1732         showticklabels: False
1733         ticks: ""
1734         ticklen: 0
1735         tickwidth: 0
1736         zeroline: False
1737       showlegend: False
1738       paper_bgcolor: "#fff"
1739       plot_bgcolor: "#fff"
1740       width: 700
1741       height: 700
1742       hoverlabel:
1743         namelength: -1
1744
1745     plot-hoststack:
1746       titlefont:
1747         size: 16
1748       xaxis:
1749         title: "<b>Test Cases [Index]</b>"
1750         titlefont:
1751           size: 14
1752         autorange: True
1753         fixedrange: False
1754         gridcolor: "rgb(230, 230, 230)"
1755         linecolor: "rgb(220, 220, 220)"
1756         linewidth: 1
1757         showgrid: True
1758         showline: True
1759         showticklabels: True
1760         tickcolor: "rgb(220, 220, 220)"
1761         tickmode: "linear"
1762         tickfont:
1763           size: 14
1764         zeroline: False
1765       yaxis:
1766         title: "<b>Bandwidth [Gbps]</b>"
1767         titlefont:
1768           size: 14
1769         gridcolor: "rgb(230, 230, 230)"
1770         hoverformat: ".4s"
1771         linecolor: "rgb(220, 220, 220)"
1772         linewidth: 1
1773         rangemode: "tozero"
1774         showgrid: True
1775         showline: True
1776         showticklabels: True
1777         tickcolor: "rgb(230, 230, 230)"
1778         tickformat: ".3s"
1779         tickfont:
1780           size: 14
1781         zeroline: False
1782       boxmode: "group"
1783       boxgroupgap: 0.5
1784       autosize: False
1785       margin:
1786         t: 50
1787         b: 20
1788         l: 80
1789         r: 20
1790       showlegend: True
1791       legend:
1792         orientation: "h"
1793         font:
1794           size: 14
1795       width: 700
1796       height: 800
1797       paper_bgcolor: "#fff"
1798       plot_bgcolor: "#fff"
1799       hoverlabel:
1800         namelength: -1
1801
1802     plot-throughput:
1803       titlefont:
1804         size: 18
1805       xaxis:
1806         title: "<b>Test Cases [Index]</b>"
1807         titlefont:
1808           size: 16
1809         autorange: True
1810         fixedrange: False
1811         gridcolor: "rgb(230, 230, 230)"
1812         linecolor: "rgb(220, 220, 220)"
1813         linewidth: 1
1814         showgrid: True
1815         showline: True
1816         showticklabels: True
1817         tickcolor: "rgb(220, 220, 220)"
1818         tickmode: "linear"
1819         tickfont:
1820           size: 16
1821         zeroline: False
1822       yaxis:
1823         title: "<b>Packet Throughput [Mpps]</b>"
1824         titlefont:
1825           size: 16
1826         gridcolor: "rgb(230, 230, 230)"
1827         hoverformat: ".4r"
1828         tickformat: ".3r"
1829         linecolor: "rgb(220, 220, 220)"
1830         linewidth: 1
1831         showgrid: True
1832         showline: True
1833         showticklabels: True
1834         tickcolor: "rgb(220, 220, 220)"
1835         tickfont:
1836           size: 16
1837         zeroline: False
1838         range: [0,50]
1839       autosize: False
1840       margin:
1841         t: 50
1842         b: 0
1843         l: 80
1844         r: 20
1845       showlegend: True
1846       legend:
1847         orientation: "h"
1848         font:
1849           size: 16
1850       width: 700
1851       height: 900
1852       paper_bgcolor: "#fff"
1853       plot_bgcolor: "#fff"
1854       hoverlabel:
1855         namelength: -1
1856
1857     plot-throughput-speedup-analysis:
1858       titlefont:
1859         size: 18
1860       xaxis:
1861         title: "<b>Number of Cores [Qty]</b>"
1862         titlefont:
1863           size: 16
1864         autorange: True
1865         fixedrange: False
1866         gridcolor: "rgb(230, 230, 230)"
1867         linecolor: "rgb(220, 220, 220)"
1868         linewidth: 1
1869         showgrid: True
1870         showline: True
1871         showticklabels: True
1872         tickcolor: "rgb(238, 238, 238)"
1873         tickmode: "linear"
1874         tickfont:
1875           size: 16
1876         zeroline: False
1877       yaxis:
1878         title: "<b>Packet Throughput [Mpps]</b>"
1879         titlefont:
1880           size: 16
1881         type: "linear"
1882         gridcolor: "rgb(230, 230, 230)"
1883         hoverformat: ".4s"
1884         linecolor: "rgb(220, 220, 220)"
1885         linewidth: 1
1886         showgrid: True
1887         showline: True
1888         showticklabels: True
1889         tickcolor: "rgb(220, 220, 220)"
1890         tickformat: ".4s"
1891         tickfont:
1892           size: 16
1893         zeroline: True
1894         rangemode: "tozero"
1895         range: [0,100]
1896       legend:
1897         orientation: "h"
1898         font:
1899           size: 16
1900         xanchor: "left"
1901         yanchor: "top"
1902         x: 0
1903         y: -0.2
1904         bgcolor: "rgba(255, 255, 255, 0)"
1905         bordercolor: "rgba(255, 255, 255, 0)"
1906         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1907       autosize: False
1908       margin:
1909           't': 50
1910           'b': 150
1911           'l': 85
1912           'r': 10
1913       showlegend: True
1914       width: 700
1915       height: 700
1916       paper_bgcolor: "#fff"
1917       plot_bgcolor: "#fff"
1918       hoverlabel:
1919         namelength: -1
1920       annotations: [
1921         {
1922           text: "_ _          __          ...",
1923           align: "left",
1924           showarrow: False,
1925           xref: "paper",
1926           yref: "paper",
1927           xanchor: "left",
1928           yanchor: "top",
1929           x: 0,
1930           y: -0.13,
1931           font: {
1932             family: "Consolas, Courier New",
1933             size: 15
1934           },
1935         },
1936         {
1937           text: "    Perfect     Measured     Limit",
1938           align: "left",
1939           showarrow: False,
1940           xref: "paper",
1941           yref: "paper",
1942           xanchor: "left",
1943           yanchor: "top",
1944           x: 0,
1945           y: -0.15,
1946           font: {
1947             family: "Consolas, Courier New",
1948             size: 15
1949           },
1950         },
1951       ]
1952
1953     plot-latency:
1954       titlefont:
1955         size: 18
1956       xaxis:
1957         title: "<b>Direction</b>"
1958         titlefont:
1959           size: 16
1960         autorange: True
1961         fixedrange: False
1962         gridcolor: "rgb(230, 230, 230)"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: False
1968         tickcolor: "rgb(220, 220, 220)"
1969         tickmode: "linear"
1970         tickfont:
1971           size: 16
1972         zeroline: False
1973       yaxis:
1974         title: "<b>Packet Latency [uSec]</b>"
1975         titlefont:
1976           size: 16
1977         type: "linear"
1978         gridcolor: "rgb(230, 230, 230)"
1979         hoverformat: ".4s"
1980         linecolor: "rgb(220, 220, 220)"
1981         linewidth: 1
1982         showgrid: True
1983         showline: True
1984         showticklabels: True
1985         tickcolor: "rgb(220, 220, 220)"
1986         tickformat: ".4s"
1987         tickfont:
1988           size: 16
1989         zeroline: True
1990         rangemode: "tozero"
1991       legend:
1992         orientation: "h"
1993         font:
1994           size: 16
1995         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1996       autosize: False
1997       margin:
1998           't': 50
1999           'b': 150
2000           'l': 80
2001           'r': 10
2002       showlegend: True
2003       width: 700
2004       height: 700
2005       paper_bgcolor: "#fff"
2006       plot_bgcolor: "#fff"
2007       hoverlabel:
2008         namelength: -1
2009
2010     plot-hdrh-latency:
2011       title:
2012         text: ""
2013         xanchor: "center"
2014         x: 0.5
2015         font:
2016           size: 16
2017       width: 700
2018       plot_bgcolor: "white"
2019       annotations:
2020         - font:
2021             size: 14
2022           showarrow: False
2023           text: "<b>Packet Latency [uSec]</b>"
2024           x: 1
2025           xanchor: "right"
2026           xref: "paper"
2027           y: -0.045
2028           yanchor: "top"
2029           yref: "paper"
2030         - font:
2031             size: 14
2032           showarrow: False
2033           text: "<b>Probability [%]</b>"
2034           textangle: 270
2035           x: -0.06
2036           xanchor: "center"
2037           xref: "paper"
2038           y: 0.5
2039           yanchor: "middle"
2040           yref: "paper"
2041         - font:
2042             size: 14
2043           showarrow: False
2044           text: "<b>Direction: E-W</b>"
2045           x: 0.24
2046           xanchor: "center"
2047           xref: "paper"
2048           y: 1.05
2049           yanchor: "bottom"
2050           yref: "paper"
2051         - font:
2052             size: 14
2053           showarrow: False
2054           text: "<b>Direction: W-E</b>"
2055           x: 0.74
2056           xanchor: "center"
2057           xref: "paper"
2058           y: 1.05
2059           yanchor: "bottom"
2060           yref: "paper"
2061
2062     plot-hdrh-latency-percentile:
2063       title:
2064         text: ""
2065         xanchor: "center"
2066         x: 0.5
2067         font:
2068           size: 18
2069       xaxis:
2070         type: "log"
2071         title: "<b>Percentile [%]</b>"
2072         titlefont:
2073           size: 16
2074         autorange: True
2075         fixedrange: False
2076         gridcolor: "rgb(230, 230, 230)"
2077         linecolor: "rgb(220, 220, 220)"
2078         linewidth: 1
2079         showgrid: True
2080         showline: True
2081         showticklabels: True
2082         tickcolor: "rgb(220, 220, 220)"
2083         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2084         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2085         tickfont:
2086           size: 16
2087       yaxis:
2088         title: "<b>Packet Latency [uSec]</b>"
2089         titlefont:
2090           size: 16
2091         gridcolor: "rgb(230, 230, 230)"
2092         linecolor: "rgb(220, 220, 220)"
2093         linewidth: 1
2094         showgrid: True
2095         showline: True
2096         showticklabels: True
2097         tickcolor: "rgb(220, 220, 220)"
2098         tickfont:
2099           size: 16
2100       autosize: False
2101       showlegend: True
2102       legend:
2103         traceorder: "normal"
2104         orientation: "h"
2105         font:
2106           size: 16
2107         xanchor: "left"
2108         yanchor: "top"
2109         x: 0
2110         y: -0.15
2111         bgcolor: "rgba(255, 255, 255, 0)"
2112         bordercolor: "rgba(255, 255, 255, 0)"
2113       width: 700
2114       height: 700
2115       paper_bgcolor: "white"
2116       plot_bgcolor: "white"
2117
2118     plot-hdrh-latency-by-percentile:
2119       title:
2120         text: "<b>Latency by Percentile Distribution</b>"
2121         xanchor: "center"
2122         x: 0.5
2123         font:
2124           size: 18
2125       showlegend: True
2126       legend:
2127         traceorder: "normal"
2128         orientation: "h"
2129         font:
2130           size: 16
2131         xanchor: "left"
2132         yanchor: "top"
2133         x: 0
2134         y: -0.2
2135         bgcolor: "rgba(255, 255, 255, 0)"
2136         bordercolor: "rgba(255, 255, 255, 0)"
2137       xaxis:
2138         type: "linear"
2139         title: "<b>Percentile [%]</b>"
2140         titlefont:
2141           size: 14
2142         autorange: False
2143         fixedrange: False
2144         range: [0, 100]
2145         gridcolor: "rgb(230, 230, 230)"
2146         linecolor: "rgb(220, 220, 220)"
2147         linewidth: 1
2148         showgrid: True
2149         showline: True
2150         showticklabels: True
2151         tickcolor: "rgb(220, 220, 220)"
2152         tickvals: [0, 25, 50, 75, 100]
2153         ticktext: [0, 25, 50, 75, 100]
2154         tickfont:
2155           size: 14
2156       yaxis:
2157         title: "<b>One-Way Latency per Direction [uSec]</b>"
2158         titlefont:
2159           size: 14
2160         gridcolor: "rgb(230, 230, 230)"
2161         linecolor: "rgb(220, 220, 220)"
2162         linewidth: 1
2163         showgrid: True
2164         showline: True
2165         showticklabels: True
2166         tickcolor: "rgb(220, 220, 220)"
2167         tickfont:
2168           size: 14
2169       width: 700
2170       height: 700
2171       paper_bgcolor: "white"
2172       plot_bgcolor: "white"
2173
2174 - type: "static"
2175   src-path: "{DIR[RST]}"
2176   dst-path: "{DIR[WORKING,SRC]}"
2177
2178 - type: "input"
2179   general:
2180     file-name: "output_info.xml.gz"
2181     file-format: ".gz"
2182     arch-file-format:
2183       - ".gz"
2184       - ".zip"
2185     download-path: "{job}/{build}/archives/{filename}"
2186     extract: "output.xml"
2187
2188     zip-file-name: "robot-plugin.zip"
2189     zip-file-format: ".zip"
2190     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2191     zip-extract: "robot-plugin/output.xml"
2192
2193   builds:
2194
2195     csit-vpp-perf-verify-1908-3n-hsw:
2196       - 12  # NDRPDR sel
2197       - 13  # NDRPDR sel
2198       - 14  # NDRPDR sel
2199       - 15  # NDRPDR sel
2200       - 16  # NDRPDR sel
2201       - 17  # NDRPDR sel
2202       - 18  # NDRPDR sel
2203       - 19  # NDRPDR sel
2204       - 20  # NDRPDR sel
2205       - 21  # NDRPDR sel
2206       - 39  # MRR sel
2207     csit-vpp-perf-verify-2001-3n-hsw:
2208       - 21  # NDRPDR sel
2209       - 22  # NDRPDR sel
2210       - 23  # NDRPDR sel
2211       - 24  # NDRPDR sel
2212       - 25  # NDRPDR sel
2213       - 29  # NDRPDR sel
2214       - 30  # NDRPDR sel
2215       - 31  # NDRPDR sel
2216       - 32  # NDRPDR sel
2217       - 34  # NDRPDR sel
2218       - 17  # MRR sel
2219     csit-vpp-perf-report-iterative-2005-3n-hsw:
2220       - 3   # NDRPDR sel
2221       - 4   # NDRPDR sel
2222       - 5   # NDRPDR sel
2223       - 10  # NDRPDR sel
2224       - 11  # NDRPDR sel
2225       - 12  # NDRPDR sel
2226       - 15  # NDRPDR sel
2227       - 16  # NDRPDR sel
2228       - 18  # NDRPDR sel
2229       - 19  # NDRPDR sel
2230       - 20  # NDRPDR sel env 4
2231       - 21  # NDRPDR sel env 4
2232       - 22  # NDRPDR sel env 4
2233       - 23  # NDRPDR sel env 4
2234       - 24  # NDRPDR sel env 4
2235       - 25  # NDRPDR sel env 4
2236       - 26  # NDRPDR sel env 4
2237       - 27  # NDRPDR sel env 4
2238       - 28  # NDRPDR sel env 4
2239       - 29  # NDRPDR sel env 4
2240       - 13  # MRR
2241       - 30  # MRR env 4
2242       - 31  # NDRPDR sel 2001.0-4
2243       - 32  # NDRPDR sel 2001.0-4
2244       - 33  # NDRPDR sel 2001.0-4
2245       - 34  # NDRPDR sel 2001.0-4
2246       - 35  # NDRPDR sel 2001.0-4
2247       - 36  # NDRPDR sel 2001.0-4
2248       - 38  # NDRPDR sel 2001.0-4
2249     csit-vpp-perf-verify-2005-3n-hsw:
2250       - 3   # hoststack
2251       - 5   # hoststack
2252       - 6   # hoststack
2253       - 7   # hoststack
2254       - 8   # hoststack
2255       - 9   # hoststack
2256       - 10  # hoststack
2257       - 11  # hoststack
2258       - 12  # hoststack
2259       - 13  # hoststack
2260     csit-vpp-perf-report-coverage-2005-3n-hsw:
2261       - 74  # crypto-00
2262       - 75  # crypto-01
2263       - 76  # crypto-02
2264       - 77  # crypto-03
2265       - 78  # ip4-00
2266       - 79  # ip4-01
2267       - 80  # ip4-02
2268       - 81  # ip4-03
2269       - 73  # ip4-04
2270       - 82  # ip4-05
2271       - 83  # ip4-06
2272       - 84  # ip4-07
2273       - 85  # ip4-08
2274       - 86  # ip4tun-00
2275       - 87  # ip4tun-01
2276       - 88  # ip4tun-02
2277       - 89  # ip6-00
2278       - 90  # ip6-01
2279       - 91  # ip6tun-00
2280       - 92  # l2-00
2281       - 93  # l2-01
2282       - 94  # l2-02
2283       - 95  # l2-03
2284       - 96  # l2-04
2285       - 97  # l2-05
2286       - 98  # l2-06
2287       - 99  # l2-07
2288       - 100 # l2-08
2289       - 101 # l2-09
2290       - 102 # l2-10
2291       - 103 # memif-00
2292       - 104 # srv6-00
2293       - 105 # srv6-01
2294       - 106 # vhost-00
2295       - 107 # vhost-01
2296       - 109 # vhost-02
2297
2298     csit-vpp-perf-verify-1908_1-3n-skx:
2299       - 26  # NDRPDR sel - new1908.1
2300       - 27  # NDRPDR sel - new1908.1
2301       - 28  # NDRPDR sel - new1908.1
2302       - 29  # NDRPDR sel - new1908.1
2303       - 30  # NDRPDR sel - new1908.1
2304       - 31  # NDRPDR sel - new1908.1
2305       - 33  # NDRPDR sel - new1908.1
2306       - 34  # NDRPDR sel - new1908.1
2307       - 35  # NDRPDR sel - new1908.1
2308       - 36  # NDRPDR sel - new1908.1
2309     csit-vpp-perf-verify-2001-3n-skx:
2310       - 69  # NDRPDR sel - new2001.0
2311       - 71  # NDRPDR sel - new2001.0
2312       - 72  # NDRPDR sel - new2001.0
2313       - 76  # NDRPDR sel - new2001.0
2314       - 77  # NDRPDR sel - new2001.0
2315       - 78  # NDRPDR sel - new2001.0
2316       - 80  # NDRPDR sel - new2001.0
2317       - 50  # MRR sel
2318       - 53  # MRR sel addition
2319     csit-vpp-perf-report-iterative-2005-3n-skx:
2320       - 4   # NDRPDR sel
2321       - 5   # NDRPDR sel ??? all x710 failed
2322       - 33  # NDRPDR sel
2323       - 28  # NDRPDR sel
2324       - 34  # NDRPDR sel
2325       - 36  # NDRPDR sel
2326       - 37  # NDRPDR sel
2327       - 38  # NDRPDR sel
2328       - 39  # NDRPDR sel
2329       - 41  # NDRPDR sel
2330       - 42  # NDRPDR sel env 4
2331       - 43  # NDRPDR sel env 4
2332       - 44  # NDRPDR sel env 4
2333       - 45  # NDRPDR sel env 4
2334       - 47  # NDRPDR sel env 4
2335       - 50  # NDRPDR sel 2001.0-4
2336       - 51  # NDRPDR sel 2001.0-4
2337       - 52  # NDRPDR sel 2001.0-4
2338       - 53  # NDRPDR sel 2001.0-4
2339       - 54  # NDRPDR sel 2001.0-4
2340       - 6   # MRR sel
2341       - 49  # MRR sel env 4
2342     csit-vpp-perf-report-coverage-2005-3n-skx:
2343       - 45  # crypto-00
2344       - 46  # crypto-01
2345       - 47  # crypto-02
2346       - 83  # crypto-03
2347       - 50  # ip4-00
2348       - 51  # ip4-01
2349       - 52  # ip4-02
2350       - 53  # ip4-03
2351       - 54  # ip4-04
2352       - 55  # ip4-05
2353       - 56  # ip4-06
2354       - 57  # ip4-07
2355       - 58  # ip4-08
2356       - 59  # ip4tun-00
2357       - 60  # ip4tun-01
2358       - 61  # ip4tun-02
2359       - 62  # ip6-00
2360       - 63  # ip6-01
2361       - 64  # ip6tun-00
2362       - 65  # l2-00
2363       - 66  # l2-01
2364       - 67  # l2-02
2365       - 68  # l2-03
2366       - 69  # l2-04
2367       - 84  # l2-05
2368       - 71  # l2-06
2369       - 72  # l2-07
2370       - 73  # l2-08
2371       - 85  # l2-09
2372       - 75  # l2-10
2373       - 76  # memif-00
2374       - 77  # srv6-00
2375       - 78  # srv6-01
2376       - 88  # vhost-00
2377       - 89  # vhost-01
2378       - 81  # vhost-02
2379       - 83  # vhost-03
2380
2381     csit-vpp-perf-verify-1908_1-2n-skx:
2382       - 39  # NDRPDR sel - new1908.1
2383       - 40  # NDRPDR sel - new1908.1
2384       - 41  # NDRPDR sel - new1908.1
2385       - 43  # NDRPDR sel - new1908.1
2386       - 44  # NDRPDR sel - new1908.1
2387       - 45  # NDRPDR sel - new1908.1
2388       - 46  # NDRPDR sel - new1908.1
2389       - 47  # NDRPDR sel - new1908.1
2390       - 48  # NDRPDR sel - new1908.1
2391       - 49  # NDRPDR sel - new1908.1
2392     csit-vpp-perf-verify-2001-2n-skx:
2393       - 143  # NDRPDR sel - new2001.0
2394       - 146  # NDRPDR sel - new2001.0
2395       - 147  # NDRPDR sel - new2001.0
2396       - 148  # NDRPDR sel - new2001.0
2397       - 149  # NDRPDR sel - new2001.0
2398       - 150  # NDRPDR sel - new2001.0
2399       - 151  # NDRPDR sel - new2001.0
2400       - 152  # NDRPDR sel - new2001.0
2401       - 153  # NDRPDR sel - new2001.0
2402       - 154  # NDRPDR sel - new2001.0
2403       - 101  # MRR sel - old
2404       - 128  # MRR sel addition - old
2405     csit-vpp-perf-report-iterative-2005-2n-skx:
2406       - 43  # NDRPDR sel
2407       - 38  # NDRPDR sel
2408       - 7   # NDRPDR sel
2409       - 65  # NDRPDR sel
2410       - 47  # NDRPDR sel
2411       - 55  # NDRPDR sel
2412       - 67  # NDRPDR sel
2413       - 75  # NDRPDR sel
2414       - 76  # NDRPDR sel
2415       - 73  # NDRPDR sel
2416       - 88  # NDRPDR sel env 4
2417       - 89  # NDRPDR sel env 4
2418       - 90  # NDRPDR sel env 4
2419       - 91  # NDRPDR sel env 4
2420       - 92  # NDRPDR sel env 4
2421       - 93  # NDRPDR sel env 4
2422       - 94  # NDRPDR sel env 4
2423       - 125 # NDRPDR sel env 4
2424       - 126 # NDRPDR sel env 4
2425       - 127 # NDRPDR sel env 4
2426       - 100 # NDRPDR sel 2001.0-4
2427       - 101 # NDRPDR sel 2001.0-4
2428       - 102 # NDRPDR sel 2001.0-4
2429       - 103 # NDRPDR sel 2001.0-4
2430       - 104 # NDRPDR sel 2001.0-4
2431       - 105 # NDRPDR sel 2001.0-4
2432       - 42  # MRR sel
2433       - 99  # MRR sel env 4
2434       - 106 # Reconf env 4
2435       - 107 # Reconf env 4
2436       - 108 # Reconf env 4
2437       - 109 # Reconf env 4
2438       - 110 # Reconf env 4
2439       - 111 # Reconf env 4
2440       - 112 # Reconf env 4
2441       - 118 # Reconf env 4
2442       - 120 # Reconf env 4
2443       - 121 # Reconf env 4
2444       - 122 # Soak
2445       - 123 # Soak
2446       - 113 # nf-density-sel env 4
2447       - 114 # nf-density-sel env 4
2448       - 124 # nf-density-sel env 4
2449       - 128 # nf-density-sel env 4
2450       - 129 # nf-density-sel env 4
2451       - 131 # nf-density-sel env 4
2452       - 132 # nf-density-sel env 4
2453       - 135 # nf-density-sel env 4
2454       - 115 # MRR nf-density-sel env 4
2455     csit-vpp-perf-report-coverage-2005-2n-skx:
2456       - 28  # ip4-00
2457       - 29  # ip4-01
2458       - 30  # ip4-02
2459       - 31  # ip4-03
2460       - 32  # ip4-04
2461       - 33  # ip4-05
2462       - 34  # ip6-00
2463       - 35  # ip6-01
2464       - 36  # l2-00
2465       - 37  # l2-01
2466       - 38  # lb-00
2467       - 39  # memif-00
2468       - 40  # vhost-00
2469       - 41  # vhost-01
2470       - 42  # vts-00
2471
2472     csit-vpp-perf-verify-1908_1-2n-clx:
2473       - 5  # NDRPDR sel
2474       - 6  # NDRPDR sel
2475       - 7  # NDRPDR sel
2476       - 8  # NDRPDR sel
2477       - 9  # NDRPDR sel
2478     csit-vpp-perf-verify-2001-2n-clx:
2479       - 28  # NDRPDR sel
2480       - 29  # NDRPDR sel
2481       - 32  # NDRPDR sel
2482       - 40  # NDRPDR sel
2483       - 43  # NDRPDR sel
2484       - 44  # NDRPDR sel
2485       - 45  # NDRPDR sel
2486       - 47  # NDRPDR sel
2487       - 48  # NDRPDR sel
2488       - 49  # NDRPDR sel
2489       - 39  # MRR
2490     csit-vpp-perf-report-iterative-2005-2n-clx:
2491       - 7   # NDRPDR sel
2492       - 38  # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 32  # NDRPDR sel ???
2495       - 33  # NDRPDR sel ???
2496       - 39  # NDRPDR sel
2497       - 40  # NDRPDR sel
2498       - 43  # NDRPDR sel
2499       - 50  # NDRPDR sel
2500       - 51  # NDRPDR sel
2501       - 62  # NDRPDR sel env 4
2502       - 63  # NDRPDR sel env 4
2503       - 64  # NDRPDR sel env 4
2504       - 65  # NDRPDR sel env 4
2505       - 66  # NDRPDR sel env 4
2506       - 68  # NDRPDR sel env 4
2507       - 69  # NDRPDR sel env 4
2508       - 70  # NDRPDR sel env 4
2509       - 103 # NDRPDR sel env 4
2510       - 104 # NDRPDR sel env 4
2511       - 73  # NDRPDR sel 2001.0-4
2512       - 74  # NDRPDR sel 2001.0-4
2513       - 75  # NDRPDR sel 2001.0-4
2514       - 76  # NDRPDR sel 2001.0-4
2515       - 77  # NDRPDR sel 2001.0-4
2516       - 78  # NDRPDR sel 2001.0-4
2517       - 79  # NDRPDR sel 2001.0-4
2518       - 80  # NDRPDR sel 2001.0-4
2519       - 12  # MRR
2520       - 72  # MRR env 4
2521       - 81  # Reconf env 4
2522       - 82  # Reconf env 4
2523       - 83  # Reconf env 4
2524       - 84  # Reconf env 4
2525       - 85  # Reconf env 4
2526       - 86  # Reconf env 4
2527       - 87  # Reconf env 4
2528       - 88  # Reconf env 4
2529       - 89  # Reconf env 4
2530       - 90  # Reconf env 4
2531       - 101 # Soak
2532       - 102 # Soak
2533       - 91  # nfv-density-00 env 4
2534       - 92  # nfv-density-00 env 4
2535       - 93  # nfv-density-00 env 4
2536       - 97  # nfv-density-00 env 4
2537       - 98  # nfv-density-00 env 4
2538       - 99  # nfv-density-00 env 4
2539       - 100 # nfv-density-00 env 4
2540       - 105 # nfv-density-00 env 4
2541       - 106 # nfv-density-00 env 4
2542       - 108 # nfv-density-00 env 4
2543       - 96  # MRR nfv-density-00 env 4
2544     csit-vpp-perf-report-coverage-2005-2n-clx:
2545       - 24  # ip4-00
2546       - 25  # ip4-01
2547       - 26  # ip4-02
2548       - 27  # ip4-03
2549       - 28  # ip4-04
2550       - 29  # ip4-05
2551       - 34  # ip6-00
2552       - 36  # ip6-01
2553       - 31  # l2-00
2554       - 41  # l2-01
2555       - 39  # lb-00
2556       - 37  # memif-00
2557       - 32  # vhost-00
2558       - 33  # vhost-01
2559       - 40  # vts-00
2560
2561     csit-vpp-perf-verify-1908-3n-tsh:
2562       - 7   # NDRPDR sel
2563       - 8   # NDRPDR sel
2564       - 9   # NDRPDR sel
2565       - 10  # NDRPDR sel
2566       - 11  # NDRPDR sel
2567       - 12  # NDRPDR sel
2568       - 13  # NDRPDR sel
2569       - 14  # NDRPDR sel
2570       - 15  # NDRPDR sel
2571       - 16  # NDRPDR sel
2572       - 17  # MRR sel
2573     csit-vpp-perf-verify-2001-3n-tsh:
2574       - 3   # NDRPDR sel
2575       - 4   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 8   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 12  # NDRPDR sel
2580       - 13  # NDRPDR sel
2581       - 14  # NDRPDR sel
2582       - 15  # NDRPDR sel
2583       - 21  # NDRPDR sel
2584       - 9   # MRR sel
2585     csit-vpp-perf-report-iterative-2005-3n-tsh:
2586       - 9   # NDRPDR sel
2587       - 11  # NDRPDR sel
2588       - 12  # NDRPDR sel
2589       - 20  # NDRPDR sel
2590       - 14  # NDRPDR sel
2591       - 21  # NDRPDR sel
2592       - 23  # NDRPDR sel env 4
2593       - 25  # NDRPDR sel env 4
2594       - 33  # NDRPDR sel env 4
2595       - 34  # NDRPDR sel env 4
2596       - 35  # NDRPDR sel env 4
2597       - 36  # NDRPDR sel env 4
2598       - 37  # NDRPDR sel env 4
2599       - 28  # NDRPDR sel 2001.0-4
2600       - 29  # NDRPDR sel 2001.0-4
2601       - 31  # NDRPDR sel 2001.0-4
2602       - 10  # MRR sel
2603       - 27  # MRR sel env 4
2604
2605     csit-vpp-perf-verify-1908-3n-dnv:
2606       - 6   # NDRPDR sel
2607       - 7   # NDRPDR sel
2608       - 8   # NDRPDR sel
2609       - 9   # NDRPDR sel
2610       - 10  # NDRPDR sel
2611       - 12  # NDRPDR sel
2612       - 13  # NDRPDR sel
2613       - 14  # NDRPDR sel
2614       - 15  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 17  # MRR sel
2617     csit-vpp-perf-verify-2001-3n-dnv:
2618       - 5   # NDRPDR sel
2619       - 6   # NDRPDR sel
2620       - 7   # NDRPDR sel
2621       - 8   # NDRPDR sel
2622       - 9   # NDRPDR sel
2623       - 10  # NDRPDR sel
2624       - 12  # NDRPDR sel
2625       - 16  # NDRPDR sel
2626       - 17  # NDRPDR sel
2627       - 18  # NDRPDR sel
2628       - 11  # MRR sel
2629     csit-vpp-perf-report-iterative-2005-3n-dnv:
2630       - 2   # NDRPDR sel
2631       - 3   # NDRPDR sel
2632       - 4   # NDRPDR sel
2633       - 5   # NDRPDR sel
2634       - 6   # NDRPDR sel
2635       - 7   # NDRPDR sel
2636       - 9   # NDRPDR sel
2637       - 10  # NDRPDR sel
2638       - 11  # NDRPDR sel
2639       - 12  # NDRPDR sel
2640       - 8   # MRR
2641     csit-vpp-perf-report-coverage-2005-3n-dnv:
2642       - 1   # perf-full-3n-dnv-crypto_I
2643       - 24  # perf-full-3n-dnv-crypto_II
2644       - 5   # perf-full-3n-dnv-ip4_I
2645       - 13  # perf-full-3n-dnv-ip4_II
2646       - 17  # perf-full-3n-dnv-ip6_I
2647       - 18  # perf-full-3n-dnv-ip6_II
2648       - 21  # perf-full-3n-dnv-l2_I
2649       - 22  # perf-full-3n-dnv-l2_II
2650       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2651
2652     csit-vpp-perf-verify-1908-2n-dnv:
2653       - 1   # NDRPDR sel
2654       - 2   # NDRPDR sel
2655       - 3   # NDRPDR sel
2656       - 4   # NDRPDR sel
2657       - 5   # NDRPDR sel
2658       - 6   # NDRPDR sel
2659       - 7   # NDRPDR sel
2660       - 8   # NDRPDR sel
2661       - 9   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 11  # MRR sel
2664     csit-vpp-perf-verify-2001-2n-dnv:
2665       - 4   # NDRPDR sel
2666       - 5   # NDRPDR sel
2667       - 6   # NDRPDR sel
2668       - 7   # NDRPDR sel
2669       - 8   # NDRPDR sel
2670       - 9   # NDRPDR sel
2671       - 10  # NDRPDR sel
2672       - 11  # NDRPDR sel
2673       - 13  # NDRPDR sel
2674       - 16  # NDRPDR sel
2675       - 12  # MRR sel
2676     csit-vpp-perf-report-iterative-2005-2n-dnv:
2677       - 3   # NDRPDR sel
2678       - 6   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 11  # NDRPDR sel
2684       - 12  # NDRPDR sel
2685       - 13  # NDRPDR sel
2686       - 14  # NDRPDR sel
2687       - 15  # MRR sel
2688     csit-vpp-perf-report-coverage-2005-2n-dnv:
2689       - 1   # perf-full-2n-dnv-ip4_I
2690       - 2   # perf-full-2n-dnv-ip4_II
2691       - 3   # perf-full-2n-dnv-ip6_I
2692       - 4   # perf-full-2n-dnv-ip6_II
2693       - 5   # perf-full-2n-dnv-l2_I
2694       - 6   # perf-full-2n-dnv-l2_II
2695
2696     csit-dpdk-perf-verify-1908-3n-hsw:
2697       - 2   # NDRPDR sel
2698       - 3   # NDRPDR sel
2699       - 4   # NDRPDR sel
2700       - 5   # NDRPDR sel
2701       - 6   # NDRPDR sel
2702       - 7   # NDRPDR sel
2703       - 8   # NDRPDR sel
2704       - 9   # NDRPDR sel
2705       - 10  # NDRPDR sel
2706       - 11  # NDRPDR sel
2707     csit-dpdk-perf-verify-2001-3n-hsw:
2708       - 4   # NDRPDR sel
2709       - 5   # NDRPDR sel
2710       - 6   # NDRPDR sel
2711       - 7   # NDRPDR sel
2712       - 8   # NDRPDR sel
2713       - 9   # NDRPDR sel
2714       - 10  # NDRPDR sel
2715       - 11  # NDRPDR sel
2716       - 12  # NDRPDR sel
2717       - 13  # NDRPDR sel
2718       - 15  # NDRPDR sel
2719       - 16  # NDRPDR sel
2720       - 17  # NDRPDR sel
2721       - 18  # NDRPDR sel
2722       - 19  # NDRPDR sel
2723       - 20  # NDRPDR sel
2724       - 21  # NDRPDR sel
2725       - 22  # NDRPDR sel
2726       - 23  # NDRPDR sel
2727       - 24  # NDRPDR sel
2728     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2729       - 25  # NDRPDR iter
2730       - 26  # NDRPDR iter
2731       - 27  # NDRPDR iter
2732       - 28  # NDRPDR iter
2733       - 29  # NDRPDR iter
2734       - 30  # NDRPDR iter
2735       - 31  # NDRPDR iter
2736       - 32  # NDRPDR iter
2737       - 33  # NDRPDR iter
2738       - 34  # NDRPDR iter
2739
2740     csit-dpdk-perf-verify-1908-3n-skx:
2741       - 3   # NDRPDR sel
2742       - 4   # NDRPDR sel
2743       - 5   # NDRPDR sel
2744       - 6   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750       - 12  # NDRPDR sel
2751     csit-dpdk-perf-verify-2001-3n-skx:
2752       - 29  # NDRPDR sel xxv710
2753       - 33  # NDRPDR sel xxv710
2754       - 34  # NDRPDR sel xxv710
2755       - 35  # NDRPDR sel xxv710
2756       - 36  # NDRPDR sel xxv710
2757       - 37  # NDRPDR sel xxv710
2758       - 41  # NDRPDR sel xxv710
2759       - 42  # NDRPDR sel xxv710
2760       - 43  # NDRPDR sel xxv710
2761       - 45  # NDRPDR sel xxv710
2762       - 30  # NDRPDR sel x710
2763       - 31  # NDRPDR sel x710
2764       - 32  # NDRPDR sel x710
2765       - 38  # NDRPDR sel x710
2766       - 39  # NDRPDR sel x710
2767       - 40  # NDRPDR sel x710
2768       - 44  # NDRPDR sel x710
2769       - 46  # NDRPDR sel x710
2770       - 47  # NDRPDR sel x710
2771       - 48  # NDRPDR sel x710
2772     csit-dpdk-perf-report-iterative-2005-3n-skx:
2773       - 28  # NDRPDR iter
2774       - 29  # NDRPDR iter
2775       - 30  # NDRPDR iter
2776       - 31  # NDRPDR iter
2777       - 32  # NDRPDR iter
2778       - 33  # NDRPDR iter
2779       - 34  # NDRPDR iter
2780       - 35  # NDRPDR iter
2781       - 36  # NDRPDR iter
2782       - 37  # NDRPDR iter
2783
2784     csit-dpdk-perf-verify-1908-2n-skx:
2785       - 2   # NDRPDR sel
2786       - 3   # NDRPDR sel
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 7   # NDRPDR sel
2790       - 8   # NDRPDR sel
2791       - 9   # NDRPDR sel
2792       - 10  # NDRPDR sel
2793       - 11  # NDRPDR sel
2794       - 12  # NDRPDR sel
2795     csit-dpdk-perf-verify-2001-2n-skx:
2796       - 35  # NDRPDR sel xxv710
2797       - 36  # NDRPDR sel xxv710
2798       - 37  # NDRPDR sel xxv710
2799       - 41  # NDRPDR sel xxv710
2800       - 42  # NDRPDR sel xxv710
2801       - 43  # NDRPDR sel xxv710
2802       - 46  # NDRPDR sel xxv710
2803       - 47  # NDRPDR sel xxv710
2804       - 52  # NDRPDR sel xxv710
2805       - 53  # NDRPDR sel xxv710
2806       - 38  # NDRPDR sel x710
2807       - 39  # NDRPDR sel x710
2808       - 40  # NDRPDR sel x710
2809       - 44  # NDRPDR sel x710
2810       - 45  # NDRPDR sel x710
2811       - 48  # NDRPDR sel x710
2812       - 49  # NDRPDR sel x710
2813       - 50  # NDRPDR sel x710
2814       - 51  # NDRPDR sel x710
2815       - 54  # NDRPDR sel x710
2816     csit-dpdk-perf-report-iterative-2005-2n-skx:
2817       - 20  # NDRPDR iter
2818       - 21  # NDRPDR iter
2819       - 22  # NDRPDR iter
2820       - 23  # NDRPDR iter
2821       - 24  # NDRPDR iter
2822       - 25  # NDRPDR iter
2823       - 26  # NDRPDR iter
2824       - 27  # NDRPDR iter
2825       - 28  # NDRPDR iter
2826       - 29  # NDRPDR iter
2827
2828     csit-dpdk-perf-verify-2001-2n-clx:
2829       - 15  # NDRPDR sel
2830       - 16  # NDRPDR sel
2831       - 17  # NDRPDR sel
2832       - 18  # NDRPDR sel
2833       - 19  # NDRPDR sel
2834       - 20  # NDRPDR sel
2835       - 21  # NDRPDR sel
2836       - 22  # NDRPDR sel
2837       - 23  # NDRPDR sel
2838       - 24  # NDRPDR sel
2839       - 25  # NDRPDR sel
2840       - 26  # NDRPDR sel
2841       - 27  # NDRPDR sel
2842       - 28  # NDRPDR sel
2843       - 29  # NDRPDR sel
2844       - 30  # NDRPDR sel
2845       - 31  # NDRPDR sel
2846       - 32  # NDRPDR sel
2847       - 33  # NDRPDR sel
2848       - 34  # NDRPDR sel
2849     csit-dpdk-perf-report-iterative-2005-2n-clx:
2850       - 20  # NDRPDR iter
2851       - 21  # NDRPDR iter
2852       - 22  # NDRPDR iter
2853       - 23  # NDRPDR iter
2854       - 24  # NDRPDR iter
2855       - 25  # NDRPDR iter
2856       - 26  # NDRPDR iter
2857       - 27  # NDRPDR iter
2858       - 28  # NDRPDR iter
2859       - 29  # NDRPDR iter
2860
2861     csit-dpdk-perf-verify-2001-2n-dnv:
2862       - 9   # NDRPDR sel
2863       - 10  # NDRPDR sel
2864       - 11  # NDRPDR sel
2865       - 12  # NDRPDR sel
2866       - 13  # NDRPDR sel
2867       - 14  # NDRPDR sel
2868       - 15  # NDRPDR sel
2869       - 16  # NDRPDR sel
2870       - 17  # NDRPDR sel
2871       - 18  # NDRPDR sel
2872     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2873       - 8   # NDRPDR sel
2874       - 9   # NDRPDR sel
2875       - 10  # NDRPDR sel
2876       - 11  # NDRPDR sel
2877       - 12  # NDRPDR sel
2878       - 13  # NDRPDR sel
2879       - 14  # NDRPDR sel
2880       - 15  # NDRPDR sel
2881       - 16  # NDRPDR sel
2882       - 17  # NDRPDR sel
2883
2884     csit-dpdk-perf-verify-2001-3n-dnv:
2885       - 12  # NDRPDR sel
2886       - 13  # NDRPDR sel
2887       - 14  # NDRPDR sel
2888       - 15  # NDRPDR sel
2889       - 16  # NDRPDR sel
2890       - 17  # NDRPDR sel
2891       - 18  # NDRPDR sel
2892       - 19  # NDRPDR sel
2893       - 20  # NDRPDR sel
2894       - 22  # NDRPDR sel
2895     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2896       - 6   # NDRPDR sel
2897       - 7   # NDRPDR sel
2898       - 8   # NDRPDR sel
2899       - 9   # NDRPDR sel
2900       - 10  # NDRPDR sel
2901       - 11  # NDRPDR sel
2902       - 12  # NDRPDR sel
2903       - 13  # NDRPDR sel
2904       - 14  # NDRPDR sel
2905       - 16  # NDRPDR sel
2906
2907     csit-dpdk-perf-verify-2001-3n-tsh:
2908       - 3   # NDRPDR sel
2909       - 4   # NDRPDR sel
2910       - 5   # NDRPDR sel
2911       - 9   # NDRPDR sel
2912       - 10  # NDRPDR sel
2913       - 11  # NDRPDR sel
2914       - 12  # NDRPDR sel
2915       - 14  # NDRPDR sel
2916       - 15  # NDRPDR sel
2917       - 18  # NDRPDR sel
2918     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2919       - 5   # NDRPDR sel
2920
2921     csit-vpp-device-2005-ubuntu1804-1n-skx:
2922       - 35
2923
2924 - type: "output"
2925   output: "report"
2926   format:
2927     html:
2928     - full
2929     pdf:
2930     - minimal
2931
2932 ################################################################################
2933 ###                               T A B L E S                                ###
2934 ################################################################################
2935
2936 # VPP Soak vs NDR - 2n-skx
2937 - type: "table"
2938   title: "VPP Soak vs NDR 2n-skx"
2939   algorithm: "table_soak_vs_ndr"
2940   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2941   reference:
2942     title: "NDR"
2943     data: "vpp-soak-vs-ndr-2n-skx-ref"
2944   compare:
2945     title: "Soak"
2946     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2947   data: "vpp-soak-vs-ndr-2n-skx"
2948   include-tests: "NDR"
2949   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2950   parameters:
2951     - "throughput"
2952     - "name"
2953     - "parent"
2954
2955 # VPP Soak vs NDR - 2n-clx
2956 - type: "table"
2957   title: "VPP Soak vs NDR 2n-clx"
2958   algorithm: "table_soak_vs_ndr"
2959   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2960   reference:
2961     title: "NDR"
2962     data: "vpp-soak-vs-ndr-2n-clx-ref"
2963   compare:
2964     title: "Soak"
2965     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2966   data: "vpp-soak-vs-ndr-2n-clx"
2967   include-tests: "NDR"
2968   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2969   parameters:
2970     - "throughput"
2971     - "name"
2972     - "parent"
2973
2974 ################################################################################
2975
2976 # VPP Compare NICs 3n-skx 2t1c ndr
2977 - type: "table"
2978   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2979   algorithm: "table_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2982   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2983   columns:
2984     - title: "x710"
2985       data-set: "vpp-nic-comparison-3n-skx"
2986       tag: "NIC_Intel-X710"
2987     - title: "xxv710"
2988       data-set: "vpp-nic-comparison-3n-skx"
2989       tag: "NIC_Intel-XXV710"
2990   comparisons:
2991     - title: "Diff"
2992       reference: 1
2993       compare: 2
2994   legend:
2995     - ""
2996     - "x710, xxv710 - NICs tested."
2997     - "Diff - difference between x710 and xxv710 NIC."
2998
2999 # VPP Compare NICs 3n-skx 4t2c ndr
3000 - type: "table"
3001   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3002   algorithm: "table_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3005   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3006   columns:
3007     - title: "x710"
3008       data-set: "vpp-nic-comparison-3n-skx"
3009       tag: "NIC_Intel-X710"
3010     - title: "xxv710"
3011       data-set: "vpp-nic-comparison-3n-skx"
3012       tag: "NIC_Intel-XXV710"
3013   comparisons:
3014     - title: "Diff"
3015       reference: 1
3016       compare: 2
3017   legend:
3018     - ""
3019     - "x710, xxv710 - NICs tested."
3020     - "Diff - difference between x710 and xxv710 NIC."
3021
3022 # VPP Compare NICs 3n-skx 2t1c pdr
3023 - type: "table"
3024   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3025   algorithm: "table_comparison"
3026   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3028   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3029   columns:
3030     - title: "x710"
3031       data-set: "vpp-nic-comparison-3n-skx"
3032       tag: "NIC_Intel-X710"
3033     - title: "xxv710"
3034       data-set: "vpp-nic-comparison-3n-skx"
3035       tag: "NIC_Intel-XXV710"
3036   comparisons:
3037     - title: "Diff"
3038       reference: 1
3039       compare: 2
3040   legend:
3041     - ""
3042     - "x710, xxv710 - NICs tested."
3043     - "Diff - difference between x710 and xxv710 NIC."
3044
3045 # VPP Compare NICs 3n-skx 4t2c pdr
3046 - type: "table"
3047   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3048   algorithm: "table_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3051   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3052   columns:
3053     - title: "x710"
3054       data-set: "vpp-nic-comparison-3n-skx"
3055       tag: "NIC_Intel-X710"
3056     - title: "xxv710"
3057       data-set: "vpp-nic-comparison-3n-skx"
3058       tag: "NIC_Intel-XXV710"
3059   comparisons:
3060     - title: "Diff"
3061       reference: 1
3062       compare: 2
3063   legend:
3064     - ""
3065     - "x710, xxv710 - NICs tested."
3066     - "Diff - difference between x710 and xxv710 NIC."
3067
3068 ## VPP Compare NICs 3n-skx 2t1c mrr
3069 #- type: "table"
3070 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3071 #  algorithm: "table_comparison"
3072 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3074 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3075 #  columns:
3076 #    - title: "x710"
3077 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3078 #      tag: "NIC_Intel-X710"
3079 #    - title: "xxv710"
3080 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3081 #      tag: "NIC_Intel-XXV710"
3082 #  comparisons:
3083 #    - title: "Diff"
3084 #      reference: 1
3085 #      compare: 2
3086 #  legend:
3087 #    - ""
3088 #    - "x710, xxv710 - NICs tested."
3089 #    - "Diff - difference between x710 and xxv710 NIC."
3090 #
3091 ## VPP Compare NICs 3n-skx 4t2c mrr
3092 #- type: "table"
3093 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3094 #  algorithm: "table_comparison"
3095 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3096 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3097 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3098 #  columns:
3099 #    - title: "x710"
3100 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3101 #      tag: "NIC_Intel-X710"
3102 #    - title: "xxv710"
3103 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3104 #      tag: "NIC_Intel-XXV710"
3105 #  comparisons:
3106 #    - title: "Diff"
3107 #      reference: 1
3108 #      compare: 2
3109 #  legend:
3110 #    - ""
3111 #    - "x710, xxv710 - NICs tested."
3112 #    - "Diff - difference between x710 and xxv710 NIC."
3113 #
3114 ## VPP Compare NICs 3n-skx 8t4c mrr
3115 #- type: "table"
3116 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3117 #  algorithm: "table_comparison"
3118 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3119 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3120 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3121 #  columns:
3122 #    - title: "x710"
3123 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3124 #      tag: "NIC_Intel-X710"
3125 #    - title: "xxv710"
3126 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3127 #      tag: "NIC_Intel-XXV710"
3128 #  comparisons:
3129 #    - title: "Diff"
3130 #      reference: 1
3131 #      compare: 2
3132 #  legend:
3133 #    - ""
3134 #    - "x710, xxv710 - NICs tested."
3135 #    - "Diff - difference between x710 and xxv710 NIC."
3136
3137 # VPP Compare NICs 2n-skx 2t1c ndr
3138 - type: "table"
3139   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3140   algorithm: "table_comparison"
3141   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3143   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3144   columns:
3145     - title: "x710"
3146       data-set: "vpp-nic-comparison-2n-skx"
3147       tag: "NIC_Intel-X710"
3148     - title: "xxv710"
3149       data-set: "vpp-nic-comparison-2n-skx"
3150       tag: "NIC_Intel-XXV710"
3151   comparisons:
3152     - title: "Diff"
3153       reference: 1
3154       compare: 2
3155   legend:
3156     - ""
3157     - "x710, xxv710 - NICs tested."
3158     - "Diff - difference between x710 and xxv710 NIC."
3159
3160 # VPP Compare NICs 2n-skx 4t2c ndr
3161 - type: "table"
3162   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3163   algorithm: "table_comparison"
3164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3166   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3167   columns:
3168     - title: "x710"
3169       data-set: "vpp-nic-comparison-2n-skx"
3170       tag: "NIC_Intel-X710"
3171     - title: "xxv710"
3172       data-set: "vpp-nic-comparison-2n-skx"
3173       tag: "NIC_Intel-XXV710"
3174   comparisons:
3175     - title: "Diff"
3176       reference: 1
3177       compare: 2
3178   legend:
3179     - ""
3180     - "x710, xxv710 - NICs tested."
3181     - "Diff - difference between x710 and xxv710 NIC."
3182
3183 # VPP Compare NICs 2n-skx 2t1c pdr
3184 - type: "table"
3185   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3186   algorithm: "table_comparison"
3187   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3189   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3190   columns:
3191     - title: "x710"
3192       data-set: "vpp-nic-comparison-2n-skx"
3193       tag: "NIC_Intel-X710"
3194     - title: "xxv710"
3195       data-set: "vpp-nic-comparison-2n-skx"
3196       tag: "NIC_Intel-XXV710"
3197   comparisons:
3198     - title: "Diff"
3199       reference: 1
3200       compare: 2
3201   legend:
3202     - ""
3203     - "x710, xxv710 - NICs tested."
3204     - "Diff - difference between x710 and xxv710 NIC."
3205
3206 # VPP Compare NICs 2n-skx 4t2c pdr
3207 - type: "table"
3208   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3209   algorithm: "table_comparison"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3212   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3213   columns:
3214     - title: "x710"
3215       data-set: "vpp-nic-comparison-2n-skx"
3216       tag: "NIC_Intel-X710"
3217     - title: "xxv710"
3218       data-set: "vpp-nic-comparison-2n-skx"
3219       tag: "NIC_Intel-XXV710"
3220   comparisons:
3221     - title: "Diff"
3222       reference: 1
3223       compare: 2
3224   legend:
3225     - ""
3226     - "x710, xxv710 - NICs tested."
3227     - "Diff - difference between x710 and xxv710 NIC."
3228
3229 # VPP Compare NICs 2n-skx 2t1c mrr
3230 - type: "table"
3231   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3232   algorithm: "table_comparison"
3233   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3235   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3236   columns:
3237     - title: "x710"
3238       data-set: "vpp-nic-comparison-2n-skx-mrr"
3239       tag: "NIC_Intel-X710"
3240     - title: "xxv710"
3241       data-set: "vpp-nic-comparison-2n-skx-mrr"
3242       tag: "NIC_Intel-XXV710"
3243   comparisons:
3244     - title: "Diff"
3245       reference: 1
3246       compare: 2
3247   legend:
3248     - ""
3249     - "x710, xxv710 - NICs tested."
3250     - "Diff - difference between x710 and xxv710 NIC."
3251
3252 # VPP Compare NICs 2n-skx 4t2c mrr
3253 - type: "table"
3254   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3255   algorithm: "table_comparison"
3256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3258   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3259   columns:
3260     - title: "x710"
3261       data-set: "vpp-nic-comparison-2n-skx-mrr"
3262       tag: "NIC_Intel-X710"
3263     - title: "xxv710"
3264       data-set: "vpp-nic-comparison-2n-skx-mrr"
3265       tag: "NIC_Intel-XXV710"
3266   comparisons:
3267     - title: "Diff"
3268       reference: 1
3269       compare: 2
3270   legend:
3271     - ""
3272     - "x710, xxv710 - NICs tested."
3273     - "Diff - difference between x710 and xxv710 NIC."
3274
3275 # VPP Compare NICs 2n-skx 8t4c mrr
3276 - type: "table"
3277   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3278   algorithm: "table_comparison"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3281   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3282   columns:
3283     - title: "x710"
3284       data-set: "vpp-nic-comparison-2n-skx-mrr"
3285       tag: "NIC_Intel-X710"
3286     - title: "xxv710"
3287       data-set: "vpp-nic-comparison-2n-skx-mrr"
3288       tag: "NIC_Intel-XXV710"
3289   comparisons:
3290     - title: "Diff"
3291       reference: 1
3292       compare: 2
3293   legend:
3294     - ""
3295     - "x710, xxv710 - NICs tested."
3296     - "Diff - difference between x710 and xxv710 NIC."
3297
3298 ################################################################################
3299 # VPP
3300
3301 # VPP Performance Changes 3n-hsw 1t1c pdr
3302 - type: "table"
3303   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3304   algorithm: "table_comparison"
3305   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3307   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3308   columns:
3309     - title: "1908.1-2"
3310       data-set: "vpp-performance-changes-3n-hsw-h1"
3311     - title: "2001.0-2"
3312       data-set: "vpp-performance-changes-3n-hsw-ref"
3313     - title: "2001.0-4"
3314       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3315     - title: "2005.0-4"
3316       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3317   comparisons:
3318     - title: "2001.0-4 vs 2001.0-2"
3319       reference: 2
3320       compare: 3
3321       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3322     - title: "2005.0-4 vs 2001.0-4"
3323       reference: 3
3324       compare: 4
3325       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3326   legend:
3327     - ''
3328     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3329     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3330     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3331     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3332     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3333
3334 # VPP Performance Changes 3n-hsw 2t2c pdr
3335 - type: "table"
3336   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3337   algorithm: "table_comparison"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3340   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3341   columns:
3342     - title: "1908.1-2"
3343       data-set: "vpp-performance-changes-3n-hsw-h1"
3344     - title: "2001.0-2"
3345       data-set: "vpp-performance-changes-3n-hsw-ref"
3346     - title: "2001.0-4"
3347       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3348     - title: "2005.0-4"
3349       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3350   comparisons:
3351     - title: "2001.0-4 vs 2001.0-2"
3352       reference: 2
3353       compare: 3
3354       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3355     - title: "2005.0-4 vs 2001.0-4"
3356       reference: 3
3357       compare: 4
3358       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3359   legend:
3360     - ''
3361     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3362     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3363     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3364     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3365     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3366
3367 # VPP Performance Changes 3n-hsw 1t1c ndr
3368 - type: "table"
3369   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3370   algorithm: "table_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3373   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3374   columns:
3375     - title: "1908.1-2"
3376       data-set: "vpp-performance-changes-3n-hsw-h1"
3377     - title: "2001.0-2"
3378       data-set: "vpp-performance-changes-3n-hsw-ref"
3379     - title: "2001.0-4"
3380       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3381     - title: "2005.0-4"
3382       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3383   comparisons:
3384     - title: "2001.0-4 vs 2001.0-2"
3385       reference: 2
3386       compare: 3
3387       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3388     - title: "2005.0-4 vs 2001.0-4"
3389       reference: 3
3390       compare: 4
3391       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3392   legend:
3393     - ''
3394     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3395     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3396     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3397     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3398     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3399
3400 # VPP Performance Changes 3n-hsw 2t2c ndr
3401 - type: "table"
3402   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3403   algorithm: "table_comparison"
3404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3406   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3407   columns:
3408     - title: "1908.1-2"
3409       data-set: "vpp-performance-changes-3n-hsw-h1"
3410     - title: "2001.0-2"
3411       data-set: "vpp-performance-changes-3n-hsw-ref"
3412     - title: "2001.0-4"
3413       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3414     - title: "2005.0-4"
3415       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3416   comparisons:
3417     - title: "2001.0-4 vs 2001.0-2"
3418       reference: 2
3419       compare: 3
3420       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3421     - title: "2005.0-4 vs 2001.0-4"
3422       reference: 3
3423       compare: 4
3424       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3425   legend:
3426     - ''
3427     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3428     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3429     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3430     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3431     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3432
3433 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3434 - type: "table"
3435   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3436   algorithm: "table_comparison"
3437   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3439   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3440   columns:
3441     - title: "1908.1-2"
3442       data-set: "vpp-performance-changes-3n-hsw-h1"
3443     - title: "2001.0-2"
3444       data-set: "vpp-performance-changes-3n-hsw-ref"
3445     - title: "2001.0-4"
3446       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3447     - title: "2005.0-3"
3448       data-set: "vpp-performance-changes-3n-hsw-cmp"
3449     - title: "2005.0-4"
3450       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3451   comparisons:
3452     - title: "2005.0-4 vs 2005.0-3"
3453       reference: 4
3454       compare: 5
3455       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3456     - title: "2001.0-4 vs 2001.0-2"
3457       reference: 2
3458       compare: 3
3459       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3460     - title: "2005.0-4 vs 2001.0-4"
3461       reference: 3
3462       compare: 5
3463       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3464   legend:
3465     - ''
3466     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3467     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3468     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3469     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3470     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3471     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3472
3473 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3474 - type: "table"
3475   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3476   algorithm: "table_comparison"
3477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3479   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3480   columns:
3481     - title: "1908.1-2"
3482       data-set: "vpp-performance-changes-3n-hsw-h1"
3483     - title: "2001.0-2"
3484       data-set: "vpp-performance-changes-3n-hsw-ref"
3485     - title: "2001.0-4"
3486       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3487     - title: "2005.0-3"
3488       data-set: "vpp-performance-changes-3n-hsw-cmp"
3489     - title: "2005.0-4"
3490       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3491   comparisons:
3492     - title: "2005.0-4 vs 2005.0-3"
3493       reference: 4
3494       compare: 5
3495       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3496     - title: "2001.0-4 vs 2001.0-2"
3497       reference: 2
3498       compare: 3
3499       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3500     - title: "2005.0-4 vs 2001.0-4"
3501       reference: 3
3502       compare: 5
3503       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3504   legend:
3505     - ''
3506     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3507     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3508     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3509     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3510     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3511     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3512
3513 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3514 - type: "table"
3515   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3516   algorithm: "table_comparison"
3517   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3519   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3520   columns:
3521     - title: "1908.1-2"
3522       data-set: "vpp-performance-changes-3n-hsw-h1"
3523     - title: "2001.0-2"
3524       data-set: "vpp-performance-changes-3n-hsw-ref"
3525     - title: "2001.0-4"
3526       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3527     - title: "2005.0-3"
3528       data-set: "vpp-performance-changes-3n-hsw-cmp"
3529     - title: "2005.0-4"
3530       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3531   comparisons:
3532     - title: "2005.0-4 vs 2005.0-3"
3533       reference: 4
3534       compare: 5
3535       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3536     - title: "2001.0-4 vs 2001.0-2"
3537       reference: 2
3538       compare: 3
3539       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3540     - title: "2005.0-4 vs 2001.0-4"
3541       reference: 3
3542       compare: 5
3543       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3544   legend:
3545     - ''
3546     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3547     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3548     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3549     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3550     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3551     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3552
3553 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3554 - type: "table"
3555   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "1908.1-2"
3562       data-set: "vpp-performance-changes-3n-hsw-h1"
3563     - title: "2001.0-2"
3564       data-set: "vpp-performance-changes-3n-hsw-ref"
3565     - title: "2001.0-4"
3566       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3567     - title: "2005.0-3"
3568       data-set: "vpp-performance-changes-3n-hsw-cmp"
3569     - title: "2005.0-4"
3570       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3571   comparisons:
3572     - title: "2005.0-4 vs 2005.0-3"
3573       reference: 4
3574       compare: 5
3575       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3576     - title: "2001.0-4 vs 2001.0-2"
3577       reference: 2
3578       compare: 3
3579       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3580     - title: "2005.0-4 vs 2001.0-4"
3581       reference: 3
3582       compare: 5
3583       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3584   legend:
3585     - ''
3586     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3587     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24)..'
3588     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3589     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3590     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3591     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3592
3593 # VPP Performance Changes 3n-skx 2t1c pdr
3594 - type: "table"
3595   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3596   algorithm: "table_comparison"
3597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3600   columns:
3601     - title: "1908.1-2"
3602       data-set: "vpp-performance-changes-3n-skx-h1"
3603     - title: "2001.0-2"
3604       data-set: "vpp-performance-changes-3n-skx-ref"
3605     - title: "2001.0-4"
3606       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3607     - title: "2005.0-4"
3608       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3609   comparisons:
3610     - title: "2001.0-4 vs 2001.0-2"
3611       reference: 2
3612       compare: 3
3613       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3614     - title: "2005.0-4 vs 2001.0-4"
3615       reference: 3
3616       compare: 4
3617       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3618   legend:
3619     - ''
3620     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3623     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3624     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3625
3626 # VPP Performance Changes 3n-skx 4t2c pdr
3627 - type: "table"
3628   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3633   columns:
3634     - title: "1908.1-2"
3635       data-set: "vpp-performance-changes-3n-skx-h1"
3636     - title: "2001.0-2"
3637       data-set: "vpp-performance-changes-3n-skx-ref"
3638     - title: "2001.0-4"
3639       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3640     - title: "2005.0-4"
3641       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3642   comparisons:
3643     - title: "2001.0-4 vs 2001.0-2"
3644       reference: 2
3645       compare: 3
3646       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3647     - title: "2005.0-4 vs 2001.0-4"
3648       reference: 3
3649       compare: 4
3650       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3651   legend:
3652     - ''
3653     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3654     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3655     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3656     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3657     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3658
3659 # VPP Performance Changes 3n-skx 2t1c ndr
3660 - type: "table"
3661   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3662   algorithm: "table_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3666   columns:
3667     - title: "1908.1-2"
3668       data-set: "vpp-performance-changes-3n-skx-h1"
3669     - title: "2001.0-2"
3670       data-set: "vpp-performance-changes-3n-skx-ref"
3671     - title: "2001.0-4"
3672       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3673     - title: "2005.0-4"
3674       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3675   comparisons:
3676     - title: "2001.0-4 vs 2001.0-2"
3677       reference: 2
3678       compare: 3
3679       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3680     - title: "2005.0-4 vs 2001.0-4"
3681       reference: 3
3682       compare: 4
3683       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3684   legend:
3685     - ''
3686     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3687     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3688     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3689     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3690     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3691
3692 # VPP Performance Changes 3n-skx 4t2c ndr
3693 - type: "table"
3694   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3695   algorithm: "table_comparison"
3696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3697   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3699   columns:
3700     - title: "1908.1-2"
3701       data-set: "vpp-performance-changes-3n-skx-h1"
3702     - title: "2001.0-2"
3703       data-set: "vpp-performance-changes-3n-skx-ref"
3704     - title: "2001.0-4"
3705       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3706     - title: "2005.0-4"
3707       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3708   comparisons:
3709     - title: "2001.0-4 vs 2001.0-2"
3710       reference: 2
3711       compare: 3
3712       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3713     - title: "2005.0-4 vs 2001.0-4"
3714       reference: 3
3715       compare: 4
3716       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3717   legend:
3718     - ''
3719     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3720     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3721     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3722     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3723     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3724
3725 # VPP Performance Changes 3n-skx 2t1c pdr-full
3726 - type: "table"
3727   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3732   columns:
3733     - title: "1908.1-2"
3734       data-set: "vpp-performance-changes-3n-skx-h1"
3735     - title: "2001.0-2"
3736       data-set: "vpp-performance-changes-3n-skx-ref"
3737     - title: "2001.0-4"
3738       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3739     - title: "2005.0-3"
3740       data-set: "vpp-performance-changes-3n-skx-cmp"
3741     - title: "2005.0-4"
3742       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3743   comparisons:
3744     - title: "2005.0-4 vs 2005.0-3"
3745       reference: 4
3746       compare: 5
3747       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3748     - title: "2001.0-4 vs 2001.0-2"
3749       reference: 2
3750       compare: 3
3751       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3752     - title: "2005.0-4 vs 2001.0-4"
3753       reference: 3
3754       compare: 5
3755       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3756   legend:
3757     - ''
3758     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3759     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3760     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3761     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3762     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3763     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3764
3765 # VPP Performance Changes 3n-skx 4t2c pdr-full
3766 - type: "table"
3767   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3772   columns:
3773     - title: "1908.1-2"
3774       data-set: "vpp-performance-changes-3n-skx-h1"
3775     - title: "2001.0-2"
3776       data-set: "vpp-performance-changes-3n-skx-ref"
3777     - title: "2001.0-4"
3778       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3779     - title: "2005.0-3"
3780       data-set: "vpp-performance-changes-3n-skx-cmp"
3781     - title: "2005.0-4"
3782       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3783   comparisons:
3784     - title: "2005.0-4 vs 2005.0-3"
3785       reference: 4
3786       compare: 5
3787       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3788     - title: "2001.0-4 vs 2001.0-2"
3789       reference: 2
3790       compare: 3
3791       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3792     - title: "2005.0-4 vs 2001.0-4"
3793       reference: 3
3794       compare: 5
3795       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3796   legend:
3797     - ''
3798     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3799     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3800     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3801     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3802     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3803     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3804
3805 # VPP Performance Changes 3n-skx 2t1c ndr-full
3806 - type: "table"
3807   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3808   algorithm: "table_comparison"
3809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3812   columns:
3813     - title: "1908.1-2"
3814       data-set: "vpp-performance-changes-3n-skx-h1"
3815     - title: "2001.0-2"
3816       data-set: "vpp-performance-changes-3n-skx-ref"
3817     - title: "2001.0-4"
3818       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3819     - title: "2005.0-3"
3820       data-set: "vpp-performance-changes-3n-skx-cmp"
3821     - title: "2005.0-4"
3822       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3823   comparisons:
3824     - title: "2005.0-4 vs 2005.0-3"
3825       reference: 4
3826       compare: 5
3827       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3828     - title: "2001.0-4 vs 2001.0-2"
3829       reference: 2
3830       compare: 3
3831       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3832     - title: "2005.0-4 vs 2001.0-4"
3833       reference: 3
3834       compare: 5
3835       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3836   legend:
3837     - ''
3838     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3839     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3840     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3841     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3842     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3843     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3844
3845 # VPP Performance Changes 3n-skx 4t2c ndr-full
3846 - type: "table"
3847   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3848   algorithm: "table_comparison"
3849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3850   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3851   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3852   columns:
3853     - title: "1908.1-2"
3854       data-set: "vpp-performance-changes-3n-skx-h1"
3855     - title: "2001.0-2"
3856       data-set: "vpp-performance-changes-3n-skx-ref"
3857     - title: "2001.0-4"
3858       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3859     - title: "2005.0-3"
3860       data-set: "vpp-performance-changes-3n-skx-cmp"
3861     - title: "2005.0-4"
3862       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3863   comparisons:
3864     - title: "2005.0-4 vs 2005.0-3"
3865       reference: 4
3866       compare: 5
3867       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3868     - title: "2001.0-4 vs 2001.0-2"
3869       reference: 2
3870       compare: 3
3871       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3872     - title: "2005.0-4 vs 2001.0-4"
3873       reference: 3
3874       compare: 5
3875       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3876   legend:
3877     - ''
3878     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3881     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
3882     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3883     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3884
3885 # VPP Performance Changes 2n-skx 2t1c pdr
3886 - type: "table"
3887   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3888   algorithm: "table_comparison"
3889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3892   columns:
3893     - title: "1908.1-2"
3894       data-set: "vpp-performance-changes-2n-skx-h1"
3895     - title: "2001.0-2"
3896       data-set: "vpp-performance-changes-2n-skx-ref"
3897     - title: "2001.0-4"
3898       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3899     - title: "2005.0-4"
3900       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3901   comparisons:
3902     - title: "2001.0-4 vs 2001.0-2"
3903       reference: 2
3904       compare: 3
3905       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3906     - title: "2005.0-4 vs 2001.0-4"
3907       reference: 3
3908       compare: 4
3909       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3910   legend:
3911     - ''
3912     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3913     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3915     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3916     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3917
3918 # VPP Performance Changes 2n-skx 4t2c pdr
3919 - type: "table"
3920   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3921   algorithm: "table_comparison"
3922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3924   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3925   columns:
3926     - title: "1908.1-2"
3927       data-set: "vpp-performance-changes-2n-skx-h1"
3928     - title: "2001.0-2"
3929       data-set: "vpp-performance-changes-2n-skx-ref"
3930     - title: "2001.0-4"
3931       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3932     - title: "2005.0-4"
3933       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3934   comparisons:
3935     - title: "2001.0-4 vs 2001.0-2"
3936       reference: 2
3937       compare: 3
3938       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3939     - title: "2005.0-4 vs 2001.0-4"
3940       reference: 3
3941       compare: 4
3942       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3943   legend:
3944     - ''
3945     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3946     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3948     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3949     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3950
3951 # VPP Performance Changes 2n-skx 2t1c ndr
3952 - type: "table"
3953   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3958   columns:
3959     - title: "1908.1-2"
3960       data-set: "vpp-performance-changes-2n-skx-h1"
3961     - title: "2001.0-2"
3962       data-set: "vpp-performance-changes-2n-skx-ref"
3963     - title: "2001.0-4"
3964       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3965     - title: "2005.0-4"
3966       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3967   comparisons:
3968     - title: "2001.0-4 vs 2001.0-2"
3969       reference: 2
3970       compare: 3
3971       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3972     - title: "2005.0-4 vs 2001.0-4"
3973       reference: 3
3974       compare: 4
3975       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3976   legend:
3977     - ''
3978     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3979     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3981     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3982     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3983
3984 # VPP Performance Changes 2n-skx 4t2c ndr
3985 - type: "table"
3986   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3987   algorithm: "table_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3990   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3991   columns:
3992     - title: "1908.1-2"
3993       data-set: "vpp-performance-changes-2n-skx-h1"
3994     - title: "2001.0-2"
3995       data-set: "vpp-performance-changes-2n-skx-ref"
3996     - title: "2001.0-4"
3997       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3998     - title: "2005.0-4"
3999       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4000   comparisons:
4001     - title: "2001.0-4 vs 2001.0-2"
4002       reference: 2
4003       compare: 3
4004       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4005     - title: "2005.0-4 vs 2001.0-4"
4006       reference: 3
4007       compare: 4
4008       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4009   legend:
4010     - ''
4011     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4012     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4014     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4015     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4016
4017 # VPP Performance Changes 2n-skx 2t1c pdr-full
4018 - type: "table"
4019   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4020   algorithm: "table_comparison"
4021   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4023   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4024   columns:
4025     - title: "1908.1-2"
4026       data-set: "vpp-performance-changes-2n-skx-h1"
4027     - title: "2001.0-2"
4028       data-set: "vpp-performance-changes-2n-skx-ref"
4029     - title: "2001.0-4"
4030       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4031     - title: "2005.0-3"
4032       data-set: "vpp-performance-changes-2n-skx-cmp"
4033     - title: "2005.0-4"
4034       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4035   comparisons:
4036     - title: "2005.0-4 vs 2005.0-3"
4037       reference: 4
4038       compare: 5
4039       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4040     - title: "2001.0-4 vs 2001.0-2"
4041       reference: 2
4042       compare: 3
4043       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4044     - title: "2005.0-4 vs 2001.0-4"
4045       reference: 3
4046       compare: 5
4047       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
4048
4049   legend:
4050     - ''
4051     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4052     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4053     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4054     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4055     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4056     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4057
4058 # VPP Performance Changes 2n-skx 4t2c pdr-full
4059 - type: "table"
4060   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4061   algorithm: "table_comparison"
4062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4064   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4065   columns:
4066     - title: "1908.1-2"
4067       data-set: "vpp-performance-changes-2n-skx-h1"
4068     - title: "2001.0-2"
4069       data-set: "vpp-performance-changes-2n-skx-ref"
4070     - title: "2001.0-4"
4071       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4072     - title: "2005.0-3"
4073       data-set: "vpp-performance-changes-2n-skx-cmp"
4074     - title: "2005.0-4"
4075       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4076   comparisons:
4077     - title: "2005.0-4 vs 2005.0-3"
4078       reference: 4
4079       compare: 5
4080       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4081     - title: "2001.0-4 vs 2001.0-2"
4082       reference: 2
4083       compare: 3
4084       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4085     - title: "2005.0-4 vs 2001.0-4"
4086       reference: 3
4087       compare: 5
4088       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4089   legend:
4090     - ''
4091     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4092     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4093     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4094     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4095     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4096     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4097
4098 # VPP Performance Changes 2n-skx 2t1c ndr-full
4099 - type: "table"
4100   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4101   algorithm: "table_comparison"
4102   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4104   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4105   columns:
4106     - title: "1908.1-2"
4107       data-set: "vpp-performance-changes-2n-skx-h1"
4108     - title: "2001.0-2"
4109       data-set: "vpp-performance-changes-2n-skx-ref"
4110     - title: "2001.0-4"
4111       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4112     - title: "2005.0-3"
4113       data-set: "vpp-performance-changes-2n-skx-cmp"
4114     - title: "2005.0-4"
4115       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4116   comparisons:
4117     - title: "2005.0-4 vs 2005.0-3"
4118       reference: 4
4119       compare: 5
4120       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4121     - title: "2001.0-4 vs 2001.0-2"
4122       reference: 2
4123       compare: 3
4124       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4125     - title: "2005.0-4 vs 2001.0-4"
4126       reference: 3
4127       compare: 5
4128       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4129   legend:
4130     - ''
4131     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4132     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4133     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4134     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4135     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4136     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4137
4138 # VPP Performance Changes 2n-skx 4t2c ndr-full
4139 - type: "table"
4140   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4145   columns:
4146     - title: "1908.1-2"
4147       data-set: "vpp-performance-changes-2n-skx-h1"
4148     - title: "2001.0-2"
4149       data-set: "vpp-performance-changes-2n-skx-ref"
4150     - title: "2001.0-4"
4151       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4152     - title: "2005.0-3"
4153       data-set: "vpp-performance-changes-2n-skx-cmp"
4154     - title: "2005.0-4"
4155       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4156   comparisons:
4157     - title: "2005.0-4 vs 2005.0-3"
4158       reference: 4
4159       compare: 5
4160       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4161     - title: "2001.0-4 vs 2001.0-2"
4162       reference: 2
4163       compare: 3
4164       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4165     - title: "2005.0-4 vs 2001.0-4"
4166       reference: 3
4167       compare: 5
4168       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4169   legend:
4170     - ''
4171     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4172     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4174     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4175     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4176     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4177
4178 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4179 - type: "table"
4180   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4181   algorithm: "table_comparison"
4182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4184   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4185   columns:
4186     - title: "2001.0-2"
4187       data-set: "vpp-performance-changes-2n-clx-ref"
4188     - title: "2001.0-4"
4189       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4190     - title: "2005.0-4"
4191       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4192   comparisons:
4193     - title: "2001.0-4 vs 2001.0-2"
4194       reference: 1
4195       compare: 2
4196       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4197     - title: "2005.0-4 vs 2001.0-4"
4198       reference: 2
4199       compare: 3
4200       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4201   legend:
4202     - ''
4203     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4204     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4205     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4206     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4207     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4208
4209 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4210 - type: "table"
4211   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4216   columns:
4217     - title: "2001.0-2"
4218       data-set: "vpp-performance-changes-2n-clx-ref"
4219     - title: "2001.0-4"
4220       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4221     - title: "2005.0-4"
4222       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4223   comparisons:
4224     - title: "2001.0-4 vs 2001.0-2"
4225       reference: 1
4226       compare: 2
4227       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4228     - title: "2005.0-4 vs 2001.0-4"
4229       reference: 2
4230       compare: 3
4231       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4232   legend:
4233     - ''
4234     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4235     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4236     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4237     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4238     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4239
4240 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4241 - type: "table"
4242   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4246   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4247   columns:
4248     - title: "2001.0-2"
4249       data-set: "vpp-performance-changes-2n-clx-ref"
4250     - title: "2001.0-4"
4251       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4252     - title: "2005.0-4"
4253       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4254   comparisons:
4255     - title: "2001.0-4 vs 2001.0-2"
4256       reference: 1
4257       compare: 2
4258       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4259     - title: "2005.0-4 vs 2001.0-4"
4260       reference: 2
4261       compare: 3
4262       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4263   legend:
4264     - ''
4265     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4266     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4267     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4268     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4269     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4270
4271 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4272 - type: "table"
4273   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4278   columns:
4279     - title: "2001.0-2"
4280       data-set: "vpp-performance-changes-2n-clx-ref"
4281     - title: "2001.0-4"
4282       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4283     - title: "2005.0-4"
4284       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4285   comparisons:
4286     - title: "2001.0-4 vs 2001.0-2"
4287       reference: 1
4288       compare: 2
4289       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4290     - title: "2005.0-4 vs 2001.0-4"
4291       reference: 2
4292       compare: 3
4293       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4294   legend:
4295     - ''
4296     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4297     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4298     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4299     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4300     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4301
4302 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4303 - type: "table"
4304   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4305   algorithm: "table_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4308   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4309   columns:
4310     - title: "2001.0-2"
4311       data-set: "vpp-performance-changes-2n-clx-ref"
4312     - title: "2001.0-4"
4313       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4314     - title: "2005.0-3"
4315       data-set: "vpp-performance-changes-2n-clx-cmp"
4316     - title: "2005.0-4"
4317       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4318   comparisons:
4319     - title: "2005.0-4 vs 2005.0-3"
4320       reference: 3
4321       compare: 4
4322       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4323     - title: "2001.0-4 vs 2001.0-2"
4324       reference: 1
4325       compare: 2
4326       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4327     - title: "2005.0-4 vs 2001.0-4"
4328       reference: 2
4329       compare: 4
4330       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4331   legend:
4332     - ''
4333     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4334     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4335     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4336     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4337     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4338     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4339
4340 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4341 - type: "table"
4342   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4343   algorithm: "table_comparison"
4344   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4346   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4347   columns:
4348     - title: "2001.0-2"
4349       data-set: "vpp-performance-changes-2n-clx-ref"
4350     - title: "2001.0-4"
4351       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4352     - title: "2005.0-3"
4353       data-set: "vpp-performance-changes-2n-clx-cmp"
4354     - title: "2005.0-4"
4355       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4356   comparisons:
4357     - title: "2005.0-4 vs 2005.0-3"
4358       reference: 3
4359       compare: 4
4360       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4361     - title: "2001.0-4 vs 2001.0-2"
4362       reference: 1
4363       compare: 2
4364       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4365     - title: "2005.0-4 vs 2001.0-4"
4366       reference: 2
4367       compare: 4
4368       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4369   legend:
4370     - ''
4371     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4372     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4373     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4374     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4375     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4376     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4377
4378 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4379 - type: "table"
4380   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4384   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4385   columns:
4386     - title: "2001.0-2"
4387       data-set: "vpp-performance-changes-2n-clx-ref"
4388     - title: "2001.0-4"
4389       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4390     - title: "2005.0-3"
4391       data-set: "vpp-performance-changes-2n-clx-cmp"
4392     - title: "2005.0-4"
4393       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4394   comparisons:
4395     - title: "2005.0-4 vs 2005.0-3"
4396       reference: 3
4397       compare: 4
4398       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4399     - title: "2001.0-4 vs 2001.0-2"
4400       reference: 1
4401       compare: 2
4402       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4403     - title: "2005.0-4 vs 2001.0-4"
4404       reference: 2
4405       compare: 4
4406       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4407   legend:
4408     - ''
4409     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4410     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4411     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4412     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4413     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4414     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4415
4416 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4417 - type: "table"
4418   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4422   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4423   columns:
4424     - title: "2001.0-2"
4425       data-set: "vpp-performance-changes-2n-clx-ref"
4426     - title: "2001.0-4"
4427       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4428     - title: "2005.0-3"
4429       data-set: "vpp-performance-changes-2n-clx-cmp"
4430     - title: "2005.0-4"
4431       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4432   comparisons:
4433     - title: "2005.0-4 vs 2005.0-3"
4434       reference: 3
4435       compare: 4
4436       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4437     - title: "2001.0-4 vs 2001.0-2"
4438       reference: 1
4439       compare: 2
4440       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4441     - title: "2005.0-4 vs 2001.0-4"
4442       reference: 2
4443       compare: 4
4444       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4445   legend:
4446     - ''
4447     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4448     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4450     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4451     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4452     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4453
4454 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4455 #- type: "table"
4456 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4457 #  algorithm: "table_comparison"
4458 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4459 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4460 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4461 #  columns:
4462 #    - title: "2001.0-2"
4463 #      data-set: "vpp-performance-changes-2n-clx-ref"
4464 #    - title: "2005.0-3"
4465 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4466 #  comparisons:
4467 #    - title: "Diff"
4468 #      reference: 1
4469 #      compare: 2
4470 #  legend:
4471 #    - ''
4472 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4473 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4474 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4475 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4476 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4477 #
4478 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4479 #- type: "table"
4480 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4481 #  algorithm: "table_comparison"
4482 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4483 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4484 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4485 #  columns:
4486 #    - title: "2001.0-2"
4487 #      data-set: "vpp-performance-changes-2n-clx-ref"
4488 #    - title: "2005.0-3"
4489 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4490 #  comparisons:
4491 #    - title: "Diff"
4492 #      reference: 1
4493 #      compare: 2
4494 #  legend:
4495 #    - ''
4496 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4497 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4498 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4499 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4500 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4501 #
4502 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4503 #- type: "table"
4504 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4505 #  algorithm: "table_comparison"
4506 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4508 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4509 #  columns:
4510 #    - title: "2001.0-2"
4511 #      data-set: "vpp-performance-changes-2n-clx-ref"
4512 #    - title: "2005.0-3"
4513 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4514 #  comparisons:
4515 #    - title: "Diff"
4516 #      reference: 1
4517 #      compare: 2
4518 #  legend:
4519 #    - ''
4520 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4521 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4522 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4523 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4524 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4525 #
4526 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4527 #- type: "table"
4528 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4529 #  algorithm: "table_comparison"
4530 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4532 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4533 #  columns:
4534 #    - title: "2001.0-2"
4535 #      data-set: "vpp-performance-changes-2n-clx-ref"
4536 #    - title: "2005.0-3"
4537 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4538 #  comparisons:
4539 #    - title: "Diff"
4540 #      reference: 1
4541 #      compare: 2
4542 #  legend:
4543 #    - ''
4544 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4545 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4546 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4547 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4548 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4549
4550 # VPP Performance Changes 2n-dnv 1t1c pdr
4551 - type: "table"
4552   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4553   algorithm: "table_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4555   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4556   filter: "'1T1C'"
4557   columns:
4558     - title: "1908.1-2"
4559       data-set: "vpp-performance-changes-2n-dnv-h1"
4560     - title: "2001.0-2"
4561       data-set: "vpp-performance-changes-2n-dnv-ref"
4562     - title: "2005.0-3"
4563       data-set: "vpp-performance-changes-2n-dnv-cmp"
4564   comparisons:
4565     - title: "2005.0-3 vs 2001.0-2"
4566       reference: 2
4567       compare: 3
4568   legend:
4569     - ''
4570     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4571     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4572     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4573     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4574
4575 # VPP Performance Changes 2n-dnv 2t2c pdr
4576 - type: "table"
4577   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4578   algorithm: "table_comparison"
4579   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4581   filter: "'2T2C'"
4582   columns:
4583     - title: "1908.1-2"
4584       data-set: "vpp-performance-changes-2n-dnv-h1"
4585     - title: "2001.0-2"
4586       data-set: "vpp-performance-changes-2n-dnv-ref"
4587     - title: "2005.0-3"
4588       data-set: "vpp-performance-changes-2n-dnv-cmp"
4589   comparisons:
4590     - title: "2005.0-3 vs 2001.0-2"
4591       reference: 2
4592       compare: 3
4593   legend:
4594     - ''
4595     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4598     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4599
4600 # VPP Performance Changes 2n-dnv 1t1c ndr
4601 - type: "table"
4602   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4606   filter: "'1T1C'"
4607   columns:
4608     - title: "1908.1-2"
4609       data-set: "vpp-performance-changes-2n-dnv-h1"
4610     - title: "2001.0-2"
4611       data-set: "vpp-performance-changes-2n-dnv-ref"
4612     - title: "2005.0-3"
4613       data-set: "vpp-performance-changes-2n-dnv-cmp"
4614   comparisons:
4615     - title: "2005.0-3 vs 2001.0-2"
4616       reference: 2
4617       compare: 3
4618   legend:
4619     - ''
4620     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4623     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4624
4625 # VPP Performance Changes 2n-dnv 2t2c ndr
4626 - type: "table"
4627   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4631   filter: "'2T2C'"
4632   columns:
4633     - title: "1908.1-2"
4634       data-set: "vpp-performance-changes-2n-dnv-h1"
4635     - title: "2001.0-2"
4636       data-set: "vpp-performance-changes-2n-dnv-ref"
4637     - title: "2005.0-3"
4638       data-set: "vpp-performance-changes-2n-dnv-cmp"
4639   comparisons:
4640     - title: "2005.0-3 vs 2001.0-2"
4641       reference: 2
4642       compare: 3
4643   legend:
4644     - ''
4645     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4646     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4648     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4649
4650 # VPP Performance Changes 3n-dnv 1t1c pdr
4651 - type: "table"
4652   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4656   filter: "'1T1C'"
4657   columns:
4658     - title: "1908.1-2"
4659       data-set: "vpp-performance-changes-3n-dnv-h1"
4660     - title: "2001.0-2"
4661       data-set: "vpp-performance-changes-3n-dnv-ref"
4662     - title: "2005.0-3"
4663       data-set: "vpp-performance-changes-3n-dnv-cmp"
4664   comparisons:
4665     - title: "2005.0-3 vs 2001.0-2"
4666       reference: 2
4667       compare: 3
4668   legend:
4669     - ''
4670     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4671     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4673     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4674
4675 # VPP Performance Changes 3n-dnv 2t2c pdr
4676 - type: "table"
4677   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4681   filter: "'2T2C'"
4682   columns:
4683     - title: "1908.1-2"
4684       data-set: "vpp-performance-changes-3n-dnv-h1"
4685     - title: "2001.0-2"
4686       data-set: "vpp-performance-changes-3n-dnv-ref"
4687     - title: "2005.0-3"
4688       data-set: "vpp-performance-changes-3n-dnv-cmp"
4689   comparisons:
4690     - title: "2005.0-3 vs 2001.0-2"
4691       reference: 2
4692       compare: 3
4693   legend:
4694     - ''
4695     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4696     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4697     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4698     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4699
4700 # VPP Performance Changes 3n-dnv 1t1c ndr
4701 - type: "table"
4702   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4706   filter: "'1T1C'"
4707   columns:
4708     - title: "1908.1-2"
4709       data-set: "vpp-performance-changes-3n-dnv-h1"
4710     - title: "2001.0-2"
4711       data-set: "vpp-performance-changes-3n-dnv-ref"
4712     - title: "2005.0-3"
4713       data-set: "vpp-performance-changes-3n-dnv-cmp"
4714   comparisons:
4715     - title: "2005.0-3 vs 2001.0-2"
4716       reference: 2
4717       compare: 3
4718   legend:
4719     - ''
4720     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4721     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4722     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4723     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4724
4725 # VPP Performance Changes 3n-dnv 2t2c ndr
4726 - type: "table"
4727   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4731   filter: "'2T2C'"
4732   columns:
4733     - title: "1908.1-2"
4734       data-set: "vpp-performance-changes-3n-dnv-h1"
4735     - title: "2001.0-2"
4736       data-set: "vpp-performance-changes-3n-dnv-ref"
4737     - title: "2005.0-3"
4738       data-set: "vpp-performance-changes-3n-dnv-cmp"
4739   comparisons:
4740     - title: "2005.0-3 vs 2001.0-2"
4741       reference: 2
4742       compare: 3
4743   legend:
4744     - ''
4745     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4746     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4747     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4748     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4749
4750 # VPP Performance Changes 3n-tsh 1t1c pdr
4751 - type: "table"
4752   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4756   filter: "'1T1C'"
4757   columns:
4758     - title: "1908.1-2"
4759       data-set: "vpp-performance-changes-3n-tsh-h1"
4760     - title: "2001.0-2"
4761       data-set: "vpp-performance-changes-3n-tsh-ref"
4762     - title: "2001.0-4"
4763       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4764     - title: "2005.0-4"
4765       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4766   comparisons:
4767     - title: "2001.0-4 vs 2001.0-2"
4768       reference: 2
4769       compare: 3
4770       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4771     - title: "2005.0-4 vs 2001.0-4"
4772       reference: 3
4773       compare: 4
4774       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4775   legend:
4776     - ''
4777     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4780     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4781     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4782
4783 # VPP Performance Changes 3n-tsh 2t2c pdr
4784 - type: "table"
4785   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4789   filter: "'2T2C'"
4790   columns:
4791     - title: "1908.1-2"
4792       data-set: "vpp-performance-changes-3n-tsh-h1"
4793     - title: "2001.0-2"
4794       data-set: "vpp-performance-changes-3n-tsh-ref"
4795     - title: "2001.0-4"
4796       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4797     - title: "2005.0-4"
4798       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4799   comparisons:
4800     - title: "2001.0-4 vs 2001.0-2"
4801       reference: 2
4802       compare: 3
4803       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4804     - title: "2005.0-4 vs 2001.0-4"
4805       reference: 3
4806       compare: 4
4807       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4808   legend:
4809     - ''
4810     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4813     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4814     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4815
4816 # VPP Performance Changes 3n-tsh 1t1c ndr
4817 - type: "table"
4818   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4819   algorithm: "table_comparison"
4820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4822   filter: "'1T1C'"
4823   columns:
4824     - title: "1908.1-2"
4825       data-set: "vpp-performance-changes-3n-tsh-h1"
4826     - title: "2001.0-2"
4827       data-set: "vpp-performance-changes-3n-tsh-ref"
4828     - title: "2001.0-4"
4829       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4830     - title: "2005.0-4"
4831       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4832   comparisons:
4833     - title: "2001.0-4 vs 2001.0-2"
4834       reference: 2
4835       compare: 3
4836       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4837     - title: "2005.0-4 vs 2001.0-4"
4838       reference: 3
4839       compare: 4
4840       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4841   legend:
4842     - ''
4843     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4844     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4845     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4846     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4847     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4848
4849 # VPP Performance Changes 3n-tsh 2t2c ndr
4850 - type: "table"
4851   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4855   filter: "'2T2C'"
4856   columns:
4857     - title: "1908.1-2"
4858       data-set: "vpp-performance-changes-3n-tsh-h1"
4859     - title: "2001.0-2"
4860       data-set: "vpp-performance-changes-3n-tsh-ref"
4861     - title: "2001.0-4"
4862       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4863     - title: "2005.0-4"
4864       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4865   comparisons:
4866     - title: "2001.0-4 vs 2001.0-2"
4867       reference: 2
4868       compare: 3
4869       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4870     - title: "2005.0-4 vs 2001.0-4"
4871       reference: 3
4872       compare: 4
4873       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4874   legend:
4875     - ''
4876     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4879     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4880     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4881
4882 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4883 - type: "table"
4884   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4888   filter: "'1T1C'"
4889   columns:
4890     - title: "1908.1-2"
4891       data-set: "vpp-performance-changes-3n-tsh-h1"
4892     - title: "2001.0-2"
4893       data-set: "vpp-performance-changes-3n-tsh-ref"
4894     - title: "2001.0-4"
4895       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4896     - title: "2005.0-3"
4897       data-set: "vpp-performance-changes-3n-tsh-cmp"
4898     - title: "2005.0-4"
4899       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4900   comparisons:
4901     - title: "2005.0-4 vs 2005.0-3"
4902       reference: 4
4903       compare: 5
4904       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4905     - title: "2001.0-4 vs 2001.0-2"
4906       reference: 2
4907       compare: 3
4908       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4909     - title: "2005.0-4 vs 2001.0-4"
4910       reference: 3
4911       compare: 5
4912       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4913   legend:
4914     - ''
4915     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4916     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4917     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4918     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4919     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4920     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4921
4922 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4923 - type: "table"
4924   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4928   filter: "'2T2C'"
4929   columns:
4930     - title: "1908.1-2"
4931       data-set: "vpp-performance-changes-3n-tsh-h1"
4932     - title: "2001.0-2"
4933       data-set: "vpp-performance-changes-3n-tsh-ref"
4934     - title: "2001.0-4"
4935       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4936     - title: "2005.0-3"
4937       data-set: "vpp-performance-changes-3n-tsh-cmp"
4938     - title: "2005.0-4"
4939       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4940   comparisons:
4941     - title: "2005.0-4 vs 2005.0-3"
4942       reference: 4
4943       compare: 5
4944       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4945     - title: "2001.0-4 vs 2001.0-2"
4946       reference: 2
4947       compare: 3
4948       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4949     - title: "2005.0-4 vs 2001.0-4"
4950       reference: 3
4951       compare: 5
4952       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4953   legend:
4954     - ''
4955     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4956     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4957     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4958     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4959     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4960     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4961
4962 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4963 - type: "table"
4964   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4968   filter: "'1T1C'"
4969   columns:
4970     - title: "1908.1-2"
4971       data-set: "vpp-performance-changes-3n-tsh-h1"
4972     - title: "2001.0-2"
4973       data-set: "vpp-performance-changes-3n-tsh-ref"
4974     - title: "2001.0-4"
4975       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4976     - title: "2005.0-3"
4977       data-set: "vpp-performance-changes-3n-tsh-cmp"
4978     - title: "2005.0-4"
4979       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4980   comparisons:
4981     - title: "2005.0-4 vs 2005.0-3"
4982       reference: 4
4983       compare: 5
4984       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4985     - title: "2001.0-4 vs 2001.0-2"
4986       reference: 2
4987       compare: 3
4988       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4989     - title: "2005.0-4 vs 2001.0-4"
4990       reference: 3
4991       compare: 5
4992       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4993   legend:
4994     - ''
4995     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4998     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
4999     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5000     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5001
5002 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5003 - type: "table"
5004   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5008   filter: "'2T2C'"
5009   columns:
5010     - title: "1908.1-2"
5011       data-set: "vpp-performance-changes-3n-tsh-h1"
5012     - title: "2001.0-2"
5013       data-set: "vpp-performance-changes-3n-tsh-ref"
5014     - title: "2001.0-4"
5015       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5016     - title: "2005.0-3"
5017       data-set: "vpp-performance-changes-3n-tsh-cmp"
5018     - title: "2005.0-4"
5019       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5020   comparisons:
5021     - title: "2005.0-4 vs 2005.0-3"
5022       reference: 4
5023       compare: 5
5024       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5025     - title: "2001.0-4 vs 2001.0-2"
5026       reference: 2
5027       compare: 3
5028       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5029     - title: "2005.0-4 vs 2001.0-4"
5030       reference: 3
5031       compare: 5
5032       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
5033   legend:
5034     - ''
5035     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5036     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5037     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5038     - '2005.0-4 vs 2005.0-3: Compares CSIT environments "4" to "3". "3" was discarded as it substantially changed TRex behaviour due to higher number of TRex workers used.'
5039     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5040     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5041
5042 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5043 - type: "table"
5044   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5045   algorithm: "table_comparison"
5046   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5048   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5049   columns:
5050     - title: "3n-hsw xl710"
5051       data-set: "vpp-compare-testbeds-ref"
5052       tag: "NIC_Intel-XL710"
5053     - title: "3n-skx xxv710"
5054       data-set: "vpp-compare-testbeds-cmp"
5055       tag: "NIC_Intel-XXV710"
5056   comparisons:
5057     - title: "Diff"
5058       reference: 1
5059       compare: 2
5060   legend:
5061     - ""
5062     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5063     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5064
5065 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5066 - type: "table"
5067   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5068   algorithm: "table_comparison"
5069   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5071   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5072   columns:
5073     - title: "3n-hsw xl710"
5074       data-set: "vpp-compare-testbeds-ref"
5075       tag: "NIC_Intel-XL710"
5076     - title: "3n-skx xxv710"
5077       data-set: "vpp-compare-testbeds-cmp"
5078       tag: "NIC_Intel-XXV710"
5079   comparisons:
5080     - title: "Diff"
5081       reference: 1
5082       compare: 2
5083   legend:
5084     - ""
5085     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5086     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5087
5088 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5089 - type: "table"
5090   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5091   algorithm: "table_comparison"
5092   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5094   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5095   columns:
5096     - title: "3n-hsw xl710"
5097       data-set: "vpp-compare-testbeds-ref"
5098       tag: "NIC_Intel-XL710"
5099     - title: "3n-skx xxv710"
5100       data-set: "vpp-compare-testbeds-cmp"
5101       tag: "NIC_Intel-XXV710"
5102   comparisons:
5103     - title: "Diff"
5104       reference: 1
5105       compare: 2
5106   legend:
5107     - ""
5108     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5109     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5110
5111 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5112 - type: "table"
5113   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5117   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5118   columns:
5119     - title: "3n-hsw xl710"
5120       data-set: "vpp-compare-testbeds-ref"
5121       tag: "NIC_Intel-XL710"
5122     - title: "3n-skx xxv710"
5123       data-set: "vpp-compare-testbeds-cmp"
5124       tag: "NIC_Intel-XXV710"
5125   comparisons:
5126     - title: "Diff"
5127       reference: 1
5128       compare: 2
5129   legend:
5130     - ""
5131     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5132     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5133
5134 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5135 - type: "table"
5136   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5140   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5141   columns:
5142     - title: "2n-skx"
5143       data-set: "vpp-compare-testbeds-skx-clx-ref"
5144     - title: "2n-clx"
5145       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5146   comparisons:
5147     - title: "Diff"
5148       reference: 1
5149       compare: 2
5150   legend:
5151     - ""
5152     - "2n-skx, 2n-clx - testbeds and NICs tested."
5153     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5154
5155 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5156 - type: "table"
5157   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5158   algorithm: "table_comparison"
5159   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5161   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5162   columns:
5163     - title: "2n-skx"
5164       data-set: "vpp-compare-testbeds-skx-clx-ref"
5165     - title: "2n-clx"
5166       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5167   comparisons:
5168     - title: "Diff"
5169       reference: 1
5170       compare: 2
5171   legend:
5172     - ""
5173     - "2n-skx, 2n-clx - testbeds and NICs tested."
5174     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5175
5176 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5177 - type: "table"
5178   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5179   algorithm: "table_comparison"
5180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5182   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5183   columns:
5184     - title: "2n-skx"
5185       data-set: "vpp-compare-testbeds-skx-clx-ref"
5186     - title: "2n-clx"
5187       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5188   comparisons:
5189     - title: "Diff"
5190       reference: 1
5191       compare: 2
5192   legend:
5193     - ""
5194     - "2n-skx, 2n-clx - testbeds and NICs tested."
5195     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5196
5197 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5198 - type: "table"
5199   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5200   algorithm: "table_comparison"
5201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5203   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5204   columns:
5205     - title: "2n-skx"
5206       data-set: "vpp-compare-testbeds-skx-clx-ref"
5207     - title: "2n-clx"
5208       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5209   comparisons:
5210     - title: "Diff"
5211       reference: 1
5212       compare: 2
5213   legend:
5214     - ""
5215     - "2n-skx, 2n-clx - testbeds and NICs tested."
5216     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5217
5218 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5219 - type: "table"
5220   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5221   algorithm: "table_comparison"
5222   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5224   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5225   columns:
5226     - title: "3n-hsw xl710"
5227       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5228       tag: "NIC_Intel-XL710"
5229     - title: "2n-clx xxv710"
5230       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5231       tag: "NIC_Intel-XXV710"
5232   comparisons:
5233     - title: "Diff"
5234       reference: 1
5235       compare: 2
5236   legend:
5237     - ""
5238     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5239     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5240
5241 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5242 - type: "table"
5243   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5244   algorithm: "table_comparison"
5245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5247   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5248   columns:
5249     - title: "3n-hsw xl710"
5250       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5251       tag: "NIC_Intel-XL710"
5252     - title: "2n-clx xxv710"
5253       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5254       tag: "NIC_Intel-XXV710"
5255   comparisons:
5256     - title: "Diff"
5257       reference: 1
5258       compare: 2
5259   legend:
5260     - ""
5261     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5262     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5263
5264 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5265 - type: "table"
5266   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5267   algorithm: "table_comparison"
5268   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5270   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5271   columns:
5272     - title: "3n-hsw xl710"
5273       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5274       tag: "NIC_Intel-XL710"
5275     - title: "2n-clx xxv710"
5276       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5277       tag: "NIC_Intel-XXV710"
5278   comparisons:
5279     - title: "Diff"
5280       reference: 1
5281       compare: 2
5282   legend:
5283     - ""
5284     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5285     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5286
5287 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5288 - type: "table"
5289   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5290   algorithm: "table_comparison"
5291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5293   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5294   columns:
5295     - title: "3n-hsw xl710"
5296       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5297       tag: "NIC_Intel-XL710"
5298     - title: "2n-clx xxv710"
5299       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5300       tag: "NIC_Intel-XXV710"
5301   comparisons:
5302     - title: "Diff"
5303       reference: 1
5304       compare: 2
5305   legend:
5306     - ""
5307     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5308     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5309
5310 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5311 - type: "table"
5312   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5313   algorithm: "table_comparison"
5314   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5316   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5317   columns:
5318     - title: "3n-skx"
5319       data-set: "vpp-compare-topologies-ref"
5320     - title: "2n-skx"
5321       data-set: "vpp-compare-topologies-cmp"
5322   comparisons:
5323     - title: "Diff"
5324       reference: 1
5325       compare: 2
5326   legend:
5327     - ""
5328     - "3n-skx, 2n-skx - topologies tested."
5329     - "Diff - difference between 3n-skx and 2n-skx topologies."
5330
5331 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5332 - type: "table"
5333   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5334   algorithm: "table_comparison"
5335   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5337   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5338   columns:
5339     - title: "3n-skx"
5340       data-set: "vpp-compare-topologies-ref"
5341     - title: "2n-skx"
5342       data-set: "vpp-compare-topologies-cmp"
5343   comparisons:
5344     - title: "Diff"
5345       reference: 1
5346       compare: 2
5347   legend:
5348     - ""
5349     - "3n-skx, 2n-skx - topologies tested."
5350     - "Diff - difference between 3n-skx and 2n-skx topologies."
5351
5352 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5353 - type: "table"
5354   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5358   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5359   columns:
5360     - title: "3n-skx"
5361       data-set: "vpp-compare-topologies-ref"
5362     - title: "2n-skx"
5363       data-set: "vpp-compare-topologies-cmp"
5364   comparisons:
5365     - title: "Diff"
5366       reference: 1
5367       compare: 2
5368   legend:
5369     - ""
5370     - "3n-skx, 2n-skx - topologies tested."
5371     - "Diff - difference between 3n-skx and 2n-skx topologies."
5372
5373 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5374 - type: "table"
5375   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5376   algorithm: "table_comparison"
5377   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5378   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5379   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5380   columns:
5381     - title: "3n-skx"
5382       data-set: "vpp-compare-topologies-ref"
5383     - title: "2n-skx"
5384       data-set: "vpp-compare-topologies-cmp"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - ""
5391     - "3n-skx, 2n-skx - topologies tested."
5392     - "Diff - difference between 3n-skx and 2n-skx topologies."
5393
5394 # VPP Performance Changes 3n-hsw 1t1c mrr
5395 - type: "table"
5396   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5401   columns:
5402     - title: "1908.1-2"
5403       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5404     - title: "2001.0-2"
5405       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5406     - title: "2005.0-3"
5407       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5408     - title: "2005.0-4"
5409       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5410   comparisons:
5411     - title: "2005.0-4 vs 2005.0-3"
5412       reference: 3
5413       compare: 4
5414       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5415     - title: "2005.0-4 vs 2001.0-2"
5416       reference: 2
5417       compare: 4
5418       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5419   legend:
5420     - ''
5421     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5422     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5423     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5424     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5425     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5426
5427 # VPP Performance Changes 3n-hsw 2t2c mrr
5428 - type: "table"
5429   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5430   algorithm: "table_comparison"
5431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5433   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5434   columns:
5435     - title: "1908.1-2"
5436       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5437     - title: "2001.0-2"
5438       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5439     - title: "2005.0-3"
5440       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5441     - title: "2005.0-4"
5442       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5443   comparisons:
5444     - title: "2005.0-4 vs 2005.0-3"
5445       reference: 3
5446       compare: 4
5447       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5448     - title: "2005.0-4 vs 2001.0-2"
5449       reference: 2
5450       compare: 4
5451       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5452   legend:
5453     - ''
5454     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5455     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5456     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5457     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5458     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5459
5460 # VPP Performance Changes 3n-hsw 4t4c mrr
5461 - type: "table"
5462   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5463   algorithm: "table_comparison"
5464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5467   columns:
5468     - title: "1908.1-2"
5469       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5470     - title: "2001.0-2"
5471       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5472     - title: "2005.0-3"
5473       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5474     - title: "2005.0-4"
5475       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5476   comparisons:
5477     - title: "2005.0-4 vs 2005.0-3"
5478       reference: 3
5479       compare: 4
5480       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5481     - title: "2005.0-4 vs 2001.0-2"
5482       reference: 2
5483       compare: 4
5484       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5485   legend:
5486     - ''
5487     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5488     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5490     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5491     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5492
5493 # VPP Performance Changes 3n-skx 2t1c mrr
5494 - type: "table"
5495   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5496   algorithm: "table_comparison"
5497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5499   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5500   columns:
5501     - title: "2001.0-2"
5502       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5503     - title: "2005.0-3"
5504       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5505     - title: "2005.0-4"
5506       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5507   comparisons:
5508     - title: "2005.0-4 vs 2005.0-3"
5509       reference: 2
5510       compare: 3
5511       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5512     - title: "2005.0-4 vs 2001.0-2"
5513       reference: 1
5514       compare: 3
5515       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5516   legend:
5517     - ''
5518     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5521     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5522     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5523
5524 # VPP Performance Changes 3n-skx 4t2c mrr
5525 - type: "table"
5526   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5527   algorithm: "table_comparison"
5528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5530   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5531   columns:
5532     - title: "2001.0-2"
5533       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5534     - title: "2005.0-3"
5535       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5536     - title: "2005.0-4"
5537       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5538   comparisons:
5539     - title: "2005.0-4 vs 2005.0-3"
5540       reference: 2
5541       compare: 3
5542       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5543     - title: "2005.0-4 vs 2001.0-2"
5544       reference: 1
5545       compare: 3
5546       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5547   legend:
5548     - ''
5549     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5552     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5553     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5554
5555 # VPP Performance Changes 3n-skx 8t4c mrr
5556 - type: "table"
5557   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5558   algorithm: "table_comparison"
5559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5561   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5562   columns:
5563     - title: "2001.0-2"
5564       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5565     - title: "2005.0-3"
5566       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5567     - title: "2005.0-4"
5568       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5569   comparisons:
5570     - title: "2005.0-4 vs 2005.0-3"
5571       reference: 2
5572       compare: 3
5573       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5574     - title: "2005.0-4 vs 2001.0-2"
5575       reference: 1
5576       compare: 3
5577       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5578   legend:
5579     - ''
5580     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5583     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5584     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5585
5586 # VPP Performance Changes 2n-skx 2t1c mrr
5587 - type: "table"
5588   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5589   algorithm: "table_comparison"
5590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5592   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5593   columns:
5594     - title: "2001.0-2"
5595       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5596     - title: "2005.0-3"
5597       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5598     - title: "2005.0-4"
5599       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5600   comparisons:
5601     - title: "2005.0-4 vs 2005.0-3"
5602       reference: 2
5603       compare: 3
5604       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5605     - title: "2005.0-4 vs 2001.0-2"
5606       reference: 1
5607       compare: 3
5608       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5609   legend:
5610     - ''
5611     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5612     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5614     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5615     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5616
5617 # VPP Performance Changes 2n-skx 4t2c mrr
5618 - type: "table"
5619   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5620   algorithm: "table_comparison"
5621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5623   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5624   columns:
5625     - title: "2001.0-2"
5626       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5627     - title: "2005.0-3"
5628       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5629     - title: "2005.0-4"
5630       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5631   comparisons:
5632     - title: "2005.0-4 vs 2005.0-3"
5633       reference: 2
5634       compare: 3
5635       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5636     - title: "2005.0-4 vs 2001.0-2"
5637       reference: 1
5638       compare: 3
5639       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5640   legend:
5641     - ''
5642     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5645     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5646     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5647
5648 # VPP Performance Changes 2n-skx 8t4c mrr
5649 - type: "table"
5650   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5655   columns:
5656     - title: "2001.0-2"
5657       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5658     - title: "2005.0-3"
5659       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5660     - title: "2005.0-4"
5661       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5662   comparisons:
5663     - title: "2005.0-4 vs 2005.0-3"
5664       reference: 2
5665       compare: 3
5666       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5667     - title: "2005.0-4 vs 2001.0-2"
5668       reference: 1
5669       compare: 3
5670       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5671   legend:
5672     - ''
5673     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5676     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5677     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5678
5679 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5680 - type: "table"
5681   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5682   algorithm: "table_comparison"
5683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5685   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5686   columns:
5687     - title: "2001.0-2"
5688       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5689     - title: "2005.0-3"
5690       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5691     - title: "2005.0-4"
5692       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5693   comparisons:
5694     - title: "2005.0-4 vs 2005.0-3"
5695       reference: 2
5696       compare: 3
5697       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5698     - title: "2005.0-4 vs 2001.0-2"
5699       reference: 1
5700       compare: 3
5701       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5702   legend:
5703     - ''
5704     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5705     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5706     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5707     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5708     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5709
5710 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5711 - type: "table"
5712   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5713   algorithm: "table_comparison"
5714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5717   columns:
5718     - title: "2001.0-2"
5719       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5720     - title: "2005.0-3"
5721       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5722     - title: "2005.0-4"
5723       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5724   comparisons:
5725     - title: "2005.0-4 vs 2005.0-3"
5726       reference: 2
5727       compare: 3
5728       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5729     - title: "2005.0-4 vs 2001.0-2"
5730       reference: 1
5731       compare: 3
5732       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5733   legend:
5734     - ''
5735     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5738     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5739     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5740
5741 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5742 - type: "table"
5743   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5747   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5748   columns:
5749     - title: "2001.0-2"
5750       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5751     - title: "2005.0-3"
5752       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5753     - title: "2005.0-4"
5754       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5755   comparisons:
5756     - title: "2005.0-4 vs 2005.0-3"
5757       reference: 2
5758       compare: 3
5759       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5760     - title: "2005.0-4 vs 2001.0-2"
5761       reference: 1
5762       compare: 3
5763       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5764   legend:
5765     - ''
5766     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5767     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5768     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5769     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5770     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5771
5772 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5773 #- type: "table"
5774 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5775 #  algorithm: "table_comparison"
5776 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5777 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5778 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5779 #  columns:
5780 #    - title: "2001"
5781 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5782 #    - title: "2005"
5783 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5784 #  comparisons:
5785 #    - title: "Diff"
5786 #      reference: 1
5787 #      compare: 2
5788 #  legend:
5789 #    - ""
5790 #    - "2001, 2005 - VPP versions tested."
5791 #    - "Diff - difference between 2001 and 2005 VPP version."
5792 #
5793 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5794 #- type: "table"
5795 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5796 #  algorithm: "table_comparison"
5797 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5798 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5799 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5800 #  columns:
5801 #    - title: "2001"
5802 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5803 #    - title: "2005"
5804 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5805 #  comparisons:
5806 #    - title: "Diff"
5807 #      reference: 1
5808 #      compare: 2
5809 #  legend:
5810 #    - ""
5811 #    - "2001, 2005 - VPP versions tested."
5812 #    - "Diff - difference between 2001 and 2005 VPP version."
5813 #
5814 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5815 #- type: "table"
5816 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5817 #  algorithm: "table_comparison"
5818 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5819 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5820 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5821 #  columns:
5822 #    - title: "2001"
5823 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5824 #    - title: "2005"
5825 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5826 #  comparisons:
5827 #    - title: "Diff"
5828 #      reference: 1
5829 #      compare: 2
5830 #  legend:
5831 #    - ""
5832 #    - "2001, 2005 - VPP versions tested."
5833 #    - "Diff - difference between 2001 and 2005 VPP version."
5834
5835 # VPP Performance Changes 2n-dnv 1t1c mrr
5836 - type: "table"
5837   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5838   algorithm: "table_comparison"
5839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5841   filter: "'1T1C'"
5842   columns:
5843     - title: "1908.1-2"
5844       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5845     - title: "2001.0-2"
5846       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5847     - title: "2005.0-3"
5848       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5849   comparisons:
5850     - title: "2005.0-3 vs 2001.0-2"
5851       reference: 2
5852       compare: 3
5853   legend:
5854     - ''
5855     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5858     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5859
5860 # VPP Performance Changes 2n-dnv 2t2c mrr
5861 - type: "table"
5862   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5863   algorithm: "table_comparison"
5864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5866   filter: "'2T2C'"
5867   columns:
5868     - title: "1908.1-2"
5869       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5870     - title: "2001.0-2"
5871       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5872     - title: "2005.0-3"
5873       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5874   comparisons:
5875     - title: "2005.0-3 vs 2001.0-2"
5876       reference: 2
5877       compare: 3
5878   legend:
5879     - ''
5880     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5881     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5883     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5884
5885 # VPP Performance Changes 2n-dnv 4t4c mrr
5886 - type: "table"
5887   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   filter: "'4T4C'"
5892   columns:
5893     - title: "1908.1-2"
5894       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5895     - title: "2001.0-2"
5896       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5897     - title: "2005.0-3"
5898       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5899   comparisons:
5900     - title: "2005.0-3 vs 2001.0-2"
5901       reference: 2
5902       compare: 3
5903   legend:
5904     - ''
5905     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5906     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5907     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5908     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5909
5910 # VPP Performance Changes 3n-dnv 1t1c mrr
5911 - type: "table"
5912   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5916   filter: "'1T1C'"
5917   columns:
5918     - title: "1908.1-2"
5919       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5920     - title: "2001.0-2"
5921       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5922     - title: "2005.0-3"
5923       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5924   comparisons:
5925     - title: "2005.0-3 vs 2001.0-2"
5926       reference: 2
5927       compare: 3
5928   legend:
5929     - ''
5930     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5931     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5932     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5933     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5934
5935 # VPP Performance Changes 3n-dnv 2t2c mrr
5936 - type: "table"
5937   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5938   algorithm: "table_comparison"
5939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5941   filter: "'2T2C'"
5942   columns:
5943     - title: "1908.1-2"
5944       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5945     - title: "2001.0-2"
5946       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5947     - title: "2005.0-3"
5948       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5949   comparisons:
5950     - title: "2005.0-3 vs 2001.0-2"
5951       reference: 2
5952       compare: 3
5953   legend:
5954     - ''
5955     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5956     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5957     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5958     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5959
5960 # VPP Performance Changes 3n-dnv 4t4c mrr
5961 - type: "table"
5962   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5966   filter: "'4T4C'"
5967   columns:
5968     - title: "1908.1-2"
5969       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5970     - title: "2001.0-2"
5971       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5972     - title: "2005.0-3"
5973       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5974   comparisons:
5975     - title: "2005.0-3 vs 2001.0-2"
5976       reference: 2
5977       compare: 3
5978   legend:
5979     - ''
5980     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5981     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5982     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5983     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5984
5985 # VPP Performance Changes 3n-tsh 1t1c mrr
5986 - type: "table"
5987   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5988   algorithm: "table_comparison"
5989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5991   filter: "'1T1C'"
5992   columns:
5993     - title: "1908.1-2"
5994       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5995     - title: "2001.0-2"
5996       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5997     - title: "2005.0-3"
5998       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5999     - title: "2005.0-4"
6000       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6001   comparisons:
6002     - title: "2005.0-4 vs 2005.0-3"
6003       reference: 3
6004       compare: 4
6005       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
6006     - title: "2005.0-4 vs 2001.0-2"
6007       reference: 2
6008       compare: 4
6009       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
6010   legend:
6011     - ''
6012     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6013     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6014     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6015     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6016     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6017
6018 # VPP Performance Changes 3n-tsh 2t2c mrr
6019 - type: "table"
6020   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6021   algorithm: "table_comparison"
6022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6024   filter: "'2T2C'"
6025   columns:
6026     - title: "1908.1-2"
6027       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6028     - title: "2001.0-2"
6029       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6030     - title: "2005.0-3"
6031       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6032     - title: "2005.0-4"
6033       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6034   comparisons:
6035     - title: "2005.0-4 vs 2005.0-3"
6036       reference: 3
6037       compare: 4
6038       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
6039     - title: "2005.0-4 vs 2001.0-2"
6040       reference: 2
6041       compare: 4
6042       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
6043   legend:
6044     - ''
6045     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6046     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6047     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6048     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6049     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6050
6051 # VPP Performance Changes 3n-tsh 4t4c mrr
6052 - type: "table"
6053   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6054   algorithm: "table_comparison"
6055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6057   filter: "'4T4C'"
6058   columns:
6059     - title: "1908.1-2"
6060       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6061     - title: "2001.0-2"
6062       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6063     - title: "2005.0-3"
6064       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6065     - title: "2005.0-4"
6066       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6067   comparisons:
6068     - title: "2005.0-4 vs 2005.0-3"
6069       reference: 3
6070       compare: 4
6071       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6072     - title: "2005.0-4 vs 2001.0-2"
6073       reference: 2
6074       compare: 4
6075       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6076   legend:
6077     - ''
6078     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6079     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
6080     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6081     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
6082     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
6083
6084 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6085 - type: "table"
6086   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6087   algorithm: "table_comparison"
6088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6090   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6091   columns:
6092     - title: "3n-hsw xl710"
6093       data-set: "vpp-compare-testbeds-mrr-ref"
6094       tag: "NIC_Intel-XL710"
6095     - title: "3n-skx xxv710"
6096       data-set: "vpp-compare-testbeds-mrr-cmp"
6097       tag: "NIC_Intel-XXV710"
6098   comparisons:
6099     - title: "Diff"
6100       reference: 1
6101       compare: 2
6102   legend:
6103     - ""
6104     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6105     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6106
6107 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6108 - type: "table"
6109   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6110   algorithm: "table_comparison"
6111   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6113   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6114   columns:
6115     - title: "3n-hsw xl710"
6116       data-set: "vpp-compare-testbeds-mrr-ref"
6117       tag: "NIC_Intel-XL710"
6118     - title: "3n-skx xxv710"
6119       data-set: "vpp-compare-testbeds-mrr-cmp"
6120       tag: "NIC_Intel-XXV710"
6121   comparisons:
6122     - title: "Diff"
6123       reference: 1
6124       compare: 2
6125   legend:
6126     - ""
6127     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6128     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6129
6130 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6131 - type: "table"
6132   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6133   algorithm: "table_comparison"
6134   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6136   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6137   columns:
6138     - title: "3n-hsw xl710"
6139       data-set: "vpp-compare-testbeds-mrr-ref"
6140       tag: "NIC_Intel-XL710"
6141     - title: "3n-skx xxv710"
6142       data-set: "vpp-compare-testbeds-mrr-cmp"
6143       tag: "NIC_Intel-XXV710"
6144   comparisons:
6145     - title: "Diff"
6146       reference: 1
6147       compare: 2
6148   legend:
6149     - ""
6150     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6151     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6152
6153 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6154 - type: "table"
6155   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6156   algorithm: "table_comparison"
6157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6159   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6160   columns:
6161     - title: "2n-skx"
6162       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6163     - title: "2n-clx"
6164       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6165   comparisons:
6166     - title: "Diff"
6167       reference: 1
6168       compare: 2
6169   legend:
6170     - ""
6171     - "2n-skx, 2n-clx - testbeds and NICs tested."
6172     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6173
6174 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6175 - type: "table"
6176   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6177   algorithm: "table_comparison"
6178   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6180   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6181   columns:
6182     - title: "2n-skx"
6183       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6184     - title: "2n-clx"
6185       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6186   comparisons:
6187     - title: "Diff"
6188       reference: 1
6189       compare: 2
6190   legend:
6191     - ""
6192     - "2n-skx, 2n-clx - testbeds and NICs tested."
6193     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6194
6195 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6196 - type: "table"
6197   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6201   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6202   columns:
6203     - title: "2n-skx"
6204       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6205     - title: "2n-clx"
6206       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6207   comparisons:
6208     - title: "Diff"
6209       reference: 1
6210       compare: 2
6211   legend:
6212     - ""
6213     - "2n-skx, 2n-clx - testbeds and NICs tested."
6214     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6215
6216 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6217 - type: "table"
6218   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6219   algorithm: "table_comparison"
6220   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6222   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6223   columns:
6224     - title: "3n-skx"
6225       data-set: "vpp-compare-topologies-mrr-ref"
6226     - title: "2n-skx"
6227       data-set: "vpp-compare-topologies-mrr-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 1
6231       compare: 2
6232   legend:
6233     - ""
6234     - "3n-skx, 2n-skx - topologies tested."
6235     - "Diff - difference between 3n-skx and 2n-skx topologies."
6236
6237 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6238 - type: "table"
6239   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6243   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6244   columns:
6245     - title: "3n-skx"
6246       data-set: "vpp-compare-topologies-mrr-ref"
6247     - title: "2n-skx"
6248       data-set: "vpp-compare-topologies-mrr-cmp"
6249   comparisons:
6250     - title: "Diff"
6251       reference: 1
6252       compare: 2
6253   legend:
6254     - ""
6255     - "3n-skx, 2n-skx - topologies tested."
6256     - "Diff - difference between 3n-skx and 2n-skx topologies."
6257
6258 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6259 - type: "table"
6260   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6261   algorithm: "table_comparison"
6262   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6264   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6265   columns:
6266     - title: "3n-skx"
6267       data-set: "vpp-compare-topologies-mrr-ref"
6268     - title: "2n-skx"
6269       data-set: "vpp-compare-topologies-mrr-cmp"
6270   comparisons:
6271     - title: "Diff"
6272       reference: 1
6273       compare: 2
6274   legend:
6275     - ""
6276     - "3n-skx, 2n-skx - topologies tested."
6277     - "Diff - difference between 3n-skx and 2n-skx topologies."
6278
6279 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6280 - type: "table"
6281   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6282   algorithm: "table_comparison"
6283   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6285   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6286   columns:
6287     - title: "3n-hsw xl710"
6288       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6289       tag: "NIC_Intel-XL710"
6290     - title: "2n-clx xxv710"
6291       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6292       tag: "NIC_Intel-XXV710"
6293   comparisons:
6294     - title: "Diff"
6295       reference: 1
6296       compare: 2
6297   legend:
6298     - ""
6299     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6300     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6301
6302 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6303 - type: "table"
6304   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6305   algorithm: "table_comparison"
6306   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6308   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6309   columns:
6310     - title: "3n-hsw xl710"
6311       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6312       tag: "NIC_Intel-XL710"
6313     - title: "2n-clx xxv710"
6314       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6315       tag: "NIC_Intel-XXV710"
6316   comparisons:
6317     - title: "Diff"
6318       reference: 1
6319       compare: 2
6320   legend:
6321     - ""
6322     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6323     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6324
6325 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6326 - type: "table"
6327   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6328   algorithm: "table_comparison"
6329   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6331   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6332   columns:
6333     - title: "3n-hsw xl710"
6334       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6335       tag: "NIC_Intel-XL710"
6336     - title: "2n-clx xxv710"
6337       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6338       tag: "NIC_Intel-XXV710"
6339   comparisons:
6340     - title: "Diff"
6341       reference: 1
6342       compare: 2
6343   legend:
6344     - ""
6345     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6346     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6347
6348 # Detailed Test Results - VPP Performance Results 3n-hsw
6349 - type: "table"
6350   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6351   algorithm: "table_merged_details"
6352   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6353   columns:
6354     - title: " |prein| Test Name |preout| "
6355       data: "data name"
6356     - 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| "
6357       data: "data msg"
6358   data: "vpp-perf-results-3n-hsw"
6359   filter: "all"
6360   parameters:
6361   - "name"
6362   - "parent"
6363   - "msg"
6364
6365 # Detailed Test Results - VPP Performance Results 3n-skx
6366 - type: "table"
6367   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6368   algorithm: "table_merged_details"
6369   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6370   columns:
6371     - title: " |prein| Test Name |preout| "
6372       data: "data name"
6373     - 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| "
6374       data: "data msg"
6375   data: "vpp-perf-results-3n-skx"
6376   filter: "all"
6377   remove-ndr: False
6378   parameters:
6379   - "name"
6380   - "parent"
6381   - "msg"
6382
6383 # Detailed Test Results - VPP Performance Results 2n-skx
6384 - type: "table"
6385   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6386   algorithm: "table_merged_details"
6387   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6388   columns:
6389     - title: " |prein| Test Name |preout| "
6390       data: "data name"
6391     - 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| "
6392       data: "data msg"
6393   data: "vpp-perf-results-2n-skx"
6394   filter: "all"
6395   remove-ndr: False
6396   parameters:
6397   - "name"
6398   - "parent"
6399   - "msg"
6400
6401 # Detailed Test Results - VPP Performance Results 2n-clx
6402 - type: "table"
6403   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6404   algorithm: "table_merged_details"
6405   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6406   columns:
6407     - title: " |prein| Test Name |preout| "
6408       data: "data name"
6409     - 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| "
6410       data: "data msg"
6411   data: "vpp-perf-results-2n-clx"
6412   filter: "all"
6413   parameters:
6414   - "name"
6415   - "parent"
6416   - "msg"
6417
6418 # Detailed Test Results - VPP Performance Results 3n-tsh
6419 - type: "table"
6420   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6421   algorithm: "table_merged_details"
6422   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6423   columns:
6424     - title: " |prein| Test Name |preout| "
6425       data: "data name"
6426     - 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| "
6427       data: "data msg"
6428   data: "vpp-perf-results-3n-tsh"
6429   filter: "all"
6430   parameters:
6431   - "name"
6432   - "parent"
6433   - "msg"
6434
6435 # Detailed Test Results - VPP Performance Results 3n-dnv
6436 - type: "table"
6437   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6438   algorithm: "table_merged_details"
6439   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6440   columns:
6441     - title: " |prein| Test Name |preout| "
6442       data: "data name"
6443     - 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| "
6444       data: "data msg"
6445   data: "vpp-perf-results-3n-dnv"
6446   filter: "all"
6447   parameters:
6448   - "name"
6449   - "parent"
6450   - "msg"
6451
6452 # Detailed Test Results - VPP Performance Results 2n-dnv
6453 - type: "table"
6454   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6455   algorithm: "table_merged_details"
6456   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6457   columns:
6458     - title: " |prein| Test Name |preout| "
6459       data: "data name"
6460     - 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| "
6461       data: "data msg"
6462   data: "vpp-perf-results-2n-dnv"
6463   filter: "all"
6464   parameters:
6465   - "name"
6466   - "parent"
6467   - "msg"
6468
6469 # Test configuration - VPP Performance Test Configs 3n-hsw
6470 - type: "table"
6471   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6472   algorithm: "table_merged_details"
6473   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6474   columns:
6475     - title: " |prein| Test Name |preout| "
6476       data: "data name"
6477     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6478       data: "data conf-history"
6479   data: "vpp-perf-results-3n-hsw"
6480   filter: "all"
6481   parameters:
6482   - "parent"
6483   - "name"
6484   - "conf-history"
6485
6486 # Test configuration - VPP Performance Test Configs 3n-skx
6487 - type: "table"
6488   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6489   algorithm: "table_merged_details"
6490   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6491   columns:
6492     - title: " |prein| Test Name |preout| "
6493       data: "data name"
6494     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6495       data: "data conf-history"
6496   data: "vpp-perf-results-3n-skx"
6497   filter: "all"
6498   parameters:
6499   - "parent"
6500   - "name"
6501   - "conf-history"
6502
6503 # Test configuration - VPP Performance Test Configs 2n-skx
6504 - type: "table"
6505   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6506   algorithm: "table_merged_details"
6507   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6508   columns:
6509     - title: " |prein| Test Name |preout| "
6510       data: "data name"
6511     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6512       data: "data conf-history"
6513   data: "vpp-perf-results-2n-skx"
6514   filter: "all"
6515   parameters:
6516   - "parent"
6517   - "name"
6518   - "conf-history"
6519
6520 # Test configuration - VPP Performance Test Configs 2n-clx
6521 - type: "table"
6522   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6523   algorithm: "table_merged_details"
6524   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6525   columns:
6526     - title: " |prein| Test Name |preout| "
6527       data: "data name"
6528     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6529       data: "data conf-history"
6530   data: "vpp-perf-results-2n-clx"
6531   filter: "all"
6532   parameters:
6533   - "parent"
6534   - "name"
6535   - "conf-history"
6536
6537 # Test configuration - VPP Performance Test Configs 3n-tsh
6538 - type: "table"
6539   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6540   algorithm: "table_merged_details"
6541   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6542   columns:
6543     - title: " |prein| Test Name |preout| "
6544       data: "data name"
6545     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6546       data: "data conf-history"
6547   data: "vpp-perf-results-3n-tsh"
6548   filter: "all"
6549   parameters:
6550   - "parent"
6551   - "name"
6552   - "conf-history"
6553
6554 # Test configuration - VPP Performance Test Configs 3n-dnv
6555 - type: "table"
6556   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6557   algorithm: "table_merged_details"
6558   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6559   columns:
6560     - title: " |prein| Test Name |preout| "
6561       data: "data name"
6562     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6563       data: "data conf-history"
6564   data: "vpp-perf-results-3n-dnv"
6565   filter: "all"
6566   parameters:
6567   - "parent"
6568   - "name"
6569   - "conf-history"
6570
6571 # Test configuration - VPP Performance Test Configs 2n-dnv
6572 - type: "table"
6573   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6574   algorithm: "table_merged_details"
6575   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6576   columns:
6577     - title: " |prein| Test Name |preout| "
6578       data: "data name"
6579     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6580       data: "data conf-history"
6581   data: "vpp-perf-results-2n-dnv"
6582   filter: "all"
6583   parameters:
6584   - "parent"
6585   - "name"
6586   - "conf-history"
6587
6588 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6589 - type: "table"
6590   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6591   algorithm: "table_oper_data_html"
6592   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6593   data: "vpp-perf-results-3n-hsw"
6594   filter: "all"
6595
6596 # Test Operational Data - VPP Performance Operational Data 3n-skx
6597 - type: "table"
6598   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6599   algorithm: "table_oper_data_html"
6600   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6601   data: "vpp-perf-results-3n-skx"
6602   filter: "all"
6603
6604 # Test Operational Data - VPP Performance Operational Data 2n-skx
6605 - type: "table"
6606   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6607   algorithm: "table_oper_data_html"
6608   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6609   data: "vpp-perf-results-2n-skx"
6610   filter: "all"
6611
6612 # Test Operational Data - VPP Performance Operational Data 2n-clx
6613 - type: "table"
6614   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6615   algorithm: "table_oper_data_html"
6616   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6617   data: "vpp-perf-results-2n-clx"
6618   filter: "all"
6619
6620 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6621 - type: "table"
6622   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6623   algorithm: "table_oper_data_html"
6624   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6625   data: "vpp-perf-results-3n-tsh"
6626   filter: "all"
6627
6628 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6629 - type: "table"
6630   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6631   algorithm: "table_oper_data_html"
6632   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6633   data: "vpp-perf-results-3n-dnv"
6634   filter: "all"
6635
6636 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6637 - type: "table"
6638   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6639   algorithm: "table_oper_data_html"
6640   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6641   data: "vpp-perf-results-2n-dnv"
6642   filter: "all"
6643
6644 # Detailed Test Results - VPP MRR Results 3n-hsw
6645 - type: "table"
6646   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6647   algorithm: "table_merged_details"
6648   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6649   columns:
6650     - title: " |prein| Test Name |preout| "
6651       data: "data name"
6652     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6653       data: "data msg"
6654   data: "vpp-mrr-results-3n-hsw"
6655   filter: "all"
6656   parameters:
6657   - "name"
6658   - "parent"
6659   - "msg"
6660
6661 # Detailed Test Results - VPP MRR Results 3n-skx
6662 - type: "table"
6663   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6664   algorithm: "table_merged_details"
6665   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6666   columns:
6667     - title: " |prein| Test Name |preout| "
6668       data: "data name"
6669     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6670       data: "data msg"
6671   data: "vpp-mrr-results-3n-skx"
6672   filter: "all"
6673   parameters:
6674   - "name"
6675   - "parent"
6676   - "msg"
6677
6678 # Detailed Test Results - VPP MRR Results 2n-skx
6679 - type: "table"
6680   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6681   algorithm: "table_merged_details"
6682   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6683   columns:
6684     - title: " |prein| Test Name |preout| "
6685       data: "data name"
6686     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6687       data: "data msg"
6688   data: "vpp-mrr-results-2n-skx"
6689   filter: "all"
6690   parameters:
6691   - "name"
6692   - "parent"
6693   - "msg"
6694
6695 # Detailed Test Results - VPP MRR Results 2n-clx
6696 - type: "table"
6697   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6698   algorithm: "table_merged_details"
6699   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6700   columns:
6701     - title: " |prein| Test Name |preout| "
6702       data: "data name"
6703     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6704       data: "data msg"
6705   data: "vpp-mrr-results-2n-clx"
6706   filter: "all"
6707   parameters:
6708   - "name"
6709   - "parent"
6710   - "msg"
6711
6712 # Detailed Test Results - VPP MRR Results 3n-tsh
6713 - type: "table"
6714   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6715   algorithm: "table_merged_details"
6716   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6717   columns:
6718     - title: " |prein| Test Name |preout| "
6719       data: "data name"
6720     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6721       data: "data msg"
6722   data: "vpp-mrr-results-3n-tsh"
6723   filter: "all"
6724   parameters:
6725   - "name"
6726   - "parent"
6727   - "msg"
6728
6729 # Detailed Test Results - VPP MRR Results 3n-dnv
6730 - type: "table"
6731   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6732   algorithm: "table_merged_details"
6733   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6734   columns:
6735     - title: " |prein| Test Name |preout| "
6736       data: "data name"
6737     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6738       data: "data msg"
6739   data: "vpp-mrr-results-3n-dnv"
6740   filter: "all"
6741   parameters:
6742   - "name"
6743   - "parent"
6744   - "msg"
6745
6746 # Detailed Test Results - VPP MRR Results 2n-dnv
6747 - type: "table"
6748   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6749   algorithm: "table_merged_details"
6750   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6751   columns:
6752     - title: " |prein| Test Name |preout| "
6753       data: "data name"
6754     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6755       data: "data msg"
6756   data: "vpp-mrr-results-2n-dnv"
6757   filter: "all"
6758   parameters:
6759   - "name"
6760   - "parent"
6761   - "msg"
6762
6763 # Test configuration - VPP MRR Test Configs 3n-hsw
6764 - type: "table"
6765   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6766   algorithm: "table_merged_details"
6767   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6768   columns:
6769     - title: " |prein| Test Name |preout| "
6770       data: "data name"
6771     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6772       data: "data conf-history"
6773   data: "vpp-mrr-results-3n-hsw"
6774   filter: "all"
6775   parameters:
6776   - "parent"
6777   - "name"
6778   - "conf-history"
6779
6780 # Test configuration - VPP MRR Test Configs 3n-skx
6781 - type: "table"
6782   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6783   algorithm: "table_merged_details"
6784   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6785   columns:
6786     - title: " |prein| Test Name |preout| "
6787       data: "data name"
6788     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6789       data: "data conf-history"
6790   data: "vpp-mrr-results-3n-skx"
6791   filter: "all"
6792   parameters:
6793   - "parent"
6794   - "name"
6795   - "conf-history"
6796
6797 # Test configuration - VPP MRR Test Configs 2n-skx
6798 - type: "table"
6799   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6800   algorithm: "table_merged_details"
6801   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6802   columns:
6803     - title: " |prein| Test Name |preout| "
6804       data: "data name"
6805     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6806       data: "data conf-history"
6807   data: "vpp-mrr-results-2n-skx"
6808   filter: "all"
6809   parameters:
6810   - "parent"
6811   - "name"
6812   - "conf-history"
6813
6814 # Test configuration - VPP MRR Test Configs 2n-clx
6815 - type: "table"
6816   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6817   algorithm: "table_merged_details"
6818   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6819   columns:
6820     - title: " |prein| Test Name |preout| "
6821       data: "data name"
6822     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6823       data: "data conf-history"
6824   data: "vpp-mrr-results-2n-clx"
6825   filter: "all"
6826   parameters:
6827   - "parent"
6828   - "name"
6829   - "conf-history"
6830
6831 # Test configuration - VPP MRR Test Configs 3n-tsh
6832 - type: "table"
6833   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6834   algorithm: "table_merged_details"
6835   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6836   columns:
6837     - title: " |prein| Test Name |preout| "
6838       data: "data name"
6839     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6840       data: "data conf-history"
6841   data: "vpp-mrr-results-3n-tsh"
6842   filter: "all"
6843   parameters:
6844   - "parent"
6845   - "name"
6846   - "conf-history"
6847
6848 # Test configuration - VPP MRR Test Configs 3n-dnv
6849 - type: "table"
6850   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6851   algorithm: "table_merged_details"
6852   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6853   columns:
6854     - title: " |prein| Test Name |preout| "
6855       data: "data name"
6856     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6857       data: "data conf-history"
6858   data: "vpp-mrr-results-3n-dnv"
6859   filter: "all"
6860   parameters:
6861   - "parent"
6862   - "name"
6863   - "conf-history"
6864
6865 # Test configuration - VPP MRR Test Configs 2n-dnv
6866 - type: "table"
6867   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6868   algorithm: "table_merged_details"
6869   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6870   columns:
6871     - title: " |prein| Test Name |preout| "
6872       data: "data name"
6873     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6874       data: "data conf-history"
6875   data: "vpp-mrr-results-2n-dnv"
6876   filter: "all"
6877   parameters:
6878   - "parent"
6879   - "name"
6880   - "conf-history"
6881
6882 # Detailed Test Results - VPP Device Results - Ubuntu
6883 - type: "table"
6884   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6885   algorithm: "table_merged_details"
6886   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6887   columns:
6888     - title: " |prein| Test Name |preout| "
6889       data: "data name"
6890     - title: " |prein| Status |preout| "
6891       data: "data status"
6892   data: "vpp-device-results-ubuntu"
6893   filter: "all"
6894   parameters:
6895   - "name"
6896   - "parent"
6897   - "doc"
6898   - "status"
6899
6900 # Test configuration - VPP Device Test Configs - Ubuntu
6901 - type: "table"
6902   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6903   algorithm: "table_merged_details"
6904   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6905   columns:
6906     - title: " |prein| Test Name |preout| "
6907       data: "data name"
6908     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6909       data: "data conf-history"
6910   data: "vpp-device-results-ubuntu"
6911   filter: "all"
6912   parameters:
6913   - "parent"
6914   - "name"
6915   - "conf-history"
6916
6917 ################################################################################
6918
6919 # DPDK Performance Changes 3n-hsw 1t1c pdr
6920 - type: "table"
6921   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6922   algorithm: "table_comparison"
6923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6925   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6926   columns:
6927     - title: "1908"
6928       data-set: "dpdk-performance-changes-3n-hsw-h1"
6929     - title: "2001"
6930       data-set: "dpdk-performance-changes-3n-hsw-ref"
6931     - title: "2005"
6932       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6933   comparisons:
6934     - title: "Diff"
6935       reference: 2
6936       compare: 3
6937   legend:
6938     - ""
6939     - "1908, 2001, 2005 - DPDK versions tested."
6940     - "Diff - difference between 2001 and 2005 DPDK version."
6941
6942 # DPDK Performance Changes 3n-hsw 2t2c pdr
6943 - type: "table"
6944   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6945   algorithm: "table_comparison"
6946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6948   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6949   columns:
6950     - title: "1908"
6951       data-set: "dpdk-performance-changes-3n-hsw-h1"
6952     - title: "2001"
6953       data-set: "dpdk-performance-changes-3n-hsw-ref"
6954     - title: "2005"
6955       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6956   comparisons:
6957     - title: "Diff"
6958       reference: 2
6959       compare: 3
6960   legend:
6961     - ""
6962     - "1908, 2001, 2005 - DPDK versions tested."
6963     - "Diff - difference between 2001 and 2005 DPDK version."
6964
6965 # DPDK Performance Changes 3n-hsw 1t1c pdr
6966 - type: "table"
6967   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6968   algorithm: "table_comparison"
6969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6971   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6972   columns:
6973     - title: "1908"
6974       data-set: "dpdk-performance-changes-3n-hsw-h1"
6975     - title: "2001"
6976       data-set: "dpdk-performance-changes-3n-hsw-ref"
6977     - title: "2005"
6978       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6979   comparisons:
6980     - title: "Diff"
6981       reference: 2
6982       compare: 3
6983   legend:
6984     - ""
6985     - "1908, 2001, 2005 - DPDK versions tested."
6986     - "Diff - difference between 2001 and 2005 DPDK version."
6987
6988 # DPDK Performance Changes 3n-hsw 2t2c ndr
6989 - type: "table"
6990   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6991   algorithm: "table_comparison"
6992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6994   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6995   columns:
6996     - title: "1908"
6997       data-set: "dpdk-performance-changes-3n-hsw-h1"
6998     - title: "2001"
6999       data-set: "dpdk-performance-changes-3n-hsw-ref"
7000     - title: "2005"
7001       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7002   comparisons:
7003     - title: "Diff"
7004       reference: 2
7005       compare: 3
7006   legend:
7007     - ""
7008     - "1908, 2001, 2005 - DPDK versions tested."
7009     - "Diff - difference between 2001 and 2005 DPDK version."
7010
7011 # DPDK Performance Changes 3n-skx 2t1c pdr
7012 - type: "table"
7013   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7014   algorithm: "table_comparison"
7015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7017   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7018   columns:
7019     - title: "1908"
7020       data-set: "dpdk-performance-changes-3n-skx-h1"
7021     - title: "2001"
7022       data-set: "dpdk-performance-changes-3n-skx-ref"
7023     - title: "2005"
7024       data-set: "dpdk-performance-changes-3n-skx-cmp"
7025   comparisons:
7026     - title: "Diff"
7027       reference: 2
7028       compare: 3
7029   legend:
7030     - ""
7031     - "1908, 2001, 2005 - DPDK versions tested."
7032     - "Diff - difference between 2001 and 2005 DPDK version."
7033
7034 # DPDK Performance Changes 3n-skx 4t2c pdr
7035 - type: "table"
7036   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7037   algorithm: "table_comparison"
7038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7040   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7041   columns:
7042     - title: "1908"
7043       data-set: "dpdk-performance-changes-3n-skx-h1"
7044     - title: "2001"
7045       data-set: "dpdk-performance-changes-3n-skx-ref"
7046     - title: "2005"
7047       data-set: "dpdk-performance-changes-3n-skx-cmp"
7048   comparisons:
7049     - title: "Diff"
7050       reference: 2
7051       compare: 3
7052   legend:
7053     - ""
7054     - "1908, 2001, 2005 - DPDK versions tested."
7055     - "Diff - difference between 2001 and 2005 DPDK version."
7056
7057 # DPDK Performance Changes 3n-skx 2t1c ndr
7058 - type: "table"
7059   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7060   algorithm: "table_comparison"
7061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7063   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7064   columns:
7065     - title: "1908"
7066       data-set: "dpdk-performance-changes-3n-skx-h1"
7067     - title: "2001"
7068       data-set: "dpdk-performance-changes-3n-skx-ref"
7069     - title: "2005"
7070       data-set: "dpdk-performance-changes-3n-skx-cmp"
7071   comparisons:
7072     - title: "Diff"
7073       reference: 2
7074       compare: 3
7075   legend:
7076     - ""
7077     - "1908, 2001, 2005 - DPDK versions tested."
7078     - "Diff - difference between 2001 and 2005 DPDK version."
7079
7080 # DPDK Performance Changes 3n-skx 4t2c ndr
7081 - type: "table"
7082   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7083   algorithm: "table_comparison"
7084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7086   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7087   columns:
7088     - title: "1908"
7089       data-set: "dpdk-performance-changes-3n-skx-h1"
7090     - title: "2001"
7091       data-set: "dpdk-performance-changes-3n-skx-ref"
7092     - title: "2005"
7093       data-set: "dpdk-performance-changes-3n-skx-cmp"
7094   comparisons:
7095     - title: "Diff"
7096       reference: 2
7097       compare: 3
7098   legend:
7099     - ""
7100     - "1908, 2001, 2005 - DPDK versions tested."
7101     - "Diff - difference between 2001 and 2005 DPDK version."
7102
7103 # DPDK Performance Changes 2n-skx 2t1c pdr
7104 - type: "table"
7105   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7106   algorithm: "table_comparison"
7107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7110   columns:
7111     - title: "1908"
7112       data-set: "dpdk-performance-changes-2n-skx-h1"
7113     - title: "2001"
7114       data-set: "dpdk-performance-changes-2n-skx-ref"
7115     - title: "2005"
7116       data-set: "dpdk-performance-changes-2n-skx-cmp"
7117   comparisons:
7118     - title: "Diff"
7119       reference: 2
7120       compare: 3
7121   legend:
7122     - ""
7123     - "1908, 2001, 2005 - DPDK versions tested."
7124     - "Diff - difference between 2001 and 2005 DPDK version."
7125
7126 # DPDK Performance Changes 2n-skx 4t2c pdr
7127 - type: "table"
7128   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7129   algorithm: "table_comparison"
7130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7132   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7133   columns:
7134     - title: "1908"
7135       data-set: "dpdk-performance-changes-2n-skx-h1"
7136     - title: "2001"
7137       data-set: "dpdk-performance-changes-2n-skx-ref"
7138     - title: "2005"
7139       data-set: "dpdk-performance-changes-2n-skx-cmp"
7140   comparisons:
7141     - title: "Diff"
7142       reference: 2
7143       compare: 3
7144   legend:
7145     - ""
7146     - "1908, 2001, 2005 - DPDK versions tested."
7147     - "Diff - difference between 2001 and 2005 DPDK version."
7148
7149 # DPDK Performance Changes 2n-skx 2t1c ndr
7150 - type: "table"
7151   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7152   algorithm: "table_comparison"
7153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7156   columns:
7157     - title: "1908"
7158       data-set: "dpdk-performance-changes-2n-skx-h1"
7159     - title: "2001"
7160       data-set: "dpdk-performance-changes-2n-skx-ref"
7161     - title: "2005"
7162       data-set: "dpdk-performance-changes-2n-skx-cmp"
7163   comparisons:
7164     - title: "Diff"
7165       reference: 2
7166       compare: 3
7167   legend:
7168     - ""
7169     - "1908, 2001, 2005 - DPDK versions tested."
7170     - "Diff - difference between 2001 and 2005 DPDK version."
7171
7172 # DPDK Performance Changes 2n-skx 4t2c ndr
7173 - type: "table"
7174   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7175   algorithm: "table_comparison"
7176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7178   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7179   columns:
7180     - title: "1908"
7181       data-set: "dpdk-performance-changes-2n-skx-h1"
7182     - title: "2001"
7183       data-set: "dpdk-performance-changes-2n-skx-ref"
7184     - title: "2005"
7185       data-set: "dpdk-performance-changes-2n-skx-cmp"
7186   comparisons:
7187     - title: "Diff"
7188       reference: 2
7189       compare: 3
7190   legend:
7191     - ""
7192     - "1908, 2001, 2005 - DPDK versions tested."
7193     - "Diff - difference between 2001 and 2005 DPDK version."
7194
7195 # DPDK Performance Changes 2n-clx 2t1c pdr
7196 - type: "table"
7197   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7198   algorithm: "table_comparison"
7199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7201   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7202   columns:
7203     - title: "2001"
7204       data-set: "dpdk-performance-changes-2n-clx-ref"
7205     - title: "2005"
7206       data-set: "dpdk-performance-changes-2n-clx-cmp"
7207   comparisons:
7208     - title: "Diff"
7209       reference: 1
7210       compare: 2
7211   legend:
7212     - ""
7213     - "2001, 2005 - DPDK versions tested."
7214     - "Diff - difference between 2001 and 2005 DPDK version."
7215
7216 # DPDK Performance Changes 2n-clx 4t2c pdr
7217 - type: "table"
7218   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7219   algorithm: "table_comparison"
7220   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7222   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7223   columns:
7224     - title: "2001"
7225       data-set: "dpdk-performance-changes-2n-clx-ref"
7226     - title: "2005"
7227       data-set: "dpdk-performance-changes-2n-clx-cmp"
7228   comparisons:
7229     - title: "Diff"
7230       reference: 1
7231       compare: 2
7232   legend:
7233     - ""
7234     - "2001, 2005 - DPDK versions tested."
7235     - "Diff - difference between 2001 and 2005 DPDK version."
7236
7237 # DPDK Performance Changes 2n-clx 2t1c ndr
7238 - type: "table"
7239   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7240   algorithm: "table_comparison"
7241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7243   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7244   columns:
7245     - title: "2001"
7246       data-set: "dpdk-performance-changes-2n-clx-ref"
7247     - title: "2005"
7248       data-set: "dpdk-performance-changes-2n-clx-cmp"
7249   comparisons:
7250     - title: "Diff"
7251       reference: 1
7252       compare: 2
7253   legend:
7254     - ""
7255     - "2001, 2005 - DPDK versions tested."
7256     - "Diff - difference between 2001 and 2005 DPDK version."
7257
7258 # DPDK Performance Changes 2n-clx 4t2c ndr
7259 - type: "table"
7260   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7261   algorithm: "table_comparison"
7262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7264   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7265   columns:
7266     - title: "2001"
7267       data-set: "dpdk-performance-changes-2n-clx-ref"
7268     - title: "2005"
7269       data-set: "dpdk-performance-changes-2n-clx-cmp"
7270   comparisons:
7271     - title: "Diff"
7272       reference: 1
7273       compare: 2
7274   legend:
7275     - ""
7276     - "2001, 2005 - DPDK versions tested."
7277     - "Diff - difference between 2001 and 2005 DPDK version."
7278
7279 # DPDK Performance Changes 2n-dnv 1t1c pdr
7280 - type: "table"
7281   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7282   algorithm: "table_comparison"
7283   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7285   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7286   columns:
7287     - title: "2001"
7288       data-set: "dpdk-performance-changes-2n-dnv-ref"
7289     - title: "2005"
7290       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7291   comparisons:
7292     - title: "Diff"
7293       reference: 1
7294       compare: 2
7295   legend:
7296     - ""
7297     - "2001, 2005 - DPDK versions tested."
7298     - "Diff - difference between 2001 and 2005 DPDK version."
7299
7300 # DPDK Performance Changes 2n-dnv 2t2c pdr
7301 - type: "table"
7302   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7303   algorithm: "table_comparison"
7304   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7306   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7307   columns:
7308     - title: "2001"
7309       data-set: "dpdk-performance-changes-2n-dnv-ref"
7310     - title: "2005"
7311       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7312   comparisons:
7313     - title: "Diff"
7314       reference: 1
7315       compare: 2
7316   legend:
7317     - ""
7318     - "2001, 2005 - DPDK versions tested."
7319     - "Diff - difference between 2001 and 2005 DPDK version."
7320
7321 # DPDK Performance Changes 2n-dnv 1t1c ndr
7322 - type: "table"
7323   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7324   algorithm: "table_comparison"
7325   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7327   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7328   columns:
7329     - title: "2001"
7330       data-set: "dpdk-performance-changes-2n-dnv-ref"
7331     - title: "2005"
7332       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7333   comparisons:
7334     - title: "Diff"
7335       reference: 1
7336       compare: 2
7337   legend:
7338     - ""
7339     - "2001, 2005 - DPDK versions tested."
7340     - "Diff - difference between 2001 and 2005 DPDK version."
7341
7342 # DPDK Performance Changes 2n-dnv 2t2c ndr
7343 - type: "table"
7344   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7345   algorithm: "table_comparison"
7346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7348   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7349   columns:
7350     - title: "2001"
7351       data-set: "dpdk-performance-changes-2n-dnv-ref"
7352     - title: "2005"
7353       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7354   comparisons:
7355     - title: "Diff"
7356       reference: 1
7357       compare: 2
7358   legend:
7359     - ""
7360     - "2001, 2005 - DPDK versions tested."
7361     - "Diff - difference between 2001 and 2005 DPDK version."
7362
7363 # DPDK Performance Changes 3n-dnv 1t1c pdr
7364 - type: "table"
7365   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7366   algorithm: "table_comparison"
7367   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7369   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7370   columns:
7371     - title: "2001"
7372       data-set: "dpdk-performance-changes-3n-dnv-ref"
7373     - title: "2005"
7374       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7375   comparisons:
7376     - title: "Diff"
7377       reference: 1
7378       compare: 2
7379   legend:
7380     - ""
7381     - "2001, 2005 - DPDK versions tested."
7382     - "Diff - difference between 2001 and 2005 DPDK version."
7383
7384 # DPDK Performance Changes 3n-dnv 2t2c pdr
7385 - type: "table"
7386   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7387   algorithm: "table_comparison"
7388   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7390   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7391   columns:
7392     - title: "2001"
7393       data-set: "dpdk-performance-changes-3n-dnv-ref"
7394     - title: "2005"
7395       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7396   comparisons:
7397     - title: "Diff"
7398       reference: 1
7399       compare: 2
7400   legend:
7401     - ""
7402     - "2001, 2005 - DPDK versions tested."
7403     - "Diff - difference between 2001 and 2005 DPDK version."
7404
7405 # DPDK Performance Changes 3n-dnv 1t1c ndr
7406 - type: "table"
7407   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7408   algorithm: "table_comparison"
7409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7411   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7412   columns:
7413     - title: "2001"
7414       data-set: "dpdk-performance-changes-3n-dnv-ref"
7415     - title: "2005"
7416       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7417   comparisons:
7418     - title: "Diff"
7419       reference: 1
7420       compare: 2
7421   legend:
7422     - ""
7423     - "2001, 2005 - DPDK versions tested."
7424     - "Diff - difference between 2001 and 2005 DPDK version."
7425
7426 # DPDK Performance Changes 3n-dnv 2t2c ndr
7427 - type: "table"
7428   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7429   algorithm: "table_comparison"
7430   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7432   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7433   columns:
7434     - title: "2001"
7435       data-set: "dpdk-performance-changes-3n-dnv-ref"
7436     - title: "2005"
7437       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7438   comparisons:
7439     - title: "Diff"
7440       reference: 1
7441       compare: 2
7442   legend:
7443     - ""
7444     - "2001, 2005 - DPDK versions tested."
7445     - "Diff - difference between 2001 and 2005 DPDK version."
7446
7447 # DPDK Performance Changes 3n-tsh 1t1c pdr
7448 - type: "table"
7449   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7450   algorithm: "table_comparison"
7451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7453   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7454   columns:
7455     - title: "2001"
7456       data-set: "dpdk-performance-changes-3n-tsh-ref"
7457     - title: "2005"
7458       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7459   comparisons:
7460     - title: "Diff"
7461       reference: 1
7462       compare: 2
7463   legend:
7464     - ""
7465     - "2001, 2005 - DPDK versions tested."
7466     - "Diff - difference between 2001 and 2005 DPDK version."
7467
7468 # DPDK Performance Changes 3n-tsh 2t2c pdr
7469 - type: "table"
7470   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7471   algorithm: "table_comparison"
7472   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7474   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7475   columns:
7476     - title: "2001"
7477       data-set: "dpdk-performance-changes-3n-tsh-ref"
7478     - title: "2005"
7479       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7480   comparisons:
7481     - title: "Diff"
7482       reference: 1
7483       compare: 2
7484   legend:
7485     - ""
7486     - "2001, 2005 - DPDK versions tested."
7487     - "Diff - difference between 2001 and 2005 DPDK version."
7488
7489 # DPDK Performance Changes 3n-tsh 1t1c ndr
7490 - type: "table"
7491   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7492   algorithm: "table_comparison"
7493   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7495   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7496   columns:
7497     - title: "2001"
7498       data-set: "dpdk-performance-changes-3n-tsh-ref"
7499     - title: "2005"
7500       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7501   comparisons:
7502     - title: "Diff"
7503       reference: 1
7504       compare: 2
7505   legend:
7506     - ""
7507     - "2001, 2005 - DPDK versions tested."
7508     - "Diff - difference between 2001 and 2005 DPDK version."
7509
7510 # DPDK Performance Changes 3n-tsh 2t2c ndr
7511 - type: "table"
7512   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7513   algorithm: "table_comparison"
7514   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7516   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7517   columns:
7518     - title: "2001"
7519       data-set: "dpdk-performance-changes-3n-tsh-ref"
7520     - title: "2005"
7521       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7522   comparisons:
7523     - title: "Diff"
7524       reference: 1
7525       compare: 2
7526   legend:
7527     - ""
7528     - "2001, 2005 - DPDK versions tested."
7529     - "Diff - difference between 2001 and 2005 DPDK version."
7530
7531 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7532 - type: "table"
7533   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7534   algorithm: "table_comparison"
7535   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7537   filter: "'NIC_Intel-X710'"
7538   columns:
7539     - title: "3n-hsw x710"
7540       data-set: "dpdk-compare-testbeds-ref"
7541     - title: "3n-skx x710"
7542       data-set: "dpdk-compare-testbeds-cmp"
7543   comparisons:
7544     - title: "Diff"
7545       reference: 1
7546       compare: 2
7547   legend:
7548     - ""
7549     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7550     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7551
7552 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7553 - type: "table"
7554   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7555   algorithm: "table_comparison"
7556   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7558   filter: "'NIC_Intel-X710'"
7559   columns:
7560     - title: "3n-hsw x710"
7561       data-set: "dpdk-compare-testbeds-ref"
7562     - title: "3n-skx x710"
7563       data-set: "dpdk-compare-testbeds-cmp"
7564   comparisons:
7565     - title: "Diff"
7566       reference: 1
7567       compare: 2
7568   legend:
7569     - ""
7570     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7571     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7572
7573 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7574 - type: "table"
7575   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7576   algorithm: "table_comparison"
7577   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7579   filter: "'NIC_Intel-XXV710'"
7580   columns:
7581     - title: "2n-skx"
7582       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7583     - title: "2n-clx"
7584       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7585   comparisons:
7586     - title: "Diff"
7587       reference: 1
7588       compare: 2
7589   legend:
7590     - ""
7591     - "2n-skx, 2n-clx - testbeds and NICs tested."
7592     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7593
7594 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7595 - type: "table"
7596   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7597   algorithm: "table_comparison"
7598   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7600   filter: "'NIC_Intel-XXV710'"
7601   columns:
7602     - title: "2n-skx"
7603       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7604     - title: "2n-clx"
7605       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7606   comparisons:
7607     - title: "Diff"
7608       reference: 1
7609       compare: 2
7610   legend:
7611     - ""
7612     - "2n-skx, 2n-clx - testbeds and NICs tested."
7613     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7614
7615 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7616 - type: "table"
7617   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7618   algorithm: "table_comparison"
7619   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7621   filter: "'NIC_Intel-XXV710'"
7622   columns:
7623     - title: "3n-skx"
7624       data-set: "dpdk-compare-topologies-ref"
7625     - title: "2n-skx"
7626       data-set: "dpdk-compare-topologies-cmp"
7627   comparisons:
7628     - title: "Diff"
7629       reference: 1
7630       compare: 2
7631   legend:
7632     - ""
7633     - "3n-skx, 2n-skx - topologies tested."
7634     - "Diff - difference between 3n-skx and 2n-skx topologies."
7635
7636 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7637 - type: "table"
7638   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7639   algorithm: "table_comparison"
7640   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7642   filter: "'NIC_Intel-XXV710'"
7643   columns:
7644     - title: "3n-skx"
7645       data-set: "dpdk-compare-topologies-ref"
7646     - title: "2n-skx"
7647       data-set: "dpdk-compare-topologies-cmp"
7648   comparisons:
7649     - title: "Diff"
7650       reference: 1
7651       compare: 2
7652   legend:
7653     - ""
7654     - "3n-skx, 2n-skx - topologies tested."
7655     - "Diff - difference between 3n-skx and 2n-skx topologies."
7656
7657 # Detailed Test Results - DPDK Performance Results 3n-hsw
7658 - type: "table"
7659   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7660   algorithm: "table_merged_details"
7661   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7662   columns:
7663     - title: " |prein| Test Name |preout| "
7664       data: "data name"
7665     - 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| "
7666       data: "data msg"
7667   data: "dpdk-perf-results-3n-hsw"
7668   filter: "all"
7669   parameters:
7670   - "name"
7671   - "parent"
7672   - "msg"
7673
7674 # Detailed Test Results - DPDK Performance Results 3n-skx
7675 - type: "table"
7676   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7677   algorithm: "table_merged_details"
7678   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7679   columns:
7680     - title: " |prein| Test Name |preout| "
7681       data: "data name"
7682     - 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| "
7683       data: "data msg"
7684   data: "dpdk-perf-results-3n-skx"
7685   filter: "all"
7686   remove-ndr: False
7687   parameters:
7688   - "name"
7689   - "parent"
7690   - "msg"
7691
7692 # Detailed Test Results - DPDK Performance Results 2n-skx
7693 - type: "table"
7694   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7695   algorithm: "table_merged_details"
7696   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7697   columns:
7698     - title: " |prein| Test Name |preout| "
7699       data: "data name"
7700     - 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| "
7701       data: "data msg"
7702   data: "dpdk-perf-results-2n-skx"
7703   filter: "all"
7704   remove-ndr: False
7705   parameters:
7706   - "name"
7707   - "parent"
7708   - "msg"
7709
7710 # Detailed Test Results - DPDK Performance Results 2n-clx
7711 - type: "table"
7712   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7713   algorithm: "table_merged_details"
7714   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7715   columns:
7716     - title: " |prein| Test Name |preout| "
7717       data: "data name"
7718     - 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| "
7719       data: "data msg"
7720   data: "dpdk-perf-results-2n-clx"
7721   filter: "all"
7722   parameters:
7723   - "name"
7724   - "parent"
7725   - "msg"
7726
7727 # Detailed Test Results - DPDK Performance Results 2n-dnv
7728 - type: "table"
7729   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7730   algorithm: "table_merged_details"
7731   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7732   columns:
7733     - title: " |prein| Test Name |preout| "
7734       data: "data name"
7735     - 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| "
7736       data: "data msg"
7737   data: "dpdk-perf-results-2n-dnv"
7738   filter: "all"
7739   parameters:
7740   - "name"
7741   - "parent"
7742   - "msg"
7743
7744 # Detailed Test Results - DPDK Performance Results 3n-dnv
7745 - type: "table"
7746   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7747   algorithm: "table_merged_details"
7748   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7749   columns:
7750     - title: " |prein| Test Name |preout| "
7751       data: "data name"
7752     - 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| "
7753       data: "data msg"
7754   data: "dpdk-perf-results-3n-dnv"
7755   filter: "all"
7756   parameters:
7757   - "name"
7758   - "parent"
7759   - "msg"
7760
7761 # Detailed Test Results - DPDK Performance Results 3n-tsh
7762 - type: "table"
7763   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7764   algorithm: "table_merged_details"
7765   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7766   columns:
7767     - title: " |prein| Test Name |preout| "
7768       data: "data name"
7769     - 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| "
7770       data: "data msg"
7771   data: "dpdk-perf-results-3n-tsh"
7772   filter: "all"
7773   parameters:
7774   - "name"
7775   - "parent"
7776   - "msg"
7777
7778 ################################################################################
7779 ###                                F I L E S                                 ###
7780 ################################################################################
7781
7782 # VPP Performance Results
7783 - type: "file"
7784   title: "VPP Performance Results"
7785   algorithm: "file_details_split"
7786   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7787   dir-tables:
7788     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7789     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7790     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7791     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7792     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7793 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7794 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7795   data:
7796     - "vpp-perf-results-2n-skx"
7797     - "vpp-perf-results-3n-skx"
7798     - "vpp-perf-results-2n-clx"
7799     - "vpp-perf-results-3n-hsw"
7800     - "vpp-perf-results-3n-tsh"
7801 #    - "vpp-perf-results-2n-dnv"
7802 #    - "vpp-perf-results-3n-dnv"
7803   filter: "all"
7804   data-start-level: 4
7805   order-chapters:
7806     level-1:
7807       - "l2"
7808       - "ip4"
7809       - "ip6"
7810       - "srv6"
7811       - "ip4_tunnels"
7812       - "ip6_tunnels"
7813       - "vm_vhost"
7814       - "container_memif"
7815       - "crypto"
7816       - "vts"
7817       - "lb"
7818       - "nfv_density"
7819       - "hoststack"
7820     level-2:
7821       - "2n-skx"
7822       - "3n-skx"
7823       - "2n-clx"
7824       - "3n-hsw"
7825       - "3n-tsh"
7826       - "2n-dnv"
7827       - "3n-dnv"
7828     level-3:
7829       - "xl710"
7830       - "x520"
7831       - "xxv710"
7832       - "x710"
7833       - "x553"
7834       - "cx556a"
7835       - "vic1227"
7836       - "vic1385"
7837
7838 # VPP Performance Configuration
7839 - type: "file"
7840   title: "VPP Performance Configuration"
7841   algorithm: "file_details_split"
7842   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7843   dir-tables:
7844     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7845     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7846     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7847     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7848     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7849 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7850 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7851   data:
7852     - "vpp-perf-results-2n-skx"
7853     - "vpp-perf-results-3n-skx"
7854     - "vpp-perf-results-2n-clx"
7855     - "vpp-perf-results-3n-hsw"
7856     - "vpp-perf-results-3n-tsh"
7857 #    - "vpp-perf-results-2n-dnv"
7858 #    - "vpp-perf-results-3n-dnv"
7859   filter: "all"
7860   data-start-level: 4
7861   order-chapters:
7862     level-1:
7863       - "l2"
7864       - "ip4"
7865       - "ip6"
7866       - "srv6"
7867       - "ip4_tunnels"
7868       - "ip6_tunnels"
7869       - "vm_vhost"
7870       - "container_memif"
7871       - "crypto"
7872       - "vts"
7873       - "lb"
7874       - "nfv_density"
7875       - "hoststack"
7876     level-2:
7877       - "2n-skx"
7878       - "3n-skx"
7879       - "2n-clx"
7880       - "3n-hsw"
7881       - "3n-tsh"
7882       - "2n-dnv"
7883       - "3n-dnv"
7884     level-3:
7885       - "xl710"
7886       - "x520"
7887       - "xxv710"
7888       - "x710"
7889       - "x553"
7890       - "cx556a"
7891       - "vic1227"
7892       - "vic1385"
7893
7894 # VPP Performance Operational
7895 - type: "file"
7896   title: "VPP Performance Operational"
7897   algorithm: "file_details_split_html"
7898   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7899   dir-tables:
7900     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7901     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7902     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7903     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7904     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7905 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7906 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7907   data:
7908     - "vpp-perf-results-2n-skx"
7909     - "vpp-perf-results-3n-skx"
7910     - "vpp-perf-results-2n-clx"
7911     - "vpp-perf-results-3n-hsw"
7912     - "vpp-perf-results-3n-tsh"
7913 #    - "vpp-perf-results-2n-dnv"
7914 #    - "vpp-perf-results-3n-dnv"
7915   filter: "all"
7916   data-start-level: 4
7917   order-chapters:
7918     level-1:
7919       - "l2"
7920       - "ip4"
7921       - "ip6"
7922       - "srv6"
7923       - "ip4_tunnels"
7924       - "ip6_tunnels"
7925       - "vm_vhost"
7926       - "container_memif"
7927       - "crypto"
7928       - "vts"
7929       - "lb"
7930       - "nfv_density"
7931       - "hoststack"
7932     level-2:
7933       - "2n-skx"
7934       - "3n-skx"
7935       - "2n-clx"
7936       - "3n-hsw"
7937       - "3n-tsh"
7938       - "2n-dnv"
7939       - "3n-dnv"
7940     level-3:
7941       - "xl710"
7942       - "x520"
7943       - "xxv710"
7944       - "x710"
7945       - "x553"
7946       - "cx556a"
7947       - "vic1227"
7948       - "vic1385"
7949
7950 # VPP MRR Results
7951 - type: "file"
7952   title: "VPP MRR Results"
7953   algorithm: "file_details_split"
7954   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7955   dir-tables:
7956     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7957     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7958     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7959     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7960     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7961 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7962 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7963   data:
7964     - "vpp-mrr-results-2n-skx"
7965     - "vpp-mrr-results-3n-skx"
7966     - "vpp-mrr-results-2n-clx"
7967     - "vpp-mrr-results-3n-hsw"
7968     - "vpp-mrr-results-3n-tsh"
7969 #    - "vpp-mrr-results-2n-dnv"
7970 #    - "vpp-mrr-results-3n-dnv"
7971   filter: "all"
7972   data-start-level: 4
7973   order-chapters:
7974     level-1:
7975       - "l2"
7976       - "ip4"
7977       - "ip6"
7978       - "srv6"
7979       - "ip4_tunnels"
7980       - "ip6_tunnels"
7981       - "vm_vhost"
7982       - "container_memif"
7983       - "crypto"
7984       - "vts"
7985       - "lb"
7986       - "nfv_density"
7987       - "hoststack"
7988     level-2:
7989       - "2n-skx"
7990       - "3n-skx"
7991       - "2n-clx"
7992       - "3n-hsw"
7993       - "3n-tsh"
7994       - "2n-dnv"
7995       - "3n-dnv"
7996     level-3:
7997       - "xl710"
7998       - "x520"
7999       - "xxv710"
8000       - "x710"
8001       - "x553"
8002       - "cx556a"
8003       - "vic1227"
8004       - "vic1385"
8005
8006 # VPP MRR Configuration
8007 - type: "file"
8008   title: "VPP MRR Configuration"
8009   algorithm: "file_details_split"
8010   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8011   dir-tables:
8012     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8013     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8014     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8015     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8016     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8017     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8018     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8019   data:
8020     - "vpp-mrr-results-2n-skx"
8021     - "vpp-mrr-results-3n-skx"
8022     - "vpp-mrr-results-2n-clx"
8023     - "vpp-mrr-results-3n-hsw"
8024     - "vpp-mrr-results-3n-tsh"
8025 #    - "vpp-mrr-results-2n-dnv"
8026 #    - "vpp-mrr-results-3n-dnv"
8027   filter: "all"
8028   data-start-level: 4
8029   order-chapters:
8030     level-1:
8031       - "l2"
8032       - "ip4"
8033       - "ip6"
8034       - "srv6"
8035       - "ip4_tunnels"
8036       - "ip6_tunnels"
8037       - "vm_vhost"
8038       - "container_memif"
8039       - "crypto"
8040       - "vts"
8041       - "lb"
8042       - "nfv_density"
8043       - "hoststack"
8044     level-2:
8045       - "2n-skx"
8046       - "3n-skx"
8047       - "2n-clx"
8048       - "3n-hsw"
8049       - "3n-tsh"
8050       - "2n-dnv"
8051       - "3n-dnv"
8052     level-3:
8053       - "xl710"
8054       - "x520"
8055       - "xxv710"
8056       - "x710"
8057       - "x553"
8058       - "cx556a"
8059       - "vic1227"
8060       - "vic1385"
8061
8062 # VPP Device Results - Ubuntu
8063 - type: "file"
8064   title: "VPP Device Results - Ubuntu"
8065   algorithm: "file_test_results"
8066   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8067   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8068   data: "vpp-device-results-ubuntu"
8069   filter: "all"
8070   data-start-level: 4
8071
8072 # VPP Device Configuration - Ubuntu
8073 - type: "file"
8074   title: "VPP Device Configuration - Ubuntu"
8075   algorithm: "file_test_results"
8076   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8077   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8078   data: "vpp-device-results-ubuntu"
8079   filter: "all"
8080   data-start-level: 4
8081
8082 # DPDK Performance Results 3n-hsw
8083 - type: "file"
8084   title: "DPDK Performance Results 3n-hsw"
8085   algorithm: "file_test_results"
8086   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8087   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8088   data: "dpdk-perf-results-3n-hsw"
8089   filter: "all"
8090   data-start-level: 4
8091
8092 # DPDK Performance Results 3n-skx
8093 - type: "file"
8094   title: "DPDK Performance Results 3n-skx"
8095   algorithm: "file_test_results"
8096   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8097   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8098   data: "dpdk-perf-results-3n-skx"
8099   filter: "all"
8100   data-start-level: 4
8101
8102 # DPDK Performance Results 2n-skx
8103 - type: "file"
8104   title: "DPDK Performance Results 2n-skx"
8105   algorithm: "file_test_results"
8106   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8107   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8108   data: "dpdk-perf-results-2n-skx"
8109   filter: "all"
8110   data-start-level: 4
8111
8112 # DPDK Performance Results 2n-clx
8113 - type: "file"
8114   title: "DPDK Performance Results 2n-clx"
8115   algorithm: "file_test_results"
8116   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8117   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8118   data: "dpdk-perf-results-2n-clx"
8119   filter: "all"
8120   data-start-level: 4
8121
8122 # DPDK Performance Results 2n-dnv
8123 - type: "file"
8124   title: "DPDK Performance Results 2n-dnv"
8125   algorithm: "file_test_results"
8126   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8127   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8128   data: "dpdk-perf-results-2n-dnv"
8129   filter: "all"
8130   data-start-level: 4
8131
8132 # DPDK Performance Results 3n-dnv
8133 - type: "file"
8134   title: "DPDK Performance Results 3n-dnv"
8135   algorithm: "file_test_results"
8136   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8137   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8138   data: "dpdk-perf-results-3n-dnv"
8139   filter: "all"
8140   data-start-level: 4
8141
8142 # DPDK Performance Results 3n-tsh
8143 - type: "file"
8144   title: "DPDK Performance Results 3n-tsh"
8145   algorithm: "file_test_results"
8146   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8147   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8148   data: "dpdk-perf-results-3n-tsh"
8149   filter: "all"
8150   data-start-level: 4
8151
8152 ################################################################################
8153 ###                                P L O T S                                 ###
8154 ################################################################################
8155
8156 # Hoststack tests 3n-hsw
8157
8158 - type: "plot"
8159   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8160   algorithm: "plot_perf_box_name"
8161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8162   data: "plot-vpp-hoststack-3n-hsw"
8163   include:
8164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8166   layout:
8167     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8168     layout: "plot-hoststack"
8169
8170 - type: "plot"
8171   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8172   algorithm: "plot_perf_box_name"
8173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8174   data: "plot-vpp-hoststack-3n-hsw"
8175   include:
8176     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8177     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8178   layout:
8179     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8180     layout: "plot-hoststack"
8181
8182 - type: "plot"
8183   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8184   algorithm: "plot_perf_box_name"
8185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8186   data: "plot-vpp-hoststack-3n-hsw"
8187   include:
8188     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8189     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8190     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8191     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8192   layout:
8193     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8194     layout: "plot-hoststack"
8195
8196 ################################################################################
8197
8198 # Soak Test (PLRsearch), boxes - 2n-clx
8199 - type: "plot"
8200   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8201   algorithm: "plot_perf_box_name"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8204   data: "plot-vpp-soak-2n-clx"
8205   include:
8206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8212   layout:
8213     title: "30 Minutes Soak Test (PLRsearch)"
8214     layout: "plot-soak-throughput"
8215
8216 # Soak Test (PLRsearch), boxes - 2n-clx
8217 - type: "plot"
8218   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8219   algorithm: "plot_perf_box_name"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8222   data: "plot-vpp-soak-2n-clx"
8223   include:
8224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8229     - "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"
8230   layout:
8231     title: "30 Minutes Soak Test (PLRsearch)"
8232     layout: "plot-soak-throughput"
8233
8234 # Soak Test (PLRsearch), boxes - 2n-skx
8235 - type: "plot"
8236   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8237   algorithm: "plot_perf_box_name"
8238   output-file-type: ".html"
8239   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8240   data: "plot-vpp-soak-2n-skx"
8241   include:
8242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8248   layout:
8249     title: "30 Minutes Soak Test (PLRsearch)"
8250     layout: "plot-soak-throughput"
8251
8252 # Soak Test (PLRsearch), boxes - 2n-skx
8253 - type: "plot"
8254   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8255   algorithm: "plot_perf_box_name"
8256   output-file-type: ".html"
8257   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8258   data: "plot-vpp-soak-2n-skx"
8259   include:
8260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8262     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8265     - "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"
8266   layout:
8267     title: "30 Minutes Soak Test (PLRsearch)"
8268     layout: "plot-soak-throughput"
8269
8270 ###############################################################################
8271
8272 # Reconf tests 2n-skx
8273
8274 - type: "plot"
8275   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8276   algorithm: "plot_nf_reconf_box_name"
8277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8278   data: "plot-vpp-nfv-reconf-2n-skx"
8279   include:
8280     - "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"
8281     - "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"
8282     - "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"
8283     - "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"
8284     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
8285     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
8286   layout:
8287     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8288     layout: "plot-throughput"
8289
8290 - type: "plot"
8291   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8292   algorithm: "plot_nf_reconf_box_name"
8293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8294   data: "plot-vpp-nfv-reconf-2n-skx"
8295   include:
8296     - "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"
8297     - "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"
8298     - "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"
8299     - "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"
8300     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
8301     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
8302   layout:
8303     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8304     layout: "plot-throughput"
8305
8306 - type: "plot"
8307   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8308   algorithm: "plot_nf_reconf_box_name"
8309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8310   data: "plot-vpp-nfv-reconf-2n-skx"
8311   include:
8312     - "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"
8313     - "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"
8314     - "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"
8315     - "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"
8316     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
8317     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
8318   layout:
8319     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8320     layout: "plot-throughput"
8321
8322 ###############################################################################
8323
8324 # Reconf tests 2n-clx
8325
8326 - type: "plot"
8327   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8328   algorithm: "plot_nf_reconf_box_name"
8329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8330   data: "plot-vpp-nfv-reconf-2n-clx"
8331   include:
8332     - "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"
8333     - "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"
8334     - "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"
8335     - "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"
8336   layout:
8337     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8338     layout: "plot-throughput"
8339
8340 - type: "plot"
8341   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8342   algorithm: "plot_nf_reconf_box_name"
8343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8344   data: "plot-vpp-nfv-reconf-2n-clx"
8345   include:
8346     - "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"
8347     - "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"
8348     - "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"
8349     - "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"
8350   layout:
8351     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8352     layout: "plot-throughput"
8353
8354 - type: "plot"
8355   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8356   algorithm: "plot_nf_reconf_box_name"
8357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8358   data: "plot-vpp-nfv-reconf-2n-clx"
8359   include:
8360     - "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"
8361     - "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"
8362     - "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"
8363     - "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"
8364   layout:
8365     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8366     layout: "plot-throughput"
8367
8368 ###############################################################################
8369
8370 # Plots - NF Density - VSC - MRR IMIX
8371 - type: "plot"
8372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8373   algorithm: "plot_nf_heatmap"
8374   output-file-type: ".html"
8375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8376   data: "plot-vpp-nfv-2n-skx-mrr"
8377   filter: "'NIC_Intel-XXV710' and
8378            'NF_DENSITY' and
8379            'VHOST' and
8380            not 'VXLAN' and
8381            'CHAIN' and
8382            'NF_VPPIP4' and
8383            'IMIX' and
8384            '2T1C' and
8385            'MRR'"
8386   parameters:
8387   - "result"
8388   - "name"
8389   - "tags"
8390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8391   x-axis: "X = VNFs per Service Chain"
8392   y-axis: "Y = Number of Service Chains"
8393   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8394   layout:
8395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8396     layout: "plot-service-density"
8397
8398 - type: "plot"
8399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8400   algorithm: "plot_nf_heatmap"
8401   output-file-type: ".html"
8402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8403   data: "plot-vpp-nfv-2n-skx-mrr"
8404   filter: "'NIC_Intel-XXV710' and
8405            'NF_DENSITY' and
8406            'VHOST' and
8407            not 'VXLAN' and
8408            'CHAIN' and
8409            'NF_VPPIP4' and
8410            'IMIX' and
8411            '4T2C' and
8412            'MRR'"
8413   parameters:
8414   - "result"
8415   - "name"
8416   - "tags"
8417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8418   x-axis: "X = VNFs per Service Chain"
8419   y-axis: "Y = Number of Service Chains"
8420   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8421   layout:
8422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8423     layout: "plot-service-density"
8424
8425 - type: "plot"
8426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8427   algorithm: "plot_nf_heatmap"
8428   output-file-type: ".html"
8429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8430   data: "plot-vpp-nfv-2n-skx-mrr"
8431   filter: "'NIC_Intel-XXV710' and
8432            'NF_DENSITY' and
8433            'VHOST' and
8434            not 'VXLAN' and
8435            'CHAIN' and
8436            'NF_VPPIP4' and
8437            'IMIX' and
8438            '8T4C' and
8439            'MRR'"
8440   parameters:
8441   - "result"
8442   - "name"
8443   - "tags"
8444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8445   x-axis: "X = VNFs per Service Chain"
8446   y-axis: "Y = Number of Service Chains"
8447   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8448   layout:
8449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8450     layout: "plot-service-density"
8451
8452 # Plots - NF Density - VSC - NDR IMIX
8453 - type: "plot"
8454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8455   algorithm: "plot_nf_heatmap"
8456   output-file-type: ".html"
8457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8458   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8459   filter: "'NIC_Intel-XXV710' and
8460            'NF_DENSITY' and
8461            'VHOST' and
8462            not 'VXLAN' and
8463            'CHAIN' and
8464            'NF_VPPIP4' and
8465            'IMIX' and
8466            '2T1C' and
8467            'NDRPDR'"
8468   parameters:
8469   - "throughput"
8470   - "name"
8471   - "tags"
8472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8473   x-axis: "X = VNFs per Service Chain"
8474   y-axis: "Y = Number of Service Chains"
8475   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8476   layout:
8477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8478     layout: "plot-service-density"
8479
8480 - type: "plot"
8481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8482   algorithm: "plot_nf_heatmap"
8483   output-file-type: ".html"
8484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8485   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8486   filter: "'NIC_Intel-XXV710' and
8487            'NF_DENSITY' and
8488            'VHOST' and
8489            not 'VXLAN' and
8490            'CHAIN' and
8491            'NF_VPPIP4' and
8492            'IMIX' and
8493            '4T2C' and
8494            'NDRPDR'"
8495   parameters:
8496   - "throughput"
8497   - "name"
8498   - "tags"
8499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8500   x-axis: "X = VNFs per Service Chain"
8501   y-axis: "Y = Number of Service Chains"
8502   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8503   layout:
8504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8505     layout: "plot-service-density"
8506
8507 - type: "plot"
8508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8509   algorithm: "plot_nf_heatmap"
8510   output-file-type: ".html"
8511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8512   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8513   filter: "'NIC_Intel-XXV710' and
8514            'NF_DENSITY' and
8515            'VHOST' and
8516            not 'VXLAN' and
8517            'CHAIN' and
8518            'NF_VPPIP4' and
8519            'IMIX' and
8520            '8T4C' and
8521            'NDRPDR'"
8522   parameters:
8523   - "throughput"
8524   - "name"
8525   - "tags"
8526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8527   x-axis: "X = VNFs per Service Chain"
8528   y-axis: "Y = Number of Service Chains"
8529   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8530   layout:
8531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8532     layout: "plot-service-density"
8533
8534 # Plots - NF Density - VSC - PDR IMIX
8535 - type: "plot"
8536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8537   algorithm: "plot_nf_heatmap"
8538   output-file-type: ".html"
8539   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8540   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8541   filter: "'NIC_Intel-XXV710' and
8542            'NF_DENSITY' and
8543            'VHOST' and
8544            not 'VXLAN' and
8545            'CHAIN' and
8546            'NF_VPPIP4' and
8547            'IMIX' and
8548            '2T1C' and
8549            'NDRPDR'"
8550   parameters:
8551   - "throughput"
8552   - "name"
8553   - "tags"
8554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = VNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file-type: ".html"
8566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8567   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8568   filter: "'NIC_Intel-XXV710' and
8569            'NF_DENSITY' and
8570            'VHOST' and
8571            not 'VXLAN' and
8572            'CHAIN' and
8573            'NF_VPPIP4' and
8574            'IMIX' and
8575            '4T2C' and
8576            'NDRPDR'"
8577   parameters:
8578   - "throughput"
8579   - "name"
8580   - "tags"
8581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8582   x-axis: "X = VNFs per Service Chain"
8583   y-axis: "Y = Number of Service Chains"
8584   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8585   layout:
8586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8587     layout: "plot-service-density"
8588
8589 - type: "plot"
8590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8591   algorithm: "plot_nf_heatmap"
8592   output-file-type: ".html"
8593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8594   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8595   filter: "'NIC_Intel-XXV710' and
8596            'NF_DENSITY' and
8597            'VHOST' and
8598            not 'VXLAN' and
8599            'CHAIN' and
8600            'NF_VPPIP4' and
8601            'IMIX' and
8602            '8T4C' and
8603            'NDRPDR'"
8604   parameters:
8605   - "throughput"
8606   - "name"
8607   - "tags"
8608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8609   x-axis: "X = VNFs per Service Chain"
8610   y-axis: "Y = Number of Service Chains"
8611   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8612   layout:
8613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8614     layout: "plot-service-density"
8615
8616 ###############################################################################
8617
8618 # Plots - NF Density - VSC - MRR IMIX
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file-type: ".html"
8623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8624   data: "plot-vpp-nfv-2n-skx-mrr"
8625   filter: "'NIC_Intel-XXV710' and
8626            'NF_DENSITY' and
8627            'VHOST' and
8628            'VXLAN' and
8629            'CHAIN' and
8630            'IMIX' and
8631            '2T1C' and
8632            'MRR'"
8633   parameters:
8634   - "result"
8635   - "name"
8636   - "tags"
8637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8638   x-axis: "X = VNFs per Service Chain"
8639   y-axis: "Y = Number of Service Chains"
8640   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8641   layout:
8642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8643     layout: "plot-service-density"
8644
8645 - type: "plot"
8646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8647   algorithm: "plot_nf_heatmap"
8648   output-file-type: ".html"
8649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8650   data: "plot-vpp-nfv-2n-skx-mrr"
8651   filter: "'NIC_Intel-XXV710' and
8652            'NF_DENSITY' and
8653            'VHOST' and
8654            'VXLAN' and
8655            'CHAIN' and
8656            'IMIX' and
8657            '4T2C' and
8658            'MRR'"
8659   parameters:
8660   - "result"
8661   - "name"
8662   - "tags"
8663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8664   x-axis: "X = VNFs per Service Chain"
8665   y-axis: "Y = Number of Service Chains"
8666   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8667   layout:
8668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8669     layout: "plot-service-density"
8670
8671 - type: "plot"
8672   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8673   algorithm: "plot_nf_heatmap"
8674   output-file-type: ".html"
8675   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8676   data: "plot-vpp-nfv-2n-skx-mrr"
8677   filter: "'NIC_Intel-XXV710' and
8678            'NF_DENSITY' and
8679            'VHOST' and
8680            'VXLAN' and
8681            'CHAIN' and
8682            'IMIX' and
8683            '8T4C' and
8684            'MRR'"
8685   parameters:
8686   - "result"
8687   - "name"
8688   - "tags"
8689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8690   x-axis: "X = VNFs per Service Chain"
8691   y-axis: "Y = Number of Service Chains"
8692   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8693   layout:
8694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8695     layout: "plot-service-density"
8696
8697 # Plots - NF Density - VSC - NDR IMIX
8698 - type: "plot"
8699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8700   algorithm: "plot_nf_heatmap"
8701   output-file-type: ".html"
8702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8703   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8704   filter: "'NIC_Intel-XXV710' and
8705            'NF_DENSITY' and
8706            'VHOST' and
8707            'VXLAN' and
8708            'CHAIN' and
8709            'IMIX' and
8710            '2T1C' and
8711            'NDRPDR'"
8712   parameters:
8713   - "throughput"
8714   - "name"
8715   - "tags"
8716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8717   x-axis: "X = VNFs per Service Chain"
8718   y-axis: "Y = Number of Service Chains"
8719   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8720   layout:
8721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8722     layout: "plot-service-density"
8723
8724 - type: "plot"
8725   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8726   algorithm: "plot_nf_heatmap"
8727   output-file-type: ".html"
8728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8729   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8730   filter: "'NIC_Intel-XXV710' and
8731            'NF_DENSITY' and
8732            'VHOST' and
8733            'VXLAN' and
8734            'CHAIN' and
8735            'IMIX' and
8736            '4T2C' and
8737            'NDRPDR'"
8738   parameters:
8739   - "throughput"
8740   - "name"
8741   - "tags"
8742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8743   x-axis: "X = VNFs per Service Chain"
8744   y-axis: "Y = Number of Service Chains"
8745   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8746   layout:
8747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8748     layout: "plot-service-density"
8749
8750 - type: "plot"
8751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8752   algorithm: "plot_nf_heatmap"
8753   output-file-type: ".html"
8754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8755   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8756   filter: "'NIC_Intel-XXV710' and
8757            'NF_DENSITY' and
8758            'VHOST' and
8759            'VXLAN' and
8760            'CHAIN' and
8761            'IMIX' and
8762            '8T4C' and
8763            'NDRPDR'"
8764   parameters:
8765   - "throughput"
8766   - "name"
8767   - "tags"
8768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8769   x-axis: "X = VNFs per Service Chain"
8770   y-axis: "Y = Number of Service Chains"
8771   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8772   layout:
8773     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8774     layout: "plot-service-density"
8775
8776 # Plots - NF Density - VSC - PDR IMIX
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8783   filter: "'NIC_Intel-XXV710' and
8784            'NF_DENSITY' and
8785            'VHOST' and
8786            'VXLAN' and
8787            'CHAIN' and
8788            'IMIX' and
8789            '2T1C' and
8790            'NDRPDR'"
8791   parameters:
8792   - "throughput"
8793   - "name"
8794   - "tags"
8795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8796   x-axis: "X = VNFs per Service Chain"
8797   y-axis: "Y = Number of Service Chains"
8798   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8799   layout:
8800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8801     layout: "plot-service-density"
8802
8803 - type: "plot"
8804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8805   algorithm: "plot_nf_heatmap"
8806   output-file-type: ".html"
8807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8808   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8809   filter: "'NIC_Intel-XXV710' and
8810            'NF_DENSITY' and
8811            'VHOST' and
8812            'VXLAN' and
8813            'CHAIN' and
8814            'IMIX' and
8815            '4T2C' and
8816            'NDRPDR'"
8817   parameters:
8818   - "throughput"
8819   - "name"
8820   - "tags"
8821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8822   x-axis: "X = VNFs per Service Chain"
8823   y-axis: "Y = Number of Service Chains"
8824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8825   layout:
8826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8827     layout: "plot-service-density"
8828
8829 - type: "plot"
8830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8831   algorithm: "plot_nf_heatmap"
8832   output-file-type: ".html"
8833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8834   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8835   filter: "'NIC_Intel-XXV710' and
8836            'NF_DENSITY' and
8837            'VHOST' and
8838            'VXLAN' and
8839            'CHAIN' and
8840            'IMIX' and
8841            '8T4C' and
8842            'NDRPDR'"
8843   parameters:
8844   - "throughput"
8845   - "name"
8846   - "tags"
8847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8848   x-axis: "X = VNFs per Service Chain"
8849   y-axis: "Y = Number of Service Chains"
8850   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8851   layout:
8852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8853     layout: "plot-service-density"
8854
8855 ###############################################################################
8856
8857 # Plots - NF Density - CSC - MRR IMIX
8858 - type: "plot"
8859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8860   algorithm: "plot_nf_heatmap"
8861   output-file-type: ".html"
8862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8863   data: "plot-vpp-nfv-2n-skx-mrr"
8864   filter: "'NIC_Intel-XXV710' and
8865            'NF_DENSITY' and
8866            'DOCKER' and
8867            'CHAIN' and
8868            'NF_VPPIP4' and
8869            'IMIX' and
8870            '2T1C' and
8871            'MRR'"
8872   parameters:
8873   - "result"
8874   - "name"
8875   - "tags"
8876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8877   x-axis: "X = CNFs per Service Chain"
8878   y-axis: "Y = Number of Service Chains"
8879   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8880   layout:
8881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8882     layout: "plot-service-density"
8883
8884 - type: "plot"
8885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8886   algorithm: "plot_nf_heatmap"
8887   output-file-type: ".html"
8888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8889   data: "plot-vpp-nfv-2n-skx-mrr"
8890   filter: "'NIC_Intel-XXV710' and
8891            'NF_DENSITY' and
8892            'DOCKER' and
8893            'CHAIN' and
8894            'NF_VPPIP4' and
8895            'IMIX' and
8896            '4T2C' and
8897            'MRR'"
8898   parameters:
8899   - "result"
8900   - "name"
8901   - "tags"
8902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8903   x-axis: "X = CNFs per Service Chain"
8904   y-axis: "Y = Number of Service Chains"
8905   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8906   layout:
8907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8908     layout: "plot-service-density"
8909
8910 - type: "plot"
8911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8912   algorithm: "plot_nf_heatmap"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8915   data: "plot-vpp-nfv-2n-skx-mrr"
8916   filter: "'NIC_Intel-XXV710' and
8917            'NF_DENSITY' and
8918            'DOCKER' and
8919            'CHAIN' and
8920            'NF_VPPIP4' and
8921            'IMIX' and
8922            '8T4C' and
8923            'MRR'"
8924   parameters:
8925   - "result"
8926   - "name"
8927   - "tags"
8928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8929   x-axis: "X = CNFs per Service Chain"
8930   y-axis: "Y = Number of Service Chains"
8931   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8932   layout:
8933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8934     layout: "plot-service-density"
8935
8936 # Plots - NF Density - CSC - NDR IMIX
8937 - type: "plot"
8938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8939   algorithm: "plot_nf_heatmap"
8940   output-file-type: ".html"
8941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8942   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8943   filter: "'NIC_Intel-XXV710' and
8944            'NF_DENSITY' and
8945            'DOCKER' and
8946            'CHAIN' and
8947            'NF_VPPIP4' and
8948            'IMIX' and
8949            '2T1C' and
8950            'NDRPDR'"
8951   parameters:
8952   - "throughput"
8953   - "name"
8954   - "tags"
8955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8956   x-axis: "X = CNFs per Service Chain"
8957   y-axis: "Y = Number of Service Chains"
8958   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8959   layout:
8960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8961     layout: "plot-service-density"
8962
8963 - type: "plot"
8964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8965   algorithm: "plot_nf_heatmap"
8966   output-file-type: ".html"
8967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8968   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8969   filter: "'NIC_Intel-XXV710' and
8970            'NF_DENSITY' and
8971            'DOCKER' and
8972            'CHAIN' and
8973            'NF_VPPIP4' and
8974            'IMIX' and
8975            '4T2C' and
8976            'NDRPDR'"
8977   parameters:
8978   - "throughput"
8979   - "name"
8980   - "tags"
8981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8982   x-axis: "X = CNFs per Service Chain"
8983   y-axis: "Y = Number of Service Chains"
8984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8985   layout:
8986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8987     layout: "plot-service-density"
8988
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file-type: ".html"
8993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8994   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8995   filter: "'NIC_Intel-XXV710' and
8996            'NF_DENSITY' and
8997            'DOCKER' and
8998            'CHAIN' and
8999            'NF_VPPIP4' and
9000            'IMIX' and
9001            '8T4C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9013     layout: "plot-service-density"
9014
9015 # Plots - NF Density - CSC - PDR IMIX
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file-type: ".html"
9020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9022   filter: "'NIC_Intel-XXV710' and
9023            'NF_DENSITY' and
9024            'DOCKER' and
9025            'CHAIN' and
9026            'NF_VPPIP4' and
9027            'IMIX' and
9028            '2T1C' and
9029            'NDRPDR'"
9030   parameters:
9031   - "throughput"
9032   - "name"
9033   - "tags"
9034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9035   x-axis: "X = CNFs per Service Chain"
9036   y-axis: "Y = Number of Service Chains"
9037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9038   layout:
9039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9040     layout: "plot-service-density"
9041
9042 - type: "plot"
9043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9044   algorithm: "plot_nf_heatmap"
9045   output-file-type: ".html"
9046   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9047   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9048   filter: "'NIC_Intel-XXV710' and
9049            'NF_DENSITY' and
9050            'DOCKER' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IMIX' and
9054            '4T2C' and
9055            'NDRPDR'"
9056   parameters:
9057   - "throughput"
9058   - "name"
9059   - "tags"
9060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9061   x-axis: "X = CNFs per Service Chain"
9062   y-axis: "Y = Number of Service Chains"
9063   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9064   layout:
9065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9066     layout: "plot-service-density"
9067
9068 - type: "plot"
9069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9070   algorithm: "plot_nf_heatmap"
9071   output-file-type: ".html"
9072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9073   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9074   filter: "'NIC_Intel-XXV710' and
9075            'NF_DENSITY' and
9076            'DOCKER' and
9077            'CHAIN' and
9078            'NF_VPPIP4' and
9079            'IMIX' and
9080            '8T4C' and
9081            'NDRPDR'"
9082   parameters:
9083   - "throughput"
9084   - "name"
9085   - "tags"
9086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9087   x-axis: "X = CNFs per Service Chain"
9088   y-axis: "Y = Number of Service Chains"
9089   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9090   layout:
9091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9092     layout: "plot-service-density"
9093
9094 ################################################################################
9095 #
9096 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9097 #- type: "plot"
9098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9099 #  algorithm: "plot_nf_heatmap"
9100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9101 #  data: "plot-vpp-nfv-3n-skx-mrr"
9102 #  filter: "'NIC_Intel-XXV710' and
9103 #           'NF_DENSITY' and
9104 #           'DOCKER' and
9105 #           'CHAIN' and
9106 #           'NF_VPPIP4' and
9107 #           'IPSEC' and
9108 #           'TNL_4' and
9109 #           'IMIX' and
9110 #           '2T1C' and
9111 #           'MRR'"
9112 #  parameters:
9113 #  - "result"
9114 #  - "name"
9115 #  - "tags"
9116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9117 #  x-axis: "X = CNFs per Service Chain"
9118 #  y-axis: "Y = Number of Service Chains"
9119 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9120 #  layout:
9121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9122 #    layout: "plot-service-density"
9123 #
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9128 #  data: "plot-vpp-nfv-3n-skx-mrr"
9129 #  filter: "'NIC_Intel-XXV710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'CHAIN' and
9133 #           'NF_VPPIP4' and
9134 #           'IPSEC' and
9135 #           'TNL_4' and
9136 #           'IMIX' and
9137 #           '4T2C' and
9138 #           'MRR'"
9139 #  parameters:
9140 #  - "result"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Chain"
9145 #  y-axis: "Y = Number of Service Chains"
9146 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9149 #    layout: "plot-service-density"
9150 #
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9155 #  data: "plot-vpp-nfv-3n-skx-mrr"
9156 #  filter: "'NIC_Intel-XXV710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_4' and
9163 #           'IMIX' and
9164 #           '8T4C' and
9165 #           'MRR'"
9166 #  parameters:
9167 #  - "result"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9176 #    layout: "plot-service-density"
9177
9178 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9179 - type: "plot"
9180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9181   algorithm: "plot_nf_heatmap"
9182   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9183   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9184   filter: "'NIC_Intel-XXV710' and
9185            'NF_DENSITY' and
9186            'DOCKER' and
9187            'CHAIN' and
9188            'NF_VPPIP4' and
9189            'IPSEC' and
9190            'TNL_4' and
9191            'IMIX' and
9192            '2T1C' and
9193            'NDRPDR'"
9194   parameters:
9195   - "throughput"
9196   - "name"
9197   - "tags"
9198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9199   x-axis: "X = CNFs per Service Chain"
9200   y-axis: "Y = Number of Service Chains"
9201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9202   layout:
9203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9204     layout: "plot-service-density"
9205
9206 - type: "plot"
9207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9208   algorithm: "plot_nf_heatmap"
9209   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9210   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9211   filter: "'NIC_Intel-XXV710' and
9212            'NF_DENSITY' and
9213            'DOCKER' and
9214            'CHAIN' and
9215            'NF_VPPIP4' and
9216            'IPSEC' and
9217            'TNL_4' and
9218            'IMIX' and
9219            '4T2C' and
9220            'NDRPDR'"
9221   parameters:
9222   - "throughput"
9223   - "name"
9224   - "tags"
9225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9226   x-axis: "X = CNFs per Service Chain"
9227   y-axis: "Y = Number of Service Chains"
9228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9229   layout:
9230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9231     layout: "plot-service-density"
9232
9233 - type: "plot"
9234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9235   algorithm: "plot_nf_heatmap"
9236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9237   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9238   filter: "'NIC_Intel-XXV710' and
9239            'NF_DENSITY' and
9240            'DOCKER' and
9241            'CHAIN' and
9242            'NF_VPPIP4' and
9243            'IPSEC' and
9244            'TNL_4' and
9245            'IMIX' and
9246            '8T4C' and
9247            'NDRPDR'"
9248   parameters:
9249   - "throughput"
9250   - "name"
9251   - "tags"
9252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9253   x-axis: "X = CNFs per Service Chain"
9254   y-axis: "Y = Number of Service Chains"
9255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9256   layout:
9257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9258     layout: "plot-service-density"
9259
9260 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9261 - type: "plot"
9262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9263   algorithm: "plot_nf_heatmap"
9264   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9265   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9266   filter: "'NIC_Intel-XXV710' and
9267            'NF_DENSITY' and
9268            'DOCKER' and
9269            'CHAIN' and
9270            'NF_VPPIP4' and
9271            'IPSEC' and
9272            'TNL_4' and
9273            'IMIX' and
9274            '2T1C' and
9275            'NDRPDR'"
9276   parameters:
9277   - "throughput"
9278   - "name"
9279   - "tags"
9280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9281   x-axis: "X = CNFs per Service Chain"
9282   y-axis: "Y = Number of Service Chains"
9283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9284   layout:
9285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9286     layout: "plot-service-density"
9287
9288 - type: "plot"
9289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9290   algorithm: "plot_nf_heatmap"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9292   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9293   filter: "'NIC_Intel-XXV710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'CHAIN' and
9297            'NF_VPPIP4' and
9298            'IPSEC' and
9299            'TNL_4' and
9300            'IMIX' and
9301            '4T2C' and
9302            'NDRPDR'"
9303   parameters:
9304   - "throughput"
9305   - "name"
9306   - "tags"
9307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9308   x-axis: "X = CNFs per Service Chain"
9309   y-axis: "Y = Number of Service Chains"
9310   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9311   layout:
9312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9313     layout: "plot-service-density"
9314
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9319   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9320   filter: "'NIC_Intel-XXV710' and
9321            'NF_DENSITY' and
9322            'DOCKER' and
9323            'CHAIN' and
9324            'NF_VPPIP4' and
9325            'IPSEC' and
9326            'TNL_4' and
9327            'IMIX' and
9328            '8T4C' and
9329            'NDRPDR'"
9330   parameters:
9331   - "throughput"
9332   - "name"
9333   - "tags"
9334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9335   x-axis: "X = CNFs per Service Chain"
9336   y-axis: "Y = Number of Service Chains"
9337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9338   layout:
9339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9340     layout: "plot-service-density"
9341
9342 ###############################################################################
9343
9344 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9345 #- type: "plot"
9346 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9347 #  algorithm: "plot_nf_heatmap"
9348 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9349 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9350 #  filter: "'NIC_Intel-XL710' and
9351 #           'NF_DENSITY' and
9352 #           'DOCKER' and
9353 #           'CHAIN' and
9354 #           'NF_VPPIP4' and
9355 #           'IMIX' and
9356 #           'TNL_4' and
9357 #           '1T1C' and
9358 #           'MRR'"
9359 #  parameters:
9360 #  - "result"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9369 #    layout: "plot-service-density"
9370 #
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9375 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9376 #  filter: "'NIC_Intel-XL710' and
9377 #           'NF_DENSITY' and
9378 #           'DOCKER' and
9379 #           'CHAIN' and
9380 #           'NF_VPPIP4' and
9381 #           'IPSEC' and
9382 #           'TNL_4' and
9383 #           'IMIX' and
9384 #           '2T2C' and
9385 #           'MRR'"
9386 #  parameters:
9387 #  - "result"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Chain"
9392 #  y-axis: "Y = Number of Service Chains"
9393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9396 #    layout: "plot-service-density"
9397 #
9398 #- type: "plot"
9399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9400 #  algorithm: "plot_nf_heatmap"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9402 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9403 #  filter: "'NIC_Intel-XL710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'CHAIN' and
9407 #           'NF_VPPIP4' and
9408 #           'IPSEC' and
9409 #           'TNL_4' and
9410 #           'IMIX' and
9411 #           '4T4C' and
9412 #           'MRR'"
9413 #  parameters:
9414 #  - "result"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Chain"
9419 #  y-axis: "Y = Number of Service Chains"
9420 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9423 #    layout: "plot-service-density"
9424
9425 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9430 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9431 #  filter: "'NIC_Intel-XL710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IPSEC' and
9437 #           'TNL_4' and
9438 #           'IMIX' and
9439 #           '1T1C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Chain"
9447 #  y-axis: "Y = Number of Service Chains"
9448 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9451 #    layout: "plot-service-density"
9452 #
9453 #- type: "plot"
9454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9455 #  algorithm: "plot_nf_heatmap"
9456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9457 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9458 #  filter: "'NIC_Intel-XL710' and
9459 #           'NF_DENSITY' and
9460 #           'DOCKER' and
9461 #           'CHAIN' and
9462 #           'NF_VPPIP4' and
9463 #           'IPSEC' and
9464 #           'TNL_4' and
9465 #           'IMIX' and
9466 #           '2T2C' and
9467 #           'NDRPDR'"
9468 #  parameters:
9469 #  - "throughput"
9470 #  - "name"
9471 #  - "tags"
9472 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9473 #  x-axis: "X = CNFs per Service Chain"
9474 #  y-axis: "Y = Number of Service Chains"
9475 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9476 #  layout:
9477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9478 #    layout: "plot-service-density"
9479 #
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9484 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9485 #  filter: "'NIC_Intel-XL710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'CHAIN' and
9489 #           'NF_VPPIP4' and
9490 #           'IPSEC' and
9491 #           'TNL_4' and
9492 #           'IMIX' and
9493 #           '4T4C' and
9494 #           'NDRPDR'"
9495 #  parameters:
9496 #  - "throughput"
9497 #  - "name"
9498 #  - "tags"
9499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9500 #  x-axis: "X = CNFs per Service Chain"
9501 #  y-axis: "Y = Number of Service Chains"
9502 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9503 #  layout:
9504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9505 #    layout: "plot-service-density"
9506 #
9507 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9508 #- type: "plot"
9509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9510 #  algorithm: "plot_nf_heatmap"
9511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9512 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9513 #  filter: "'NIC_Intel-XL710' and
9514 #           'NF_DENSITY' and
9515 #           'DOCKER' and
9516 #           'CHAIN' and
9517 #           'NF_VPPIP4' and
9518 #           'IPSEC' and
9519 #           'TNL_4' and
9520 #           'IMIX' and
9521 #           '1T1C' and
9522 #           'NDRPDR'"
9523 #  parameters:
9524 #  - "throughput"
9525 #  - "name"
9526 #  - "tags"
9527 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9528 #  x-axis: "X = CNFs per Service Chain"
9529 #  y-axis: "Y = Number of Service Chains"
9530 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9531 #  layout:
9532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9533 #    layout: "plot-service-density"
9534 #
9535 #- type: "plot"
9536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9537 #  algorithm: "plot_nf_heatmap"
9538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9539 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9540 #  filter: "'NIC_Intel-XL710' and
9541 #           'NF_DENSITY' and
9542 #           'DOCKER' and
9543 #           'CHAIN' and
9544 #           'NF_VPPIP4' and
9545 #           'IPSEC' and
9546 #           'TNL_4' and
9547 #           'IMIX' and
9548 #           '2T2C' and
9549 #           'NDRPDR'"
9550 #  parameters:
9551 #  - "throughput"
9552 #  - "name"
9553 #  - "tags"
9554 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9555 #  x-axis: "X = CNFs per Service Chain"
9556 #  y-axis: "Y = Number of Service Chains"
9557 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9558 #  layout:
9559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9560 #    layout: "plot-service-density"
9561 #
9562 #- type: "plot"
9563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9564 #  algorithm: "plot_nf_heatmap"
9565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9566 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9567 #  filter: "'NIC_Intel-XL710' and
9568 #           'NF_DENSITY' and
9569 #           'DOCKER' and
9570 #           'CHAIN' and
9571 #           'NF_VPPIP4' and
9572 #           'IPSEC' and
9573 #           'TNL_4' and
9574 #           'IMIX' and
9575 #           '4T4C' and
9576 #           'NDRPDR'"
9577 #  parameters:
9578 #  - "throughput"
9579 #  - "name"
9580 #  - "tags"
9581 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9582 #  x-axis: "X = CNFs per Service Chain"
9583 #  y-axis: "Y = Number of Service Chains"
9584 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9585 #  layout:
9586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9587 #    layout: "plot-service-density"
9588
9589 ###############################################################################
9590
9591 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9592 #- type: "plot"
9593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9594 #  algorithm: "plot_nf_heatmap"
9595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9596 #  data: "plot-vpp-nfv-3n-skx-mrr"
9597 #  filter: "'NIC_Intel-XXV710' and
9598 #           'NF_DENSITY' and
9599 #           'DOCKER' and
9600 #           'CHAIN' and
9601 #           'NF_VPPIP4' and
9602 #           'IPSEC' and
9603 #           'TNL_1000' and
9604 #           'IMIX' and
9605 #           '2T1C' and
9606 #           'MRR'"
9607 #  parameters:
9608 #  - "result"
9609 #  - "name"
9610 #  - "tags"
9611 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9612 #  x-axis: "X = CNFs per Service Chain"
9613 #  y-axis: "Y = Number of Service Chains"
9614 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9615 #  layout:
9616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9617 #    layout: "plot-service-density"
9618 #
9619 #- type: "plot"
9620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9621 #  algorithm: "plot_nf_heatmap"
9622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9623 #  data: "plot-vpp-nfv-3n-skx-mrr"
9624 #  filter: "'NIC_Intel-XXV710' and
9625 #           'NF_DENSITY' and
9626 #           'DOCKER' and
9627 #           'CHAIN' and
9628 #           'NF_VPPIP4' and
9629 #           'IPSEC' and
9630 #           'TNL_1000' and
9631 #           'IMIX' and
9632 #           '4T2C' and
9633 #           'MRR'"
9634 #  parameters:
9635 #  - "result"
9636 #  - "name"
9637 #  - "tags"
9638 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9639 #  x-axis: "X = CNFs per Service Chain"
9640 #  y-axis: "Y = Number of Service Chains"
9641 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9642 #  layout:
9643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9644 #    layout: "plot-service-density"
9645 #
9646 #- type: "plot"
9647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9648 #  algorithm: "plot_nf_heatmap"
9649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9650 #  data: "plot-vpp-nfv-3n-skx-mrr"
9651 #  filter: "'NIC_Intel-XXV710' and
9652 #           'NF_DENSITY' and
9653 #           'DOCKER' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IPSEC' and
9657 #           'TNL_1000' and
9658 #           'IMIX' and
9659 #           '8T4C' and
9660 #           'MRR'"
9661 #  parameters:
9662 #  - "result"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9671 #    layout: "plot-service-density"
9672
9673 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9674 - type: "plot"
9675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9676   algorithm: "plot_nf_heatmap"
9677   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9678   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9679   filter: "'NIC_Intel-XXV710' and
9680            'NF_DENSITY' and
9681            'DOCKER' and
9682            'CHAIN' and
9683            'NF_VPPIP4' and
9684            'IPSEC' and
9685            'TNL_1000' and
9686            'IMIX' and
9687            '2T1C' and
9688            'NDRPDR'"
9689   parameters:
9690   - "throughput"
9691   - "name"
9692   - "tags"
9693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9694   x-axis: "X = CNFs per Service Chain"
9695   y-axis: "Y = Number of Service Chains"
9696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9697   layout:
9698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9699     layout: "plot-service-density"
9700
9701 - type: "plot"
9702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9703   algorithm: "plot_nf_heatmap"
9704   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9705   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9706   filter: "'NIC_Intel-XXV710' and
9707            'NF_DENSITY' and
9708            'DOCKER' and
9709            'CHAIN' and
9710            'NF_VPPIP4' and
9711            'IPSEC' and
9712            'TNL_1000' and
9713            'IMIX' and
9714            '4T2C' and
9715            'NDRPDR'"
9716   parameters:
9717   - "throughput"
9718   - "name"
9719   - "tags"
9720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9721   x-axis: "X = CNFs per Service Chain"
9722   y-axis: "Y = Number of Service Chains"
9723   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9724   layout:
9725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9726     layout: "plot-service-density"
9727
9728 - type: "plot"
9729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9730   algorithm: "plot_nf_heatmap"
9731   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9732   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9733   filter: "'NIC_Intel-XXV710' and
9734            'NF_DENSITY' and
9735            'DOCKER' and
9736            'CHAIN' and
9737            'NF_VPPIP4' and
9738            'IPSEC' and
9739            'TNL_1000' and
9740            'IMIX' and
9741            '8T4C' and
9742            'NDRPDR'"
9743   parameters:
9744   - "throughput"
9745   - "name"
9746   - "tags"
9747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9748   x-axis: "X = CNFs per Service Chain"
9749   y-axis: "Y = Number of Service Chains"
9750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9751   layout:
9752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9753     layout: "plot-service-density"
9754
9755 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9756 - type: "plot"
9757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9758   algorithm: "plot_nf_heatmap"
9759   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9760   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9761   filter: "'NIC_Intel-XXV710' and
9762            'NF_DENSITY' and
9763            'DOCKER' and
9764            'CHAIN' and
9765            'NF_VPPIP4' and
9766            'IPSEC' and
9767            'TNL_1000' and
9768            'IMIX' and
9769            '2T1C' and
9770            'NDRPDR'"
9771   parameters:
9772   - "throughput"
9773   - "name"
9774   - "tags"
9775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9776   x-axis: "X = CNFs per Service Chain"
9777   y-axis: "Y = Number of Service Chains"
9778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9779   layout:
9780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9781     layout: "plot-service-density"
9782
9783 - type: "plot"
9784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9785   algorithm: "plot_nf_heatmap"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9787   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'DOCKER' and
9791            'CHAIN' and
9792            'NF_VPPIP4' and
9793            'IPSEC' and
9794            'TNL_1000' and
9795            'IMIX' and
9796            '4T2C' and
9797            'NDRPDR'"
9798   parameters:
9799   - "throughput"
9800   - "name"
9801   - "tags"
9802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9803   x-axis: "X = CNFs per Service Chain"
9804   y-axis: "Y = Number of Service Chains"
9805   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9806   layout:
9807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9808     layout: "plot-service-density"
9809
9810 - type: "plot"
9811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9812   algorithm: "plot_nf_heatmap"
9813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9814   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9815   filter: "'NIC_Intel-XXV710' and
9816            'NF_DENSITY' and
9817            'DOCKER' and
9818            'CHAIN' and
9819            'NF_VPPIP4' and
9820            'IPSEC' and
9821            'TNL_1000' and
9822            'IMIX' and
9823            '8T4C' and
9824            'NDRPDR'"
9825   parameters:
9826   - "throughput"
9827   - "name"
9828   - "tags"
9829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = CNFs per Service Chain"
9831   y-axis: "Y = Number of Service Chains"
9832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9835     layout: "plot-service-density"
9836
9837 ###############################################################################
9838
9839 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9840 #- type: "plot"
9841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9842 #  algorithm: "plot_nf_heatmap"
9843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9844 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9845 #  filter: "'NIC_Intel-XL710' and
9846 #           'NF_DENSITY' and
9847 #           'DOCKER' and
9848 #           'CHAIN' and
9849 #           'NF_VPPIP4' and
9850 #           'IMIX' and
9851 #           'TNL_1000' and
9852 #           '1T1C' and
9853 #           'MRR'"
9854 #  parameters:
9855 #  - "result"
9856 #  - "name"
9857 #  - "tags"
9858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9859 #  x-axis: "X = CNFs per Service Chain"
9860 #  y-axis: "Y = Number of Service Chains"
9861 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9862 #  layout:
9863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9864 #    layout: "plot-service-density"
9865 #
9866 #- type: "plot"
9867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9868 #  algorithm: "plot_nf_heatmap"
9869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9870 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9871 #  filter: "'NIC_Intel-XL710' and
9872 #           'NF_DENSITY' and
9873 #           'DOCKER' and
9874 #           'CHAIN' and
9875 #           'NF_VPPIP4' and
9876 #           'IPSEC' and
9877 #           'TNL_1000' and
9878 #           'IMIX' and
9879 #           '2T2C' and
9880 #           'MRR'"
9881 #  parameters:
9882 #  - "result"
9883 #  - "name"
9884 #  - "tags"
9885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9886 #  x-axis: "X = CNFs per Service Chain"
9887 #  y-axis: "Y = Number of Service Chains"
9888 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9889 #  layout:
9890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9891 #    layout: "plot-service-density"
9892 #
9893 #- type: "plot"
9894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9895 #  algorithm: "plot_nf_heatmap"
9896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9897 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9898 #  filter: "'NIC_Intel-XL710' and
9899 #           'NF_DENSITY' and
9900 #           'DOCKER' and
9901 #           'CHAIN' and
9902 #           'NF_VPPIP4' and
9903 #           'IPSEC' and
9904 #           'TNL_1000' and
9905 #           'IMIX' and
9906 #           '4T4C' and
9907 #           'MRR'"
9908 #  parameters:
9909 #  - "result"
9910 #  - "name"
9911 #  - "tags"
9912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9913 #  x-axis: "X = CNFs per Service Chain"
9914 #  y-axis: "Y = Number of Service Chains"
9915 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9916 #  layout:
9917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9918 #    layout: "plot-service-density"
9919
9920 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9921 #- type: "plot"
9922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9923 #  algorithm: "plot_nf_heatmap"
9924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9925 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9926 #  filter: "'NIC_Intel-XL710' and
9927 #           'NF_DENSITY' and
9928 #           'DOCKER' and
9929 #           'CHAIN' and
9930 #           'NF_VPPIP4' and
9931 #           'IPSEC' and
9932 #           'TNL_1000' and
9933 #           'IMIX' and
9934 #           '1T1C' and
9935 #           'NDRPDR'"
9936 #  parameters:
9937 #  - "throughput"
9938 #  - "name"
9939 #  - "tags"
9940 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9941 #  x-axis: "X = CNFs per Service Chain"
9942 #  y-axis: "Y = Number of Service Chains"
9943 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9944 #  layout:
9945 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9946 #    layout: "plot-service-density"
9947 #
9948 #- type: "plot"
9949 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9950 #  algorithm: "plot_nf_heatmap"
9951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9952 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9953 #  filter: "'NIC_Intel-XL710' and
9954 #           'NF_DENSITY' and
9955 #           'DOCKER' and
9956 #           'CHAIN' and
9957 #           'NF_VPPIP4' and
9958 #           'IPSEC' and
9959 #           'TNL_1000' and
9960 #           'IMIX' and
9961 #           '2T2C' and
9962 #           'NDRPDR'"
9963 #  parameters:
9964 #  - "throughput"
9965 #  - "name"
9966 #  - "tags"
9967 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9968 #  x-axis: "X = CNFs per Service Chain"
9969 #  y-axis: "Y = Number of Service Chains"
9970 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9971 #  layout:
9972 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9973 #    layout: "plot-service-density"
9974 #
9975 #- type: "plot"
9976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9977 #  algorithm: "plot_nf_heatmap"
9978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9979 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9980 #  filter: "'NIC_Intel-XL710' and
9981 #           'NF_DENSITY' and
9982 #           'DOCKER' and
9983 #           'CHAIN' and
9984 #           'NF_VPPIP4' and
9985 #           'IPSEC' and
9986 #           'TNL_1000' and
9987 #           'IMIX' and
9988 #           '4T4C' and
9989 #           'NDRPDR'"
9990 #  parameters:
9991 #  - "throughput"
9992 #  - "name"
9993 #  - "tags"
9994 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9995 #  x-axis: "X = CNFs per Service Chain"
9996 #  y-axis: "Y = Number of Service Chains"
9997 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9998 #  layout:
9999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10000 #    layout: "plot-service-density"
10001 #
10002 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10003 #- type: "plot"
10004 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10005 #  algorithm: "plot_nf_heatmap"
10006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10007 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10008 #  filter: "'NIC_Intel-XL710' and
10009 #           'NF_DENSITY' and
10010 #           'DOCKER' and
10011 #           'CHAIN' and
10012 #           'NF_VPPIP4' and
10013 #           'IPSEC' and
10014 #           'TNL_1000' and
10015 #           'IMIX' and
10016 #           '1T1C' and
10017 #           'NDRPDR'"
10018 #  parameters:
10019 #  - "throughput"
10020 #  - "name"
10021 #  - "tags"
10022 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10023 #  x-axis: "X = CNFs per Service Chain"
10024 #  y-axis: "Y = Number of Service Chains"
10025 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10026 #  layout:
10027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10028 #    layout: "plot-service-density"
10029 #
10030 #- type: "plot"
10031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10032 #  algorithm: "plot_nf_heatmap"
10033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10034 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10035 #  filter: "'NIC_Intel-XL710' and
10036 #           'NF_DENSITY' and
10037 #           'DOCKER' and
10038 #           'CHAIN' and
10039 #           'NF_VPPIP4' and
10040 #           'IPSEC' and
10041 #           'TNL_1000' and
10042 #           'IMIX' and
10043 #           '2T2C' and
10044 #           'NDRPDR'"
10045 #  parameters:
10046 #  - "throughput"
10047 #  - "name"
10048 #  - "tags"
10049 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10050 #  x-axis: "X = CNFs per Service Chain"
10051 #  y-axis: "Y = Number of Service Chains"
10052 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10053 #  layout:
10054 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10055 #    layout: "plot-service-density"
10056 #
10057 #- type: "plot"
10058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10059 #  algorithm: "plot_nf_heatmap"
10060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10061 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10062 #  filter: "'NIC_Intel-XL710' and
10063 #           'NF_DENSITY' and
10064 #           'DOCKER' and
10065 #           'CHAIN' and
10066 #           'NF_VPPIP4' and
10067 #           'IPSEC' and
10068 #           'TNL_1000' and
10069 #           'IMIX' and
10070 #           '4T4C' and
10071 #           'NDRPDR'"
10072 #  parameters:
10073 #  - "throughput"
10074 #  - "name"
10075 #  - "tags"
10076 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10077 #  x-axis: "X = CNFs per Service Chain"
10078 #  y-axis: "Y = Number of Service Chains"
10079 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10080 #  layout:
10081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10082 #    layout: "plot-service-density"
10083
10084 ###############################################################################
10085
10086 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10087 #- type: "plot"
10088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10089 #  algorithm: "plot_nf_heatmap"
10090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10091 #  data: "plot-vpp-nfv-3n-skx-mrr"
10092 #  filter: "'NIC_Intel-XXV710' and
10093 #           'NF_DENSITY' and
10094 #           'DOCKER' and
10095 #           'CHAIN' and
10096 #           'NF_VPPIP4' and
10097 #           'IPSEC' and
10098 #           'TNL_10000' and
10099 #           'IMIX' and
10100 #           '2T1C' and
10101 #           'MRR'"
10102 #  parameters:
10103 #  - "result"
10104 #  - "name"
10105 #  - "tags"
10106 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10107 #  x-axis: "X = CNFs per Service Chain"
10108 #  y-axis: "Y = Number of Service Chains"
10109 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10110 #  layout:
10111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10112 #    layout: "plot-service-density"
10113 #
10114 #- type: "plot"
10115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10116 #  algorithm: "plot_nf_heatmap"
10117 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10118 #  data: "plot-vpp-nfv-3n-skx-mrr"
10119 #  filter: "'NIC_Intel-XXV710' and
10120 #           'NF_DENSITY' and
10121 #           'DOCKER' and
10122 #           'CHAIN' and
10123 #           'NF_VPPIP4' and
10124 #           'IPSEC' and
10125 #           'TNL_10000' and
10126 #           'IMIX' and
10127 #           '4T2C' and
10128 #           'MRR'"
10129 #  parameters:
10130 #  - "result"
10131 #  - "name"
10132 #  - "tags"
10133 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10134 #  x-axis: "X = CNFs per Service Chain"
10135 #  y-axis: "Y = Number of Service Chains"
10136 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10137 #  layout:
10138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10139 #    layout: "plot-service-density"
10140 #
10141 #- type: "plot"
10142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10143 #  algorithm: "plot_nf_heatmap"
10144 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10145 #  data: "plot-vpp-nfv-3n-skx-mrr"
10146 #  filter: "'NIC_Intel-XXV710' and
10147 #           'NF_DENSITY' and
10148 #           'DOCKER' and
10149 #           'CHAIN' and
10150 #           'NF_VPPIP4' and
10151 #           'IPSEC' and
10152 #           'TNL_10000' and
10153 #           'IMIX' and
10154 #           '8T4C' and
10155 #           'MRR'"
10156 #  parameters:
10157 #  - "result"
10158 #  - "name"
10159 #  - "tags"
10160 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10161 #  x-axis: "X = CNFs per Service Chain"
10162 #  y-axis: "Y = Number of Service Chains"
10163 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10164 #  layout:
10165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10166 #    layout: "plot-service-density"
10167
10168 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10169 - type: "plot"
10170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10171   algorithm: "plot_nf_heatmap"
10172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10173   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10174   filter: "'NIC_Intel-XXV710' and
10175            'NF_DENSITY' and
10176            'DOCKER' and
10177            'CHAIN' and
10178            'NF_VPPIP4' and
10179            'IPSEC' and
10180            'TNL_10000' and
10181            'IMIX' and
10182            '2T1C' and
10183            'NDRPDR'"
10184   parameters:
10185   - "throughput"
10186   - "name"
10187   - "tags"
10188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = CNFs per Service Chain"
10190   y-axis: "Y = Number of Service Chains"
10191   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10194     layout: "plot-service-density"
10195
10196 - type: "plot"
10197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10198   algorithm: "plot_nf_heatmap"
10199   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10200   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10201   filter: "'NIC_Intel-XXV710' and
10202            'NF_DENSITY' and
10203            'DOCKER' and
10204            'CHAIN' and
10205            'NF_VPPIP4' and
10206            'IPSEC' and
10207            'TNL_10000' and
10208            'IMIX' and
10209            '4T2C' and
10210            'NDRPDR'"
10211   parameters:
10212   - "throughput"
10213   - "name"
10214   - "tags"
10215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10216   x-axis: "X = CNFs per Service Chain"
10217   y-axis: "Y = Number of Service Chains"
10218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10219   layout:
10220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10221     layout: "plot-service-density"
10222
10223 - type: "plot"
10224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10225   algorithm: "plot_nf_heatmap"
10226   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10227   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10228   filter: "'NIC_Intel-XXV710' and
10229            'NF_DENSITY' and
10230            'DOCKER' and
10231            'CHAIN' and
10232            'NF_VPPIP4' and
10233            'IPSEC' and
10234            'TNL_10000' and
10235            'IMIX' and
10236            '8T4C' and
10237            'NDRPDR'"
10238   parameters:
10239   - "throughput"
10240   - "name"
10241   - "tags"
10242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10243   x-axis: "X = CNFs per Service Chain"
10244   y-axis: "Y = Number of Service Chains"
10245   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10246   layout:
10247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10248     layout: "plot-service-density"
10249
10250 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10251 - type: "plot"
10252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10253   algorithm: "plot_nf_heatmap"
10254   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10255   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10256   filter: "'NIC_Intel-XXV710' and
10257            'NF_DENSITY' and
10258            'DOCKER' and
10259            'CHAIN' and
10260            'NF_VPPIP4' and
10261            'IPSEC' and
10262            'TNL_10000' and
10263            'IMIX' and
10264            '2T1C' and
10265            'NDRPDR'"
10266   parameters:
10267   - "throughput"
10268   - "name"
10269   - "tags"
10270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10271   x-axis: "X = CNFs per Service Chain"
10272   y-axis: "Y = Number of Service Chains"
10273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10274   layout:
10275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10276     layout: "plot-service-density"
10277
10278 - type: "plot"
10279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10280   algorithm: "plot_nf_heatmap"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10282   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'DOCKER' and
10286            'CHAIN' and
10287            'NF_VPPIP4' and
10288            'IPSEC' and
10289            'TNL_10000' and
10290            'IMIX' and
10291            '4T2C' and
10292            'NDRPDR'"
10293   parameters:
10294   - "throughput"
10295   - "name"
10296   - "tags"
10297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10298   x-axis: "X = CNFs per Service Chain"
10299   y-axis: "Y = Number of Service Chains"
10300   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10301   layout:
10302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10303     layout: "plot-service-density"
10304
10305 - type: "plot"
10306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10307   algorithm: "plot_nf_heatmap"
10308   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10309   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10310   filter: "'NIC_Intel-XXV710' and
10311            'NF_DENSITY' and
10312            'DOCKER' and
10313            'CHAIN' and
10314            'NF_VPPIP4' and
10315            'IPSEC' and
10316            'TNL_10000' and
10317            'IMIX' and
10318            '8T4C' and
10319            'NDRPDR'"
10320   parameters:
10321   - "throughput"
10322   - "name"
10323   - "tags"
10324   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10325   x-axis: "X = CNFs per Service Chain"
10326   y-axis: "Y = Number of Service Chains"
10327   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10328   layout:
10329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10330     layout: "plot-service-density"
10331
10332 ###############################################################################
10333
10334 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10335 #- type: "plot"
10336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10337 #  algorithm: "plot_nf_heatmap"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10339 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10340 #  filter: "'NIC_Intel-XL710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'CHAIN' and
10344 #           'NF_VPPIP4' and
10345 #           'IMIX' and
10346 #           'TNL_10000' and
10347 #           '1T1C' and
10348 #           'MRR'"
10349 #  parameters:
10350 #  - "result"
10351 #  - "name"
10352 #  - "tags"
10353 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10354 #  x-axis: "X = CNFs per Service Chain"
10355 #  y-axis: "Y = Number of Service Chains"
10356 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10357 #  layout:
10358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10359 #    layout: "plot-service-density"
10360 #
10361 #- type: "plot"
10362 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10363 #  algorithm: "plot_nf_heatmap"
10364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10365 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10366 #  filter: "'NIC_Intel-XL710' and
10367 #           'NF_DENSITY' and
10368 #           'DOCKER' and
10369 #           'CHAIN' and
10370 #           'NF_VPPIP4' and
10371 #           'IPSEC' and
10372 #           'TNL_10000' and
10373 #           'IMIX' and
10374 #           '2T2C' and
10375 #           'MRR'"
10376 #  parameters:
10377 #  - "result"
10378 #  - "name"
10379 #  - "tags"
10380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10381 #  x-axis: "X = CNFs per Service Chain"
10382 #  y-axis: "Y = Number of Service Chains"
10383 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10384 #  layout:
10385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10386 #    layout: "plot-service-density"
10387 #
10388 #- type: "plot"
10389 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10390 #  algorithm: "plot_nf_heatmap"
10391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10392 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10393 #  filter: "'NIC_Intel-XL710' and
10394 #           'NF_DENSITY' and
10395 #           'DOCKER' and
10396 #           'CHAIN' and
10397 #           'NF_VPPIP4' and
10398 #           'IPSEC' and
10399 #           'TNL_10000' and
10400 #           'IMIX' and
10401 #           '4T4C' and
10402 #           'MRR'"
10403 #  parameters:
10404 #  - "result"
10405 #  - "name"
10406 #  - "tags"
10407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10408 #  x-axis: "X = CNFs per Service Chain"
10409 #  y-axis: "Y = Number of Service Chains"
10410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10411 #  layout:
10412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10413 #    layout: "plot-service-density"
10414
10415 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10416 #- type: "plot"
10417 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10418 #  algorithm: "plot_nf_heatmap"
10419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10420 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10421 #  filter: "'NIC_Intel-XL710' and
10422 #           'NF_DENSITY' and
10423 #           'DOCKER' and
10424 #           'CHAIN' and
10425 #           'NF_VPPIP4' and
10426 #           'IPSEC' and
10427 #           'TNL_10000' and
10428 #           'IMIX' and
10429 #           '1T1C' and
10430 #           'NDRPDR'"
10431 #  parameters:
10432 #  - "throughput"
10433 #  - "name"
10434 #  - "tags"
10435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10436 #  x-axis: "X = CNFs per Service Chain"
10437 #  y-axis: "Y = Number of Service Chains"
10438 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10439 #  layout:
10440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10441 #    layout: "plot-service-density"
10442 #
10443 #- type: "plot"
10444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10445 #  algorithm: "plot_nf_heatmap"
10446 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10447 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10448 #  filter: "'NIC_Intel-XL710' and
10449 #           'NF_DENSITY' and
10450 #           'DOCKER' and
10451 #           'CHAIN' and
10452 #           'NF_VPPIP4' and
10453 #           'IPSEC' and
10454 #           'TNL_10000' and
10455 #           'IMIX' and
10456 #           '2T2C' and
10457 #           'NDRPDR'"
10458 #  parameters:
10459 #  - "throughput"
10460 #  - "name"
10461 #  - "tags"
10462 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10463 #  x-axis: "X = CNFs per Service Chain"
10464 #  y-axis: "Y = Number of Service Chains"
10465 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10466 #  layout:
10467 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10468 #    layout: "plot-service-density"
10469 #
10470 #- type: "plot"
10471 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10472 #  algorithm: "plot_nf_heatmap"
10473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10474 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10475 #  filter: "'NIC_Intel-XL710' and
10476 #           'NF_DENSITY' and
10477 #           'DOCKER' and
10478 #           'CHAIN' and
10479 #           'NF_VPPIP4' and
10480 #           'IPSEC' and
10481 #           'TNL_10000' and
10482 #           'IMIX' and
10483 #           '4T4C' and
10484 #           'NDRPDR'"
10485 #  parameters:
10486 #  - "throughput"
10487 #  - "name"
10488 #  - "tags"
10489 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10490 #  x-axis: "X = CNFs per Service Chain"
10491 #  y-axis: "Y = Number of Service Chains"
10492 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10493 #  layout:
10494 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10495 #    layout: "plot-service-density"
10496 #
10497 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10498 #- type: "plot"
10499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10500 #  algorithm: "plot_nf_heatmap"
10501 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10502 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10503 #  filter: "'NIC_Intel-XL710' and
10504 #           'NF_DENSITY' and
10505 #           'DOCKER' and
10506 #           'CHAIN' and
10507 #           'NF_VPPIP4' and
10508 #           'IPSEC' and
10509 #           'TNL_10000' and
10510 #           'IMIX' and
10511 #           '1T1C' and
10512 #           'NDRPDR'"
10513 #  parameters:
10514 #  - "throughput"
10515 #  - "name"
10516 #  - "tags"
10517 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10518 #  x-axis: "X = CNFs per Service Chain"
10519 #  y-axis: "Y = Number of Service Chains"
10520 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10521 #  layout:
10522 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10523 #    layout: "plot-service-density"
10524 #
10525 #- type: "plot"
10526 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10527 #  algorithm: "plot_nf_heatmap"
10528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10529 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10530 #  filter: "'NIC_Intel-XL710' and
10531 #           'NF_DENSITY' and
10532 #           'DOCKER' and
10533 #           'CHAIN' and
10534 #           'NF_VPPIP4' and
10535 #           'IPSEC' and
10536 #           'TNL_10000' and
10537 #           'IMIX' and
10538 #           '2T2C' and
10539 #           'NDRPDR'"
10540 #  parameters:
10541 #  - "throughput"
10542 #  - "name"
10543 #  - "tags"
10544 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10545 #  x-axis: "X = CNFs per Service Chain"
10546 #  y-axis: "Y = Number of Service Chains"
10547 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10548 #  layout:
10549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10550 #    layout: "plot-service-density"
10551 #
10552 #- type: "plot"
10553 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10554 #  algorithm: "plot_nf_heatmap"
10555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10556 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10557 #  filter: "'NIC_Intel-XL710' and
10558 #           'NF_DENSITY' and
10559 #           'DOCKER' and
10560 #           'CHAIN' and
10561 #           'NF_VPPIP4' and
10562 #           'IPSEC' and
10563 #           'TNL_10000' and
10564 #           'IMIX' and
10565 #           '4T4C' and
10566 #           'NDRPDR'"
10567 #  parameters:
10568 #  - "throughput"
10569 #  - "name"
10570 #  - "tags"
10571 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10572 #  x-axis: "X = CNFs per Service Chain"
10573 #  y-axis: "Y = Number of Service Chains"
10574 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10575 #  layout:
10576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10577 #    layout: "plot-service-density"
10578
10579 ###############################################################################
10580
10581 # Plots - NF Density - CSP - MRR IMIX
10582 - type: "plot"
10583   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10584   algorithm: "plot_nf_heatmap"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10587   data: "plot-vpp-nfv-2n-skx-mrr"
10588   filter: "'NIC_Intel-XXV710' and
10589            'NF_DENSITY' and
10590            'DOCKER' and
10591            'PIPELINE' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '2T1C' and
10595            'MRR'"
10596   parameters:
10597   - "result"
10598   - "name"
10599   - "tags"
10600   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = CNFs per Service Pipeline"
10602   y-axis: "Y = Number of Service Pipelines"
10603   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10606     layout: "plot-service-density"
10607
10608 - type: "plot"
10609   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10610   algorithm: "plot_nf_heatmap"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10613   data: "plot-vpp-nfv-2n-skx-mrr"
10614   filter: "'NIC_Intel-XXV710' and
10615            'NF_DENSITY' and
10616            'DOCKER' and
10617            'PIPELINE' and
10618            'NF_VPPIP4' and
10619            'IMIX' and
10620            '4T2C' and
10621            'MRR'"
10622   parameters:
10623   - "result"
10624   - "name"
10625   - "tags"
10626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10627   x-axis: "X = CNFs per Service Pipeline"
10628   y-axis: "Y = Number of Service Pipelines"
10629   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10630   layout:
10631     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10632     layout: "plot-service-density"
10633
10634 - type: "plot"
10635   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10636   algorithm: "plot_nf_heatmap"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10639   data: "plot-vpp-nfv-2n-skx-mrr"
10640   filter: "'NIC_Intel-XXV710' and
10641            'NF_DENSITY' and
10642            'DOCKER' and
10643            'PIPELINE' and
10644            'NF_VPPIP4' and
10645            'IMIX' and
10646            '8T4C' and
10647            'MRR'"
10648   parameters:
10649   - "result"
10650   - "name"
10651   - "tags"
10652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10653   x-axis: "X = CNFs per Service Pipeline"
10654   y-axis: "Y = Number of Service Pipelines"
10655   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10656   layout:
10657     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10658     layout: "plot-service-density"
10659
10660 # Plots - NF Density - CSP - NDR IMIX
10661 - type: "plot"
10662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10663   algorithm: "plot_nf_heatmap"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10666   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10667   filter: "'NIC_Intel-XXV710' and
10668            'NF_DENSITY' and
10669            'DOCKER' and
10670            'PIPELINE' and
10671            'NF_VPPIP4' and
10672            'IMIX' and
10673            '2T1C' and
10674            'NDRPDR'"
10675   parameters:
10676   - "throughput"
10677   - "name"
10678   - "tags"
10679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10680   x-axis: "X = CNFs per Service Pipeline"
10681   y-axis: "Y = Number of Service Pipelines"
10682   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10683   layout:
10684     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10685     layout: "plot-service-density"
10686
10687 - type: "plot"
10688   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10689   algorithm: "plot_nf_heatmap"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10692   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10693   filter: "'NIC_Intel-XXV710' and
10694            'NF_DENSITY' and
10695            'DOCKER' and
10696            'PIPELINE' and
10697            'NF_VPPIP4' and
10698            'IMIX' and
10699            '4T2C' and
10700            'NDRPDR'"
10701   parameters:
10702   - "throughput"
10703   - "name"
10704   - "tags"
10705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10706   x-axis: "X = CNFs per Service Pipeline"
10707   y-axis: "Y = Number of Service Pipelines"
10708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10709   layout:
10710     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10711     layout: "plot-service-density"
10712
10713 - type: "plot"
10714   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10715   algorithm: "plot_nf_heatmap"
10716   output-file-type: ".html"
10717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10718   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10719   filter: "'NIC_Intel-XXV710' and
10720            'NF_DENSITY' and
10721            'DOCKER' and
10722            'PIPELINE' and
10723            'NF_VPPIP4' and
10724            'IMIX' and
10725            '8T4C' and
10726            'NDRPDR'"
10727   parameters:
10728   - "throughput"
10729   - "name"
10730   - "tags"
10731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10732   x-axis: "X = CNFs per Service Pipeline"
10733   y-axis: "Y = Number of Service Pipelines"
10734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10735   layout:
10736     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10737     layout: "plot-service-density"
10738
10739 # Plots - NF Density - CSP - PDR IMIX
10740 - type: "plot"
10741   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10742   algorithm: "plot_nf_heatmap"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10745   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10746   filter: "'NIC_Intel-XXV710' and
10747            'NF_DENSITY' and
10748            'DOCKER' and
10749            'PIPELINE' and
10750            'NF_VPPIP4' and
10751            'IMIX' and
10752            '2T1C' and
10753            'NDRPDR'"
10754   parameters:
10755   - "throughput"
10756   - "name"
10757   - "tags"
10758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10759   x-axis: "X = CNFs per Service Pipeline"
10760   y-axis: "Y = Number of Service Pipelines"
10761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10762   layout:
10763     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10764     layout: "plot-service-density"
10765
10766 - type: "plot"
10767   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10768   algorithm: "plot_nf_heatmap"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10771   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10772   filter: "'NIC_Intel-XXV710' and
10773            'NF_DENSITY' and
10774            'DOCKER' and
10775            'PIPELINE' and
10776            'NF_VPPIP4' and
10777            'IMIX' and
10778            '4T2C' and
10779            'NDRPDR'"
10780   parameters:
10781   - "throughput"
10782   - "name"
10783   - "tags"
10784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10785   x-axis: "X = CNFs per Service Pipeline"
10786   y-axis: "Y = Number of Service Pipelines"
10787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10788   layout:
10789     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10790     layout: "plot-service-density"
10791
10792 - type: "plot"
10793   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10794   algorithm: "plot_nf_heatmap"
10795   output-file-type: ".html"
10796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10797   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10798   filter: "'NIC_Intel-XXV710' and
10799            'NF_DENSITY' and
10800            'DOCKER' and
10801            'PIPELINE' and
10802            'NF_VPPIP4' and
10803            'IMIX' and
10804            '8T4C' and
10805            'NDRPDR'"
10806   parameters:
10807   - "throughput"
10808   - "name"
10809   - "tags"
10810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10811   x-axis: "X = CNFs per Service Pipeline"
10812   y-axis: "Y = Number of Service Pipelines"
10813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10814   layout:
10815     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10816     layout: "plot-service-density"
10817
10818 ###############################################################################
10819 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10820
10821 - type: "plot"
10822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10823   algorithm: "plot_nf_heatmap"
10824   output-file-type: ".html"
10825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10826   data: "plot-vpp-nfv-2n-clx-mrr"
10827   filter: "'NIC_Intel-XXV710' and
10828            'NF_DENSITY' and
10829            'VHOST' and
10830            not 'VXLAN' and
10831            'CHAIN' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '2T1C' and
10835            'MRR'"
10836   parameters:
10837   - "result"
10838   - "name"
10839   - "tags"
10840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = VNFs per Service Chain"
10842   y-axis: "Y = Number of Service Chains"
10843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10846     layout: "plot-service-density"
10847
10848 - type: "plot"
10849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10850   algorithm: "plot_nf_heatmap"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10853   data: "plot-vpp-nfv-2n-clx-mrr"
10854   filter: "'NIC_Intel-XXV710' and
10855            'NF_DENSITY' and
10856            'VHOST' and
10857            not 'VXLAN' and
10858            'CHAIN' and
10859            'NF_VPPIP4' and
10860            'IMIX' and
10861            '4T2C' and
10862            'MRR'"
10863   parameters:
10864   - "result"
10865   - "name"
10866   - "tags"
10867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10868   x-axis: "X = VNFs per Service Chain"
10869   y-axis: "Y = Number of Service Chains"
10870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10871   layout:
10872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10873     layout: "plot-service-density"
10874
10875 - type: "plot"
10876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10877   algorithm: "plot_nf_heatmap"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10880   data: "plot-vpp-nfv-2n-clx-mrr"
10881   filter: "'NIC_Intel-XXV710' and
10882            'NF_DENSITY' and
10883            'VHOST' and
10884            not 'VXLAN' and
10885            'CHAIN' and
10886            'NF_VPPIP4' and
10887            'IMIX' and
10888            '8T4C' and
10889            'MRR'"
10890   parameters:
10891   - "result"
10892   - "name"
10893   - "tags"
10894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10895   x-axis: "X = VNFs per Service Chain"
10896   y-axis: "Y = Number of Service Chains"
10897   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10898   layout:
10899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10900     layout: "plot-service-density"
10901
10902 # Plots - NF Density - VSC - NDR IMIX
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10908   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'VHOST' and
10912            not 'VXLAN' and
10913            'CHAIN' and
10914            'NF_VPPIP4' and
10915            'IMIX' and
10916            '2T1C' and
10917            'NDRPDR'"
10918   parameters:
10919   - "throughput"
10920   - "name"
10921   - "tags"
10922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10923   x-axis: "X = VNFs per Service Chain"
10924   y-axis: "Y = Number of Service Chains"
10925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10926   layout:
10927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10928     layout: "plot-service-density"
10929
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'VHOST' and
10939            not 'VXLAN' and
10940            'CHAIN' and
10941            'NF_VPPIP4' and
10942            'IMIX' and
10943            '4T2C' and
10944            'NDRPDR'"
10945   parameters:
10946   - "throughput"
10947   - "name"
10948   - "tags"
10949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10950   x-axis: "X = VNFs per Service Chain"
10951   y-axis: "Y = Number of Service Chains"
10952   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10953   layout:
10954     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10955     layout: "plot-service-density"
10956
10957 - type: "plot"
10958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10959   algorithm: "plot_nf_heatmap"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10962   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10963   filter: "'NIC_Intel-XXV710' and
10964            'NF_DENSITY' and
10965            'VHOST' and
10966            not 'VXLAN' and
10967            'CHAIN' and
10968            'NF_VPPIP4' and
10969            'IMIX' and
10970            '8T4C' and
10971            'NDRPDR'"
10972   parameters:
10973   - "throughput"
10974   - "name"
10975   - "tags"
10976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10977   x-axis: "X = VNFs per Service Chain"
10978   y-axis: "Y = Number of Service Chains"
10979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10980   layout:
10981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10982     layout: "plot-service-density"
10983
10984 # Plots - NF Density - VSC - PDR IMIX
10985 - type: "plot"
10986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10987   algorithm: "plot_nf_heatmap"
10988   output-file-type: ".html"
10989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10990   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10991   filter: "'NIC_Intel-XXV710' and
10992            'NF_DENSITY' and
10993            'VHOST' and
10994            not 'VXLAN' and
10995            'CHAIN' and
10996            'NF_VPPIP4' and
10997            'IMIX' and
10998            '2T1C' and
10999            'NDRPDR'"
11000   parameters:
11001   - "throughput"
11002   - "name"
11003   - "tags"
11004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11005   x-axis: "X = VNFs per Service Chain"
11006   y-axis: "Y = Number of Service Chains"
11007   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11008   layout:
11009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11010     layout: "plot-service-density"
11011
11012 - type: "plot"
11013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11014   algorithm: "plot_nf_heatmap"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11017   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11018   filter: "'NIC_Intel-XXV710' and
11019            'NF_DENSITY' and
11020            'VHOST' and
11021            not 'VXLAN' and
11022            'CHAIN' and
11023            'NF_VPPIP4' and
11024            'IMIX' and
11025            '4T2C' and
11026            'NDRPDR'"
11027   parameters:
11028   - "throughput"
11029   - "name"
11030   - "tags"
11031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11032   x-axis: "X = VNFs per Service Chain"
11033   y-axis: "Y = Number of Service Chains"
11034   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11035   layout:
11036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11037     layout: "plot-service-density"
11038
11039 - type: "plot"
11040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11041   algorithm: "plot_nf_heatmap"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11044   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11045   filter: "'NIC_Intel-XXV710' and
11046            'NF_DENSITY' and
11047            'VHOST' and
11048            not 'VXLAN' and
11049            'CHAIN' and
11050            'NF_VPPIP4' and
11051            'IMIX' and
11052            '8T4C' and
11053            'NDRPDR'"
11054   parameters:
11055   - "throughput"
11056   - "name"
11057   - "tags"
11058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11059   x-axis: "X = VNFs per Service Chain"
11060   y-axis: "Y = Number of Service Chains"
11061   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11062   layout:
11063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11064     layout: "plot-service-density"
11065
11066 # Plots - NF Density - VSC - MRR IMIX
11067 - type: "plot"
11068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11069   algorithm: "plot_nf_heatmap"
11070   output-file-type: ".html"
11071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11072   data: "plot-vpp-nfv-2n-clx-mrr"
11073   filter: "'NIC_Intel-XXV710' and
11074            'NF_DENSITY' and
11075            'VHOST' and
11076            'VXLAN' and
11077            'CHAIN' and
11078            'IMIX' and
11079            '2T1C' and
11080            'MRR'"
11081   parameters:
11082   - "result"
11083   - "name"
11084   - "tags"
11085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11086   x-axis: "X = VNFs per Service Chain"
11087   y-axis: "Y = Number of Service Chains"
11088   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11089   layout:
11090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11091     layout: "plot-service-density"
11092
11093 - type: "plot"
11094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11095   algorithm: "plot_nf_heatmap"
11096   output-file-type: ".html"
11097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11098   data: "plot-vpp-nfv-2n-clx-mrr"
11099   filter: "'NIC_Intel-XXV710' and
11100            'NF_DENSITY' and
11101            'VHOST' and
11102            'VXLAN' and
11103            'CHAIN' and
11104            'IMIX' and
11105            '4T2C' and
11106            'MRR'"
11107   parameters:
11108   - "result"
11109   - "name"
11110   - "tags"
11111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11112   x-axis: "X = VNFs per Service Chain"
11113   y-axis: "Y = Number of Service Chains"
11114   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11115   layout:
11116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11117     layout: "plot-service-density"
11118
11119 - type: "plot"
11120   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11121   algorithm: "plot_nf_heatmap"
11122   output-file-type: ".html"
11123   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11124   data: "plot-vpp-nfv-2n-clx-mrr"
11125   filter: "'NIC_Intel-XXV710' and
11126            'NF_DENSITY' and
11127            'VHOST' and
11128            'VXLAN' and
11129            'CHAIN' and
11130            'IMIX' and
11131            '8T4C' and
11132            'MRR'"
11133   parameters:
11134   - "result"
11135   - "name"
11136   - "tags"
11137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11138   x-axis: "X = VNFs per Service Chain"
11139   y-axis: "Y = Number of Service Chains"
11140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11141   layout:
11142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11143     layout: "plot-service-density"
11144
11145 # Plots - NF Density - VSC - NDR IMIX
11146 - type: "plot"
11147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11148   algorithm: "plot_nf_heatmap"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11151   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11152   filter: "'NIC_Intel-XXV710' and
11153            'NF_DENSITY' and
11154            'VHOST' and
11155            'VXLAN' and
11156            'CHAIN' and
11157            'IMIX' and
11158            '2T1C' and
11159            'NDRPDR'"
11160   parameters:
11161   - "throughput"
11162   - "name"
11163   - "tags"
11164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11165   x-axis: "X = VNFs per Service Chain"
11166   y-axis: "Y = Number of Service Chains"
11167   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11168   layout:
11169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11170     layout: "plot-service-density"
11171
11172 - type: "plot"
11173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11174   algorithm: "plot_nf_heatmap"
11175   output-file-type: ".html"
11176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11177   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11178   filter: "'NIC_Intel-XXV710' and
11179            'NF_DENSITY' and
11180            'VHOST' and
11181            'VXLAN' and
11182            'CHAIN' and
11183            'IMIX' and
11184            '4T2C' and
11185            'NDRPDR'"
11186   parameters:
11187   - "throughput"
11188   - "name"
11189   - "tags"
11190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11191   x-axis: "X = VNFs per Service Chain"
11192   y-axis: "Y = Number of Service Chains"
11193   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11194   layout:
11195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11196     layout: "plot-service-density"
11197
11198 - type: "plot"
11199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11200   algorithm: "plot_nf_heatmap"
11201   output-file-type: ".html"
11202   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11203   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11204   filter: "'NIC_Intel-XXV710' and
11205            'NF_DENSITY' and
11206            'VHOST' and
11207            'VXLAN' and
11208            'CHAIN' and
11209            'IMIX' and
11210            '8T4C' and
11211            'NDRPDR'"
11212   parameters:
11213   - "throughput"
11214   - "name"
11215   - "tags"
11216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11217   x-axis: "X = VNFs per Service Chain"
11218   y-axis: "Y = Number of Service Chains"
11219   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11220   layout:
11221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11222     layout: "plot-service-density"
11223
11224 # Plots - NF Density - VSC - PDR IMIX
11225 - type: "plot"
11226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11227   algorithm: "plot_nf_heatmap"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11230   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11231   filter: "'NIC_Intel-XXV710' and
11232            'NF_DENSITY' and
11233            'VHOST' and
11234            'VXLAN' and
11235            'CHAIN' and
11236            'IMIX' and
11237            '2T1C' and
11238            'NDRPDR'"
11239   parameters:
11240   - "throughput"
11241   - "name"
11242   - "tags"
11243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11244   x-axis: "X = VNFs per Service Chain"
11245   y-axis: "Y = Number of Service Chains"
11246   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11247   layout:
11248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11249     layout: "plot-service-density"
11250
11251 - type: "plot"
11252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11253   algorithm: "plot_nf_heatmap"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11256   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11257   filter: "'NIC_Intel-XXV710' and
11258            'NF_DENSITY' and
11259            'VHOST' and
11260            'VXLAN' and
11261            'CHAIN' and
11262            'IMIX' and
11263            '4T2C' and
11264            'NDRPDR'"
11265   parameters:
11266   - "throughput"
11267   - "name"
11268   - "tags"
11269   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11270   x-axis: "X = VNFs per Service Chain"
11271   y-axis: "Y = Number of Service Chains"
11272   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11273   layout:
11274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11275     layout: "plot-service-density"
11276
11277 - type: "plot"
11278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11279   algorithm: "plot_nf_heatmap"
11280   output-file-type: ".html"
11281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11282   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11283   filter: "'NIC_Intel-XXV710' and
11284            'NF_DENSITY' and
11285            'VHOST' and
11286            'VXLAN' and
11287            'CHAIN' and
11288            'IMIX' and
11289            '8T4C' and
11290            'NDRPDR'"
11291   parameters:
11292   - "throughput"
11293   - "name"
11294   - "tags"
11295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11296   x-axis: "X = VNFs per Service Chain"
11297   y-axis: "Y = Number of Service Chains"
11298   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11299   layout:
11300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11301     layout: "plot-service-density"
11302
11303 # Plots - NF Density - CSC - MRR IMIX
11304 - type: "plot"
11305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11306   algorithm: "plot_nf_heatmap"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11309   data: "plot-vpp-nfv-2n-clx-mrr"
11310   filter: "'NIC_Intel-XXV710' and
11311            'NF_DENSITY' and
11312            'DOCKER' and
11313            'CHAIN' and
11314            'NF_VPPIP4' and
11315            'IMIX' and
11316            '2T1C' and
11317            'MRR'"
11318   parameters:
11319   - "result"
11320   - "name"
11321   - "tags"
11322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11323   x-axis: "X = CNFs per Service Chain"
11324   y-axis: "Y = Number of Service Chains"
11325   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11326   layout:
11327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11328     layout: "plot-service-density"
11329
11330 - type: "plot"
11331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11332   algorithm: "plot_nf_heatmap"
11333   output-file-type: ".html"
11334   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11335   data: "plot-vpp-nfv-2n-clx-mrr"
11336   filter: "'NIC_Intel-XXV710' and
11337            'NF_DENSITY' and
11338            'DOCKER' and
11339            'CHAIN' and
11340            'NF_VPPIP4' and
11341            'IMIX' and
11342            '4T2C' and
11343            'MRR'"
11344   parameters:
11345   - "result"
11346   - "name"
11347   - "tags"
11348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11349   x-axis: "X = CNFs per Service Chain"
11350   y-axis: "Y = Number of Service Chains"
11351   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11352   layout:
11353     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11354     layout: "plot-service-density"
11355
11356 - type: "plot"
11357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11358   algorithm: "plot_nf_heatmap"
11359   output-file-type: ".html"
11360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11361   data: "plot-vpp-nfv-2n-clx-mrr"
11362   filter: "'NIC_Intel-XXV710' and
11363            'NF_DENSITY' and
11364            'DOCKER' and
11365            'CHAIN' and
11366            'NF_VPPIP4' and
11367            'IMIX' and
11368            '8T4C' and
11369            'MRR'"
11370   parameters:
11371   - "result"
11372   - "name"
11373   - "tags"
11374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11375   x-axis: "X = CNFs per Service Chain"
11376   y-axis: "Y = Number of Service Chains"
11377   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11378   layout:
11379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11380     layout: "plot-service-density"
11381
11382 # Plots - NF Density - CSC - NDR IMIX
11383 - type: "plot"
11384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11385   algorithm: "plot_nf_heatmap"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11388   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11389   filter: "'NIC_Intel-XXV710' and
11390            'NF_DENSITY' and
11391            'DOCKER' and
11392            'CHAIN' and
11393            'NF_VPPIP4' and
11394            'IMIX' and
11395            '2T1C' and
11396            'NDRPDR'"
11397   parameters:
11398   - "throughput"
11399   - "name"
11400   - "tags"
11401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11402   x-axis: "X = CNFs per Service Chain"
11403   y-axis: "Y = Number of Service Chains"
11404   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11405   layout:
11406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11407     layout: "plot-service-density"
11408
11409 - type: "plot"
11410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11411   algorithm: "plot_nf_heatmap"
11412   output-file-type: ".html"
11413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11414   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11415   filter: "'NIC_Intel-XXV710' and
11416            'NF_DENSITY' and
11417            'DOCKER' and
11418            'CHAIN' and
11419            'NF_VPPIP4' and
11420            'IMIX' and
11421            '4T2C' and
11422            'NDRPDR'"
11423   parameters:
11424   - "throughput"
11425   - "name"
11426   - "tags"
11427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11428   x-axis: "X = CNFs per Service Chain"
11429   y-axis: "Y = Number of Service Chains"
11430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11431   layout:
11432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11433     layout: "plot-service-density"
11434
11435 - type: "plot"
11436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11437   algorithm: "plot_nf_heatmap"
11438   output-file-type: ".html"
11439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11441   filter: "'NIC_Intel-XXV710' and
11442            'NF_DENSITY' and
11443            'DOCKER' and
11444            'CHAIN' and
11445            'NF_VPPIP4' and
11446            'IMIX' and
11447            '8T4C' and
11448            'NDRPDR'"
11449   parameters:
11450   - "throughput"
11451   - "name"
11452   - "tags"
11453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11454   x-axis: "X = CNFs per Service Chain"
11455   y-axis: "Y = Number of Service Chains"
11456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11457   layout:
11458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11459     layout: "plot-service-density"
11460
11461 # Plots - NF Density - CSC - PDR IMIX
11462 - type: "plot"
11463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11464   algorithm: "plot_nf_heatmap"
11465   output-file-type: ".html"
11466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11468   filter: "'NIC_Intel-XXV710' and
11469            'NF_DENSITY' and
11470            'DOCKER' and
11471            'CHAIN' and
11472            'NF_VPPIP4' and
11473            'IMIX' and
11474            '2T1C' and
11475            'NDRPDR'"
11476   parameters:
11477   - "throughput"
11478   - "name"
11479   - "tags"
11480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11481   x-axis: "X = CNFs per Service Chain"
11482   y-axis: "Y = Number of Service Chains"
11483   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11484   layout:
11485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11486     layout: "plot-service-density"
11487
11488 - type: "plot"
11489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11490   algorithm: "plot_nf_heatmap"
11491   output-file-type: ".html"
11492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11493   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11494   filter: "'NIC_Intel-XXV710' and
11495            'NF_DENSITY' and
11496            'DOCKER' and
11497            'CHAIN' and
11498            'NF_VPPIP4' and
11499            'IMIX' and
11500            '4T2C' and
11501            'NDRPDR'"
11502   parameters:
11503   - "throughput"
11504   - "name"
11505   - "tags"
11506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11507   x-axis: "X = CNFs per Service Chain"
11508   y-axis: "Y = Number of Service Chains"
11509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11510   layout:
11511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11512     layout: "plot-service-density"
11513
11514 - type: "plot"
11515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11516   algorithm: "plot_nf_heatmap"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11519   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11520   filter: "'NIC_Intel-XXV710' and
11521            'NF_DENSITY' and
11522            'DOCKER' and
11523            'CHAIN' and
11524            'NF_VPPIP4' and
11525            'IMIX' and
11526            '8T4C' and
11527            'NDRPDR'"
11528   parameters:
11529   - "throughput"
11530   - "name"
11531   - "tags"
11532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11533   x-axis: "X = CNFs per Service Chain"
11534   y-axis: "Y = Number of Service Chains"
11535   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11536   layout:
11537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11538     layout: "plot-service-density"
11539
11540 # Plots - NF Density - CSP - MRR IMIX
11541 - type: "plot"
11542   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11543   algorithm: "plot_nf_heatmap"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11546   data: "plot-vpp-nfv-2n-clx-mrr"
11547   filter: "'NIC_Intel-XXV710' and
11548            'NF_DENSITY' and
11549            'DOCKER' and
11550            'PIPELINE' and
11551            'NF_VPPIP4' and
11552            'IMIX' and
11553            '2T1C' and
11554            'MRR'"
11555   parameters:
11556   - "result"
11557   - "name"
11558   - "tags"
11559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11560   x-axis: "X = CNFs per Service Pipeline"
11561   y-axis: "Y = Number of Service Pipelines"
11562   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11563   layout:
11564     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11565     layout: "plot-service-density"
11566
11567 - type: "plot"
11568   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11569   algorithm: "plot_nf_heatmap"
11570   output-file-type: ".html"
11571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11572   data: "plot-vpp-nfv-2n-clx-mrr"
11573   filter: "'NIC_Intel-XXV710' and
11574            'NF_DENSITY' and
11575            'DOCKER' and
11576            'PIPELINE' and
11577            'NF_VPPIP4' and
11578            'IMIX' and
11579            '4T2C' and
11580            'MRR'"
11581   parameters:
11582   - "result"
11583   - "name"
11584   - "tags"
11585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11586   x-axis: "X = CNFs per Service Pipeline"
11587   y-axis: "Y = Number of Service Pipelines"
11588   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11589   layout:
11590     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11591     layout: "plot-service-density"
11592
11593 - type: "plot"
11594   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11595   algorithm: "plot_nf_heatmap"
11596   output-file-type: ".html"
11597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11598   data: "plot-vpp-nfv-2n-clx-mrr"
11599   filter: "'NIC_Intel-XXV710' and
11600            'NF_DENSITY' and
11601            'DOCKER' and
11602            'PIPELINE' and
11603            'NF_VPPIP4' and
11604            'IMIX' and
11605            '8T4C' and
11606            'MRR'"
11607   parameters:
11608   - "result"
11609   - "name"
11610   - "tags"
11611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11612   x-axis: "X = CNFs per Service Pipeline"
11613   y-axis: "Y = Number of Service Pipelines"
11614   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11615   layout:
11616     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11617     layout: "plot-service-density"
11618
11619 # Plots - NF Density - CSP - NDR IMIX
11620 - type: "plot"
11621   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11622   algorithm: "plot_nf_heatmap"
11623   output-file-type: ".html"
11624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11625   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11626   filter: "'NIC_Intel-XXV710' and
11627            'NF_DENSITY' and
11628            'DOCKER' and
11629            'PIPELINE' and
11630            'NF_VPPIP4' and
11631            'IMIX' and
11632            '2T1C' and
11633            'NDRPDR'"
11634   parameters:
11635   - "throughput"
11636   - "name"
11637   - "tags"
11638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11639   x-axis: "X = CNFs per Service Pipeline"
11640   y-axis: "Y = Number of Service Pipelines"
11641   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11642   layout:
11643     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11644     layout: "plot-service-density"
11645
11646 - type: "plot"
11647   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11648   algorithm: "plot_nf_heatmap"
11649   output-file-type: ".html"
11650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11651   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11652   filter: "'NIC_Intel-XXV710' and
11653            'NF_DENSITY' and
11654            'DOCKER' and
11655            'PIPELINE' and
11656            'NF_VPPIP4' and
11657            'IMIX' and
11658            '4T2C' and
11659            'NDRPDR'"
11660   parameters:
11661   - "throughput"
11662   - "name"
11663   - "tags"
11664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11665   x-axis: "X = CNFs per Service Pipeline"
11666   y-axis: "Y = Number of Service Pipelines"
11667   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11668   layout:
11669     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11670     layout: "plot-service-density"
11671
11672 - type: "plot"
11673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11674   algorithm: "plot_nf_heatmap"
11675   output-file-type: ".html"
11676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11677   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11678   filter: "'NIC_Intel-XXV710' and
11679            'NF_DENSITY' and
11680            'DOCKER' and
11681            'PIPELINE' and
11682            'NF_VPPIP4' and
11683            'IMIX' and
11684            '8T4C' and
11685            'NDRPDR'"
11686   parameters:
11687   - "throughput"
11688   - "name"
11689   - "tags"
11690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11691   x-axis: "X = CNFs per Service Pipeline"
11692   y-axis: "Y = Number of Service Pipelines"
11693   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11694   layout:
11695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11696     layout: "plot-service-density"
11697
11698 # Plots - NF Density - CSP - PDR IMIX
11699 - type: "plot"
11700   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11701   algorithm: "plot_nf_heatmap"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11704   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11705   filter: "'NIC_Intel-XXV710' and
11706            'NF_DENSITY' and
11707            'DOCKER' and
11708            'PIPELINE' and
11709            'NF_VPPIP4' and
11710            'IMIX' and
11711            '2T1C' and
11712            'NDRPDR'"
11713   parameters:
11714   - "throughput"
11715   - "name"
11716   - "tags"
11717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11718   x-axis: "X = CNFs per Service Pipeline"
11719   y-axis: "Y = Number of Service Pipelines"
11720   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11721   layout:
11722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11723     layout: "plot-service-density"
11724
11725 - type: "plot"
11726   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11727   algorithm: "plot_nf_heatmap"
11728   output-file-type: ".html"
11729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11730   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11731   filter: "'NIC_Intel-XXV710' and
11732            'NF_DENSITY' and
11733            'DOCKER' and
11734            'PIPELINE' and
11735            'NF_VPPIP4' and
11736            'IMIX' and
11737            '4T2C' and
11738            'NDRPDR'"
11739   parameters:
11740   - "throughput"
11741   - "name"
11742   - "tags"
11743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11744   x-axis: "X = CNFs per Service Pipeline"
11745   y-axis: "Y = Number of Service Pipelines"
11746   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11747   layout:
11748     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11749     layout: "plot-service-density"
11750
11751 - type: "plot"
11752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11753   algorithm: "plot_nf_heatmap"
11754   output-file-type: ".html"
11755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11756   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11757   filter: "'NIC_Intel-XXV710' and
11758            'NF_DENSITY' and
11759            'DOCKER' and
11760            'PIPELINE' and
11761            'NF_VPPIP4' and
11762            'IMIX' and
11763            '8T4C' and
11764            'NDRPDR'"
11765   parameters:
11766   - "throughput"
11767   - "name"
11768   - "tags"
11769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11770   x-axis: "X = CNFs per Service Pipeline"
11771   y-axis: "Y = Number of Service Pipelines"
11772   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11773   layout:
11774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11775     layout: "plot-service-density"
11776
11777 ################################################################################
11778
11779 # Packet Throughput
11780
11781 - type: "plot"
11782   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11783   algorithm: "plot_perf_box_name"
11784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11786   include:
11787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11791   layout:
11792     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11800   include:
11801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11805   layout:
11806     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11814   include:
11815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11819   layout:
11820     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11828   include:
11829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11833   layout:
11834     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11842   include:
11843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11848   layout:
11849     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11863   layout:
11864     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11872   include:
11873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11878   layout:
11879     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11893   layout:
11894     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11902   include:
11903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11906     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11907     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11908   layout:
11909     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11917   include:
11918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11920     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11921     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11923   layout:
11924     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11939   layout:
11940     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11948   include:
11949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11955   layout:
11956     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11957     layout: "plot-throughput"
11958
11959 - type: "plot"
11960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11961   algorithm: "plot_perf_box_name"
11962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11964   include:
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11970   layout:
11971     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11985   layout:
11986     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11998   layout:
11999     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12011   layout:
12012     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12026   layout:
12027     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12067   layout:
12068     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12083   layout:
12084     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12099   layout:
12100     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12115   layout:
12116     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12131   layout:
12132     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12140   include:
12141     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12144   layout:
12145     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12153   include:
12154     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12157   layout:
12158     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12169 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12170 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12172   layout:
12173     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12184 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12185 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12186 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12187   layout:
12188     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12202   layout:
12203     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12204     layout: "plot-throughput"
12205
12206 - type: "plot"
12207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12208   algorithm: "plot_perf_box_name"
12209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12211   include:
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12217   layout:
12218     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12226   include:
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12232   layout:
12233     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12241   include:
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12247   layout:
12248     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12279   layout:
12280     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12295   layout:
12296     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12311   layout:
12312     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12320   include:
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12326   layout:
12327     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12335   include:
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12341   layout:
12342     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12343     layout: "plot-throughput"
12344
12345 - type: "plot"
12346   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12347   algorithm: "plot_perf_box_name"
12348   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12349   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12350   include:
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12357   layout:
12358     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12366   include:
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12373   layout:
12374     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12382   include:
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12388   layout:
12389     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12397   include:
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12403   layout:
12404     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12412   include:
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12419   layout:
12420     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12428   include:
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12435   layout:
12436     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12444   include:
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12450   layout:
12451     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12459   include:
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12465   layout:
12466     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12474   include:
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12481   layout:
12482     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12497   layout:
12498     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12506   include:
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12509   layout:
12510     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12518   include:
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12521   layout:
12522     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12535   layout:
12536     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12549   layout:
12550     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12572   include:
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12577   layout:
12578     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12586   include:
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12591   layout:
12592     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12600   include:
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12605   layout:
12606     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12614   include:
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12619   layout:
12620     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12628   include:
12629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12633   layout:
12634     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12642   include:
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12649   layout:
12650     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12738   layout:
12739     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12747   include:
12748     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12751   layout:
12752     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12760   include:
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12764   layout:
12765     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12777   layout:
12778     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12786   include:
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12792   layout:
12793     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12816   include:
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12822   layout:
12823     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12837   layout:
12838     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12846   include:
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12852   layout:
12853     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12861   include:
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12867   layout:
12868     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12869     layout: "plot-throughput"
12870
12871 - type: "plot"
12872   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12873   algorithm: "plot_perf_box_name"
12874   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12875   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12876   include:
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12882   layout:
12883     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12891   include:
12892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12897   layout:
12898     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12906   include:
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12912   layout:
12913     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12921   include:
12922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12927   layout:
12928     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12936   include:
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943   layout:
12944     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12952   include:
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959   layout:
12960     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12968   include:
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987   layout:
12988     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003   layout:
13004     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035   layout:
13036     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044   include:
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051   layout:
13052     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060   include:
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13076   include:
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13083   layout:
13084     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13092   include:
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099   layout:
13100     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13108   include:
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115   layout:
13116     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13124   include:
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13131   layout:
13132     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13140   include:
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13147   layout:
13148     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13163   layout:
13164     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13172   include:
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13179   layout:
13180     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13195   layout:
13196     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13211   layout:
13212     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13227   layout:
13228     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13243   layout:
13244     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13257   layout:
13258     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13271   layout:
13272     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13294   include:
13295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13299   layout:
13300     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13301     layout: "plot-throughput"
13302
13303 - type: "plot"
13304   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13305   algorithm: "plot_perf_box_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13308   include:
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13315   layout:
13316     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13324   include:
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13331   layout:
13332     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13333     layout: "plot-throughput"
13334
13335 - type: "plot"
13336   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13337   algorithm: "plot_perf_box_name"
13338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13340   include:
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13346   layout:
13347     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13361   layout:
13362     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13391   layout:
13392     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13435   layout:
13436     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13451   layout:
13452     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13467   layout:
13468     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13483   layout:
13484     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13499   layout:
13500     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13540   include:
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13556   include:
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13561   layout:
13562     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13570   include:
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13575   layout:
13576     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13584   include:
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13591   layout:
13592     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13593     layout: "plot-throughput"
13594
13595 - type: "plot"
13596   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13597   algorithm: "plot_perf_box_name"
13598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13600   include:
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13607   layout:
13608     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13616   include:
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13623   layout:
13624     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13632   include:
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13639   layout:
13640     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13641     layout: "plot-throughput"
13642
13643 #- type: "plot"
13644 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13645 #  algorithm: "plot_perf_box_name"
13646 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13647 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13648 #  include:
13649 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13650 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13652 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13653 #  layout:
13654 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13655 #    layout: "plot-throughput"
13656 #
13657 #- type: "plot"
13658 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13659 #  algorithm: "plot_perf_box_name"
13660 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13661 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13662 #  include:
13663 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13664 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13666 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13667 #  layout:
13668 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13669 #    layout: "plot-throughput"
13670
13671 - type: "plot"
13672   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13673   algorithm: "plot_perf_box_name"
13674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13676   include:
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13683   layout:
13684     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13691   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13692   include:
13693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13699   layout:
13700     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13701     layout: "plot-throughput"
13702
13703 #- type: "plot"
13704 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13705 #  algorithm: "plot_perf_box_name"
13706 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13707 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13708 #  include:
13709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13713 #  layout:
13714 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13715 #    layout: "plot-throughput"
13716 #
13717 #- type: "plot"
13718 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13719 #  algorithm: "plot_perf_box_name"
13720 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13721 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13722 #  include:
13723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13725 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13726 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13727 #  layout:
13728 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13729 #    layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13736   include:
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13743   layout:
13744     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13752   include:
13753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13759   layout:
13760     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13761     layout: "plot-throughput"
13762
13763 #- type: "plot"
13764 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13765 #  algorithm: "plot_perf_box_name"
13766 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13767 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13768 #  include:
13769 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13770 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13775 #  layout:
13776 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13777 #    layout: "plot-throughput"
13778 #
13779 #- type: "plot"
13780 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13781 #  algorithm: "plot_perf_box_name"
13782 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13783 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13784 #  include:
13785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13791 #  layout:
13792 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13793 #    layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13800   include:
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13807   layout:
13808     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13816   include:
13817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13823   layout:
13824     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13832   include:
13833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13839   layout:
13840     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13848   include:
13849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13853 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13854 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13855   layout:
13856     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13857     layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13861   algorithm: "plot_perf_box_name"
13862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13871   layout:
13872     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13887   layout:
13888     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13896   include:
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13903   layout:
13904     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13905     layout: "plot-throughput"
13906
13907 - type: "plot"
13908   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13909   algorithm: "plot_perf_box_name"
13910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13912   include:
13913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13917     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13918     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13919   layout:
13920     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13921     layout: "plot-throughput"
13922
13923 #- type: "plot"
13924 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13925 #  algorithm: "plot_perf_box_name"
13926 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13927 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13928 #  include:
13929 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13930 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13931 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13932 #  layout:
13933 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13934 #    layout: "plot-throughput"
13935 #
13936 #- type: "plot"
13937 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13938 #  algorithm: "plot_perf_box_name"
13939 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13940 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13941 #  include:
13942 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13943 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13944 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13945 #  layout:
13946 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13947 #    layout: "plot-throughput"
13948
13949 - type: "plot"
13950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13951   algorithm: "plot_perf_box_name"
13952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   include:
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13960   layout:
13961     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13966   algorithm: "plot_perf_box_name"
13967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13975   layout:
13976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13977     layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13981   algorithm: "plot_perf_box_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13984   include:
13985     - "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"
13986     - "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"
13987     - "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"
13988     - "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"
13989     - "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"
13990   layout:
13991     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13992     layout: "plot-throughput"
13993
13994 - type: "plot"
13995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13996   algorithm: "plot_perf_box_name"
13997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   include:
14000     - "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"
14001     - "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"
14002     - "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"
14003     - "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"
14004     - "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"
14005   layout:
14006     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14020   layout:
14021     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14035   layout:
14036     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14044   include:
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14050   layout:
14051     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14052     layout: "plot-throughput"
14053
14054 - type: "plot"
14055   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14056   algorithm: "plot_perf_box_name"
14057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14059   include:
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14065   layout:
14066     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14067     layout: "plot-throughput"
14068
14069 - type: "plot"
14070   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14071   algorithm: "plot_perf_box_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14074   include:
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14080   layout:
14081     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14082     layout: "plot-throughput"
14083
14084 - type: "plot"
14085   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14086   algorithm: "plot_perf_box_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14089   include:
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14095   layout:
14096     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14097     layout: "plot-throughput"
14098
14099 - type: "plot"
14100   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14101   algorithm: "plot_perf_box_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14104   include:
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14110   layout:
14111     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14119   include:
14120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14125   layout:
14126     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14127     layout: "plot-throughput"
14128
14129 - type: "plot"
14130   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14131   algorithm: "plot_perf_box_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139   layout:
14140     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14153   layout:
14154     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14155     layout: "plot-throughput"
14156
14157 - type: "plot"
14158   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14159   algorithm: "plot_perf_box_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "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"
14164     - "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"
14165     - "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"
14166     - "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"
14167   layout:
14168     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14169     layout: "plot-throughput"
14170
14171 - type: "plot"
14172   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14173   algorithm: "plot_perf_box_name"
14174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14176   include:
14177     - "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"
14178     - "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"
14179     - "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"
14180     - "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"
14181   layout:
14182     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14183     layout: "plot-throughput"
14184
14185 - type: "plot"
14186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14187   algorithm: "plot_perf_box_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14190   include:
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197   layout:
14198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14199     layout: "plot-throughput"
14200
14201 - type: "plot"
14202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14203   algorithm: "plot_perf_box_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14213   layout:
14214     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14215     layout: "plot-throughput"
14216
14217 - type: "plot"
14218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14219   algorithm: "plot_perf_box_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14231     layout: "plot-throughput"
14232
14233 - type: "plot"
14234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14235   algorithm: "plot_perf_box_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245   layout:
14246     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14261   layout:
14262     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14263     layout: "plot-throughput"
14264
14265 - type: "plot"
14266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14267   algorithm: "plot_perf_box_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14277   layout:
14278     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14283   algorithm: "plot_perf_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14292   layout:
14293     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14294     layout: "plot-throughput"
14295
14296 - type: "plot"
14297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14298   algorithm: "plot_perf_box_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14301   include:
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14307   layout:
14308     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14309     layout: "plot-throughput"
14310
14311 - type: "plot"
14312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14313   algorithm: "plot_perf_box_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14316   include:
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14319   layout:
14320     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14321     layout: "plot-throughput"
14322
14323 - type: "plot"
14324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14325   algorithm: "plot_perf_box_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14328   include:
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14331   layout:
14332     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14333     layout: "plot-throughput"
14334
14335 - type: "plot"
14336   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14337   algorithm: "plot_perf_box_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "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"
14342     - "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"
14343   layout:
14344     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14345     layout: "plot-throughput"
14346
14347 - type: "plot"
14348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14349   algorithm: "plot_perf_box_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14352   include:
14353     - "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"
14354     - "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"
14355   layout:
14356     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14357     layout: "plot-throughput"
14358
14359 - type: "plot"
14360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14361   algorithm: "plot_perf_box_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14364   include:
14365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14367   layout:
14368     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14369     layout: "plot-throughput"
14370
14371 - type: "plot"
14372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14373   algorithm: "plot_perf_box_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14376   include:
14377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14379   layout:
14380     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14381     layout: "plot-throughput"
14382
14383 - type: "plot"
14384   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14385   algorithm: "plot_perf_box_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14391   layout:
14392     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14393     layout: "plot-throughput"
14394
14395 - type: "plot"
14396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14397   algorithm: "plot_perf_box_name"
14398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403   layout:
14404     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14405     layout: "plot-throughput"
14406
14407 - type: "plot"
14408   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14409   algorithm: "plot_perf_box_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14412   include:
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419   layout:
14420     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14421     layout: "plot-throughput"
14422
14423 - type: "plot"
14424   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14425   algorithm: "plot_perf_box_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14428   include:
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14435   layout:
14436     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14437     layout: "plot-throughput"
14438
14439 - type: "plot"
14440   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14441   algorithm: "plot_perf_box_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14444   include:
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14451   layout:
14452     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14453     layout: "plot-throughput"
14454
14455 - type: "plot"
14456   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14457   algorithm: "plot_perf_box_name"
14458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14460   include:
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14466     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14467   layout:
14468     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14469     layout: "plot-throughput"
14470
14471 #- type: "plot"
14472 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14473 #  algorithm: "plot_perf_box_name"
14474 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14475 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14476 #  include:
14477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14478 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14479 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14483 #  layout:
14484 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14485 #    layout: "plot-throughput"
14486 #
14487 #- type: "plot"
14488 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14489 #  algorithm: "plot_perf_box_name"
14490 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14491 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14492 #  include:
14493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14497 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14498 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14499 #  layout:
14500 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14501 #    layout: "plot-throughput"
14502
14503 - type: "plot"
14504   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14505   algorithm: "plot_perf_box_name"
14506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14508   include:
14509     - "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"
14510     - "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"
14511     - "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"
14512     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14513     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14514     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14515   layout:
14516     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14517     layout: "plot-throughput"
14518
14519 - type: "plot"
14520   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14521   algorithm: "plot_perf_box_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14524   include:
14525     - "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"
14526     - "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"
14527     - "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"
14528     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14529     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14530     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14531   layout:
14532     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14533     layout: "plot-throughput"
14534
14535 ################################################################################
14536
14537 # Packet Speedup
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14549   layout:
14550     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14563   layout:
14564     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14577   layout:
14578     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14606   layout:
14607     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14621   layout:
14622     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14636   layout:
14637     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14651   layout:
14652     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14667   layout:
14668     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14683   layout:
14684     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14685     layout: "plot-throughput-speedup-analysis"
14686
14687 - type: "plot"
14688   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14689   algorithm: "plot_tsa_name"
14690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14692   include:
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14698   layout:
14699     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14713   layout:
14714     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14722   include:
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14726   layout:
14727     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14728     layout: "plot-throughput-speedup-analysis"
14729
14730 - type: "plot"
14731   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14732   algorithm: "plot_tsa_name"
14733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14735   include:
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14739   layout:
14740     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14741     layout: "plot-throughput-speedup-analysis"
14742
14743 - type: "plot"
14744   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14745   algorithm: "plot_tsa_name"
14746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14748   include:
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14754   layout:
14755     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14763   include:
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14769   layout:
14770     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14795   layout:
14796     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14797     layout: "plot-throughput-speedup-analysis"
14798
14799 - type: "plot"
14800   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14801   algorithm: "plot_tsa_name"
14802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14804   include:
14805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14811   layout:
14812     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14827   layout:
14828     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14836   include:
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14843   layout:
14844     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14859   layout:
14860     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14868   include:
14869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14872   layout:
14873     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14885   layout:
14886     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14898 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14899 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14900   layout:
14901     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14913 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14914 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14915   layout:
14916     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14930   layout:
14931     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14945   layout:
14946     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14960   layout:
14961     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14969   include:
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14975   layout:
14976     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14991   layout:
14992     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15007   layout:
15008     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15023   layout:
15024     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15039   layout:
15040     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15048   include:
15049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15051   layout:
15052     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15060   include:
15061     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15063   layout:
15064     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15077   layout:
15078     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15091   layout:
15092     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15105   layout:
15106     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15119   layout:
15120     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15135   layout:
15136     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15137     layout: "plot-throughput-speedup-analysis"
15138
15139 - type: "plot"
15140   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15141   algorithm: "plot_tsa_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15151   layout:
15152     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15160   include:
15161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15181   layout:
15182     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15196   layout:
15197     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15211   layout:
15212     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   include:
15221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15233   include:
15234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15237   layout:
15238     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15250   layout:
15251     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15263   layout:
15264     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15293   layout:
15294     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15302   include:
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15308   layout:
15309     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15317   include:
15318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15323   layout:
15324     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15332   include:
15333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15339   layout:
15340     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15348   include:
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15355   layout:
15356     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15364   include:
15365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15369   layout:
15370     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15378   include:
15379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15383   layout:
15384     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15392   include:
15393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15399   layout:
15400     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15408   include:
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15414     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15415   layout:
15416     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15430     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15431   layout:
15432     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15446     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15447   layout:
15448     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   include:
15457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15463   layout:
15464     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15465     layout: "plot-throughput-speedup-analysis"
15466
15467 - type: "plot"
15468   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15469   algorithm: "plot_tsa_name"
15470   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15472   include:
15473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15479   layout:
15480     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15488   include:
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15495   layout:
15496     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15504   include:
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15511   layout:
15512     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15527   layout:
15528     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15536   include:
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15543   layout:
15544     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15557   layout:
15558     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15571   layout:
15572     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15585   layout:
15586     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15594   include:
15595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15599   layout:
15600     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15601     layout: "plot-throughput-speedup-analysis"
15602
15603 - type: "plot"
15604   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15605   algorithm: "plot_tsa_name"
15606   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15608   include:
15609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15615   layout:
15616     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15624   include:
15625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15631   layout:
15632     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15646   layout:
15647     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15655   include:
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15661   layout:
15662     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15691   layout:
15692     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15705   layout:
15706     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15719   layout:
15720     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15735   layout:
15736     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15737     layout: "plot-throughput-speedup-analysis"
15738
15739 - type: "plot"
15740   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15741   algorithm: "plot_tsa_name"
15742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15744   include:
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15751   layout:
15752     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15760   include:
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15767   layout:
15768     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15776   include:
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15783   layout:
15784     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15792   include:
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15799   layout:
15800     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15815   layout:
15816     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15817     layout: "plot-throughput-speedup-analysis"
15818
15819 - type: "plot"
15820   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15821   algorithm: "plot_tsa_name"
15822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15824   include:
15825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15831   layout:
15832     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15840   include:
15841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15846     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15847   layout:
15848     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15856   include:
15857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15879   layout:
15880     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15894   layout:
15895     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15903   include:
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15909   layout:
15910     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15918   include:
15919     - "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"
15920     - "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"
15921     - "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"
15922     - "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"
15923     - "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"
15924   layout:
15925     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15933   include:
15934     - "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"
15935     - "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"
15936     - "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"
15937     - "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"
15938     - "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"
15939   layout:
15940     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15948   include:
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15954   layout:
15955     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15963   include:
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15969   layout:
15970     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15978   include:
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15984   layout:
15985     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15993   include:
15994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15999   layout:
16000     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16008   include:
16009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16014   layout:
16015     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16023   include:
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16029   layout:
16030     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16038   include:
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16044   layout:
16045     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16053   include:
16054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16059   layout:
16060     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16068   include:
16069     - "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"
16070     - "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"
16071     - "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"
16072     - "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"
16073   layout:
16074     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16082   include:
16083     - "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"
16084     - "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"
16085     - "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"
16086     - "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"
16087   layout:
16088     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16096   include:
16097     - "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"
16098     - "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"
16099     - "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"
16100     - "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"
16101   layout:
16102     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16103     layout: "plot-throughput-speedup-analysis"
16104
16105 - type: "plot"
16106   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16107   algorithm: "plot_tsa_name"
16108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16110   include:
16111     - "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"
16112     - "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"
16113     - "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"
16114     - "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"
16115   layout:
16116     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131   layout:
16132     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16140   include:
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147   layout:
16148     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16156   include:
16157     - "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"
16158     - "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"
16159     - "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"
16160     - "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"
16161     - "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"
16162     - "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"
16163   layout:
16164     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16172   include:
16173     - "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"
16174     - "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"
16175     - "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"
16176     - "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"
16177     - "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"
16178     - "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"
16179   layout:
16180     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16188   include:
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195   layout:
16196     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16204   include:
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211   layout:
16212     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16220   include:
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16226   layout:
16227     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16235   include:
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16241   layout:
16242     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16250   include:
16251     - "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"
16252     - "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"
16253   layout:
16254     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16262   include:
16263     - "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"
16264     - "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"
16265   layout:
16266     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16274   include:
16275     - "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"
16276     - "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"
16277   layout:
16278     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16286   include:
16287     - "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"
16288     - "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"
16289   layout:
16290     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16291     layout: "plot-throughput-speedup-analysis"
16292
16293 - type: "plot"
16294   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16295   algorithm: "plot_tsa_name"
16296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16298   include:
16299     - "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"
16300     - "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"
16301     - "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"
16302     - "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"
16303     - "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"
16304     - "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"
16305   layout:
16306     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16314   include:
16315     - "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"
16316     - "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"
16317     - "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"
16318     - "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"
16319     - "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"
16320     - "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"
16321   layout:
16322     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16330   include:
16331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16333     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16336   layout:
16337     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16345   include:
16346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16351   layout:
16352     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16366   layout:
16367     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16381   layout:
16382     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16390   include:
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16397   layout:
16398     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16413   layout:
16414     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16422   include:
16423     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16427   layout:
16428     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16436   include:
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16441   layout:
16442     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16443     layout: "plot-throughput-speedup-analysis"
16444
16445 - type: "plot"
16446   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16447   algorithm: "plot_tsa_name"
16448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16450   include:
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16471   layout:
16472     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16480   include:
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16487   layout:
16488     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16496   include:
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16503   layout:
16504     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16505     layout: "plot-throughput-speedup-analysis"
16506
16507 - type: "plot"
16508   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16509   algorithm: "plot_tsa_name"
16510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16512   include:
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16531   layout:
16532     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16540   include:
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16563   layout:
16564     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16572   include:
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16579   layout:
16580     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 - type: "plot"
16584   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16585   algorithm: "plot_tsa_name"
16586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16588   include:
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16597     layout: "plot-throughput-speedup-analysis"
16598
16599 - type: "plot"
16600   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16601   algorithm: "plot_tsa_name"
16602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16604   include:
16605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16609     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16610     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16611   layout:
16612     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16620   include:
16621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16622     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16623     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16624     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16625     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16626     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16627   layout:
16628     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16629     layout: "plot-throughput-speedup-analysis"
16630
16631 - type: "plot"
16632   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16633   algorithm: "plot_tsa_name"
16634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16636   include:
16637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16643   layout:
16644     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16645     layout: "plot-throughput-speedup-analysis"
16646
16647 - type: "plot"
16648   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16649   algorithm: "plot_tsa_name"
16650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16652   include:
16653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16659   layout:
16660     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16661     layout: "plot-throughput-speedup-analysis"
16662
16663 - type: "plot"
16664   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16665   algorithm: "plot_tsa_name"
16666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16668   include:
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16675   layout:
16676     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16677     layout: "plot-throughput-speedup-analysis"
16678
16679 - type: "plot"
16680   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16681   algorithm: "plot_tsa_name"
16682   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16683   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16684   include:
16685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16691   layout:
16692     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16693     layout: "plot-throughput-speedup-analysis"
16694
16695 #- type: "plot"
16696 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16697 #  algorithm: "plot_tsa_name"
16698 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16699 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16700 #  include:
16701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16707 #  layout:
16708 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16709 #    layout: "plot-throughput-speedup-analysis"
16710 #
16711 #- type: "plot"
16712 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16713 #  algorithm: "plot_tsa_name"
16714 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16715 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16716 #  include:
16717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16718 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16721 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16722 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16723 #  layout:
16724 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16725 #    layout: "plot-throughput-speedup-analysis"
16726
16727 - type: "plot"
16728   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16729   algorithm: "plot_tsa_name"
16730   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16731   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16732   include:
16733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16738   layout:
16739     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16740     layout: "plot-throughput-speedup-analysis"
16741
16742 - type: "plot"
16743   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16744   algorithm: "plot_tsa_name"
16745   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16746   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16747   include:
16748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16753   layout:
16754     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16755     layout: "plot-throughput-speedup-analysis"
16756
16757 - type: "plot"
16758   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16759   algorithm: "plot_tsa_name"
16760   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16761   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16762   include:
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16769   layout:
16770     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16771     layout: "plot-throughput-speedup-analysis"
16772
16773 - type: "plot"
16774   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16775   algorithm: "plot_tsa_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16778   include:
16779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16785   layout:
16786     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16794   include:
16795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16800   layout:
16801     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16809   include:
16810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16815   layout:
16816     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16817     layout: "plot-throughput-speedup-analysis"
16818
16819 #- type: "plot"
16820 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16821 #  algorithm: "plot_tsa_name"
16822 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16823 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16824 #  include:
16825 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16826 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16827 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16828 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16829 #  layout:
16830 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16831 #    layout: "plot-throughput-speedup-analysis"
16832 #
16833 #- type: "plot"
16834 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16835 #  algorithm: "plot_tsa_name"
16836 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16837 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838 #  include:
16839 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16840 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16841 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16842 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16843 #  layout:
16844 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16845 #    layout: "plot-throughput-speedup-analysis"
16846
16847 - type: "plot"
16848   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16849   algorithm: "plot_tsa_name"
16850   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16851   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16852   include:
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16859   layout:
16860     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16861     layout: "plot-throughput-speedup-analysis"
16862
16863 - type: "plot"
16864   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16865   algorithm: "plot_tsa_name"
16866   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16867   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16868   include:
16869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16875   layout:
16876     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16877     layout: "plot-throughput-speedup-analysis"
16878
16879 - type: "plot"
16880   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16881   algorithm: "plot_tsa_name"
16882   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16883   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16884   include:
16885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16890   layout:
16891     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16905   layout:
16906     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16937   layout:
16938     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 - type: "plot"
16942   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16943   algorithm: "plot_tsa_name"
16944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16946   include:
16947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16951   layout:
16952     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16960   include:
16961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16965   layout:
16966     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16967     layout: "plot-throughput-speedup-analysis"
16968
16969 - type: "plot"
16970   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16971   algorithm: "plot_tsa_name"
16972   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16973   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16974   include:
16975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16980   layout:
16981     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16982     layout: "plot-throughput-speedup-analysis"
16983
16984 - type: "plot"
16985   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16986   algorithm: "plot_tsa_name"
16987   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16988   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16989   include:
16990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16995   layout:
16996     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16997     layout: "plot-throughput-speedup-analysis"
16998
16999 - type: "plot"
17000   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17001   algorithm: "plot_tsa_name"
17002   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17003   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17004   include:
17005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17027   layout:
17028     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17029     layout: "plot-throughput-speedup-analysis"
17030
17031 #- type: "plot"
17032 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17033 #  algorithm: "plot_tsa_name"
17034 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17035 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17036 #  include:
17037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17041 #  layout:
17042 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17043 #    layout: "plot-throughput-speedup-analysis"
17044 #
17045 #- type: "plot"
17046 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17047 #  algorithm: "plot_tsa_name"
17048 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17049 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17050 #  include:
17051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17053 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17054 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17055 #  layout:
17056 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17057 #    layout: "plot-throughput-speedup-analysis"
17058
17059 - type: "plot"
17060   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17061   algorithm: "plot_tsa_name"
17062   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17063   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17064   include:
17065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17071   layout:
17072     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17073     layout: "plot-throughput-speedup-analysis"
17074
17075 - type: "plot"
17076   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17077   algorithm: "plot_tsa_name"
17078   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17079   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17080   include:
17081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17086     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17087   layout:
17088     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17089     layout: "plot-throughput-speedup-analysis"
17090
17091 #- type: "plot"
17092 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17093 #  algorithm: "plot_tsa_name"
17094 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17095 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17096 #  include:
17097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17103 #  layout:
17104 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17105 #    layout: "plot-throughput-speedup-analysis"
17106 #
17107 #- type: "plot"
17108 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17109 #  algorithm: "plot_tsa_name"
17110 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17111 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17112 #  include:
17113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17119 #  layout:
17120 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17121 #    layout: "plot-throughput-speedup-analysis"
17122
17123 #- type: "plot"
17124 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17125 #  algorithm: "plot_tsa_name"
17126 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17127 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17128 #  include:
17129 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17130 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17131 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17132 #  layout:
17133 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17134 #    layout: "plot-throughput-speedup-analysis"
17135 #
17136 #- type: "plot"
17137 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17138 #  algorithm: "plot_tsa_name"
17139 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17140 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17141 #  include:
17142 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17143 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17144 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17145 #  layout:
17146 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17147 #    layout: "plot-throughput-speedup-analysis"
17148
17149 ################################################################################
17150
17151 # Packet Throughput - DPDK
17152
17153 # 2n-skx-xxv710
17154
17155 - type: "plot"
17156   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17159   data: "plot-dpdk-throughput-latency-2n-skx"
17160   include:
17161     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17162     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17163   layout:
17164     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17171   data: "plot-dpdk-throughput-latency-2n-skx"
17172   include:
17173     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17174     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17175   layout:
17176     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17177     layout: "plot-throughput"
17178
17179 - type: "plot"
17180   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17183   data: "plot-dpdk-throughput-latency-2n-skx"
17184   include:
17185     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17186     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17187   layout:
17188     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17189     layout: "plot-throughput"
17190
17191 - type: "plot"
17192   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17193   algorithm: "plot_perf_box_name"
17194   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17195   data: "plot-dpdk-throughput-latency-2n-skx"
17196   include:
17197     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17198     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17199   layout:
17200     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17201     layout: "plot-throughput"
17202
17203 # 2n-skx-x710
17204
17205 - type: "plot"
17206   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17207   algorithm: "plot_perf_box_name"
17208   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17209   data: "plot-dpdk-throughput-latency-2n-skx"
17210   include:
17211     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17212     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17213   layout:
17214     title: "2n-skx-x710-64b-2t1c-base-ndr"
17215     layout: "plot-throughput"
17216
17217 - type: "plot"
17218   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17219   algorithm: "plot_perf_box_name"
17220   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17221   data: "plot-dpdk-throughput-latency-2n-skx"
17222   include:
17223     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17224     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17225   layout:
17226     title: "2n-skx-x710-64b-4t2c-base-ndr"
17227     layout: "plot-throughput"
17228
17229 - type: "plot"
17230   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17231   algorithm: "plot_perf_box_name"
17232   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17233   data: "plot-dpdk-throughput-latency-2n-skx"
17234   include:
17235     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17236     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17237   layout:
17238     title: "2n-skx-x710-64b-2t1c-base-pdr"
17239     layout: "plot-throughput"
17240
17241 - type: "plot"
17242   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17243   algorithm: "plot_perf_box_name"
17244   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17245   data: "plot-dpdk-throughput-latency-2n-skx"
17246   include:
17247     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17248     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17249   layout:
17250     title: "2n-skx-x710-64b-4t2c-base-pdr"
17251     layout: "plot-throughput"
17252
17253 # 3n-skx-xxv710
17254
17255 - type: "plot"
17256   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17257   algorithm: "plot_perf_box_name"
17258   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17259   data: "plot-dpdk-throughput-latency-3n-skx"
17260   include:
17261     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17262     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17263   layout:
17264     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17271   data: "plot-dpdk-throughput-latency-3n-skx"
17272   include:
17273     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17274     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17275   layout:
17276     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17283   data: "plot-dpdk-throughput-latency-3n-skx"
17284   include:
17285     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17286     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17287   layout:
17288     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17295   data: "plot-dpdk-throughput-latency-3n-skx"
17296   include:
17297     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17298     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17299   layout:
17300     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17301     layout: "plot-throughput"
17302
17303 # 3n-skx-x710
17304
17305 - type: "plot"
17306   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17309   data: "plot-dpdk-throughput-latency-3n-skx"
17310   include:
17311     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17312     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17313   layout:
17314     title: "3n-skx-x710-64b-2t1c-base-ndr"
17315     layout: "plot-throughput"
17316
17317 - type: "plot"
17318   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17321   data: "plot-dpdk-throughput-latency-3n-skx"
17322   include:
17323     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17324     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17325   layout:
17326     title: "3n-skx-x710-64b-4t2c-base-ndr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17333   data: "plot-dpdk-throughput-latency-3n-skx"
17334   include:
17335     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "3n-skx-x710-64b-2t1c-base-pdr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17345   data: "plot-dpdk-throughput-latency-3n-skx"
17346   include:
17347     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17348     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17349   layout:
17350     title: "3n-skx-x710-64b-4t2c-base-pdr"
17351     layout: "plot-throughput"
17352
17353 # 3n-hsw-xl710
17354
17355 - type: "plot"
17356   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17359   data: "plot-dpdk-throughput-latency-3n-hsw"
17360   include:
17361     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17362     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17363   layout:
17364     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17371   data: "plot-dpdk-throughput-latency-3n-hsw"
17372   include:
17373     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17374     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17375   layout:
17376     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17383   data: "plot-dpdk-throughput-latency-3n-hsw"
17384   include:
17385     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17395   data: "plot-dpdk-throughput-latency-3n-hsw"
17396   include:
17397     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17398     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17399   layout:
17400     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17401     layout: "plot-throughput"
17402
17403 # 3n-hsw-x710
17404
17405 - type: "plot"
17406   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17409   data: "plot-dpdk-throughput-latency-3n-hsw"
17410   include:
17411     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17412     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17413   layout:
17414     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17421   data: "plot-dpdk-throughput-latency-3n-hsw"
17422   include:
17423     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17424     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17425   layout:
17426     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17433   data: "plot-dpdk-throughput-latency-3n-hsw"
17434   include:
17435     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17445   data: "plot-dpdk-throughput-latency-3n-hsw"
17446   include:
17447     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17448     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17449   layout:
17450     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17451     layout: "plot-throughput"
17452
17453 # 2n-dnv-x553
17454
17455 - type: "plot"
17456   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17459   data: "plot-dpdk-throughput-latency-2n-dnv"
17460   include:
17461     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17462     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17463   layout:
17464     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17471   data: "plot-dpdk-throughput-latency-2n-dnv"
17472   include:
17473     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17474     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17475   layout:
17476     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17483   data: "plot-dpdk-throughput-latency-2n-dnv"
17484   include:
17485     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17495   data: "plot-dpdk-throughput-latency-2n-dnv"
17496   include:
17497     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17498     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17499   layout:
17500     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17501     layout: "plot-throughput"
17502
17503 # 3n-dnv-x553
17504
17505 - type: "plot"
17506   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17509   data: "plot-dpdk-throughput-latency-3n-dnv"
17510   include:
17511     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17512     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17513   layout:
17514     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17521   data: "plot-dpdk-throughput-latency-3n-dnv"
17522   include:
17523     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17524     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17525   layout:
17526     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17527     layout: "plot-throughput"
17528
17529 - type: "plot"
17530   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17533   data: "plot-dpdk-throughput-latency-3n-dnv"
17534   include:
17535     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17536     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17537   layout:
17538     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17545   data: "plot-dpdk-throughput-latency-3n-dnv"
17546   include:
17547     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17548     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17549   layout:
17550     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17551     layout: "plot-throughput"
17552
17553 # 3n-tsh-x520
17554
17555 - type: "plot"
17556   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17559   data: "plot-dpdk-throughput-latency-3n-tsh"
17560   include:
17561     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17562     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17563   layout:
17564     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17565     layout: "plot-throughput"
17566
17567 - type: "plot"
17568   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17571   data: "plot-dpdk-throughput-latency-3n-tsh"
17572   include:
17573     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17574     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17575   layout:
17576     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17583   data: "plot-dpdk-throughput-latency-3n-tsh"
17584   include:
17585     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17586     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17587   layout:
17588     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17595   data: "plot-dpdk-throughput-latency-3n-tsh"
17596   include:
17597     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17598     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17599   layout:
17600     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17601     layout: "plot-throughput"
17602
17603 ################################################################################
17604 ###   2n-clx                                                                 ###
17605 ################################################################################
17606
17607 # Packet Throughput
17608
17609 - type: "plot"
17610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17619   layout:
17620     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17633   layout:
17634     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17647   layout:
17648     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17661   layout:
17662     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17672     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17675   layout:
17676     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17686     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17689   layout:
17690     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17691     layout: "plot-throughput"
17692
17693 - type: "plot"
17694   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17695   algorithm: "plot_perf_box_name"
17696   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17698   include:
17699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17705   layout:
17706     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17707     layout: "plot-throughput"
17708
17709 - type: "plot"
17710   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17711   algorithm: "plot_perf_box_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17721   layout:
17722     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17723     layout: "plot-throughput"
17724
17725 - type: "plot"
17726   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17727   algorithm: "plot_perf_box_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17775   layout:
17776     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17777     layout: "plot-throughput"
17778
17779 - type: "plot"
17780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17781   algorithm: "plot_perf_box_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17790   layout:
17791     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17831   layout:
17832     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17833     layout: "plot-throughput"
17834
17835 - type: "plot"
17836   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17837   algorithm: "plot_perf_box_name"
17838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17840   include:
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17863   layout:
17864     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17865     layout: "plot-throughput"
17866
17867 - type: "plot"
17868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17869   algorithm: "plot_perf_box_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17907   layout:
17908     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17919   layout:
17920     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17935   layout:
17936     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17951   layout:
17952     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17966 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17967   layout:
17968     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17982 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17983   layout:
17984     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17985     layout: "plot-throughput"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17999   layout:
18000     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18015   layout:
18016     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18030   layout:
18031     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18045   layout:
18046     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18060   layout:
18061     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18062     layout: "plot-throughput"
18063
18064 - type: "plot"
18065   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18066   algorithm: "plot_perf_box_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18090   layout:
18091     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18105   layout:
18106     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18107     layout: "plot-throughput"
18108
18109 - type: "plot"
18110   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18111   algorithm: "plot_perf_box_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18120   layout:
18121     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18126   algorithm: "plot_perf_box_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18135   layout:
18136     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18137     layout: "plot-throughput"
18138
18139 - type: "plot"
18140   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18141   algorithm: "plot_perf_box_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18165   layout:
18166     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18167     layout: "plot-throughput"
18168
18169 - type: "plot"
18170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18171   algorithm: "plot_perf_box_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18174   include:
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18181   layout:
18182     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18183     layout: "plot-throughput"
18184
18185 - type: "plot"
18186   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18187   algorithm: "plot_perf_box_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18199     layout: "plot-throughput"
18200
18201 - type: "plot"
18202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18203   algorithm: "plot_perf_box_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18217   algorithm: "plot_perf_box_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18225   layout:
18226     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18227     layout: "plot-throughput"
18228
18229 - type: "plot"
18230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18231   algorithm: "plot_perf_box_name"
18232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18234   include:
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18241   layout:
18242     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18243     layout: "plot-throughput"
18244
18245 - type: "plot"
18246   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18247   algorithm: "plot_perf_box_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18257   layout:
18258     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18259     layout: "plot-throughput"
18260
18261 - type: "plot"
18262   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18263   algorithm: "plot_perf_box_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18271   layout:
18272     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18287     layout: "plot-throughput"
18288
18289 - type: "plot"
18290   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18291   algorithm: "plot_perf_box_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18317   layout:
18318     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18319     layout: "plot-throughput"
18320
18321 - type: "plot"
18322   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18323   algorithm: "plot_perf_box_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18331   layout:
18332     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18333     layout: "plot-throughput"
18334
18335 - type: "plot"
18336   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18337   algorithm: "plot_perf_box_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18345   layout:
18346     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18347     layout: "plot-throughput"
18348
18349 - type: "plot"
18350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18351   algorithm: "plot_perf_box_name"
18352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18354   include:
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18360   layout:
18361     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18362     layout: "plot-throughput"
18363
18364 - type: "plot"
18365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18366   algorithm: "plot_perf_box_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18369   include:
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18377     layout: "plot-throughput"
18378
18379 - type: "plot"
18380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18381   algorithm: "plot_perf_box_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "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"
18386     - "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"
18387     - "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"
18388     - "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"
18389     - "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"
18390   layout:
18391     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18392     layout: "plot-throughput"
18393
18394 - type: "plot"
18395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18396   algorithm: "plot_perf_box_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "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"
18401     - "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"
18402     - "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"
18403     - "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"
18404     - "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"
18405   layout:
18406     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18407     layout: "plot-throughput"
18408
18409 - type: "plot"
18410   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18411   algorithm: "plot_perf_box_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18420   layout:
18421     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18422     layout: "plot-throughput"
18423
18424 - type: "plot"
18425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18426   algorithm: "plot_perf_box_name"
18427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18429   include:
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18435   layout:
18436     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18437     layout: "plot-throughput"
18438
18439 - type: "plot"
18440   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18441   algorithm: "plot_perf_box_name"
18442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18444   include:
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18450   layout:
18451     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18452     layout: "plot-throughput"
18453
18454 - type: "plot"
18455   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18456   algorithm: "plot_perf_box_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18465   layout:
18466     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18467     layout: "plot-throughput"
18468
18469 - type: "plot"
18470   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18471   algorithm: "plot_perf_box_name"
18472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18474   include:
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18479   layout:
18480     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18481     layout: "plot-throughput"
18482
18483 - type: "plot"
18484   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18485   algorithm: "plot_perf_box_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18493   layout:
18494     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18495     layout: "plot-throughput"
18496
18497 - type: "plot"
18498   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18499   algorithm: "plot_perf_box_name"
18500   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18502   include:
18503     - "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"
18504     - "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"
18505     - "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"
18506     - "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"
18507   layout:
18508     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18509     layout: "plot-throughput"
18510
18511 - type: "plot"
18512   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18513   algorithm: "plot_perf_box_name"
18514   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18516   include:
18517     - "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"
18518     - "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"
18519     - "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"
18520     - "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"
18521   layout:
18522     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18523     layout: "plot-throughput"
18524
18525 - type: "plot"
18526   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18527   algorithm: "plot_perf_box_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "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"
18532     - "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"
18533     - "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"
18534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18535     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18536     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18537   layout:
18538     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18539     layout: "plot-throughput"
18540
18541 - type: "plot"
18542   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18543   algorithm: "plot_perf_box_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "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"
18548     - "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"
18549     - "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"
18550     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18551     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18552     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18555     layout: "plot-throughput"
18556
18557 ################################################################################
18558
18559 # Packet Speedup
18560
18561 - type: "plot"
18562   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18563   algorithm: "plot_tsa_name"
18564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566   include:
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18571   layout:
18572     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18585   layout:
18586     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18587     layout: "plot-throughput-speedup-analysis"
18588
18589 - type: "plot"
18590   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18591   algorithm: "plot_tsa_name"
18592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18594   include:
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18599   layout:
18600     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18613   layout:
18614     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18615     layout: "plot-throughput-speedup-analysis"
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18624     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18625     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18626     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18627   layout:
18628     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18638     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18639     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18640     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18641   layout:
18642     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18643     layout: "plot-throughput-speedup-analysis"
18644
18645 - type: "plot"
18646   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18647   algorithm: "plot_tsa_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18657   layout:
18658     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18659     layout: "plot-throughput-speedup-analysis"
18660
18661 - type: "plot"
18662   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18663   algorithm: "plot_tsa_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18673   layout:
18674     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18675     layout: "plot-throughput-speedup-analysis"
18676
18677 - type: "plot"
18678   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18679   algorithm: "plot_tsa_name"
18680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18682   include:
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18689     layout: "plot-throughput-speedup-analysis"
18690
18691 - type: "plot"
18692   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18693   algorithm: "plot_tsa_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18701   layout:
18702     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18703     layout: "plot-throughput-speedup-analysis"
18704
18705 - type: "plot"
18706   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18707   algorithm: "plot_tsa_name"
18708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18710   include:
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18714   layout:
18715     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18727   layout:
18728     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 - type: "plot"
18732   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18733   algorithm: "plot_tsa_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18736   include:
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18744     layout: "plot-throughput-speedup-analysis"
18745
18746 - type: "plot"
18747   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18748   algorithm: "plot_tsa_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18783   layout:
18784     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18785     layout: "plot-throughput-speedup-analysis"
18786
18787 - type: "plot"
18788   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18789   algorithm: "plot_tsa_name"
18790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18792   include:
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18799   layout:
18800     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18815   layout:
18816     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18817     layout: "plot-throughput-speedup-analysis"
18818
18819 - type: "plot"
18820   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18821   algorithm: "plot_tsa_name"
18822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18824   include:
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18831   layout:
18832     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18859   layout:
18860     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18871   layout:
18872     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18887   layout:
18888     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18889     layout: "plot-throughput-speedup-analysis"
18890
18891 - type: "plot"
18892   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18893   algorithm: "plot_tsa_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18903   layout:
18904     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18905     layout: "plot-throughput-speedup-analysis"
18906
18907 - type: "plot"
18908   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18909   algorithm: "plot_tsa_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18919   layout:
18920     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18935   layout:
18936     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18937     layout: "plot-throughput-speedup-analysis"
18938
18939 - type: "plot"
18940   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18941   algorithm: "plot_tsa_name"
18942   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18944   include:
18945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18951   layout:
18952     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18967   layout:
18968     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18982   layout:
18983     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18991   include:
18992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18997   layout:
18998     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19012   layout:
19013     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19014     layout: "plot-throughput-speedup-analysis"
19015
19016 - type: "plot"
19017   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19018   algorithm: "plot_tsa_name"
19019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19021   include:
19022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19027   layout:
19028     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19042   layout:
19043     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19057   layout:
19058     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 - type: "plot"
19062   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19063   algorithm: "plot_tsa_name"
19064   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19066   include:
19067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19072   layout:
19073     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19081   include:
19082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19087   layout:
19088     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19089     layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19096   include:
19097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19117   layout:
19118     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19119     layout: "plot-throughput-speedup-analysis"
19120
19121 - type: "plot"
19122   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19123   algorithm: "plot_tsa_name"
19124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19126   include:
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19133   layout:
19134     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19135     layout: "plot-throughput-speedup-analysis"
19136
19137 - type: "plot"
19138   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19139   algorithm: "plot_tsa_name"
19140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19142   include:
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19149   layout:
19150     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19151     layout: "plot-throughput-speedup-analysis"
19152
19153 - type: "plot"
19154   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19155   algorithm: "plot_tsa_name"
19156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19158   include:
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19163   layout:
19164     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19177   layout:
19178     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19179     layout: "plot-throughput-speedup-analysis"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19193   layout:
19194     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19195     layout: "plot-throughput-speedup-analysis"
19196
19197 - type: "plot"
19198   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19199   algorithm: "plot_tsa_name"
19200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19202   include:
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19209   layout:
19210     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19211     layout: "plot-throughput-speedup-analysis"
19212
19213 - type: "plot"
19214   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19215   algorithm: "plot_tsa_name"
19216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19218   include:
19219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19223   layout:
19224     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 - type: "plot"
19228   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19229   algorithm: "plot_tsa_name"
19230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19232   include:
19233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19237   layout:
19238     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19253   layout:
19254     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19255     layout: "plot-throughput-speedup-analysis"
19256
19257 - type: "plot"
19258   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19259   algorithm: "plot_tsa_name"
19260   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19262   include:
19263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19269   layout:
19270     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19271     layout: "plot-throughput-speedup-analysis"
19272
19273 - type: "plot"
19274   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19275   algorithm: "plot_tsa_name"
19276   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19278   include:
19279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19283   layout:
19284     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19285     layout: "plot-throughput-speedup-analysis"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19297   layout:
19298     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19299     layout: "plot-throughput-speedup-analysis"
19300
19301 - type: "plot"
19302   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19303   algorithm: "plot_tsa_name"
19304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19306   include:
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19312   layout:
19313     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19314     layout: "plot-throughput-speedup-analysis"
19315
19316 - type: "plot"
19317   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19318   algorithm: "plot_tsa_name"
19319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19321   include:
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19327   layout:
19328     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19329     layout: "plot-throughput-speedup-analysis"
19330
19331 - type: "plot"
19332   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19333   algorithm: "plot_tsa_name"
19334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19336   include:
19337     - "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"
19338     - "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"
19339     - "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"
19340     - "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"
19341     - "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"
19342   layout:
19343     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19344     layout: "plot-throughput-speedup-analysis"
19345
19346 - type: "plot"
19347   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19348   algorithm: "plot_tsa_name"
19349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19351   include:
19352     - "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"
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357   layout:
19358     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19359     layout: "plot-throughput-speedup-analysis"
19360
19361 - type: "plot"
19362   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19363   algorithm: "plot_tsa_name"
19364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19366   include:
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19372   layout:
19373     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19374     layout: "plot-throughput-speedup-analysis"
19375
19376 - type: "plot"
19377   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19378   algorithm: "plot_tsa_name"
19379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19381   include:
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19387   layout:
19388     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19389     layout: "plot-throughput-speedup-analysis"
19390
19391 - type: "plot"
19392   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19393   algorithm: "plot_tsa_name"
19394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19396   include:
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19402   layout:
19403     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19404     layout: "plot-throughput-speedup-analysis"
19405
19406 - type: "plot"
19407   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19408   algorithm: "plot_tsa_name"
19409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19411   include:
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19417   layout:
19418     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19419     layout: "plot-throughput-speedup-analysis"
19420
19421 - type: "plot"
19422   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19423   algorithm: "plot_tsa_name"
19424   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19426   include:
19427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19431   layout:
19432     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19445   layout:
19446     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19447     layout: "plot-throughput-speedup-analysis"
19448
19449 - type: "plot"
19450   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19451   algorithm: "plot_tsa_name"
19452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19454   include:
19455     - "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"
19456     - "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"
19457     - "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"
19458     - "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"
19459   layout:
19460     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19461     layout: "plot-throughput-speedup-analysis"
19462
19463 - type: "plot"
19464   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19465   algorithm: "plot_tsa_name"
19466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19468   include:
19469     - "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"
19470     - "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"
19471     - "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"
19472     - "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"
19473   layout:
19474     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "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"
19484     - "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"
19485     - "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"
19486     - "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"
19487     - "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"
19488     - "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"
19489   layout:
19490     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19491     layout: "plot-throughput-speedup-analysis"
19492
19493 - type: "plot"
19494   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19495   algorithm: "plot_tsa_name"
19496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19498   include:
19499     - "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"
19500     - "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"
19501     - "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"
19502     - "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"
19503     - "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"
19504     - "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"
19505   layout:
19506     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19507     layout: "plot-throughput-speedup-analysis"
19508
19509 ################################################################################
19510
19511 # Packet Throughput - DPDK
19512
19513 # 2n-clx-xxv710
19514
19515 - type: "plot"
19516   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19517   algorithm: "plot_perf_box_name"
19518   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19519   data: "plot-dpdk-throughput-latency-2n-clx"
19520   include:
19521     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19522     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19523   layout:
19524     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19525     layout: "plot-throughput"
19526
19527 - type: "plot"
19528   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19529   algorithm: "plot_perf_box_name"
19530   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19531   data: "plot-dpdk-throughput-latency-2n-clx"
19532   include:
19533     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19534     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19535   layout:
19536     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19537     layout: "plot-throughput"
19538
19539 - type: "plot"
19540   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19541   algorithm: "plot_perf_box_name"
19542   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19543   data: "plot-dpdk-throughput-latency-2n-clx"
19544   include:
19545     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19546     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19547   layout:
19548     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19549     layout: "plot-throughput"
19550
19551 - type: "plot"
19552   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19553   algorithm: "plot_perf_box_name"
19554   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19555   data: "plot-dpdk-throughput-latency-2n-clx"
19556   include:
19557     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19558     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19559   layout:
19560     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19561     layout: "plot-throughput"
19562
19563 # 2n-clx-x710
19564
19565 - type: "plot"
19566   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19567   algorithm: "plot_perf_box_name"
19568   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19569   data: "plot-dpdk-throughput-latency-2n-clx"
19570   include:
19571     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19572     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19573   layout:
19574     title: "2n-clx-x710-64b-2t1c-base-ndr"
19575     layout: "plot-throughput"
19576
19577 - type: "plot"
19578   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19579   algorithm: "plot_perf_box_name"
19580   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19581   data: "plot-dpdk-throughput-latency-2n-clx"
19582   include:
19583     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19584     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19585   layout:
19586     title: "2n-clx-x710-64b-4t2c-base-ndr"
19587     layout: "plot-throughput"
19588
19589 - type: "plot"
19590   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19591   algorithm: "plot_perf_box_name"
19592   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19593   data: "plot-dpdk-throughput-latency-2n-clx"
19594   include:
19595     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19596     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19597   layout:
19598     title: "2n-clx-x710-64b-2t1c-base-pdr"
19599     layout: "plot-throughput"
19600
19601 - type: "plot"
19602   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19603   algorithm: "plot_perf_box_name"
19604   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19605   data: "plot-dpdk-throughput-latency-2n-clx"
19606   include:
19607     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19608     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19609   layout:
19610     title: "2n-clx-x710-64b-4t2c-base-pdr"
19611     layout: "plot-throughput"
19612
19613 ################################################################################
19614
19615 - type: "plot"
19616   title: "Latency by percentile: 2n-skx"
19617   algorithm: "plot_hdrh_lat_by_percentile"
19618   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19619   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19620   target-links: "../../_static/vpp"
19621   data: "plot-vpp-hdrh-lat-2n-skx"
19622   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19623   layout:
19624     layout: "plot-hdrh-latency-by-percentile"
19625
19626 - type: "plot"
19627   title: "Latency by percentile: 3n-skx"
19628   algorithm: "plot_hdrh_lat_by_percentile"
19629   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19630   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19631   target-links: "../../_static/vpp"
19632   data: "plot-vpp-hdrh-lat-3n-skx"
19633   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19634   layout:
19635     layout: "plot-hdrh-latency-by-percentile"
19636
19637 - type: "plot"
19638   title: "Latency by percentile: 2n-clx"
19639   algorithm: "plot_hdrh_lat_by_percentile"
19640   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19641   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19642   target-links: "../../_static/vpp"
19643   data: "plot-vpp-hdrh-lat-2n-clx"
19644   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19645   layout:
19646     layout: "plot-hdrh-latency-by-percentile"
19647
19648 - type: "plot"
19649   title: "Latency by percentile: 3n-hsw"
19650   algorithm: "plot_hdrh_lat_by_percentile"
19651   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19652   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19653   target-links: "../../_static/vpp"
19654   data: "plot-vpp-hdrh-lat-3n-hsw"
19655   filter: "'1T1C' and 'NIC_Intel-XL710'"
19656   layout:
19657     layout: "plot-hdrh-latency-by-percentile"
19658
19659 - type: "plot"
19660   title: "Latency by percentile: 3n-tsh"
19661   algorithm: "plot_hdrh_lat_by_percentile"
19662   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19663   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19664   target-links: "../../_static/vpp"
19665   data: "plot-vpp-hdrh-lat-3n-tsh"
19666   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19667   layout:
19668     layout: "plot-hdrh-latency-by-percentile"
19669
19670 - type: "plot"
19671   title: "Latency by percentile: DPDK 2n-skx"
19672   algorithm: "plot_hdrh_lat_by_percentile"
19673   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19674   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19675   target-links: "../../_static/dpdk"
19676   data: "plot-dpdk-hdrh-lat-2n-skx"
19677   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19678   layout:
19679     layout: "plot-hdrh-latency-by-percentile"
19680
19681 - type: "plot"
19682   title: "Latency by percentile: DPDK 3n-skx"
19683   algorithm: "plot_hdrh_lat_by_percentile"
19684   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19685   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19686   target-links: "../../_static/dpdk"
19687   data: "plot-dpdk-hdrh-lat-3n-skx"
19688   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19689   layout:
19690     layout: "plot-hdrh-latency-by-percentile"
19691
19692 - type: "plot"
19693   title: "Latency by percentile: DPDK 2n-clx"
19694   algorithm: "plot_hdrh_lat_by_percentile"
19695   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19696   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19697   target-links: "../../_static/dpdk"
19698   data: "plot-dpdk-hdrh-lat-2n-clx"
19699   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19700   layout:
19701     layout: "plot-hdrh-latency-by-percentile"
19702
19703 - type: "plot"
19704   title: "Latency by percentile: DPDK 3n-hsw"
19705   algorithm: "plot_hdrh_lat_by_percentile"
19706   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19707   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19708   target-links: "../../_static/dpdk"
19709   data: "plot-dpdk-hdrh-lat-3n-hsw"
19710   filter: "'1T1C' and 'NIC_Intel-XL710'"
19711   layout:
19712     layout: "plot-hdrh-latency-by-percentile"
19713
19714 - type: "plot"
19715   title: "Latency by percentile: DPDK 3n-tsh"
19716   algorithm: "plot_hdrh_lat_by_percentile"
19717   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19718   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19719   target-links: "../../_static/dpdk"
19720   data: "plot-dpdk-hdrh-lat-3n-tsh"
19721   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19722   layout:
19723     layout: "plot-hdrh-latency-by-percentile"