85c4fa34cc36af9cd4650d96351680ad7a63a69c
[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         - 55  # NDRPDR sel env 4
227         - 56  # NDRPDR sel env 4
228
229     plot-vpp-hdrh-lat-3n-skx:
230       csit-vpp-perf-report-iterative-2005-3n-skx:
231         - 47  # NDRPDR sel env 4
232
233     plot-vpp-nfv-3n-skx-ndrpdr:
234       csit-vpp-perf-report-iterative-2005-3n-skx:
235         - 4   # NDRPDR sel
236         - 5   # NDRPDR sel ??? all x710 failed
237         - 33  # NDRPDR sel
238         - 28  # NDRPDR sel
239         - 34  # NDRPDR sel
240
241     plot-vpp-nfv-3n-skx-mrr:
242       csit-vpp-perf-report-iterative-2005-3n-skx:
243         - 49  # MRR sel env 4
244
245     plot-dpdk-throughput-latency-3n-skx:
246       csit-dpdk-perf-report-iterative-2005-3n-skx:
247         - 28  # NDRPDR iter
248         - 29  # NDRPDR iter
249         - 30  # NDRPDR iter
250         - 31  # NDRPDR iter
251         - 32  # NDRPDR iter
252         - 33  # NDRPDR iter
253         - 34  # NDRPDR iter
254         - 35  # NDRPDR iter
255         - 36  # NDRPDR iter
256         - 37  # NDRPDR iter
257
258     plot-dpdk-hdrh-lat-3n-skx:
259       csit-dpdk-perf-report-iterative-2005-3n-skx:
260         - 28  # NDRPDR iter
261
262     # 2n-skx
263
264     plot-vpp-throughput-lat-tsa-2n-skx:
265       csit-vpp-perf-report-iterative-2005-2n-skx:
266         - 88  # NDRPDR sel env 4
267         - 89  # NDRPDR sel env 4
268         - 90  # NDRPDR sel env 4
269         - 91  # NDRPDR sel env 4
270         - 92  # NDRPDR sel env 4
271         - 93  # NDRPDR sel env 4
272         - 94  # NDRPDR sel env 4
273         - 125 # NDRPDR sel env 4
274         - 126 # NDRPDR sel env 4
275         - 127 # NDRPDR sel env 4
276
277     plot-vpp-hdrh-lat-2n-skx:
278       csit-vpp-perf-report-iterative-2005-2n-skx:
279         - 94  # NDRPDR sel
280
281     plot-vpp-soak-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 122 # Soak
284         - 123 # Soak
285
286     plot-vpp-nfv-2n-skx-ndrpdr:
287       csit-vpp-perf-report-iterative-2005-2n-skx:
288         - 113 # nf-density-sel env 4
289         - 114 # nf-density-sel env 4
290         - 124 # nf-density-sel env 4
291         - 128 # nf-density-sel env 4
292         - 129 # nf-density-sel env 4
293         - 131 # nf-density-sel env 4
294         - 132 # nf-density-sel env 4
295         - 135 # nf-density-sel env 4
296         - 136 # nf-density-sel env 4
297         - 139 # nf-density-sel env 4
298
299     plot-vpp-nfv-2n-skx-mrr:
300       csit-vpp-perf-report-iterative-2005-2n-skx:
301         - 115 # nf-density-sel env 4
302
303     plot-vpp-nfv-reconf-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 106 # Reconf env 4
306         - 107 # Reconf env 4
307         - 108 # Reconf env 4
308         - 109 # Reconf env 4
309         - 110 # Reconf env 4
310         - 111 # Reconf env 4
311         - 112 # Reconf env 4
312         - 118 # Reconf env 4
313         - 120 # Reconf env 4
314         - 121 # Reconf env 4
315
316     plot-dpdk-throughput-latency-2n-skx:
317       csit-dpdk-perf-report-iterative-2005-2n-skx:
318         - 20  # NDRPDR iter
319         - 21  # NDRPDR iter
320         - 22  # NDRPDR iter
321         - 23  # NDRPDR iter
322         - 24  # NDRPDR iter
323         - 25  # NDRPDR iter
324         - 26  # NDRPDR iter
325         - 27  # NDRPDR iter
326         - 28  # NDRPDR iter
327         - 29  # NDRPDR iter
328
329     plot-dpdk-hdrh-lat-2n-skx:
330       csit-dpdk-perf-report-iterative-2005-2n-skx:
331         - 20  # NDRPDR iter
332
333     # 2n-clx
334
335     plot-vpp-throughput-lat-tsa-2n-clx:
336       csit-vpp-perf-report-iterative-2005-2n-clx:
337         - 62  # NDRPDR sel env 4
338         - 63  # NDRPDR sel env 4
339         - 64  # NDRPDR sel env 4
340         - 65  # NDRPDR sel env 4
341         - 66  # NDRPDR sel env 4
342         - 68  # NDRPDR sel env 4
343         - 69  # NDRPDR sel env 4
344         - 70  # NDRPDR sel env 4
345         - 103 # NDRPDR sel env 4
346         - 104 # NDRPDR sel env 4
347
348     plot-vpp-hdrh-lat-2n-clx:
349       csit-vpp-perf-report-iterative-2005-2n-clx:
350         - 70  # NDRPDR sel env 4
351
352     plot-vpp-nfv-2n-clx-ndrpdr:
353       csit-vpp-perf-report-iterative-2005-2n-clx:
354         - 91  # nfv-density-00 env 4
355         - 92  # nfv-density-00 env 4
356         - 93  # nfv-density-00 env 4
357         - 97  # nfv-density-00 env 4
358         - 98  # nfv-density-00 env 4
359         - 99  # nfv-density-00 env 4
360         - 100 # nfv-density-00 env 4
361         - 105 # nfv-density-00 env 4
362         - 106 # nfv-density-00 env 4
363         - 108 # nfv-density-00 env 4
364
365     plot-vpp-nfv-2n-clx-mrr:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 96  # MRR
368
369     plot-vpp-nfv-reconf-2n-clx:
370       csit-vpp-perf-report-iterative-2005-2n-clx:
371         - 81  # Reconf env 4
372         - 82  # Reconf env 4
373         - 83  # Reconf env 4
374         - 84  # Reconf env 4
375         - 85  # Reconf env 4
376         - 86  # Reconf env 4
377         - 87  # Reconf env 4
378         - 88  # Reconf env 4
379         - 89  # Reconf env 4
380         - 90  # Reconf env 4
381
382     plot-vpp-soak-2n-clx:
383       csit-vpp-perf-report-iterative-2005-2n-clx:
384         - 101 # Soak
385         - 102 # Soak
386
387     plot-dpdk-throughput-latency-2n-clx:
388       csit-dpdk-perf-report-iterative-2005-2n-clx:
389         - 20  # NDRPDR iter
390         - 21  # NDRPDR iter
391         - 22  # NDRPDR iter
392         - 23  # NDRPDR iter
393         - 24  # NDRPDR iter
394         - 25  # NDRPDR iter
395         - 26  # NDRPDR iter
396         - 27  # NDRPDR iter
397         - 28  # NDRPDR iter
398         - 29  # NDRPDR iter
399
400     plot-dpdk-hdrh-lat-2n-clx:
401       csit-dpdk-perf-report-iterative-2005-2n-clx:
402         - 21  # NDRPDR iter
403
404     # 3n-tsh
405
406     plot-vpp-throughput-lat-tsa-3n-tsh:
407       csit-vpp-perf-report-iterative-2005-3n-tsh:
408         - 23  # NDRPDR sel env 4
409         - 25  # NDRPDR sel env 4
410         - 33  # NDRPDR sel env 4
411         - 34  # NDRPDR sel env 4
412         - 35  # NDRPDR sel env 4
413         - 36  # NDRPDR sel env 4
414         - 37  # NDRPDR sel env 4
415         - 38  # NDRPDR sel env 4
416         - 39  # NDRPDR sel env 4
417         - 40  # NDRPDR sel env 4
418
419     plot-vpp-hdrh-lat-3n-tsh:
420       csit-vpp-perf-report-iterative-2005-3n-tsh:
421         - 35  # NDRPDR sel env 4
422
423     plot-dpdk-throughput-latency-3n-tsh:
424       csit-dpdk-perf-report-iterative-2005-3n-tsh:
425         - 5   # NDRPDR sel
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2005-3n-tsh:
429         - 5   # NDRPDR sel
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       csit-vpp-perf-report-iterative-2005-3n-dnv:
435         - 2   # NDRPDR sel
436         - 3   # NDRPDR sel
437         - 4   # NDRPDR sel
438         - 5   # NDRPDR sel
439         - 6   # NDRPDR sel
440         - 7   # NDRPDR sel
441         - 9   # NDRPDR sel
442         - 10  # NDRPDR sel
443         - 11  # NDRPDR sel
444         - 12  # NDRPDR sel
445
446     plot-dpdk-throughput-latency-3n-dnv:
447       csit-dpdk-perf-report-iterative-2005-3n-dnv:
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 14  # NDRPDR sel
457         - 16  # NDRPDR sel
458
459     # 2n-dnv
460
461     plot-vpp-throughput-lat-tsa-2n-dnv:
462       csit-vpp-perf-report-iterative-2005-2n-dnv:
463         - 3   # NDRPDR sel
464         - 6   # NDRPDR sel
465         - 7   # NDRPDR sel
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 12  # NDRPDR sel
471         - 13  # NDRPDR sel
472         - 14  # NDRPDR sel
473
474     plot-dpdk-throughput-latency-2n-dnv:
475       csit-dpdk-perf-report-iterative-2005-2n-dnv:
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 11  # NDRPDR sel
480         - 12  # NDRPDR sel
481         - 13  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 15  # NDRPDR sel
484         - 16  # NDRPDR sel
485         - 17  # NDRPDR sel
486
487     ###########################################################################
488     # Simple tables (only one data set):
489
490     # NIC Comparisons
491
492     vpp-nic-comparison-3n-skx:
493       csit-vpp-perf-report-iterative-2005-3n-skx:
494         - 42  # NDRPDR sel env 4
495         - 43  # NDRPDR sel env 4
496         - 44  # NDRPDR sel env 4
497         - 45  # NDRPDR sel env 4
498         - 47  # NDRPDR sel env 4
499         - 55  # NDRPDR sel env 4
500         - 56  # NDRPDR sel env 4
501
502     vpp-nic-comparison-2n-skx:
503       csit-vpp-perf-report-iterative-2005-2n-skx:
504         - 88  # NDRPDR sel env 4
505         - 89  # NDRPDR sel env 4
506         - 90  # NDRPDR sel env 4
507         - 91  # NDRPDR sel env 4
508         - 92  # NDRPDR sel env 4
509         - 93  # NDRPDR sel env 4
510         - 94  # NDRPDR sel env 4
511         - 125 # NDRPDR sel env 4
512         - 126 # NDRPDR sel env 4
513         - 127 # NDRPDR sel env 4
514
515     vpp-nic-comparison-3n-skx-mrr:
516       csit-vpp-perf-report-iterative-2005-3n-skx:
517         - 49  # MRR sel env 4
518
519     vpp-nic-comparison-2n-skx-mrr:
520       csit-vpp-perf-report-iterative-2005-2n-skx:
521         - 99  # MRR sel env 4
522
523     # Results
524
525     vpp-perf-results-3n-hsw:
526       csit-vpp-perf-report-coverage-2005-3n-hsw:
527         - 74  # crypto-00
528         - 75  # crypto-01
529         - 76  # crypto-02
530         - 77  # crypto-03
531         - 78  # ip4-00
532         - 79  # ip4-01
533         - 80  # ip4-02
534         - 81  # ip4-03
535         - 73  # ip4-04
536         - 82  # ip4-05
537         - 83  # ip4-06
538         - 84  # ip4-07
539         - 85  # ip4-08
540         - 86  # ip4tun-00
541         - 87  # ip4tun-01
542         - 88  # ip4tun-02
543         - 89  # ip6-00
544         - 90  # ip6-01
545         - 91  # ip6tun-00
546         - 92  # l2-00
547         - 93  # l2-01
548         - 94  # l2-02
549         - 95  # l2-03
550         - 96  # l2-04
551         - 97  # l2-05
552         - 98  # l2-06
553         - 99  # l2-07
554         - 100 # l2-08
555         - 101 # l2-09
556         - 102 # l2-10
557         - 103 # memif-00
558         - 104 # srv6-00
559         - 105 # srv6-01
560         - 106 # vhost-00
561         - 107 # vhost-01
562         - 109 # vhost-02
563
564     vpp-perf-results-3n-skx:
565       csit-vpp-perf-report-coverage-2005-3n-skx:
566         - 45  # crypto-00
567         - 46  # crypto-01
568         - 47  # crypto-02
569         - 83  # crypto-03
570         - 50  # ip4-00
571         - 51  # ip4-01
572         - 52  # ip4-02
573         - 53  # ip4-03
574         - 54  # ip4-04
575         - 55  # ip4-05
576         - 56  # ip4-06
577         - 57  # ip4-07
578         - 58  # ip4-08
579         - 59  # ip4tun-00
580         - 60  # ip4tun-01
581         - 61  # ip4tun-02
582         - 62  # ip6-00
583         - 63  # ip6-01
584         - 64  # ip6tun-00
585         - 65  # l2-00
586         - 66  # l2-01
587         - 67  # l2-02
588         - 68  # l2-03
589         - 69  # l2-04
590         - 84  # l2-05
591         - 71  # l2-06
592         - 72  # l2-07
593         - 73  # l2-08
594         - 85  # l2-09
595         - 75  # l2-10
596         - 76  # memif-00
597         - 77  # srv6-00
598         - 78  # srv6-01
599         - 88  # vhost-00
600         - 89  # vhost-01
601         - 81  # vhost-02
602         - 83  # vhost-03
603
604     vpp-perf-results-2n-skx:
605       csit-vpp-perf-report-coverage-2005-2n-skx:
606         - 28  # ip4-00
607         - 29  # ip4-01
608         - 30  # ip4-02
609         - 31  # ip4-03
610         - 32  # ip4-04
611         - 33  # ip4-05
612         - 34  # ip6-00
613         - 35  # ip6-01
614         - 36  # l2-00
615         - 37  # l2-01
616         - 38  # lb-00
617         - 39  # memif-00
618         - 40  # vhost-00
619         - 41  # vhost-01
620         - 42  # vts-00
621
622     vpp-perf-results-2n-clx:
623       csit-vpp-perf-report-coverage-2005-2n-clx:
624         - 24  # ip4-00
625         - 25  # ip4-01
626         - 26  # ip4-02
627         - 27  # ip4-03
628         - 28  # ip4-04
629         - 29  # ip4-05
630         - 34  # ip6-00
631         - 36  # ip6-01
632         - 31  # l2-00
633         - 41  # l2-01
634         - 39  # lb-00
635         - 37  # memif-00
636         - 32  # vhost-00
637         - 33  # vhost-01
638         - 40  # vts-00
639
640     vpp-perf-results-3n-tsh:
641       csit-vpp-perf-report-iterative-2005-3n-tsh:
642         - 35  # NDRPDR sel env 4
643
644     vpp-perf-results-3n-dnv:
645       csit-vpp-perf-report-coverage-2005-3n-dnv:
646         - 1   # perf-full-3n-dnv-crypto_I
647         - 24  # perf-full-3n-dnv-crypto_II
648         - 5   # perf-full-3n-dnv-ip4_I
649         - 13  # perf-full-3n-dnv-ip4_II
650         - 17  # perf-full-3n-dnv-ip6_I
651         - 18  # perf-full-3n-dnv-ip6_II
652         - 21  # perf-full-3n-dnv-l2_I
653         - 22  # perf-full-3n-dnv-l2_II
654         - 23  # perf-full-3n-dnv-ip4-tunnels_I
655
656     vpp-perf-results-2n-dnv:
657       csit-vpp-perf-report-coverage-2005-2n-dnv:
658         - 1   # perf-full-2n-dnv-ip4_I
659         - 2   # perf-full-2n-dnv-ip4_II
660         - 3   # perf-full-2n-dnv-ip6_I
661         - 4   # perf-full-2n-dnv-ip6_II
662         - 5   # perf-full-2n-dnv-l2_I
663         - 6   # perf-full-2n-dnv-l2_II
664
665     vpp-mrr-results-3n-hsw:
666       csit-vpp-perf-report-iterative-2005-3n-hsw:
667         - 30  # MRR env 4
668
669     vpp-mrr-results-3n-skx:
670       csit-vpp-perf-report-iterative-2005-3n-skx:
671         - 49  # MRR sel env 4
672
673     vpp-mrr-results-2n-skx:
674       csit-vpp-perf-report-iterative-2005-2n-skx:
675         - 99  # MRR sel env 4
676
677     vpp-mrr-results-2n-clx:
678       csit-vpp-perf-report-iterative-2005-2n-clx:
679         - 72  # MRR env 4
680
681     vpp-mrr-results-3n-tsh:
682       csit-vpp-perf-report-iterative-2005-3n-tsh:
683         - 27  # MRR sel env 4
684
685     vpp-mrr-results-3n-dnv:
686       csit-vpp-perf-report-iterative-2005-3n-dnv:
687         - 8   # MRR
688
689     vpp-mrr-results-2n-dnv:
690       csit-vpp-perf-report-iterative-2005-2n-dnv:
691         - 15  # MRR sel
692
693     vpp-device-results-ubuntu:
694       csit-vpp-device-2005-ubuntu1804-1n-skx:
695         - 35
696
697     dpdk-perf-results-3n-hsw:
698       csit-dpdk-perf-report-iterative-2005-3n-hsw:
699         - 25  # NDRPDR iter
700
701     dpdk-perf-results-3n-skx:
702       csit-dpdk-perf-report-iterative-2005-3n-skx:
703         - 28  # NDRPDR iter
704
705     dpdk-perf-results-2n-skx:
706       csit-dpdk-perf-report-iterative-2005-2n-skx:
707         - 20  # NDRPDR iter
708
709     dpdk-perf-results-2n-clx:
710       csit-dpdk-perf-report-iterative-2005-2n-clx:
711         - 21  # NDRPDR iter
712
713     dpdk-perf-results-2n-dnv:
714       csit-dpdk-perf-report-iterative-2005-2n-dnv:
715         - 8   # NDRPDR sel
716
717     dpdk-perf-results-3n-dnv:
718       csit-dpdk-perf-report-iterative-2005-3n-dnv:
719         - 6   # NDRPDR sel
720
721     dpdk-perf-results-3n-tsh:
722       csit-dpdk-perf-report-iterative-2005-3n-tsh:
723         - 5   # NDRPDR sel
724
725 ###########################################################################
726     # Tables (more than one data set)
727
728     # Performance changes
729
730     vpp-performance-changes-3n-hsw-h1:
731       csit-vpp-perf-verify-1908-3n-hsw:
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734         - 14  # NDRPDR sel
735         - 15  # NDRPDR sel
736         - 16  # NDRPDR sel
737         - 17  # NDRPDR sel
738         - 18  # NDRPDR sel
739         - 19  # NDRPDR sel
740         - 20  # NDRPDR sel
741         - 21  # NDRPDR sel
742     vpp-performance-changes-3n-hsw-ref:
743       csit-vpp-perf-verify-2001-3n-hsw:
744         - 21  # NDRPDR sel
745         - 22  # NDRPDR sel
746         - 23  # NDRPDR sel
747         - 24  # NDRPDR sel
748         - 25  # NDRPDR sel
749         - 29  # NDRPDR sel
750         - 30  # NDRPDR sel
751         - 31  # NDRPDR sel
752         - 32  # NDRPDR sel
753         - 34  # NDRPDR sel
754     vpp-performance-changes-3n-hsw-cmp:
755       csit-vpp-perf-report-iterative-2005-3n-hsw:
756         - 3   # NDRPDR sel
757         - 4   # NDRPDR sel
758         - 5   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 15  # NDRPDR sel
763         - 16  # NDRPDR sel
764         - 18  # NDRPDR sel
765         - 19  # NDRPDR sel
766     vpp-performance-changes-3n-hsw-cmp-2:
767       csit-vpp-perf-report-iterative-2005-3n-hsw:
768         - 20  # NDRPDR sel env 4
769         - 21  # NDRPDR sel env 4
770         - 22  # NDRPDR sel env 4
771         - 23  # NDRPDR sel env 4
772         - 24  # NDRPDR sel env 4
773         - 25  # NDRPDR sel env 4
774         - 26  # NDRPDR sel env 4
775         - 27  # NDRPDR sel env 4
776         - 28  # NDRPDR sel env 4
777         - 29  # NDRPDR sel env 4
778     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
779       csit-vpp-perf-report-iterative-2005-3n-hsw:
780         - 31  # NDRPDR sel 2001.0-4
781         - 32  # NDRPDR sel 2001.0-4
782         - 33  # NDRPDR sel 2001.0-4
783         - 34  # NDRPDR sel 2001.0-4
784         - 35  # NDRPDR sel 2001.0-4
785         - 36  # NDRPDR sel 2001.0-4
786         - 38  # NDRPDR sel 2001.0-4
787
788     vpp-performance-changes-3n-skx-h1:
789       csit-vpp-perf-verify-1908_1-3n-skx:
790         - 26  # NDRPDR sel - new1908.1
791         - 27  # NDRPDR sel - new1908.1
792         - 28  # NDRPDR sel - new1908.1
793         - 29  # NDRPDR sel - new1908.1
794         - 30  # NDRPDR sel - new1908.1
795         - 31  # NDRPDR sel - new1908.1
796         - 33  # NDRPDR sel - new1908.1
797         - 34  # NDRPDR sel - new1908.1
798         - 35  # NDRPDR sel - new1908.1
799         - 36  # NDRPDR sel - new1908.1
800     vpp-performance-changes-3n-skx-ref:
801       csit-vpp-perf-verify-2001-3n-skx:
802         - 69  # NDRPDR sel - new2001.0
803         - 71  # NDRPDR sel - new2001.0
804         - 72  # NDRPDR sel - new2001.0
805         - 76  # NDRPDR sel - new2001.0
806         - 77  # NDRPDR sel - new2001.0
807         - 78  # NDRPDR sel - new2001.0
808         - 80  # NDRPDR sel - new2001.0
809     vpp-performance-changes-3n-skx-cmp:
810       csit-vpp-perf-report-iterative-2005-3n-skx:
811         - 4   # NDRPDR sel
812         - 5   # NDRPDR sel ??? all x710 failed
813         - 33  # NDRPDR sel
814         - 28  # NDRPDR sel
815         - 34  # NDRPDR sel
816         - 36  # NDRPDR sel
817         - 37  # NDRPDR sel
818         - 38  # NDRPDR sel
819         - 39  # NDRPDR sel
820         - 41  # NDRPDR sel
821     vpp-performance-changes-3n-skx-cmp-2:
822       csit-vpp-perf-report-iterative-2005-3n-skx:
823         - 42  # NDRPDR sel env 4
824         - 43  # NDRPDR sel env 4
825         - 44  # NDRPDR sel env 4
826         - 45  # NDRPDR sel env 4
827         - 47  # NDRPDR sel env 4
828         - 55  # NDRPDR sel env 4
829         - 56  # NDRPDR sel env 4
830     vpp-performance-changes-3n-skx-cmp-2001.0-4:
831       csit-vpp-perf-report-iterative-2005-3n-skx:
832         - 50  # NDRPDR sel 2001.0-4
833         - 51  # NDRPDR sel 2001.0-4
834         - 52  # NDRPDR sel 2001.0-4
835         - 53  # NDRPDR sel 2001.0-4
836         - 54  # NDRPDR sel 2001.0-4
837
838     vpp-performance-changes-2n-skx-h1:
839       csit-vpp-perf-verify-1908_1-2n-skx:
840         - 39  # NDRPDR sel - new1908.1
841         - 40  # NDRPDR sel - new1908.1
842         - 41  # NDRPDR sel - new1908.1
843         - 43  # NDRPDR sel - new1908.1
844         - 44  # NDRPDR sel - new1908.1
845         - 45  # NDRPDR sel - new1908.1
846         - 46  # NDRPDR sel - new1908.1
847         - 47  # NDRPDR sel - new1908.1
848         - 48  # NDRPDR sel - new1908.1
849         - 49  # NDRPDR sel - new1908.1
850     vpp-performance-changes-2n-skx-ref:
851       csit-vpp-perf-verify-2001-2n-skx:
852         - 143  # NDRPDR sel - new2001.0
853         - 146  # NDRPDR sel - new2001.0
854         - 147  # NDRPDR sel - new2001.0
855         - 148  # NDRPDR sel - new2001.0
856         - 149  # NDRPDR sel - new2001.0
857         - 150  # NDRPDR sel - new2001.0
858         - 151  # NDRPDR sel - new2001.0
859         - 152  # NDRPDR sel - new2001.0
860         - 153  # NDRPDR sel - new2001.0
861         - 154  # NDRPDR sel - new2001.0
862     vpp-performance-changes-2n-skx-cmp:
863       csit-vpp-perf-report-iterative-2005-2n-skx:
864         - 43  # NDRPDR sel
865         - 38  # NDRPDR sel
866         - 7   # NDRPDR sel
867         - 65  # NDRPDR sel
868         - 47  # NDRPDR sel
869         - 55  # NDRPDR sel
870         - 67  # NDRPDR sel
871         - 75  # NDRPDR sel
872         - 76  # NDRPDR sel
873         - 73  # NDRPDR sel
874     vpp-performance-changes-2n-skx-cmp-2:
875       csit-vpp-perf-report-iterative-2005-2n-skx:
876         - 88  # NDRPDR sel env 4
877         - 89  # NDRPDR sel env 4
878         - 90  # NDRPDR sel env 4
879         - 91  # NDRPDR sel env 4
880         - 92  # NDRPDR sel env 4
881         - 93  # NDRPDR sel env 4
882         - 94  # NDRPDR sel env 4
883         - 125 # NDRPDR sel env 4
884         - 126 # NDRPDR sel env 4
885         - 127 # NDRPDR sel env 4
886     vpp-performance-changes-2n-skx-cmp-2001.0-4:
887       csit-vpp-perf-report-iterative-2005-2n-skx:
888         - 100 # NDRPDR sel 2001.0-4
889         - 101 # NDRPDR sel 2001.0-4
890         - 102 # NDRPDR sel 2001.0-4
891         - 103 # NDRPDR sel 2001.0-4
892         - 104 # NDRPDR sel 2001.0-4
893         - 105 # NDRPDR sel 2001.0-4
894
895 #    vpp-performance-changes-nfv-2n-skx-ref:
896 #      csit-vpp-perf-verify-2001-2n-skx:
897 #        - 30  # NFV
898 #        - 31  # NFV
899 #    vpp-performance-changes-nfv-2n-skx-cmp:
900 #      csit-vpp-perf-report-iterative-2005-2n-skx:
901 #        - 43  # NDRPDR sel
902 #        - 38  # NDRPDR sel
903 #        - 7   # NDRPDR sel
904 #        - 78  # nf-density-sel
905 #        - 83  # nf-density-sel
906
907     vpp-performance-changes-2n-clx-ref:
908       csit-vpp-perf-verify-2001-2n-clx:
909         - 28  # NDRPDR sel
910         - 29  # NDRPDR sel
911         - 32  # NDRPDR sel
912         - 40  # NDRPDR sel
913         - 43  # NDRPDR sel
914         - 44  # NDRPDR sel
915         - 45  # NDRPDR sel
916         - 47  # NDRPDR sel
917         - 48  # NDRPDR sel
918         - 49  # NDRPDR sel
919     vpp-performance-changes-2n-clx-cmp:
920       csit-vpp-perf-report-iterative-2005-2n-clx:
921         - 7   # NDRPDR sel
922         - 38  # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 32  # NDRPDR sel ???
925         - 33  # NDRPDR sel ???
926         - 39  # NDRPDR sel
927         - 40  # NDRPDR sel
928         - 43  # NDRPDR sel
929         - 50  # NDRPDR sel
930         - 51  # NDRPDR sel
931     vpp-performance-changes-2n-clx-cmp-2:
932       csit-vpp-perf-report-iterative-2005-2n-clx:
933         - 62  # NDRPDR sel env 4
934         - 63  # NDRPDR sel env 4
935         - 64  # NDRPDR sel env 4
936         - 65  # NDRPDR sel env 4
937         - 66  # NDRPDR sel env 4
938         - 68  # NDRPDR sel env 4
939         - 69  # NDRPDR sel env 4
940         - 70  # NDRPDR sel env 4
941         - 103 # NDRPDR sel env 4
942         - 104 # NDRPDR sel env 4
943     vpp-performance-changes-2n-clx-cmp-2001.0-4:
944       csit-vpp-perf-report-iterative-2005-2n-clx:
945         - 73  # NDRPDR sel 2001.0-4
946         - 74  # NDRPDR sel 2001.0-4
947         - 75  # NDRPDR sel 2001.0-4
948         - 76  # NDRPDR sel 2001.0-4
949         - 77  # NDRPDR sel 2001.0-4
950         - 78  # NDRPDR sel 2001.0-4
951         - 79  # NDRPDR sel 2001.0-4
952         - 80  # NDRPDR sel 2001.0-4
953
954     vpp-performance-changes-2n-dnv-h1:
955       csit-vpp-perf-verify-1908-2n-dnv:
956         - 1   # NDRPDR sel
957         - 2   # NDRPDR sel
958         - 3   # NDRPDR sel
959         - 4   # NDRPDR sel
960         - 5   # NDRPDR sel
961         - 6   # NDRPDR sel
962         - 7   # NDRPDR sel
963         - 8   # NDRPDR sel
964         - 9   # NDRPDR sel
965         - 10  # NDRPDR sel
966     vpp-performance-changes-2n-dnv-ref:
967       csit-vpp-perf-verify-2001-2n-dnv:
968         - 4   # NDRPDR sel
969         - 5   # 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         - 13  # NDRPDR sel
977         - 16  # NDRPDR sel
978     vpp-performance-changes-2n-dnv-cmp:
979       csit-vpp-perf-report-iterative-2005-2n-dnv:
980         - 3   # NDRPDR sel
981         - 6   # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 9   # NDRPDR sel
985         - 10  # NDRPDR sel
986         - 11  # NDRPDR sel
987         - 12  # NDRPDR sel
988         - 13  # NDRPDR sel
989         - 14  # NDRPDR sel
990
991     vpp-performance-changes-3n-dnv-h1:
992       csit-vpp-perf-verify-1908-3n-dnv:
993         - 6   # NDRPDR sel
994         - 7   # NDRPDR sel
995         - 8   # NDRPDR sel
996         - 9   # NDRPDR sel
997         - 10  # NDRPDR sel
998         - 12  # NDRPDR sel
999         - 13  # NDRPDR sel
1000         - 14  # NDRPDR sel
1001         - 15  # NDRPDR sel
1002         - 16  # NDRPDR sel
1003     vpp-performance-changes-3n-dnv-ref:
1004       csit-vpp-perf-verify-2001-3n-dnv:
1005         - 5   # NDRPDR sel
1006         - 6   # NDRPDR sel
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 9   # NDRPDR sel
1010         - 10  # NDRPDR sel
1011         - 12  # NDRPDR sel
1012         - 16  # NDRPDR sel
1013         - 17  # NDRPDR sel
1014         - 18  # NDRPDR sel
1015     vpp-performance-changes-3n-dnv-cmp:
1016       csit-vpp-perf-report-iterative-2005-3n-dnv:
1017         - 2   # NDRPDR sel
1018         - 3   # NDRPDR sel
1019         - 4   # NDRPDR sel
1020         - 5   # NDRPDR sel
1021         - 6   # NDRPDR sel
1022         - 7   # NDRPDR sel
1023         - 9   # NDRPDR sel
1024         - 10  # NDRPDR sel
1025         - 11  # NDRPDR sel
1026         - 12  # NDRPDR sel
1027
1028     vpp-performance-changes-3n-tsh-h1:
1029       csit-vpp-perf-verify-1908-3n-tsh:
1030         - 7   # NDRPDR sel
1031         - 8   # NDRPDR sel
1032         - 9   # NDRPDR sel
1033         - 10  # NDRPDR sel
1034         - 11  # NDRPDR sel
1035         - 12  # NDRPDR sel
1036         - 13  # NDRPDR sel
1037         - 14  # NDRPDR sel
1038         - 15  # NDRPDR sel
1039         - 16  # NDRPDR sel
1040     vpp-performance-changes-3n-tsh-ref:
1041       csit-vpp-perf-verify-2001-3n-tsh:
1042         - 3   # NDRPDR sel
1043         - 4   # NDRPDR sel
1044         - 7   # NDRPDR sel
1045         - 8   # NDRPDR sel
1046         - 10  # NDRPDR sel
1047         - 12  # NDRPDR sel
1048         - 13  # NDRPDR sel
1049         - 14  # NDRPDR sel
1050         - 15  # NDRPDR sel
1051         - 21  # NDRPDR sel
1052     vpp-performance-changes-3n-tsh-cmp:
1053       csit-vpp-perf-report-iterative-2005-3n-tsh:
1054         - 9   # NDRPDR sel
1055         - 11  # NDRPDR sel
1056         - 12  # NDRPDR sel
1057         - 20  # NDRPDR sel
1058         - 14  # NDRPDR sel
1059         - 21  # NDRPDR sel
1060     vpp-performance-changes-3n-tsh-cmp-2:
1061       csit-vpp-perf-report-iterative-2005-3n-tsh:
1062         - 23  # NDRPDR sel env 4
1063         - 25  # NDRPDR sel env 4
1064         - 33  # NDRPDR sel env 4
1065         - 34  # NDRPDR sel env 4
1066         - 35  # NDRPDR sel env 4
1067         - 36  # NDRPDR sel env 4
1068         - 37  # NDRPDR sel env 4
1069         - 38  # NDRPDR sel env 4
1070         - 39  # NDRPDR sel env 4
1071         - 40  # NDRPDR sel env 4
1072     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1073       csit-vpp-perf-report-iterative-2005-3n-tsh:
1074         - 28  # NDRPDR sel 2001.0-4
1075         - 29  # NDRPDR sel 2001.0-4
1076         - 31  # NDRPDR sel 2001.0-4
1077
1078     vpp-soak-vs-ndr-2n-skx-ref:
1079       csit-vpp-perf-report-iterative-2005-2n-skx:
1080         - 88  # NDRPDR sel env 4
1081         - 89  # NDRPDR sel env 4
1082         - 90  # NDRPDR sel env 4
1083         - 91  # NDRPDR sel env 4
1084         - 92  # NDRPDR sel env 4
1085         - 93  # NDRPDR sel env 4
1086         - 94  # NDRPDR sel env 4
1087         - 125 # NDRPDR sel env 4
1088         - 126 # NDRPDR sel env 4
1089         - 127 # NDRPDR sel env 4
1090     vpp-soak-vs-ndr-2n-skx-cmp:
1091       csit-vpp-perf-report-iterative-2005-2n-skx:
1092         - 122 # Soak
1093         - 123 # Soak
1094     vpp-soak-vs-ndr-2n-skx:
1095       csit-vpp-perf-report-iterative-2005-2n-skx:
1096         - 88  # NDRPDR sel env 4
1097         - 89  # NDRPDR sel env 4
1098         - 90  # NDRPDR sel env 4
1099         - 91  # NDRPDR sel env 4
1100         - 92  # NDRPDR sel env 4
1101         - 93  # NDRPDR sel env 4
1102         - 94  # NDRPDR sel env 4
1103         - 125 # NDRPDR sel env 4
1104         - 126 # NDRPDR sel env 4
1105         - 127 # NDRPDR sel env 4
1106         - 122 # Soak
1107         - 123 # Soak
1108
1109     vpp-soak-vs-ndr-2n-clx-ref:
1110       csit-vpp-perf-report-iterative-2005-2n-clx:
1111         - 62  # NDRPDR sel env 4
1112         - 63  # NDRPDR sel env 4
1113         - 64  # NDRPDR sel env 4
1114         - 65  # NDRPDR sel env 4
1115         - 66  # NDRPDR sel env 4
1116         - 68  # NDRPDR sel env 4
1117         - 69  # NDRPDR sel env 4
1118         - 70  # NDRPDR sel env 4
1119         - 103 # NDRPDR sel env 4
1120         - 104 # NDRPDR sel env 4
1121     vpp-soak-vs-ndr-2n-clx-cmp:
1122       csit-vpp-perf-report-iterative-2005-2n-clx:
1123         - 101 # Soak
1124         - 102 # Soak
1125     vpp-soak-vs-ndr-2n-clx:
1126       csit-vpp-perf-report-iterative-2005-2n-clx:
1127         - 62  # NDRPDR sel env 4
1128         - 63  # NDRPDR sel env 4
1129         - 64  # NDRPDR sel env 4
1130         - 65  # NDRPDR sel env 4
1131         - 66  # NDRPDR sel env 4
1132         - 68  # NDRPDR sel env 4
1133         - 69  # NDRPDR sel env 4
1134         - 70  # NDRPDR sel env 4
1135         - 103 # NDRPDR sel env 4
1136         - 104 # NDRPDR sel env 4
1137         - 101 # Soak
1138         - 102 # Soak
1139
1140     vpp-performance-changes-3n-hsw-mrr-h1:
1141       csit-vpp-perf-verify-1908-3n-hsw:
1142         - 39  # MRR sel
1143     vpp-performance-changes-3n-hsw-mrr-ref:
1144       csit-vpp-perf-verify-2001-3n-hsw:
1145         - 17  # MRR sel
1146     vpp-performance-changes-3n-hsw-mrr-cmp:
1147       csit-vpp-perf-report-iterative-2005-3n-hsw:
1148         - 13  # MRR
1149     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1150       csit-vpp-perf-report-iterative-2005-3n-hsw:
1151         - 30  # MRR env 4
1152
1153 #    vpp-performance-changes-3n-skx-mrr-h1:
1154 #      csit-vpp-perf-verify-1908-3n-skx:
1155 #        - 36  # MRR sel
1156     vpp-performance-changes-3n-skx-mrr-ref:
1157       csit-vpp-perf-verify-2001-3n-skx:
1158         - 50  # MRR sel
1159         - 53  # MRR sel addition
1160     vpp-performance-changes-3n-skx-mrr-cmp:
1161       csit-vpp-perf-report-iterative-2005-3n-skx:
1162         - 6   # MRR sel
1163     vpp-performance-changes-3n-skx-mrr-cmp-2:
1164       csit-vpp-perf-report-iterative-2005-3n-skx:
1165         - 49  # MRR sel env 4
1166
1167 #    vpp-performance-changes-2n-skx-mrr-h1:
1168 #      csit-vpp-perf-verify-1908-2n-skx:
1169 #        - 69  # MRR sel
1170     vpp-performance-changes-2n-skx-mrr-ref:
1171       csit-vpp-perf-verify-2001-2n-skx:
1172         - 101 # MRR sel
1173         - 128 # MRR sel addition
1174     vpp-performance-changes-2n-skx-mrr-cmp:
1175       csit-vpp-perf-report-iterative-2005-2n-skx:
1176         - 42  # MRR sel
1177     vpp-performance-changes-2n-skx-mrr-cmp-2:
1178       csit-vpp-perf-report-iterative-2005-2n-skx:
1179         - 99  # MRR sel env 4
1180
1181     vpp-performance-changes-2n-clx-mrr-ref:
1182       csit-vpp-perf-verify-2001-2n-clx:
1183         - 39  # MRR
1184     vpp-performance-changes-2n-clx-mrr-cmp:
1185       csit-vpp-perf-report-iterative-2005-2n-clx:
1186         - 12   # MRR
1187     vpp-performance-changes-2n-clx-mrr-cmp-2:
1188       csit-vpp-perf-report-iterative-2005-2n-clx:
1189         - 72   # MRR sel env 4
1190
1191 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1192 #      csit-vpp-perf-verify-1908-2n-skx:
1193 #        - 71  # NFV MRR
1194 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1195 #      # csit-vpp-perf-verify-2001-2n-skx:
1196 #      csit-vpp-perf-verify-1908-2n-skx:
1197 #        - 71  # NFV MRR
1198
1199     vpp-performance-changes-2n-dnv-mrr-h1:
1200       csit-vpp-perf-verify-1908-2n-dnv:
1201         - 11  # MRR sel
1202     vpp-performance-changes-2n-dnv-mrr-ref:
1203       csit-vpp-perf-verify-2001-2n-dnv:
1204         - 12  # MRR sel
1205     vpp-performance-changes-2n-dnv-mrr-cmp:
1206       csit-vpp-perf-report-iterative-2005-2n-dnv:
1207         - 15  # MRR sel
1208
1209     vpp-performance-changes-3n-dnv-mrr-h1:
1210       csit-vpp-perf-verify-1908-3n-dnv:
1211         - 17  # MRR sel
1212     vpp-performance-changes-3n-dnv-mrr-ref:
1213       csit-vpp-perf-verify-2001-3n-dnv:
1214         - 11  # MRR sel
1215     vpp-performance-changes-3n-dnv-mrr-cmp:
1216       csit-vpp-perf-report-iterative-2005-3n-dnv:
1217         - 8   # MRR
1218
1219     vpp-performance-changes-3n-tsh-mrr-h1:
1220       csit-vpp-perf-verify-1908-3n-tsh:
1221         - 17  # MRR sel
1222     vpp-performance-changes-3n-tsh-mrr-ref:
1223       csit-vpp-perf-verify-2001-3n-tsh:
1224         - 9   # MRR sel
1225     vpp-performance-changes-3n-tsh-mrr-cmp:
1226       csit-vpp-perf-report-iterative-2005-3n-tsh:
1227         - 10  # MRR sel
1228     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1229       csit-vpp-perf-report-iterative-2005-3n-tsh:
1230         - 27  # MRR sel env 4
1231
1232     dpdk-performance-changes-3n-hsw-h1:
1233       csit-dpdk-perf-verify-1908-3n-hsw:
1234         - 2   # NDRPDR sel
1235         - 3   # NDRPDR sel
1236         - 4   # NDRPDR sel
1237         - 5   # NDRPDR sel
1238         - 6   # NDRPDR sel
1239         - 7   # NDRPDR sel
1240         - 8   # NDRPDR sel
1241         - 9   # NDRPDR sel
1242         - 10  # NDRPDR sel
1243         - 11  # NDRPDR sel
1244     dpdk-performance-changes-3n-hsw-ref:
1245       csit-dpdk-perf-verify-2001-3n-hsw:
1246         - 4   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 7   # NDRPDR sel
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 15  # NDRPDR sel
1257         - 16  # NDRPDR sel
1258         - 17  # NDRPDR sel
1259         - 18  # NDRPDR sel
1260         - 19  # NDRPDR sel
1261         - 20  # NDRPDR sel
1262         - 21  # NDRPDR sel
1263         - 22  # NDRPDR sel
1264         - 23  # NDRPDR sel
1265         - 24  # NDRPDR sel
1266     dpdk-performance-changes-3n-hsw-cmp:
1267       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1268         - 25  # NDRPDR iter
1269         - 26  # NDRPDR iter
1270         - 27  # NDRPDR iter
1271         - 28  # NDRPDR iter
1272         - 29  # NDRPDR iter
1273         - 30  # NDRPDR iter
1274         - 31  # NDRPDR iter
1275         - 32  # NDRPDR iter
1276         - 33  # NDRPDR iter
1277         - 34  # NDRPDR iter
1278
1279     dpdk-performance-changes-3n-skx-h1:
1280       csit-dpdk-perf-verify-1908-3n-skx:
1281         - 3   # NDRPDR sel
1282         - 4   # NDRPDR sel
1283         - 5   # NDRPDR sel
1284         - 6   # NDRPDR sel
1285         - 7   # NDRPDR sel
1286         - 8   # NDRPDR sel
1287         - 9   # NDRPDR sel
1288         - 10  # NDRPDR sel
1289         - 11  # NDRPDR sel
1290         - 12  # NDRPDR sel
1291     dpdk-performance-changes-3n-skx-ref:
1292       csit-dpdk-perf-verify-2001-3n-skx:
1293         - 29  # NDRPDR sel xxv710
1294         - 33  # NDRPDR sel xxv710
1295         - 34  # NDRPDR sel xxv710
1296         - 35  # NDRPDR sel xxv710
1297         - 36  # NDRPDR sel xxv710
1298         - 37  # NDRPDR sel xxv710
1299         - 41  # NDRPDR sel xxv710
1300         - 42  # NDRPDR sel xxv710
1301         - 43  # NDRPDR sel xxv710
1302         - 45  # NDRPDR sel xxv710
1303         - 30  # NDRPDR sel x710
1304         - 31  # NDRPDR sel x710
1305         - 32  # NDRPDR sel x710
1306         - 38  # NDRPDR sel x710
1307         - 39  # NDRPDR sel x710
1308         - 40  # NDRPDR sel x710
1309         - 44  # NDRPDR sel x710
1310         - 46  # NDRPDR sel x710
1311         - 47  # NDRPDR sel x710
1312         - 48  # NDRPDR sel x710
1313     dpdk-performance-changes-3n-skx-cmp:
1314       csit-dpdk-perf-report-iterative-2005-3n-skx:
1315         - 28  # NDRPDR iter
1316         - 29  # NDRPDR iter
1317         - 30  # NDRPDR iter
1318         - 31  # NDRPDR iter
1319         - 32  # NDRPDR iter
1320         - 33  # NDRPDR iter
1321         - 34  # NDRPDR iter
1322         - 35  # NDRPDR iter
1323         - 36  # NDRPDR iter
1324         - 37  # NDRPDR iter
1325
1326     dpdk-performance-changes-2n-skx-h1:
1327       csit-dpdk-perf-verify-1908-2n-skx:
1328         - 2   # NDRPDR sel
1329         - 3   # NDRPDR sel
1330         - 4   # NDRPDR sel
1331         - 5   # NDRPDR sel
1332         - 7   # NDRPDR sel
1333         - 8   # NDRPDR sel
1334         - 9   # NDRPDR sel
1335         - 10  # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338     dpdk-performance-changes-2n-skx-ref:
1339       csit-dpdk-perf-verify-2001-2n-skx:
1340         - 35  # NDRPDR sel xxv710
1341         - 36  # NDRPDR sel xxv710
1342         - 37  # NDRPDR sel xxv710
1343         - 41  # NDRPDR sel xxv710
1344         - 42  # NDRPDR sel xxv710
1345         - 43  # NDRPDR sel xxv710
1346         - 46  # NDRPDR sel xxv710
1347         - 47  # NDRPDR sel xxv710
1348         - 52  # NDRPDR sel xxv710
1349         - 53  # NDRPDR sel xxv710
1350         - 38  # NDRPDR sel x710
1351         - 39  # NDRPDR sel x710
1352         - 40  # NDRPDR sel x710
1353         - 44  # NDRPDR sel x710
1354         - 45  # NDRPDR sel x710
1355         - 48  # NDRPDR sel x710
1356         - 49  # NDRPDR sel x710
1357         - 50  # NDRPDR sel x710
1358         - 51  # NDRPDR sel x710
1359         - 54  # NDRPDR sel x710
1360     dpdk-performance-changes-2n-skx-cmp:
1361       csit-dpdk-perf-report-iterative-2005-2n-skx:
1362         - 20  # NDRPDR iter
1363         - 21  # NDRPDR iter
1364         - 22  # NDRPDR iter
1365         - 23  # NDRPDR iter
1366         - 24  # NDRPDR iter
1367         - 25  # NDRPDR iter
1368         - 26  # NDRPDR iter
1369         - 27  # NDRPDR iter
1370         - 28  # NDRPDR iter
1371         - 29  # NDRPDR iter
1372
1373     dpdk-performance-changes-2n-clx-ref:
1374       csit-dpdk-perf-verify-2001-2n-clx:
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377         - 17  # NDRPDR sel
1378         - 18  # NDRPDR sel
1379         - 19  # NDRPDR sel
1380         - 20  # NDRPDR sel
1381         - 21  # NDRPDR sel
1382         - 22  # NDRPDR sel
1383         - 23  # NDRPDR sel
1384         - 24  # NDRPDR sel
1385         - 25  # NDRPDR sel
1386         - 26  # NDRPDR sel
1387         - 27  # NDRPDR sel
1388         - 28  # NDRPDR sel
1389         - 29  # NDRPDR sel
1390         - 30  # NDRPDR sel
1391         - 31  # NDRPDR sel
1392         - 32  # NDRPDR sel
1393         - 33  # NDRPDR sel
1394         - 34  # NDRPDR sel
1395     dpdk-performance-changes-2n-clx-cmp:
1396       csit-dpdk-perf-report-iterative-2005-2n-clx:
1397         - 20  # NDRPDR iter
1398         - 21  # NDRPDR iter
1399         - 22  # NDRPDR iter
1400         - 23  # NDRPDR iter
1401         - 24  # NDRPDR iter
1402         - 25  # NDRPDR iter
1403         - 26  # NDRPDR iter
1404         - 27  # NDRPDR iter
1405         - 28  # NDRPDR iter
1406         - 29  # NDRPDR iter
1407
1408     dpdk-performance-changes-2n-dnv-ref:
1409       csit-dpdk-perf-verify-2001-2n-dnv:
1410         - 9   # NDRPDR sel
1411         - 10  # NDRPDR sel
1412         - 11  # NDRPDR sel
1413         - 12  # NDRPDR sel
1414         - 13  # NDRPDR sel
1415         - 14  # NDRPDR sel
1416         - 15  # NDRPDR sel
1417         - 16  # NDRPDR sel
1418         - 17  # NDRPDR sel
1419         - 18  # NDRPDR sel
1420     dpdk-performance-changes-2n-dnv-cmp:
1421       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1422         - 8   # NDRPDR sel
1423         - 9   # NDRPDR sel
1424         - 10  # NDRPDR sel
1425         - 11  # NDRPDR sel
1426         - 12  # NDRPDR sel
1427         - 13  # NDRPDR sel
1428         - 14  # NDRPDR sel
1429         - 15  # NDRPDR sel
1430         - 16  # NDRPDR sel
1431         - 17  # NDRPDR sel
1432
1433     dpdk-performance-changes-3n-dnv-ref:
1434       csit-dpdk-perf-verify-2001-3n-dnv:
1435         - 12  # NDRPDR sel
1436         - 13  # NDRPDR sel
1437         - 14  # NDRPDR sel
1438         - 15  # NDRPDR sel
1439         - 16  # NDRPDR sel
1440         - 17  # NDRPDR sel
1441         - 18  # NDRPDR sel
1442         - 19  # NDRPDR sel
1443         - 20  # NDRPDR sel
1444         - 22  # NDRPDR sel
1445     dpdk-performance-changes-3n-dnv-cmp:
1446       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1447         - 6   # NDRPDR sel
1448         - 7   # NDRPDR sel
1449         - 8   # NDRPDR sel
1450         - 9   # NDRPDR sel
1451         - 10  # NDRPDR sel
1452         - 11  # NDRPDR sel
1453         - 12  # NDRPDR sel
1454         - 13  # NDRPDR sel
1455         - 14  # NDRPDR sel
1456         - 16  # NDRPDR sel
1457
1458     dpdk-performance-changes-3n-tsh-ref:
1459       csit-dpdk-perf-verify-2001-3n-tsh:
1460         - 3   # NDRPDR sel
1461         - 4   # NDRPDR sel
1462         - 5   # NDRPDR sel
1463         - 9   # NDRPDR sel
1464         - 10  # NDRPDR sel
1465         - 11  # NDRPDR sel
1466         - 12  # NDRPDR sel
1467         - 14  # NDRPDR sel
1468         - 15  # NDRPDR sel
1469         - 18  # NDRPDR sel
1470     dpdk-performance-changes-3n-tsh-cmp:
1471       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1472         - 5   # NDRPDR sel
1473
1474     # Compare testbeds
1475
1476     vpp-compare-testbeds-ref:
1477       csit-vpp-perf-report-iterative-2005-3n-hsw:
1478         - 20  # NDRPDR sel env 4
1479         - 21  # NDRPDR sel env 4
1480         - 22  # NDRPDR sel env 4
1481         - 23  # NDRPDR sel env 4
1482         - 24  # NDRPDR sel env 4
1483         - 25  # NDRPDR sel env 4
1484         - 26  # NDRPDR sel env 4
1485         - 27  # NDRPDR sel env 4
1486         - 28  # NDRPDR sel env 4
1487         - 29  # NDRPDR sel env 4
1488     vpp-compare-testbeds-cmp:
1489       csit-vpp-perf-report-iterative-2005-3n-skx:
1490         - 42  # NDRPDR sel env 4
1491         - 43  # NDRPDR sel env 4
1492         - 44  # NDRPDR sel env 4
1493         - 45  # NDRPDR sel env 4
1494         - 47  # NDRPDR sel env 4
1495         - 55  # NDRPDR sel env 4
1496         - 56  # NDRPDR sel env 4
1497
1498     vpp-compare-testbeds-skx-clx-ref:
1499       csit-vpp-perf-report-iterative-2005-2n-skx:
1500         - 88  # NDRPDR sel env 4
1501         - 89  # NDRPDR sel env 4
1502         - 90  # NDRPDR sel env 4
1503         - 91  # NDRPDR sel env 4
1504         - 92  # NDRPDR sel env 4
1505         - 93  # NDRPDR sel env 4
1506         - 94  # NDRPDR sel env 4
1507         - 125 # NDRPDR sel env 4
1508         - 126 # NDRPDR sel env 4
1509         - 127 # NDRPDR sel env 4
1510     vpp-compare-testbeds-skx-clx-cmp:
1511       csit-vpp-perf-report-iterative-2005-2n-clx:
1512         - 62  # NDRPDR sel env 4
1513         - 63  # NDRPDR sel env 4
1514         - 64  # NDRPDR sel env 4
1515         - 65  # NDRPDR sel env 4
1516         - 66  # NDRPDR sel env 4
1517         - 68  # NDRPDR sel env 4
1518         - 69  # NDRPDR sel env 4
1519         - 70  # NDRPDR sel env 4
1520         - 103 # NDRPDR sel env 4
1521         - 104 # NDRPDR sel env 4
1522
1523     vpp-compare-testbeds-hsw-clx-ref:
1524       csit-vpp-perf-report-iterative-2005-3n-hsw:
1525         - 20  # NDRPDR sel env 4
1526         - 21  # NDRPDR sel env 4
1527         - 22  # NDRPDR sel env 4
1528         - 23  # NDRPDR sel env 4
1529         - 24  # NDRPDR sel env 4
1530         - 25  # NDRPDR sel env 4
1531         - 26  # NDRPDR sel env 4
1532         - 27  # NDRPDR sel env 4
1533         - 28  # NDRPDR sel env 4
1534         - 29  # NDRPDR sel env 4
1535     vpp-compare-testbeds-hsw-clx-cmp:
1536       csit-vpp-perf-report-iterative-2005-2n-clx:
1537         - 62  # NDRPDR sel env 4
1538         - 63  # NDRPDR sel env 4
1539         - 64  # NDRPDR sel env 4
1540         - 65  # NDRPDR sel env 4
1541         - 66  # NDRPDR sel env 4
1542         - 68  # NDRPDR sel env 4
1543         - 69  # NDRPDR sel env 4
1544         - 70  # NDRPDR sel env 4
1545         - 103 # NDRPDR sel env 4
1546         - 104 # NDRPDR sel env 4
1547
1548     vpp-compare-testbeds-mrr-ref:
1549       csit-vpp-perf-report-iterative-2005-3n-hsw:
1550         - 30  # MRR env 4
1551     vpp-compare-testbeds-mrr-cmp:
1552       csit-vpp-perf-report-iterative-2005-3n-skx:
1553         - 49  # MRR sel env 4
1554
1555     vpp-compare-testbeds-mrr-skx-clx-ref:
1556       csit-vpp-perf-report-iterative-2005-2n-skx:
1557         - 99  # MRR sel env 4
1558     vpp-compare-testbeds-mrr-skx-clx-cmp:
1559       csit-vpp-perf-report-iterative-2005-2n-clx:
1560         - 72  # MRR env 4
1561
1562     vpp-compare-testbeds-mrr-hsw-clx-ref:
1563       csit-vpp-perf-report-iterative-2005-3n-hsw:
1564         - 30  # MRR env 4
1565     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1566       csit-vpp-perf-report-iterative-2005-2n-clx:
1567         - 72  # MRR env 4
1568
1569     dpdk-compare-testbeds-ref:
1570       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1571         - 25  # NDRPDR iter
1572         - 26  # NDRPDR iter
1573         - 27  # NDRPDR iter
1574         - 28  # NDRPDR iter
1575         - 29  # NDRPDR iter
1576         - 30  # NDRPDR iter
1577         - 31  # NDRPDR iter
1578         - 32  # NDRPDR iter
1579         - 33  # NDRPDR iter
1580         - 34  # NDRPDR iter
1581     dpdk-compare-testbeds-cmp:
1582       csit-dpdk-perf-report-iterative-2005-3n-skx:
1583         - 28  # NDRPDR iter
1584         - 29  # NDRPDR iter
1585         - 30  # NDRPDR iter
1586         - 31  # NDRPDR iter
1587         - 32  # NDRPDR iter
1588         - 33  # NDRPDR iter
1589         - 34  # NDRPDR iter
1590         - 35  # NDRPDR iter
1591         - 36  # NDRPDR iter
1592         - 37  # NDRPDR iter
1593
1594     dpdk-compare-testbeds-skx-clx-ref:
1595       csit-dpdk-perf-report-iterative-2005-2n-skx:
1596         - 20  # NDRPDR iter
1597         - 21  # NDRPDR iter
1598         - 22  # NDRPDR iter
1599         - 23  # NDRPDR iter
1600         - 24  # NDRPDR iter
1601         - 25  # NDRPDR iter
1602         - 26  # NDRPDR iter
1603         - 27  # NDRPDR iter
1604         - 28  # NDRPDR iter
1605         - 29  # NDRPDR iter
1606     dpdk-compare-testbeds-skx-clx-cmp:
1607       csit-dpdk-perf-report-iterative-2005-2n-clx:
1608         - 20  # NDRPDR iter
1609         - 21  # NDRPDR iter
1610         - 22  # NDRPDR iter
1611         - 23  # NDRPDR iter
1612         - 24  # NDRPDR iter
1613         - 25  # NDRPDR iter
1614         - 26  # NDRPDR iter
1615         - 27  # NDRPDR iter
1616         - 28  # NDRPDR iter
1617         - 29  # NDRPDR iter
1618
1619     # Compare topologies
1620
1621     vpp-compare-topologies-ref:
1622       csit-vpp-perf-report-iterative-2005-3n-skx:
1623         - 42  # NDRPDR sel env 4
1624         - 43  # NDRPDR sel env 4
1625         - 44  # NDRPDR sel env 4
1626         - 45  # NDRPDR sel env 4
1627         - 47  # NDRPDR sel env 4
1628         - 55  # NDRPDR sel env 4
1629         - 56  # NDRPDR sel env 4
1630     vpp-compare-topologies-cmp:
1631       csit-vpp-perf-report-iterative-2005-2n-skx:
1632         - 88  # NDRPDR sel env 4
1633         - 89  # NDRPDR sel env 4
1634         - 90  # NDRPDR sel env 4
1635         - 91  # NDRPDR sel env 4
1636         - 92  # NDRPDR sel env 4
1637         - 93  # NDRPDR sel env 4
1638         - 94  # NDRPDR sel env 4
1639         - 125 # NDRPDR sel env 4
1640         - 126 # NDRPDR sel env 4
1641         - 127 # NDRPDR sel env 4
1642
1643     vpp-compare-topologies-mrr-ref:
1644       csit-vpp-perf-report-iterative-2005-3n-skx:
1645         - 49  # MRR sel env 4
1646     vpp-compare-topologies-mrr-cmp:
1647       csit-vpp-perf-report-iterative-2005-2n-skx:
1648         - 99  # MRR sel env 4
1649
1650     dpdk-compare-topologies-ref:
1651       csit-dpdk-perf-report-iterative-2005-3n-skx:
1652         - 28  # NDRPDR iter
1653         - 29  # NDRPDR iter
1654         - 30  # NDRPDR iter
1655         - 31  # NDRPDR iter
1656         - 32  # NDRPDR iter
1657         - 33  # NDRPDR iter
1658         - 34  # NDRPDR iter
1659         - 35  # NDRPDR iter
1660         - 36  # NDRPDR iter
1661         - 37  # NDRPDR iter
1662     dpdk-compare-topologies-cmp:
1663       csit-dpdk-perf-report-iterative-2005-2n-skx:
1664         - 20  # NDRPDR iter
1665         - 21  # NDRPDR iter
1666         - 22  # NDRPDR iter
1667         - 23  # NDRPDR iter
1668         - 24  # NDRPDR iter
1669         - 25  # NDRPDR iter
1670         - 26  # NDRPDR iter
1671         - 27  # NDRPDR iter
1672         - 28  # NDRPDR iter
1673         - 29  # NDRPDR iter
1674
1675   plot-layouts:
1676
1677     plot-soak-throughput:
1678       titlefont:
1679         size: 18
1680       xaxis:
1681         title: "<b>Test Cases [Index]</b>"
1682         titlefont:
1683           size: 16
1684         autorange: True
1685         fixedrange: False
1686         gridcolor: "rgb(230, 230, 230)"
1687         linecolor: "rgb(220, 220, 220)"
1688         linewidth: 1
1689         showgrid: True
1690         showline: True
1691         showticklabels: True
1692         tickcolor: "rgb(220, 220, 220)"
1693         tickmode: "linear"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697       yaxis:
1698         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1699         titlefont:
1700           size: 16
1701         gridcolor: "rgb(230, 230, 230)"
1702         hoverformat: ".4r"
1703         tickformat: ".3r"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713         range: [0,50]
1714       autosize: False
1715       margin:
1716         t: 50
1717         b: 0
1718         l: 80
1719         r: 20
1720       showlegend: True
1721       legend:
1722         orientation: "h"
1723         font:
1724           size: 16
1725       width: 700
1726       height: 900
1727       paper_bgcolor: "#fff"
1728       plot_bgcolor: "#fff"
1729       hoverlabel:
1730         namelength: -1
1731
1732     plot-service-density:
1733       titlefont:
1734         size: 18
1735       xaxis:
1736         side: "top"
1737         autorange: True
1738         fixedrange: False
1739         showgrid: False
1740         showline: False
1741         showticklabels: False
1742         ticks: ""
1743         ticklen: 0
1744         tickwidth: 0
1745         zeroline: False
1746       yaxis:
1747         autorange: "reversed"
1748         showgrid: False
1749         showline: False
1750         showticklabels: False
1751         ticks: ""
1752         ticklen: 0
1753         tickwidth: 0
1754         zeroline: False
1755       showlegend: False
1756       paper_bgcolor: "#fff"
1757       plot_bgcolor: "#fff"
1758       width: 700
1759       height: 700
1760       hoverlabel:
1761         namelength: -1
1762
1763     plot-hoststack:
1764       titlefont:
1765         size: 16
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 14
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 14
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Bandwidth [Gbps]</b>"
1785         titlefont:
1786           size: 14
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4s"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         rangemode: "tozero"
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(230, 230, 230)"
1796         tickformat: ".3s"
1797         tickfont:
1798           size: 14
1799         zeroline: False
1800       boxmode: "group"
1801       boxgroupgap: 0.5
1802       autosize: False
1803       margin:
1804         t: 50
1805         b: 20
1806         l: 80
1807         r: 20
1808       showlegend: True
1809       legend:
1810         orientation: "h"
1811         font:
1812           size: 14
1813       width: 700
1814       height: 800
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-throughput:
1821       titlefont:
1822         size: 18
1823       xaxis:
1824         title: "<b>Test Cases [Index]</b>"
1825         titlefont:
1826           size: 16
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickmode: "linear"
1837         tickfont:
1838           size: 16
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Packet Throughput [Mpps]</b>"
1842         titlefont:
1843           size: 16
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4r"
1846         tickformat: ".3r"
1847         linecolor: "rgb(220, 220, 220)"
1848         linewidth: 1
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(220, 220, 220)"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856         range: [0,50]
1857       autosize: False
1858       margin:
1859         t: 50
1860         b: 0
1861         l: 80
1862         r: 20
1863       showlegend: True
1864       legend:
1865         orientation: "h"
1866         font:
1867           size: 16
1868       width: 700
1869       height: 900
1870       paper_bgcolor: "#fff"
1871       plot_bgcolor: "#fff"
1872       hoverlabel:
1873         namelength: -1
1874
1875     plot-throughput-speedup-analysis:
1876       titlefont:
1877         size: 18
1878       xaxis:
1879         title: "<b>Number of Cores [Qty]</b>"
1880         titlefont:
1881           size: 16
1882         autorange: True
1883         fixedrange: False
1884         gridcolor: "rgb(230, 230, 230)"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(238, 238, 238)"
1891         tickmode: "linear"
1892         tickfont:
1893           size: 16
1894         zeroline: False
1895       yaxis:
1896         title: "<b>Packet Throughput [Mpps]</b>"
1897         titlefont:
1898           size: 16
1899         type: "linear"
1900         gridcolor: "rgb(230, 230, 230)"
1901         hoverformat: ".4s"
1902         linecolor: "rgb(220, 220, 220)"
1903         linewidth: 1
1904         showgrid: True
1905         showline: True
1906         showticklabels: True
1907         tickcolor: "rgb(220, 220, 220)"
1908         tickformat: ".4s"
1909         tickfont:
1910           size: 16
1911         zeroline: True
1912         rangemode: "tozero"
1913         range: [0,100]
1914       legend:
1915         orientation: "h"
1916         font:
1917           size: 16
1918         xanchor: "left"
1919         yanchor: "top"
1920         x: 0
1921         y: -0.2
1922         bgcolor: "rgba(255, 255, 255, 0)"
1923         bordercolor: "rgba(255, 255, 255, 0)"
1924         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1925       autosize: False
1926       margin:
1927           't': 50
1928           'b': 150
1929           'l': 85
1930           'r': 10
1931       showlegend: True
1932       width: 700
1933       height: 700
1934       paper_bgcolor: "#fff"
1935       plot_bgcolor: "#fff"
1936       hoverlabel:
1937         namelength: -1
1938       annotations: [
1939         {
1940           text: "_ _          __          ...",
1941           align: "left",
1942           showarrow: False,
1943           xref: "paper",
1944           yref: "paper",
1945           xanchor: "left",
1946           yanchor: "top",
1947           x: 0,
1948           y: -0.13,
1949           font: {
1950             family: "Consolas, Courier New",
1951             size: 15
1952           },
1953         },
1954         {
1955           text: "    Perfect     Measured     Limit",
1956           align: "left",
1957           showarrow: False,
1958           xref: "paper",
1959           yref: "paper",
1960           xanchor: "left",
1961           yanchor: "top",
1962           x: 0,
1963           y: -0.15,
1964           font: {
1965             family: "Consolas, Courier New",
1966             size: 15
1967           },
1968         },
1969       ]
1970
1971     plot-latency:
1972       titlefont:
1973         size: 18
1974       xaxis:
1975         title: "<b>Direction</b>"
1976         titlefont:
1977           size: 16
1978         autorange: True
1979         fixedrange: False
1980         gridcolor: "rgb(230, 230, 230)"
1981         linecolor: "rgb(220, 220, 220)"
1982         linewidth: 1
1983         showgrid: True
1984         showline: True
1985         showticklabels: False
1986         tickcolor: "rgb(220, 220, 220)"
1987         tickmode: "linear"
1988         tickfont:
1989           size: 16
1990         zeroline: False
1991       yaxis:
1992         title: "<b>Packet Latency [uSec]</b>"
1993         titlefont:
1994           size: 16
1995         type: "linear"
1996         gridcolor: "rgb(230, 230, 230)"
1997         hoverformat: ".4s"
1998         linecolor: "rgb(220, 220, 220)"
1999         linewidth: 1
2000         showgrid: True
2001         showline: True
2002         showticklabels: True
2003         tickcolor: "rgb(220, 220, 220)"
2004         tickformat: ".4s"
2005         tickfont:
2006           size: 16
2007         zeroline: True
2008         rangemode: "tozero"
2009       legend:
2010         orientation: "h"
2011         font:
2012           size: 16
2013         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2014       autosize: False
2015       margin:
2016           't': 50
2017           'b': 150
2018           'l': 80
2019           'r': 10
2020       showlegend: True
2021       width: 700
2022       height: 700
2023       paper_bgcolor: "#fff"
2024       plot_bgcolor: "#fff"
2025       hoverlabel:
2026         namelength: -1
2027
2028     plot-hdrh-latency:
2029       title:
2030         text: ""
2031         xanchor: "center"
2032         x: 0.5
2033         font:
2034           size: 16
2035       width: 700
2036       plot_bgcolor: "white"
2037       annotations:
2038         - font:
2039             size: 14
2040           showarrow: False
2041           text: "<b>Packet Latency [uSec]</b>"
2042           x: 1
2043           xanchor: "right"
2044           xref: "paper"
2045           y: -0.045
2046           yanchor: "top"
2047           yref: "paper"
2048         - font:
2049             size: 14
2050           showarrow: False
2051           text: "<b>Probability [%]</b>"
2052           textangle: 270
2053           x: -0.06
2054           xanchor: "center"
2055           xref: "paper"
2056           y: 0.5
2057           yanchor: "middle"
2058           yref: "paper"
2059         - font:
2060             size: 14
2061           showarrow: False
2062           text: "<b>Direction: E-W</b>"
2063           x: 0.24
2064           xanchor: "center"
2065           xref: "paper"
2066           y: 1.05
2067           yanchor: "bottom"
2068           yref: "paper"
2069         - font:
2070             size: 14
2071           showarrow: False
2072           text: "<b>Direction: W-E</b>"
2073           x: 0.74
2074           xanchor: "center"
2075           xref: "paper"
2076           y: 1.05
2077           yanchor: "bottom"
2078           yref: "paper"
2079
2080     plot-hdrh-latency-percentile:
2081       title:
2082         text: ""
2083         xanchor: "center"
2084         x: 0.5
2085         font:
2086           size: 18
2087       xaxis:
2088         type: "log"
2089         title: "<b>Percentile [%]</b>"
2090         titlefont:
2091           size: 16
2092         autorange: True
2093         fixedrange: False
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2102         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2103         tickfont:
2104           size: 16
2105       yaxis:
2106         title: "<b>Packet Latency [uSec]</b>"
2107         titlefont:
2108           size: 16
2109         gridcolor: "rgb(230, 230, 230)"
2110         linecolor: "rgb(220, 220, 220)"
2111         linewidth: 1
2112         showgrid: True
2113         showline: True
2114         showticklabels: True
2115         tickcolor: "rgb(220, 220, 220)"
2116         tickfont:
2117           size: 16
2118       autosize: False
2119       showlegend: True
2120       legend:
2121         traceorder: "normal"
2122         orientation: "h"
2123         font:
2124           size: 16
2125         xanchor: "left"
2126         yanchor: "top"
2127         x: 0
2128         y: -0.15
2129         bgcolor: "rgba(255, 255, 255, 0)"
2130         bordercolor: "rgba(255, 255, 255, 0)"
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "white"
2134       plot_bgcolor: "white"
2135
2136     plot-hdrh-latency-by-percentile:
2137       title:
2138         text: "<b>Latency by Percentile Distribution</b>"
2139         xanchor: "center"
2140         x: 0.5
2141         font:
2142           size: 18
2143       showlegend: True
2144       legend:
2145         traceorder: "normal"
2146         orientation: "h"
2147         font:
2148           size: 16
2149         xanchor: "left"
2150         yanchor: "top"
2151         x: 0
2152         y: -0.2
2153         bgcolor: "rgba(255, 255, 255, 0)"
2154         bordercolor: "rgba(255, 255, 255, 0)"
2155       xaxis:
2156         type: "linear"
2157         title: "<b>Percentile [%]</b>"
2158         titlefont:
2159           size: 14
2160         autorange: False
2161         fixedrange: False
2162         range: [0, 100]
2163         gridcolor: "rgb(230, 230, 230)"
2164         linecolor: "rgb(220, 220, 220)"
2165         linewidth: 1
2166         showgrid: True
2167         showline: True
2168         showticklabels: True
2169         tickcolor: "rgb(220, 220, 220)"
2170         tickvals: [0, 25, 50, 75, 100]
2171         ticktext: [0, 25, 50, 75, 100]
2172         tickfont:
2173           size: 14
2174       yaxis:
2175         title: "<b>One-Way Latency per Direction [uSec]</b>"
2176         titlefont:
2177           size: 14
2178         gridcolor: "rgb(230, 230, 230)"
2179         linecolor: "rgb(220, 220, 220)"
2180         linewidth: 1
2181         showgrid: True
2182         showline: True
2183         showticklabels: True
2184         tickcolor: "rgb(220, 220, 220)"
2185         tickfont:
2186           size: 14
2187       width: 700
2188       height: 700
2189       paper_bgcolor: "white"
2190       plot_bgcolor: "white"
2191
2192 - type: "static"
2193   src-path: "{DIR[RST]}"
2194   dst-path: "{DIR[WORKING,SRC]}"
2195
2196 - type: "input"
2197   general:
2198     file-name: "output_info.xml.gz"
2199     file-format: ".gz"
2200     arch-file-format:
2201       - ".gz"
2202       - ".zip"
2203     download-path: "{job}/{build}/archives/{filename}"
2204     extract: "output.xml"
2205
2206     zip-file-name: "robot-plugin.zip"
2207     zip-file-format: ".zip"
2208     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2209     zip-extract: "robot-plugin/output.xml"
2210
2211   builds:
2212
2213     csit-vpp-perf-verify-1908-3n-hsw:
2214       - 12  # NDRPDR sel
2215       - 13  # NDRPDR sel
2216       - 14  # NDRPDR sel
2217       - 15  # NDRPDR sel
2218       - 16  # NDRPDR sel
2219       - 17  # NDRPDR sel
2220       - 18  # NDRPDR sel
2221       - 19  # NDRPDR sel
2222       - 20  # NDRPDR sel
2223       - 21  # NDRPDR sel
2224       - 39  # MRR sel
2225     csit-vpp-perf-verify-2001-3n-hsw:
2226       - 21  # NDRPDR sel
2227       - 22  # NDRPDR sel
2228       - 23  # NDRPDR sel
2229       - 24  # NDRPDR sel
2230       - 25  # NDRPDR sel
2231       - 29  # NDRPDR sel
2232       - 30  # NDRPDR sel
2233       - 31  # NDRPDR sel
2234       - 32  # NDRPDR sel
2235       - 34  # NDRPDR sel
2236       - 17  # MRR sel
2237     csit-vpp-perf-report-iterative-2005-3n-hsw:
2238       - 3   # NDRPDR sel
2239       - 4   # NDRPDR sel
2240       - 5   # NDRPDR sel
2241       - 10  # NDRPDR sel
2242       - 11  # NDRPDR sel
2243       - 12  # NDRPDR sel
2244       - 15  # NDRPDR sel
2245       - 16  # NDRPDR sel
2246       - 18  # NDRPDR sel
2247       - 19  # NDRPDR sel
2248       - 20  # NDRPDR sel env 4
2249       - 21  # NDRPDR sel env 4
2250       - 22  # NDRPDR sel env 4
2251       - 23  # NDRPDR sel env 4
2252       - 24  # NDRPDR sel env 4
2253       - 25  # NDRPDR sel env 4
2254       - 26  # NDRPDR sel env 4
2255       - 27  # NDRPDR sel env 4
2256       - 28  # NDRPDR sel env 4
2257       - 29  # NDRPDR sel env 4
2258       - 13  # MRR
2259       - 30  # MRR env 4
2260       - 31  # NDRPDR sel 2001.0-4
2261       - 32  # NDRPDR sel 2001.0-4
2262       - 33  # NDRPDR sel 2001.0-4
2263       - 34  # NDRPDR sel 2001.0-4
2264       - 35  # NDRPDR sel 2001.0-4
2265       - 36  # NDRPDR sel 2001.0-4
2266       - 38  # NDRPDR sel 2001.0-4
2267     csit-vpp-perf-verify-2005-3n-hsw:
2268       - 3   # hoststack
2269       - 5   # hoststack
2270       - 6   # hoststack
2271       - 7   # hoststack
2272       - 8   # hoststack
2273       - 9   # hoststack
2274       - 10  # hoststack
2275       - 11  # hoststack
2276       - 12  # hoststack
2277       - 13  # hoststack
2278     csit-vpp-perf-report-coverage-2005-3n-hsw:
2279       - 74  # crypto-00
2280       - 75  # crypto-01
2281       - 76  # crypto-02
2282       - 77  # crypto-03
2283       - 78  # ip4-00
2284       - 79  # ip4-01
2285       - 80  # ip4-02
2286       - 81  # ip4-03
2287       - 73  # ip4-04
2288       - 82  # ip4-05
2289       - 83  # ip4-06
2290       - 84  # ip4-07
2291       - 85  # ip4-08
2292       - 86  # ip4tun-00
2293       - 87  # ip4tun-01
2294       - 88  # ip4tun-02
2295       - 89  # ip6-00
2296       - 90  # ip6-01
2297       - 91  # ip6tun-00
2298       - 92  # l2-00
2299       - 93  # l2-01
2300       - 94  # l2-02
2301       - 95  # l2-03
2302       - 96  # l2-04
2303       - 97  # l2-05
2304       - 98  # l2-06
2305       - 99  # l2-07
2306       - 100 # l2-08
2307       - 101 # l2-09
2308       - 102 # l2-10
2309       - 103 # memif-00
2310       - 104 # srv6-00
2311       - 105 # srv6-01
2312       - 106 # vhost-00
2313       - 107 # vhost-01
2314       - 109 # vhost-02
2315
2316     csit-vpp-perf-verify-1908_1-3n-skx:
2317       - 26  # NDRPDR sel - new1908.1
2318       - 27  # NDRPDR sel - new1908.1
2319       - 28  # NDRPDR sel - new1908.1
2320       - 29  # NDRPDR sel - new1908.1
2321       - 30  # NDRPDR sel - new1908.1
2322       - 31  # NDRPDR sel - new1908.1
2323       - 33  # NDRPDR sel - new1908.1
2324       - 34  # NDRPDR sel - new1908.1
2325       - 35  # NDRPDR sel - new1908.1
2326       - 36  # NDRPDR sel - new1908.1
2327     csit-vpp-perf-verify-2001-3n-skx:
2328       - 69  # NDRPDR sel - new2001.0
2329       - 71  # NDRPDR sel - new2001.0
2330       - 72  # NDRPDR sel - new2001.0
2331       - 76  # NDRPDR sel - new2001.0
2332       - 77  # NDRPDR sel - new2001.0
2333       - 78  # NDRPDR sel - new2001.0
2334       - 80  # NDRPDR sel - new2001.0
2335       - 50  # MRR sel
2336       - 53  # MRR sel addition
2337     csit-vpp-perf-report-iterative-2005-3n-skx:
2338       - 4   # NDRPDR sel
2339       - 5   # NDRPDR sel ??? all x710 failed
2340       - 33  # NDRPDR sel
2341       - 28  # NDRPDR sel
2342       - 34  # NDRPDR sel
2343       - 36  # NDRPDR sel
2344       - 37  # NDRPDR sel
2345       - 38  # NDRPDR sel
2346       - 39  # NDRPDR sel
2347       - 41  # NDRPDR sel
2348       - 42  # NDRPDR sel env 4
2349       - 43  # NDRPDR sel env 4
2350       - 44  # NDRPDR sel env 4
2351       - 45  # NDRPDR sel env 4
2352       - 47  # NDRPDR sel env 4
2353       - 55  # NDRPDR sel env 4
2354       - 56  # NDRPDR sel env 4
2355       - 50  # NDRPDR sel 2001.0-4
2356       - 51  # NDRPDR sel 2001.0-4
2357       - 52  # NDRPDR sel 2001.0-4
2358       - 53  # NDRPDR sel 2001.0-4
2359       - 54  # NDRPDR sel 2001.0-4
2360       - 6   # MRR sel
2361       - 49  # MRR sel env 4
2362     csit-vpp-perf-report-coverage-2005-3n-skx:
2363       - 45  # crypto-00
2364       - 46  # crypto-01
2365       - 47  # crypto-02
2366       - 83  # crypto-03
2367       - 50  # ip4-00
2368       - 51  # ip4-01
2369       - 52  # ip4-02
2370       - 53  # ip4-03
2371       - 54  # ip4-04
2372       - 55  # ip4-05
2373       - 56  # ip4-06
2374       - 57  # ip4-07
2375       - 58  # ip4-08
2376       - 59  # ip4tun-00
2377       - 60  # ip4tun-01
2378       - 61  # ip4tun-02
2379       - 62  # ip6-00
2380       - 63  # ip6-01
2381       - 64  # ip6tun-00
2382       - 65  # l2-00
2383       - 66  # l2-01
2384       - 67  # l2-02
2385       - 68  # l2-03
2386       - 69  # l2-04
2387       - 84  # l2-05
2388       - 71  # l2-06
2389       - 72  # l2-07
2390       - 73  # l2-08
2391       - 85  # l2-09
2392       - 75  # l2-10
2393       - 76  # memif-00
2394       - 77  # srv6-00
2395       - 78  # srv6-01
2396       - 88  # vhost-00
2397       - 89  # vhost-01
2398       - 81  # vhost-02
2399       - 83  # vhost-03
2400
2401     csit-vpp-perf-verify-1908_1-2n-skx:
2402       - 39  # NDRPDR sel - new1908.1
2403       - 40  # NDRPDR sel - new1908.1
2404       - 41  # NDRPDR sel - new1908.1
2405       - 43  # NDRPDR sel - new1908.1
2406       - 44  # NDRPDR sel - new1908.1
2407       - 45  # NDRPDR sel - new1908.1
2408       - 46  # NDRPDR sel - new1908.1
2409       - 47  # NDRPDR sel - new1908.1
2410       - 48  # NDRPDR sel - new1908.1
2411       - 49  # NDRPDR sel - new1908.1
2412     csit-vpp-perf-verify-2001-2n-skx:
2413       - 143  # NDRPDR sel - new2001.0
2414       - 146  # NDRPDR sel - new2001.0
2415       - 147  # NDRPDR sel - new2001.0
2416       - 148  # NDRPDR sel - new2001.0
2417       - 149  # NDRPDR sel - new2001.0
2418       - 150  # NDRPDR sel - new2001.0
2419       - 151  # NDRPDR sel - new2001.0
2420       - 152  # NDRPDR sel - new2001.0
2421       - 153  # NDRPDR sel - new2001.0
2422       - 154  # NDRPDR sel - new2001.0
2423       - 101  # MRR sel - old
2424       - 128  # MRR sel addition - old
2425     csit-vpp-perf-report-iterative-2005-2n-skx:
2426       - 43  # NDRPDR sel
2427       - 38  # NDRPDR sel
2428       - 7   # NDRPDR sel
2429       - 65  # NDRPDR sel
2430       - 47  # NDRPDR sel
2431       - 55  # NDRPDR sel
2432       - 67  # NDRPDR sel
2433       - 75  # NDRPDR sel
2434       - 76  # NDRPDR sel
2435       - 73  # NDRPDR sel
2436       - 88  # NDRPDR sel env 4
2437       - 89  # NDRPDR sel env 4
2438       - 90  # NDRPDR sel env 4
2439       - 91  # NDRPDR sel env 4
2440       - 92  # NDRPDR sel env 4
2441       - 93  # NDRPDR sel env 4
2442       - 94  # NDRPDR sel env 4
2443       - 125 # NDRPDR sel env 4
2444       - 126 # NDRPDR sel env 4
2445       - 127 # NDRPDR sel env 4
2446       - 100 # NDRPDR sel 2001.0-4
2447       - 101 # NDRPDR sel 2001.0-4
2448       - 102 # NDRPDR sel 2001.0-4
2449       - 103 # NDRPDR sel 2001.0-4
2450       - 104 # NDRPDR sel 2001.0-4
2451       - 105 # NDRPDR sel 2001.0-4
2452       - 42  # MRR sel
2453       - 99  # MRR sel env 4
2454       - 106 # Reconf env 4
2455       - 107 # Reconf env 4
2456       - 108 # Reconf env 4
2457       - 109 # Reconf env 4
2458       - 110 # Reconf env 4
2459       - 111 # Reconf env 4
2460       - 112 # Reconf env 4
2461       - 118 # Reconf env 4
2462       - 120 # Reconf env 4
2463       - 121 # Reconf env 4
2464       - 122 # Soak
2465       - 123 # Soak
2466       - 113 # nf-density-sel env 4
2467       - 114 # nf-density-sel env 4
2468       - 124 # nf-density-sel env 4
2469       - 128 # nf-density-sel env 4
2470       - 129 # nf-density-sel env 4
2471       - 131 # nf-density-sel env 4
2472       - 132 # nf-density-sel env 4
2473       - 135 # nf-density-sel env 4
2474       - 136 # nf-density-sel env 4
2475       - 139 # nf-density-sel env 4
2476       - 115 # MRR nf-density-sel env 4
2477     csit-vpp-perf-report-coverage-2005-2n-skx:
2478       - 28  # ip4-00
2479       - 29  # ip4-01
2480       - 30  # ip4-02
2481       - 31  # ip4-03
2482       - 32  # ip4-04
2483       - 33  # ip4-05
2484       - 34  # ip6-00
2485       - 35  # ip6-01
2486       - 36  # l2-00
2487       - 37  # l2-01
2488       - 38  # lb-00
2489       - 39  # memif-00
2490       - 40  # vhost-00
2491       - 41  # vhost-01
2492       - 42  # vts-00
2493
2494     csit-vpp-perf-verify-1908_1-2n-clx:
2495       - 5  # NDRPDR sel
2496       - 6  # NDRPDR sel
2497       - 7  # NDRPDR sel
2498       - 8  # NDRPDR sel
2499       - 9  # NDRPDR sel
2500     csit-vpp-perf-verify-2001-2n-clx:
2501       - 28  # NDRPDR sel
2502       - 29  # NDRPDR sel
2503       - 32  # NDRPDR sel
2504       - 40  # NDRPDR sel
2505       - 43  # NDRPDR sel
2506       - 44  # NDRPDR sel
2507       - 45  # NDRPDR sel
2508       - 47  # NDRPDR sel
2509       - 48  # NDRPDR sel
2510       - 49  # NDRPDR sel
2511       - 39  # MRR
2512     csit-vpp-perf-report-iterative-2005-2n-clx:
2513       - 7   # NDRPDR sel
2514       - 38  # NDRPDR sel
2515       - 9   # NDRPDR sel
2516       - 32  # NDRPDR sel ???
2517       - 33  # NDRPDR sel ???
2518       - 39  # NDRPDR sel
2519       - 40  # NDRPDR sel
2520       - 43  # NDRPDR sel
2521       - 50  # NDRPDR sel
2522       - 51  # NDRPDR sel
2523       - 62  # NDRPDR sel env 4
2524       - 63  # NDRPDR sel env 4
2525       - 64  # NDRPDR sel env 4
2526       - 65  # NDRPDR sel env 4
2527       - 66  # NDRPDR sel env 4
2528       - 68  # NDRPDR sel env 4
2529       - 69  # NDRPDR sel env 4
2530       - 70  # NDRPDR sel env 4
2531       - 103 # NDRPDR sel env 4
2532       - 104 # NDRPDR sel env 4
2533       - 73  # NDRPDR sel 2001.0-4
2534       - 74  # NDRPDR sel 2001.0-4
2535       - 75  # NDRPDR sel 2001.0-4
2536       - 76  # NDRPDR sel 2001.0-4
2537       - 77  # NDRPDR sel 2001.0-4
2538       - 78  # NDRPDR sel 2001.0-4
2539       - 79  # NDRPDR sel 2001.0-4
2540       - 80  # NDRPDR sel 2001.0-4
2541       - 12  # MRR
2542       - 72  # MRR env 4
2543       - 81  # Reconf env 4
2544       - 82  # Reconf env 4
2545       - 83  # Reconf env 4
2546       - 84  # Reconf env 4
2547       - 85  # Reconf env 4
2548       - 86  # Reconf env 4
2549       - 87  # Reconf env 4
2550       - 88  # Reconf env 4
2551       - 89  # Reconf env 4
2552       - 90  # Reconf env 4
2553       - 101 # Soak
2554       - 102 # Soak
2555       - 91  # nfv-density-00 env 4
2556       - 92  # nfv-density-00 env 4
2557       - 93  # nfv-density-00 env 4
2558       - 97  # nfv-density-00 env 4
2559       - 98  # nfv-density-00 env 4
2560       - 99  # nfv-density-00 env 4
2561       - 100 # nfv-density-00 env 4
2562       - 105 # nfv-density-00 env 4
2563       - 106 # nfv-density-00 env 4
2564       - 108 # nfv-density-00 env 4
2565       - 96  # MRR nfv-density-00 env 4
2566     csit-vpp-perf-report-coverage-2005-2n-clx:
2567       - 24  # ip4-00
2568       - 25  # ip4-01
2569       - 26  # ip4-02
2570       - 27  # ip4-03
2571       - 28  # ip4-04
2572       - 29  # ip4-05
2573       - 34  # ip6-00
2574       - 36  # ip6-01
2575       - 31  # l2-00
2576       - 41  # l2-01
2577       - 39  # lb-00
2578       - 37  # memif-00
2579       - 32  # vhost-00
2580       - 33  # vhost-01
2581       - 40  # vts-00
2582
2583     csit-vpp-perf-verify-1908-3n-tsh:
2584       - 7   # NDRPDR sel
2585       - 8   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 16  # NDRPDR sel
2594       - 17  # MRR sel
2595     csit-vpp-perf-verify-2001-3n-tsh:
2596       - 3   # NDRPDR sel
2597       - 4   # NDRPDR sel
2598       - 7   # NDRPDR sel
2599       - 8   # NDRPDR sel
2600       - 10  # NDRPDR sel
2601       - 12  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 14  # NDRPDR sel
2604       - 15  # NDRPDR sel
2605       - 21  # NDRPDR sel
2606       - 9   # MRR sel
2607     csit-vpp-perf-report-iterative-2005-3n-tsh:
2608       - 9   # NDRPDR sel
2609       - 11  # NDRPDR sel
2610       - 12  # NDRPDR sel
2611       - 20  # NDRPDR sel
2612       - 14  # NDRPDR sel
2613       - 21  # NDRPDR sel
2614       - 23  # NDRPDR sel env 4
2615       - 25  # NDRPDR sel env 4
2616       - 33  # NDRPDR sel env 4
2617       - 34  # NDRPDR sel env 4
2618       - 35  # NDRPDR sel env 4
2619       - 36  # NDRPDR sel env 4
2620       - 37  # NDRPDR sel env 4
2621       - 38  # NDRPDR sel env 4
2622       - 39  # NDRPDR sel env 4
2623       - 40  # NDRPDR sel env 4
2624       - 28  # NDRPDR sel 2001.0-4
2625       - 29  # NDRPDR sel 2001.0-4
2626       - 31  # NDRPDR sel 2001.0-4
2627       - 10  # MRR sel
2628       - 27  # MRR sel env 4
2629
2630     csit-vpp-perf-verify-1908-3n-dnv:
2631       - 6   # NDRPDR sel
2632       - 7   # NDRPDR sel
2633       - 8   # NDRPDR sel
2634       - 9   # NDRPDR sel
2635       - 10  # NDRPDR sel
2636       - 12  # NDRPDR sel
2637       - 13  # NDRPDR sel
2638       - 14  # NDRPDR sel
2639       - 15  # NDRPDR sel
2640       - 16  # NDRPDR sel
2641       - 17  # MRR sel
2642     csit-vpp-perf-verify-2001-3n-dnv:
2643       - 5   # NDRPDR sel
2644       - 6   # NDRPDR sel
2645       - 7   # NDRPDR sel
2646       - 8   # NDRPDR sel
2647       - 9   # NDRPDR sel
2648       - 10  # NDRPDR sel
2649       - 12  # NDRPDR sel
2650       - 16  # NDRPDR sel
2651       - 17  # NDRPDR sel
2652       - 18  # NDRPDR sel
2653       - 11  # MRR sel
2654     csit-vpp-perf-report-iterative-2005-3n-dnv:
2655       - 2   # NDRPDR sel
2656       - 3   # NDRPDR sel
2657       - 4   # NDRPDR sel
2658       - 5   # NDRPDR sel
2659       - 6   # NDRPDR sel
2660       - 7   # NDRPDR sel
2661       - 9   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 11  # NDRPDR sel
2664       - 12  # NDRPDR sel
2665       - 8   # MRR
2666     csit-vpp-perf-report-coverage-2005-3n-dnv:
2667       - 1   # perf-full-3n-dnv-crypto_I
2668       - 24  # perf-full-3n-dnv-crypto_II
2669       - 5   # perf-full-3n-dnv-ip4_I
2670       - 13  # perf-full-3n-dnv-ip4_II
2671       - 17  # perf-full-3n-dnv-ip6_I
2672       - 18  # perf-full-3n-dnv-ip6_II
2673       - 21  # perf-full-3n-dnv-l2_I
2674       - 22  # perf-full-3n-dnv-l2_II
2675       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2676
2677     csit-vpp-perf-verify-1908-2n-dnv:
2678       - 1   # NDRPDR sel
2679       - 2   # NDRPDR sel
2680       - 3   # NDRPDR sel
2681       - 4   # NDRPDR sel
2682       - 5   # NDRPDR sel
2683       - 6   # NDRPDR sel
2684       - 7   # NDRPDR sel
2685       - 8   # NDRPDR sel
2686       - 9   # NDRPDR sel
2687       - 10  # NDRPDR sel
2688       - 11  # MRR sel
2689     csit-vpp-perf-verify-2001-2n-dnv:
2690       - 4   # NDRPDR sel
2691       - 5   # NDRPDR sel
2692       - 6   # NDRPDR sel
2693       - 7   # NDRPDR sel
2694       - 8   # NDRPDR sel
2695       - 9   # NDRPDR sel
2696       - 10  # NDRPDR sel
2697       - 11  # NDRPDR sel
2698       - 13  # NDRPDR sel
2699       - 16  # NDRPDR sel
2700       - 12  # MRR sel
2701     csit-vpp-perf-report-iterative-2005-2n-dnv:
2702       - 3   # NDRPDR sel
2703       - 6   # NDRPDR sel
2704       - 7   # NDRPDR sel
2705       - 8   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 11  # NDRPDR sel
2709       - 12  # NDRPDR sel
2710       - 13  # NDRPDR sel
2711       - 14  # NDRPDR sel
2712       - 15  # MRR sel
2713     csit-vpp-perf-report-coverage-2005-2n-dnv:
2714       - 1   # perf-full-2n-dnv-ip4_I
2715       - 2   # perf-full-2n-dnv-ip4_II
2716       - 3   # perf-full-2n-dnv-ip6_I
2717       - 4   # perf-full-2n-dnv-ip6_II
2718       - 5   # perf-full-2n-dnv-l2_I
2719       - 6   # perf-full-2n-dnv-l2_II
2720
2721     csit-dpdk-perf-verify-1908-3n-hsw:
2722       - 2   # NDRPDR sel
2723       - 3   # NDRPDR sel
2724       - 4   # NDRPDR sel
2725       - 5   # NDRPDR sel
2726       - 6   # NDRPDR sel
2727       - 7   # NDRPDR sel
2728       - 8   # NDRPDR sel
2729       - 9   # NDRPDR sel
2730       - 10  # NDRPDR sel
2731       - 11  # NDRPDR sel
2732     csit-dpdk-perf-verify-2001-3n-hsw:
2733       - 4   # NDRPDR sel
2734       - 5   # NDRPDR sel
2735       - 6   # NDRPDR sel
2736       - 7   # NDRPDR sel
2737       - 8   # NDRPDR sel
2738       - 9   # NDRPDR sel
2739       - 10  # NDRPDR sel
2740       - 11  # NDRPDR sel
2741       - 12  # NDRPDR sel
2742       - 13  # NDRPDR sel
2743       - 15  # NDRPDR sel
2744       - 16  # NDRPDR sel
2745       - 17  # NDRPDR sel
2746       - 18  # NDRPDR sel
2747       - 19  # NDRPDR sel
2748       - 20  # NDRPDR sel
2749       - 21  # NDRPDR sel
2750       - 22  # NDRPDR sel
2751       - 23  # NDRPDR sel
2752       - 24  # NDRPDR sel
2753     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2754       - 25  # NDRPDR iter
2755       - 26  # NDRPDR iter
2756       - 27  # NDRPDR iter
2757       - 28  # NDRPDR iter
2758       - 29  # NDRPDR iter
2759       - 30  # NDRPDR iter
2760       - 31  # NDRPDR iter
2761       - 32  # NDRPDR iter
2762       - 33  # NDRPDR iter
2763       - 34  # NDRPDR iter
2764
2765     csit-dpdk-perf-verify-1908-3n-skx:
2766       - 3   # NDRPDR sel
2767       - 4   # NDRPDR sel
2768       - 5   # NDRPDR sel
2769       - 6   # NDRPDR sel
2770       - 7   # NDRPDR sel
2771       - 8   # NDRPDR sel
2772       - 9   # NDRPDR sel
2773       - 10  # NDRPDR sel
2774       - 11  # NDRPDR sel
2775       - 12  # NDRPDR sel
2776     csit-dpdk-perf-verify-2001-3n-skx:
2777       - 29  # NDRPDR sel xxv710
2778       - 33  # NDRPDR sel xxv710
2779       - 34  # NDRPDR sel xxv710
2780       - 35  # NDRPDR sel xxv710
2781       - 36  # NDRPDR sel xxv710
2782       - 37  # NDRPDR sel xxv710
2783       - 41  # NDRPDR sel xxv710
2784       - 42  # NDRPDR sel xxv710
2785       - 43  # NDRPDR sel xxv710
2786       - 45  # NDRPDR sel xxv710
2787       - 30  # NDRPDR sel x710
2788       - 31  # NDRPDR sel x710
2789       - 32  # NDRPDR sel x710
2790       - 38  # NDRPDR sel x710
2791       - 39  # NDRPDR sel x710
2792       - 40  # NDRPDR sel x710
2793       - 44  # NDRPDR sel x710
2794       - 46  # NDRPDR sel x710
2795       - 47  # NDRPDR sel x710
2796       - 48  # NDRPDR sel x710
2797     csit-dpdk-perf-report-iterative-2005-3n-skx:
2798       - 28  # NDRPDR iter
2799       - 29  # NDRPDR iter
2800       - 30  # NDRPDR iter
2801       - 31  # NDRPDR iter
2802       - 32  # NDRPDR iter
2803       - 33  # NDRPDR iter
2804       - 34  # NDRPDR iter
2805       - 35  # NDRPDR iter
2806       - 36  # NDRPDR iter
2807       - 37  # NDRPDR iter
2808
2809     csit-dpdk-perf-verify-1908-2n-skx:
2810       - 2   # NDRPDR sel
2811       - 3   # NDRPDR sel
2812       - 4   # NDRPDR sel
2813       - 5   # NDRPDR sel
2814       - 7   # NDRPDR sel
2815       - 8   # NDRPDR sel
2816       - 9   # NDRPDR sel
2817       - 10  # NDRPDR sel
2818       - 11  # NDRPDR sel
2819       - 12  # NDRPDR sel
2820     csit-dpdk-perf-verify-2001-2n-skx:
2821       - 35  # NDRPDR sel xxv710
2822       - 36  # NDRPDR sel xxv710
2823       - 37  # NDRPDR sel xxv710
2824       - 41  # NDRPDR sel xxv710
2825       - 42  # NDRPDR sel xxv710
2826       - 43  # NDRPDR sel xxv710
2827       - 46  # NDRPDR sel xxv710
2828       - 47  # NDRPDR sel xxv710
2829       - 52  # NDRPDR sel xxv710
2830       - 53  # NDRPDR sel xxv710
2831       - 38  # NDRPDR sel x710
2832       - 39  # NDRPDR sel x710
2833       - 40  # NDRPDR sel x710
2834       - 44  # NDRPDR sel x710
2835       - 45  # NDRPDR sel x710
2836       - 48  # NDRPDR sel x710
2837       - 49  # NDRPDR sel x710
2838       - 50  # NDRPDR sel x710
2839       - 51  # NDRPDR sel x710
2840       - 54  # NDRPDR sel x710
2841     csit-dpdk-perf-report-iterative-2005-2n-skx:
2842       - 20  # NDRPDR iter
2843       - 21  # NDRPDR iter
2844       - 22  # NDRPDR iter
2845       - 23  # NDRPDR iter
2846       - 24  # NDRPDR iter
2847       - 25  # NDRPDR iter
2848       - 26  # NDRPDR iter
2849       - 27  # NDRPDR iter
2850       - 28  # NDRPDR iter
2851       - 29  # NDRPDR iter
2852
2853     csit-dpdk-perf-verify-2001-2n-clx:
2854       - 15  # NDRPDR sel
2855       - 16  # NDRPDR sel
2856       - 17  # NDRPDR sel
2857       - 18  # NDRPDR sel
2858       - 19  # NDRPDR sel
2859       - 20  # NDRPDR sel
2860       - 21  # NDRPDR sel
2861       - 22  # NDRPDR sel
2862       - 23  # NDRPDR sel
2863       - 24  # NDRPDR sel
2864       - 25  # NDRPDR sel
2865       - 26  # NDRPDR sel
2866       - 27  # NDRPDR sel
2867       - 28  # NDRPDR sel
2868       - 29  # NDRPDR sel
2869       - 30  # NDRPDR sel
2870       - 31  # NDRPDR sel
2871       - 32  # NDRPDR sel
2872       - 33  # NDRPDR sel
2873       - 34  # NDRPDR sel
2874     csit-dpdk-perf-report-iterative-2005-2n-clx:
2875       - 20  # NDRPDR iter
2876       - 21  # NDRPDR iter
2877       - 22  # NDRPDR iter
2878       - 23  # NDRPDR iter
2879       - 24  # NDRPDR iter
2880       - 25  # NDRPDR iter
2881       - 26  # NDRPDR iter
2882       - 27  # NDRPDR iter
2883       - 28  # NDRPDR iter
2884       - 29  # NDRPDR iter
2885
2886     csit-dpdk-perf-verify-2001-2n-dnv:
2887       - 9   # NDRPDR sel
2888       - 10  # NDRPDR sel
2889       - 11  # NDRPDR sel
2890       - 12  # NDRPDR sel
2891       - 13  # NDRPDR sel
2892       - 14  # NDRPDR sel
2893       - 15  # NDRPDR sel
2894       - 16  # NDRPDR sel
2895       - 17  # NDRPDR sel
2896       - 18  # NDRPDR sel
2897     csit-dpdk-perf-report-iterative-2005-2n-dnv:
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       - 15  # NDRPDR sel
2906       - 16  # NDRPDR sel
2907       - 17  # NDRPDR sel
2908
2909     csit-dpdk-perf-verify-2001-3n-dnv:
2910       - 12  # NDRPDR sel
2911       - 13  # NDRPDR sel
2912       - 14  # NDRPDR sel
2913       - 15  # NDRPDR sel
2914       - 16  # NDRPDR sel
2915       - 17  # NDRPDR sel
2916       - 18  # NDRPDR sel
2917       - 19  # NDRPDR sel
2918       - 20  # NDRPDR sel
2919       - 22  # NDRPDR sel
2920     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2921       - 6   # NDRPDR sel
2922       - 7   # NDRPDR sel
2923       - 8   # NDRPDR sel
2924       - 9   # NDRPDR sel
2925       - 10  # NDRPDR sel
2926       - 11  # NDRPDR sel
2927       - 12  # NDRPDR sel
2928       - 13  # NDRPDR sel
2929       - 14  # NDRPDR sel
2930       - 16  # NDRPDR sel
2931
2932     csit-dpdk-perf-verify-2001-3n-tsh:
2933       - 3   # NDRPDR sel
2934       - 4   # NDRPDR sel
2935       - 5   # NDRPDR sel
2936       - 9   # NDRPDR sel
2937       - 10  # NDRPDR sel
2938       - 11  # NDRPDR sel
2939       - 12  # NDRPDR sel
2940       - 14  # NDRPDR sel
2941       - 15  # NDRPDR sel
2942       - 18  # NDRPDR sel
2943     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2944       - 5   # NDRPDR sel
2945
2946     csit-vpp-device-2005-ubuntu1804-1n-skx:
2947       - 35
2948
2949 - type: "output"
2950   output: "report"
2951   format:
2952     html:
2953     - full
2954     pdf:
2955     - minimal
2956
2957 ################################################################################
2958 ###                               T A B L E S                                ###
2959 ################################################################################
2960
2961 # VPP Soak vs NDR - 2n-skx
2962 - type: "table"
2963   title: "VPP Soak vs NDR 2n-skx"
2964   algorithm: "table_soak_vs_ndr"
2965   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2966   reference:
2967     title: "NDR"
2968     data: "vpp-soak-vs-ndr-2n-skx-ref"
2969   compare:
2970     title: "Soak"
2971     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2972   data: "vpp-soak-vs-ndr-2n-skx"
2973   include-tests: "NDR"
2974   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2975   parameters:
2976     - "throughput"
2977     - "name"
2978     - "parent"
2979
2980 # VPP Soak vs NDR - 2n-clx
2981 - type: "table"
2982   title: "VPP Soak vs NDR 2n-clx"
2983   algorithm: "table_soak_vs_ndr"
2984   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2985   reference:
2986     title: "NDR"
2987     data: "vpp-soak-vs-ndr-2n-clx-ref"
2988   compare:
2989     title: "Soak"
2990     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2991   data: "vpp-soak-vs-ndr-2n-clx"
2992   include-tests: "NDR"
2993   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2994   parameters:
2995     - "throughput"
2996     - "name"
2997     - "parent"
2998
2999 ################################################################################
3000
3001 # VPP Compare NICs 3n-skx 2t1c ndr
3002 - type: "table"
3003   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3004   algorithm: "table_comparison"
3005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3007   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3008   columns:
3009     - title: "x710"
3010       data-set: "vpp-nic-comparison-3n-skx"
3011       tag: "NIC_Intel-X710"
3012     - title: "xxv710"
3013       data-set: "vpp-nic-comparison-3n-skx"
3014       tag: "NIC_Intel-XXV710"
3015   comparisons:
3016     - title: "Diff"
3017       reference: 1
3018       compare: 2
3019   legend:
3020     - ""
3021     - "x710, xxv710 - NICs tested."
3022     - "Diff - difference between x710 and xxv710 NIC."
3023
3024 # VPP Compare NICs 3n-skx 4t2c ndr
3025 - type: "table"
3026   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3027   algorithm: "table_comparison"
3028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3030   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3031   columns:
3032     - title: "x710"
3033       data-set: "vpp-nic-comparison-3n-skx"
3034       tag: "NIC_Intel-X710"
3035     - title: "xxv710"
3036       data-set: "vpp-nic-comparison-3n-skx"
3037       tag: "NIC_Intel-XXV710"
3038   comparisons:
3039     - title: "Diff"
3040       reference: 1
3041       compare: 2
3042   legend:
3043     - ""
3044     - "x710, xxv710 - NICs tested."
3045     - "Diff - difference between x710 and xxv710 NIC."
3046
3047 # VPP Compare NICs 3n-skx 2t1c pdr
3048 - type: "table"
3049   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3050   algorithm: "table_comparison"
3051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3053   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3054   columns:
3055     - title: "x710"
3056       data-set: "vpp-nic-comparison-3n-skx"
3057       tag: "NIC_Intel-X710"
3058     - title: "xxv710"
3059       data-set: "vpp-nic-comparison-3n-skx"
3060       tag: "NIC_Intel-XXV710"
3061   comparisons:
3062     - title: "Diff"
3063       reference: 1
3064       compare: 2
3065   legend:
3066     - ""
3067     - "x710, xxv710 - NICs tested."
3068     - "Diff - difference between x710 and xxv710 NIC."
3069
3070 # VPP Compare NICs 3n-skx 4t2c pdr
3071 - type: "table"
3072   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3073   algorithm: "table_comparison"
3074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3076   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3077   columns:
3078     - title: "x710"
3079       data-set: "vpp-nic-comparison-3n-skx"
3080       tag: "NIC_Intel-X710"
3081     - title: "xxv710"
3082       data-set: "vpp-nic-comparison-3n-skx"
3083       tag: "NIC_Intel-XXV710"
3084   comparisons:
3085     - title: "Diff"
3086       reference: 1
3087       compare: 2
3088   legend:
3089     - ""
3090     - "x710, xxv710 - NICs tested."
3091     - "Diff - difference between x710 and xxv710 NIC."
3092
3093 ## VPP Compare NICs 3n-skx 2t1c mrr
3094 #- type: "table"
3095 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3096 #  algorithm: "table_comparison"
3097 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3098 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3099 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3100 #  columns:
3101 #    - title: "x710"
3102 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3103 #      tag: "NIC_Intel-X710"
3104 #    - title: "xxv710"
3105 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3106 #      tag: "NIC_Intel-XXV710"
3107 #  comparisons:
3108 #    - title: "Diff"
3109 #      reference: 1
3110 #      compare: 2
3111 #  legend:
3112 #    - ""
3113 #    - "x710, xxv710 - NICs tested."
3114 #    - "Diff - difference between x710 and xxv710 NIC."
3115 #
3116 ## VPP Compare NICs 3n-skx 4t2c mrr
3117 #- type: "table"
3118 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3119 #  algorithm: "table_comparison"
3120 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3122 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3123 #  columns:
3124 #    - title: "x710"
3125 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3126 #      tag: "NIC_Intel-X710"
3127 #    - title: "xxv710"
3128 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3129 #      tag: "NIC_Intel-XXV710"
3130 #  comparisons:
3131 #    - title: "Diff"
3132 #      reference: 1
3133 #      compare: 2
3134 #  legend:
3135 #    - ""
3136 #    - "x710, xxv710 - NICs tested."
3137 #    - "Diff - difference between x710 and xxv710 NIC."
3138 #
3139 ## VPP Compare NICs 3n-skx 8t4c mrr
3140 #- type: "table"
3141 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3142 #  algorithm: "table_comparison"
3143 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3144 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3145 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3146 #  columns:
3147 #    - title: "x710"
3148 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3149 #      tag: "NIC_Intel-X710"
3150 #    - title: "xxv710"
3151 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3152 #      tag: "NIC_Intel-XXV710"
3153 #  comparisons:
3154 #    - title: "Diff"
3155 #      reference: 1
3156 #      compare: 2
3157 #  legend:
3158 #    - ""
3159 #    - "x710, xxv710 - NICs tested."
3160 #    - "Diff - difference between x710 and xxv710 NIC."
3161
3162 # VPP Compare NICs 2n-skx 2t1c ndr
3163 - type: "table"
3164   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3165   algorithm: "table_comparison"
3166   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3168   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3169   columns:
3170     - title: "x710"
3171       data-set: "vpp-nic-comparison-2n-skx"
3172       tag: "NIC_Intel-X710"
3173     - title: "xxv710"
3174       data-set: "vpp-nic-comparison-2n-skx"
3175       tag: "NIC_Intel-XXV710"
3176   comparisons:
3177     - title: "Diff"
3178       reference: 1
3179       compare: 2
3180   legend:
3181     - ""
3182     - "x710, xxv710 - NICs tested."
3183     - "Diff - difference between x710 and xxv710 NIC."
3184
3185 # VPP Compare NICs 2n-skx 4t2c ndr
3186 - type: "table"
3187   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3188   algorithm: "table_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3191   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3192   columns:
3193     - title: "x710"
3194       data-set: "vpp-nic-comparison-2n-skx"
3195       tag: "NIC_Intel-X710"
3196     - title: "xxv710"
3197       data-set: "vpp-nic-comparison-2n-skx"
3198       tag: "NIC_Intel-XXV710"
3199   comparisons:
3200     - title: "Diff"
3201       reference: 1
3202       compare: 2
3203   legend:
3204     - ""
3205     - "x710, xxv710 - NICs tested."
3206     - "Diff - difference between x710 and xxv710 NIC."
3207
3208 # VPP Compare NICs 2n-skx 2t1c pdr
3209 - type: "table"
3210   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3211   algorithm: "table_comparison"
3212   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3214   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3215   columns:
3216     - title: "x710"
3217       data-set: "vpp-nic-comparison-2n-skx"
3218       tag: "NIC_Intel-X710"
3219     - title: "xxv710"
3220       data-set: "vpp-nic-comparison-2n-skx"
3221       tag: "NIC_Intel-XXV710"
3222   comparisons:
3223     - title: "Diff"
3224       reference: 1
3225       compare: 2
3226   legend:
3227     - ""
3228     - "x710, xxv710 - NICs tested."
3229     - "Diff - difference between x710 and xxv710 NIC."
3230
3231 # VPP Compare NICs 2n-skx 4t2c pdr
3232 - type: "table"
3233   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3234   algorithm: "table_comparison"
3235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3237   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3238   columns:
3239     - title: "x710"
3240       data-set: "vpp-nic-comparison-2n-skx"
3241       tag: "NIC_Intel-X710"
3242     - title: "xxv710"
3243       data-set: "vpp-nic-comparison-2n-skx"
3244       tag: "NIC_Intel-XXV710"
3245   comparisons:
3246     - title: "Diff"
3247       reference: 1
3248       compare: 2
3249   legend:
3250     - ""
3251     - "x710, xxv710 - NICs tested."
3252     - "Diff - difference between x710 and xxv710 NIC."
3253
3254 # VPP Compare NICs 2n-skx 2t1c mrr
3255 - type: "table"
3256   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3257   algorithm: "table_comparison"
3258   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3260   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3261   columns:
3262     - title: "x710"
3263       data-set: "vpp-nic-comparison-2n-skx-mrr"
3264       tag: "NIC_Intel-X710"
3265     - title: "xxv710"
3266       data-set: "vpp-nic-comparison-2n-skx-mrr"
3267       tag: "NIC_Intel-XXV710"
3268   comparisons:
3269     - title: "Diff"
3270       reference: 1
3271       compare: 2
3272   legend:
3273     - ""
3274     - "x710, xxv710 - NICs tested."
3275     - "Diff - difference between x710 and xxv710 NIC."
3276
3277 # VPP Compare NICs 2n-skx 4t2c mrr
3278 - type: "table"
3279   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3280   algorithm: "table_comparison"
3281   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3283   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3284   columns:
3285     - title: "x710"
3286       data-set: "vpp-nic-comparison-2n-skx-mrr"
3287       tag: "NIC_Intel-X710"
3288     - title: "xxv710"
3289       data-set: "vpp-nic-comparison-2n-skx-mrr"
3290       tag: "NIC_Intel-XXV710"
3291   comparisons:
3292     - title: "Diff"
3293       reference: 1
3294       compare: 2
3295   legend:
3296     - ""
3297     - "x710, xxv710 - NICs tested."
3298     - "Diff - difference between x710 and xxv710 NIC."
3299
3300 # VPP Compare NICs 2n-skx 8t4c mrr
3301 - type: "table"
3302   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3303   algorithm: "table_comparison"
3304   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3306   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3307   columns:
3308     - title: "x710"
3309       data-set: "vpp-nic-comparison-2n-skx-mrr"
3310       tag: "NIC_Intel-X710"
3311     - title: "xxv710"
3312       data-set: "vpp-nic-comparison-2n-skx-mrr"
3313       tag: "NIC_Intel-XXV710"
3314   comparisons:
3315     - title: "Diff"
3316       reference: 1
3317       compare: 2
3318   legend:
3319     - ""
3320     - "x710, xxv710 - NICs tested."
3321     - "Diff - difference between x710 and xxv710 NIC."
3322
3323 ################################################################################
3324 # VPP
3325
3326 # VPP Performance Changes 3n-hsw 1t1c pdr
3327 - type: "table"
3328   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3329   algorithm: "table_comparison"
3330   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3332   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3333   columns:
3334     - title: "1908.1-2"
3335       data-set: "vpp-performance-changes-3n-hsw-h1"
3336     - title: "2001.0-2"
3337       data-set: "vpp-performance-changes-3n-hsw-ref"
3338     - title: "2001.0-4"
3339       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3340     - title: "2005.0-4"
3341       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3342   comparisons:
3343     - title: "2001.0-4 vs 2001.0-2"
3344       reference: 2
3345       compare: 3
3346       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3347     - title: "2005.0-4 vs 2001.0-4"
3348       reference: 3
3349       compare: 4
3350       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3351   legend:
3352     - ''
3353     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3354     - '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).'
3355     - '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.'
3356     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3357     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3358
3359 # VPP Performance Changes 3n-hsw 2t2c pdr
3360 - type: "table"
3361   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3362   algorithm: "table_comparison"
3363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3365   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3366   columns:
3367     - title: "1908.1-2"
3368       data-set: "vpp-performance-changes-3n-hsw-h1"
3369     - title: "2001.0-2"
3370       data-set: "vpp-performance-changes-3n-hsw-ref"
3371     - title: "2001.0-4"
3372       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3373     - title: "2005.0-4"
3374       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3375   comparisons:
3376     - title: "2001.0-4 vs 2001.0-2"
3377       reference: 2
3378       compare: 3
3379       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3380     - title: "2005.0-4 vs 2001.0-4"
3381       reference: 3
3382       compare: 4
3383       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3384   legend:
3385     - ''
3386     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3387     - '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).'
3388     - '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.'
3389     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3390     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3391
3392 # VPP Performance Changes 3n-hsw 1t1c ndr
3393 - type: "table"
3394   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3395   algorithm: "table_comparison"
3396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3399   columns:
3400     - title: "1908.1-2"
3401       data-set: "vpp-performance-changes-3n-hsw-h1"
3402     - title: "2001.0-2"
3403       data-set: "vpp-performance-changes-3n-hsw-ref"
3404     - title: "2001.0-4"
3405       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3406     - title: "2005.0-4"
3407       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3408   comparisons:
3409     - title: "2001.0-4 vs 2001.0-2"
3410       reference: 2
3411       compare: 3
3412       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3413     - title: "2005.0-4 vs 2001.0-4"
3414       reference: 3
3415       compare: 4
3416       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3417   legend:
3418     - ''
3419     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3420     - '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).'
3421     - '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.'
3422     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3423     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3424
3425 # VPP Performance Changes 3n-hsw 2t2c ndr
3426 - type: "table"
3427   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "1908.1-2"
3434       data-set: "vpp-performance-changes-3n-hsw-h1"
3435     - title: "2001.0-2"
3436       data-set: "vpp-performance-changes-3n-hsw-ref"
3437     - title: "2001.0-4"
3438       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3439     - title: "2005.0-4"
3440       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3441   comparisons:
3442     - title: "2001.0-4 vs 2001.0-2"
3443       reference: 2
3444       compare: 3
3445       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3446     - title: "2005.0-4 vs 2001.0-4"
3447       reference: 3
3448       compare: 4
3449       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3450   legend:
3451     - ''
3452     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3453     - '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).'
3454     - '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.'
3455     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3456     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3457
3458 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "1908.1-2"
3467       data-set: "vpp-performance-changes-3n-hsw-h1"
3468     - title: "2001.0-2"
3469       data-set: "vpp-performance-changes-3n-hsw-ref"
3470     - title: "2001.0-4"
3471       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3472     - title: "2005.0-3"
3473       data-set: "vpp-performance-changes-3n-hsw-cmp"
3474     - title: "2005.0-4"
3475       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3476   comparisons:
3477     - title: "2005.0-4 vs 2005.0-3"
3478       reference: 4
3479       compare: 5
3480       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3481     - title: "2001.0-4 vs 2001.0-2"
3482       reference: 2
3483       compare: 3
3484       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3485     - title: "2005.0-4 vs 2001.0-4"
3486       reference: 3
3487       compare: 5
3488       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3489   legend:
3490     - ''
3491     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3492     - '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).'
3493     - '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.'
3494     - '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.'
3495     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3496     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3497
3498 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3499 - type: "table"
3500   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3501   algorithm: "table_comparison"
3502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3504   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3505   columns:
3506     - title: "1908.1-2"
3507       data-set: "vpp-performance-changes-3n-hsw-h1"
3508     - title: "2001.0-2"
3509       data-set: "vpp-performance-changes-3n-hsw-ref"
3510     - title: "2001.0-4"
3511       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3512     - title: "2005.0-3"
3513       data-set: "vpp-performance-changes-3n-hsw-cmp"
3514     - title: "2005.0-4"
3515       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3516   comparisons:
3517     - title: "2005.0-4 vs 2005.0-3"
3518       reference: 4
3519       compare: 5
3520       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3521     - title: "2001.0-4 vs 2001.0-2"
3522       reference: 2
3523       compare: 3
3524       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3525     - title: "2005.0-4 vs 2001.0-4"
3526       reference: 3
3527       compare: 5
3528       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3529   legend:
3530     - ''
3531     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3532     - '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).'
3533     - '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.'
3534     - '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.'
3535     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3536     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3537
3538 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3539 - type: "table"
3540   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3541   algorithm: "table_comparison"
3542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3544   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3545   columns:
3546     - title: "1908.1-2"
3547       data-set: "vpp-performance-changes-3n-hsw-h1"
3548     - title: "2001.0-2"
3549       data-set: "vpp-performance-changes-3n-hsw-ref"
3550     - title: "2001.0-4"
3551       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3552     - title: "2005.0-3"
3553       data-set: "vpp-performance-changes-3n-hsw-cmp"
3554     - title: "2005.0-4"
3555       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3556   comparisons:
3557     - title: "2005.0-4 vs 2005.0-3"
3558       reference: 4
3559       compare: 5
3560       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3561     - title: "2001.0-4 vs 2001.0-2"
3562       reference: 2
3563       compare: 3
3564       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3565     - title: "2005.0-4 vs 2001.0-4"
3566       reference: 3
3567       compare: 5
3568       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3569   legend:
3570     - ''
3571     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3572     - '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).'
3573     - '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.'
3574     - '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.'
3575     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3576     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3577
3578 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3579 - type: "table"
3580   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3581   algorithm: "table_comparison"
3582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3583   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3584   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3585   columns:
3586     - title: "1908.1-2"
3587       data-set: "vpp-performance-changes-3n-hsw-h1"
3588     - title: "2001.0-2"
3589       data-set: "vpp-performance-changes-3n-hsw-ref"
3590     - title: "2001.0-4"
3591       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3592     - title: "2005.0-3"
3593       data-set: "vpp-performance-changes-3n-hsw-cmp"
3594     - title: "2005.0-4"
3595       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3596   comparisons:
3597     - title: "2005.0-4 vs 2005.0-3"
3598       reference: 4
3599       compare: 5
3600       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3601     - title: "2001.0-4 vs 2001.0-2"
3602       reference: 2
3603       compare: 3
3604       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3605     - title: "2005.0-4 vs 2001.0-4"
3606       reference: 3
3607       compare: 5
3608       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3609   legend:
3610     - ''
3611     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3612     - '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)..'
3613     - '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.'
3614     - '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.'
3615     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3616     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3617
3618 # VPP Performance Changes 3n-skx 2t1c pdr
3619 - type: "table"
3620   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3625   columns:
3626     - title: "1908.1-2"
3627       data-set: "vpp-performance-changes-3n-skx-h1"
3628     - title: "2001.0-2"
3629       data-set: "vpp-performance-changes-3n-skx-ref"
3630     - title: "2001.0-4"
3631       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3632     - title: "2005.0-4"
3633       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3634   comparisons:
3635     - title: "2001.0-4 vs 2001.0-2"
3636       reference: 2
3637       compare: 3
3638       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3639     - title: "2005.0-4 vs 2001.0-4"
3640       reference: 3
3641       compare: 4
3642       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3643   legend:
3644     - ''
3645     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3646     - '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).'
3647     - '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.'
3648     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3649     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3650
3651 # VPP Performance Changes 3n-skx 4t2c pdr
3652 - type: "table"
3653   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3654   algorithm: "table_comparison"
3655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3658   columns:
3659     - title: "1908.1-2"
3660       data-set: "vpp-performance-changes-3n-skx-h1"
3661     - title: "2001.0-2"
3662       data-set: "vpp-performance-changes-3n-skx-ref"
3663     - title: "2001.0-4"
3664       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3665     - title: "2005.0-4"
3666       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3667   comparisons:
3668     - title: "2001.0-4 vs 2001.0-2"
3669       reference: 2
3670       compare: 3
3671       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3672     - title: "2005.0-4 vs 2001.0-4"
3673       reference: 3
3674       compare: 4
3675       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3676   legend:
3677     - ''
3678     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3679     - '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).'
3680     - '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.'
3681     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3682     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3683
3684 # VPP Performance Changes 3n-skx 2t1c ndr
3685 - type: "table"
3686   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3691   columns:
3692     - title: "1908.1-2"
3693       data-set: "vpp-performance-changes-3n-skx-h1"
3694     - title: "2001.0-2"
3695       data-set: "vpp-performance-changes-3n-skx-ref"
3696     - title: "2001.0-4"
3697       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3698     - title: "2005.0-4"
3699       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3700   comparisons:
3701     - title: "2001.0-4 vs 2001.0-2"
3702       reference: 2
3703       compare: 3
3704       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3705     - title: "2005.0-4 vs 2001.0-4"
3706       reference: 3
3707       compare: 4
3708       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3709   legend:
3710     - ''
3711     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3712     - '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).'
3713     - '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.'
3714     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3715     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3716
3717 # VPP Performance Changes 3n-skx 4t2c ndr
3718 - type: "table"
3719   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3720   algorithm: "table_comparison"
3721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3723   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3724   columns:
3725     - title: "1908.1-2"
3726       data-set: "vpp-performance-changes-3n-skx-h1"
3727     - title: "2001.0-2"
3728       data-set: "vpp-performance-changes-3n-skx-ref"
3729     - title: "2001.0-4"
3730       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3731     - title: "2005.0-4"
3732       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3733   comparisons:
3734     - title: "2001.0-4 vs 2001.0-2"
3735       reference: 2
3736       compare: 3
3737       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3738     - title: "2005.0-4 vs 2001.0-4"
3739       reference: 3
3740       compare: 4
3741       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3742   legend:
3743     - ''
3744     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3745     - '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).'
3746     - '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.'
3747     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3748     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3749
3750 # VPP Performance Changes 3n-skx 2t1c pdr-full
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3753   algorithm: "table_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3756   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3757   columns:
3758     - title: "1908.1-2"
3759       data-set: "vpp-performance-changes-3n-skx-h1"
3760     - title: "2001.0-2"
3761       data-set: "vpp-performance-changes-3n-skx-ref"
3762     - title: "2001.0-4"
3763       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3764     - title: "2005.0-3"
3765       data-set: "vpp-performance-changes-3n-skx-cmp"
3766     - title: "2005.0-4"
3767       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3768   comparisons:
3769     - title: "2005.0-4 vs 2005.0-3"
3770       reference: 4
3771       compare: 5
3772       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3773     - title: "2001.0-4 vs 2001.0-2"
3774       reference: 2
3775       compare: 3
3776       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3777     - title: "2005.0-4 vs 2001.0-4"
3778       reference: 3
3779       compare: 5
3780       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3781   legend:
3782     - ''
3783     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3784     - '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).'
3785     - '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.'
3786     - '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.'
3787     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3788     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3789
3790 # VPP Performance Changes 3n-skx 4t2c pdr-full
3791 - type: "table"
3792   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3793   algorithm: "table_comparison"
3794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3796   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3797   columns:
3798     - title: "1908.1-2"
3799       data-set: "vpp-performance-changes-3n-skx-h1"
3800     - title: "2001.0-2"
3801       data-set: "vpp-performance-changes-3n-skx-ref"
3802     - title: "2001.0-4"
3803       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3804     - title: "2005.0-3"
3805       data-set: "vpp-performance-changes-3n-skx-cmp"
3806     - title: "2005.0-4"
3807       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3808   comparisons:
3809     - title: "2005.0-4 vs 2005.0-3"
3810       reference: 4
3811       compare: 5
3812       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3813     - title: "2001.0-4 vs 2001.0-2"
3814       reference: 2
3815       compare: 3
3816       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3817     - title: "2005.0-4 vs 2001.0-4"
3818       reference: 3
3819       compare: 5
3820       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3821   legend:
3822     - ''
3823     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3824     - '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).'
3825     - '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.'
3826     - '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.'
3827     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3828     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3829
3830 # VPP Performance Changes 3n-skx 2t1c ndr-full
3831 - type: "table"
3832   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3833   algorithm: "table_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3836   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3837   columns:
3838     - title: "1908.1-2"
3839       data-set: "vpp-performance-changes-3n-skx-h1"
3840     - title: "2001.0-2"
3841       data-set: "vpp-performance-changes-3n-skx-ref"
3842     - title: "2001.0-4"
3843       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3844     - title: "2005.0-3"
3845       data-set: "vpp-performance-changes-3n-skx-cmp"
3846     - title: "2005.0-4"
3847       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3848   comparisons:
3849     - title: "2005.0-4 vs 2005.0-3"
3850       reference: 4
3851       compare: 5
3852       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3853     - title: "2001.0-4 vs 2001.0-2"
3854       reference: 2
3855       compare: 3
3856       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3857     - title: "2005.0-4 vs 2001.0-4"
3858       reference: 3
3859       compare: 5
3860       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3861   legend:
3862     - ''
3863     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3864     - '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).'
3865     - '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.'
3866     - '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.'
3867     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3868     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3869
3870 # VPP Performance Changes 3n-skx 4t2c ndr-full
3871 - type: "table"
3872   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3877   columns:
3878     - title: "1908.1-2"
3879       data-set: "vpp-performance-changes-3n-skx-h1"
3880     - title: "2001.0-2"
3881       data-set: "vpp-performance-changes-3n-skx-ref"
3882     - title: "2001.0-4"
3883       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3884     - title: "2005.0-3"
3885       data-set: "vpp-performance-changes-3n-skx-cmp"
3886     - title: "2005.0-4"
3887       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3888   comparisons:
3889     - title: "2005.0-4 vs 2005.0-3"
3890       reference: 4
3891       compare: 5
3892       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3893     - title: "2001.0-4 vs 2001.0-2"
3894       reference: 2
3895       compare: 3
3896       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3897     - title: "2005.0-4 vs 2001.0-4"
3898       reference: 3
3899       compare: 5
3900       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3901   legend:
3902     - ''
3903     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3904     - '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).'
3905     - '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.'
3906     - '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.'
3907     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3908     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3909
3910 # VPP Performance Changes 2n-skx 2t1c pdr
3911 - type: "table"
3912   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3917   columns:
3918     - title: "1908.1-2"
3919       data-set: "vpp-performance-changes-2n-skx-h1"
3920     - title: "2001.0-2"
3921       data-set: "vpp-performance-changes-2n-skx-ref"
3922     - title: "2001.0-4"
3923       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3924     - title: "2005.0-4"
3925       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3926   comparisons:
3927     - title: "2001.0-4 vs 2001.0-2"
3928       reference: 2
3929       compare: 3
3930       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3931     - title: "2005.0-4 vs 2001.0-4"
3932       reference: 3
3933       compare: 4
3934       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3935   legend:
3936     - ''
3937     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3938     - '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).'
3939     - '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.'
3940     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3941     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3942
3943 # VPP Performance Changes 2n-skx 4t2c pdr
3944 - type: "table"
3945   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3946   algorithm: "table_comparison"
3947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3949   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3950   columns:
3951     - title: "1908.1-2"
3952       data-set: "vpp-performance-changes-2n-skx-h1"
3953     - title: "2001.0-2"
3954       data-set: "vpp-performance-changes-2n-skx-ref"
3955     - title: "2001.0-4"
3956       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3957     - title: "2005.0-4"
3958       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3959   comparisons:
3960     - title: "2001.0-4 vs 2001.0-2"
3961       reference: 2
3962       compare: 3
3963       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3964     - title: "2005.0-4 vs 2001.0-4"
3965       reference: 3
3966       compare: 4
3967       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3968   legend:
3969     - ''
3970     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3971     - '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).'
3972     - '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.'
3973     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3974     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3975
3976 # VPP Performance Changes 2n-skx 2t1c ndr
3977 - type: "table"
3978   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3983   columns:
3984     - title: "1908.1-2"
3985       data-set: "vpp-performance-changes-2n-skx-h1"
3986     - title: "2001.0-2"
3987       data-set: "vpp-performance-changes-2n-skx-ref"
3988     - title: "2001.0-4"
3989       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3990     - title: "2005.0-4"
3991       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3992   comparisons:
3993     - title: "2001.0-4 vs 2001.0-2"
3994       reference: 2
3995       compare: 3
3996       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3997     - title: "2005.0-4 vs 2001.0-4"
3998       reference: 3
3999       compare: 4
4000       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4001   legend:
4002     - ''
4003     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4004     - '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).'
4005     - '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.'
4006     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4007     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4008
4009 # VPP Performance Changes 2n-skx 4t2c ndr
4010 - type: "table"
4011   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4012   algorithm: "table_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4015   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4016   columns:
4017     - title: "1908.1-2"
4018       data-set: "vpp-performance-changes-2n-skx-h1"
4019     - title: "2001.0-2"
4020       data-set: "vpp-performance-changes-2n-skx-ref"
4021     - title: "2001.0-4"
4022       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4023     - title: "2005.0-4"
4024       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4025   comparisons:
4026     - title: "2001.0-4 vs 2001.0-2"
4027       reference: 2
4028       compare: 3
4029       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4030     - title: "2005.0-4 vs 2001.0-4"
4031       reference: 3
4032       compare: 4
4033       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4034   legend:
4035     - ''
4036     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4037     - '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).'
4038     - '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.'
4039     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4040     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4041
4042 # VPP Performance Changes 2n-skx 2t1c pdr-full
4043 - type: "table"
4044   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4048   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4049   columns:
4050     - title: "1908.1-2"
4051       data-set: "vpp-performance-changes-2n-skx-h1"
4052     - title: "2001.0-2"
4053       data-set: "vpp-performance-changes-2n-skx-ref"
4054     - title: "2001.0-4"
4055       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4056     - title: "2005.0-3"
4057       data-set: "vpp-performance-changes-2n-skx-cmp"
4058     - title: "2005.0-4"
4059       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4060   comparisons:
4061     - title: "2005.0-4 vs 2005.0-3"
4062       reference: 4
4063       compare: 5
4064       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4065     - title: "2001.0-4 vs 2001.0-2"
4066       reference: 2
4067       compare: 3
4068       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4069     - title: "2005.0-4 vs 2001.0-4"
4070       reference: 3
4071       compare: 5
4072       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
4073
4074   legend:
4075     - ''
4076     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4077     - '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).'
4078     - '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.'
4079     - '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.'
4080     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4081     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4082
4083 # VPP Performance Changes 2n-skx 4t2c pdr-full
4084 - type: "table"
4085   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4090   columns:
4091     - title: "1908.1-2"
4092       data-set: "vpp-performance-changes-2n-skx-h1"
4093     - title: "2001.0-2"
4094       data-set: "vpp-performance-changes-2n-skx-ref"
4095     - title: "2001.0-4"
4096       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4097     - title: "2005.0-3"
4098       data-set: "vpp-performance-changes-2n-skx-cmp"
4099     - title: "2005.0-4"
4100       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4101   comparisons:
4102     - title: "2005.0-4 vs 2005.0-3"
4103       reference: 4
4104       compare: 5
4105       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4106     - title: "2001.0-4 vs 2001.0-2"
4107       reference: 2
4108       compare: 3
4109       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4110     - title: "2005.0-4 vs 2001.0-4"
4111       reference: 3
4112       compare: 5
4113       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4114   legend:
4115     - ''
4116     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4117     - '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).'
4118     - '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.'
4119     - '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.'
4120     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4121     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4122
4123 # VPP Performance Changes 2n-skx 2t1c ndr-full
4124 - type: "table"
4125   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4130   columns:
4131     - title: "1908.1-2"
4132       data-set: "vpp-performance-changes-2n-skx-h1"
4133     - title: "2001.0-2"
4134       data-set: "vpp-performance-changes-2n-skx-ref"
4135     - title: "2001.0-4"
4136       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4137     - title: "2005.0-3"
4138       data-set: "vpp-performance-changes-2n-skx-cmp"
4139     - title: "2005.0-4"
4140       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4141   comparisons:
4142     - title: "2005.0-4 vs 2005.0-3"
4143       reference: 4
4144       compare: 5
4145       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4146     - title: "2001.0-4 vs 2001.0-2"
4147       reference: 2
4148       compare: 3
4149       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4150     - title: "2005.0-4 vs 2001.0-4"
4151       reference: 3
4152       compare: 5
4153       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4154   legend:
4155     - ''
4156     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4157     - '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).'
4158     - '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.'
4159     - '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.'
4160     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4161     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4162
4163 # VPP Performance Changes 2n-skx 4t2c ndr-full
4164 - type: "table"
4165   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4166   algorithm: "table_comparison"
4167   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4169   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4170   columns:
4171     - title: "1908.1-2"
4172       data-set: "vpp-performance-changes-2n-skx-h1"
4173     - title: "2001.0-2"
4174       data-set: "vpp-performance-changes-2n-skx-ref"
4175     - title: "2001.0-4"
4176       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4177     - title: "2005.0-3"
4178       data-set: "vpp-performance-changes-2n-skx-cmp"
4179     - title: "2005.0-4"
4180       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4181   comparisons:
4182     - title: "2005.0-4 vs 2005.0-3"
4183       reference: 4
4184       compare: 5
4185       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4186     - title: "2001.0-4 vs 2001.0-2"
4187       reference: 2
4188       compare: 3
4189       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4190     - title: "2005.0-4 vs 2001.0-4"
4191       reference: 3
4192       compare: 5
4193       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4194   legend:
4195     - ''
4196     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4197     - '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).'
4198     - '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.'
4199     - '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.'
4200     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4201     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4202
4203 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4204 - type: "table"
4205   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4210   columns:
4211     - title: "2001.0-2"
4212       data-set: "vpp-performance-changes-2n-clx-ref"
4213     - title: "2001.0-4"
4214       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4215     - title: "2005.0-4"
4216       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4217   comparisons:
4218     - title: "2001.0-4 vs 2001.0-2"
4219       reference: 1
4220       compare: 2
4221       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4222     - title: "2005.0-4 vs 2001.0-4"
4223       reference: 2
4224       compare: 3
4225       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4226   legend:
4227     - ''
4228     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4229     - '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).'
4230     - '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.'
4231     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4232     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4233
4234 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4235 - type: "table"
4236   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4240   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4241   columns:
4242     - title: "2001.0-2"
4243       data-set: "vpp-performance-changes-2n-clx-ref"
4244     - title: "2001.0-4"
4245       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4246     - title: "2005.0-4"
4247       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4248   comparisons:
4249     - title: "2001.0-4 vs 2001.0-2"
4250       reference: 1
4251       compare: 2
4252       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4253     - title: "2005.0-4 vs 2001.0-4"
4254       reference: 2
4255       compare: 3
4256       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4257   legend:
4258     - ''
4259     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4260     - '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).'
4261     - '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.'
4262     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4263     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4264
4265 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4266 - type: "table"
4267   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4272   columns:
4273     - title: "2001.0-2"
4274       data-set: "vpp-performance-changes-2n-clx-ref"
4275     - title: "2001.0-4"
4276       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4277     - title: "2005.0-4"
4278       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4279   comparisons:
4280     - title: "2001.0-4 vs 2001.0-2"
4281       reference: 1
4282       compare: 2
4283       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4284     - title: "2005.0-4 vs 2001.0-4"
4285       reference: 2
4286       compare: 3
4287       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4288   legend:
4289     - ''
4290     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4291     - '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).'
4292     - '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.'
4293     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4294     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4295
4296 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4297 - type: "table"
4298   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4299   algorithm: "table_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4303   columns:
4304     - title: "2001.0-2"
4305       data-set: "vpp-performance-changes-2n-clx-ref"
4306     - title: "2001.0-4"
4307       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4308     - title: "2005.0-4"
4309       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4310   comparisons:
4311     - title: "2001.0-4 vs 2001.0-2"
4312       reference: 1
4313       compare: 2
4314       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4315     - title: "2005.0-4 vs 2001.0-4"
4316       reference: 2
4317       compare: 3
4318       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4319   legend:
4320     - ''
4321     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4322     - '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).'
4323     - '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.'
4324     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4325     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4326
4327 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4328 - type: "table"
4329   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4330   algorithm: "table_comparison"
4331   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4333   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4334   columns:
4335     - title: "2001.0-2"
4336       data-set: "vpp-performance-changes-2n-clx-ref"
4337     - title: "2001.0-4"
4338       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4339     - title: "2005.0-3"
4340       data-set: "vpp-performance-changes-2n-clx-cmp"
4341     - title: "2005.0-4"
4342       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4343   comparisons:
4344     - title: "2005.0-4 vs 2005.0-3"
4345       reference: 3
4346       compare: 4
4347       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4348     - title: "2001.0-4 vs 2001.0-2"
4349       reference: 1
4350       compare: 2
4351       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4352     - title: "2005.0-4 vs 2001.0-4"
4353       reference: 2
4354       compare: 4
4355       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4356   legend:
4357     - ''
4358     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4359     - '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).'
4360     - '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.'
4361     - '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.'
4362     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4363     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4364
4365 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4366 - type: "table"
4367   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4371   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4372   columns:
4373     - title: "2001.0-2"
4374       data-set: "vpp-performance-changes-2n-clx-ref"
4375     - title: "2001.0-4"
4376       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4377     - title: "2005.0-3"
4378       data-set: "vpp-performance-changes-2n-clx-cmp"
4379     - title: "2005.0-4"
4380       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4381   comparisons:
4382     - title: "2005.0-4 vs 2005.0-3"
4383       reference: 3
4384       compare: 4
4385       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4386     - title: "2001.0-4 vs 2001.0-2"
4387       reference: 1
4388       compare: 2
4389       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4390     - title: "2005.0-4 vs 2001.0-4"
4391       reference: 2
4392       compare: 4
4393       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4394   legend:
4395     - ''
4396     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4397     - '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).'
4398     - '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.'
4399     - '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.'
4400     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4401     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4402
4403 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4404 - type: "table"
4405   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4406   algorithm: "table_comparison"
4407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4409   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4410   columns:
4411     - title: "2001.0-2"
4412       data-set: "vpp-performance-changes-2n-clx-ref"
4413     - title: "2001.0-4"
4414       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4415     - title: "2005.0-3"
4416       data-set: "vpp-performance-changes-2n-clx-cmp"
4417     - title: "2005.0-4"
4418       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4419   comparisons:
4420     - title: "2005.0-4 vs 2005.0-3"
4421       reference: 3
4422       compare: 4
4423       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4424     - title: "2001.0-4 vs 2001.0-2"
4425       reference: 1
4426       compare: 2
4427       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4428     - title: "2005.0-4 vs 2001.0-4"
4429       reference: 2
4430       compare: 4
4431       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4432   legend:
4433     - ''
4434     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4435     - '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).'
4436     - '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.'
4437     - '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.'
4438     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4439     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4440
4441 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4442 - type: "table"
4443   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4444   algorithm: "table_comparison"
4445   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4447   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4448   columns:
4449     - title: "2001.0-2"
4450       data-set: "vpp-performance-changes-2n-clx-ref"
4451     - title: "2001.0-4"
4452       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4453     - title: "2005.0-3"
4454       data-set: "vpp-performance-changes-2n-clx-cmp"
4455     - title: "2005.0-4"
4456       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4457   comparisons:
4458     - title: "2005.0-4 vs 2005.0-3"
4459       reference: 3
4460       compare: 4
4461       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4462     - title: "2001.0-4 vs 2001.0-2"
4463       reference: 1
4464       compare: 2
4465       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4466     - title: "2005.0-4 vs 2001.0-4"
4467       reference: 2
4468       compare: 4
4469       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4470   legend:
4471     - ''
4472     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4473     - '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).'
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-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.'
4476     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4477     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4478
4479 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4480 #- type: "table"
4481 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4482 #  algorithm: "table_comparison"
4483 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4484 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4485 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4486 #  columns:
4487 #    - title: "2001.0-2"
4488 #      data-set: "vpp-performance-changes-2n-clx-ref"
4489 #    - title: "2005.0-3"
4490 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4491 #  comparisons:
4492 #    - title: "Diff"
4493 #      reference: 1
4494 #      compare: 2
4495 #  legend:
4496 #    - ''
4497 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4498 #    - '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).'
4499 #    - '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.'
4500 #    - '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.'
4501 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4502 #
4503 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4504 #- type: "table"
4505 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4506 #  algorithm: "table_comparison"
4507 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4508 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4509 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4510 #  columns:
4511 #    - title: "2001.0-2"
4512 #      data-set: "vpp-performance-changes-2n-clx-ref"
4513 #    - title: "2005.0-3"
4514 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4515 #  comparisons:
4516 #    - title: "Diff"
4517 #      reference: 1
4518 #      compare: 2
4519 #  legend:
4520 #    - ''
4521 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4522 #    - '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).'
4523 #    - '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.'
4524 #    - '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.'
4525 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4526 #
4527 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4528 #- type: "table"
4529 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4530 #  algorithm: "table_comparison"
4531 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4532 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4533 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4534 #  columns:
4535 #    - title: "2001.0-2"
4536 #      data-set: "vpp-performance-changes-2n-clx-ref"
4537 #    - title: "2005.0-3"
4538 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4539 #  comparisons:
4540 #    - title: "Diff"
4541 #      reference: 1
4542 #      compare: 2
4543 #  legend:
4544 #    - ''
4545 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4546 #    - '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).'
4547 #    - '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.'
4548 #    - '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.'
4549 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4550 #
4551 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4552 #- type: "table"
4553 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4554 #  algorithm: "table_comparison"
4555 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4557 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4558 #  columns:
4559 #    - title: "2001.0-2"
4560 #      data-set: "vpp-performance-changes-2n-clx-ref"
4561 #    - title: "2005.0-3"
4562 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4563 #  comparisons:
4564 #    - title: "Diff"
4565 #      reference: 1
4566 #      compare: 2
4567 #  legend:
4568 #    - ''
4569 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4570 #    - '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).'
4571 #    - '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.'
4572 #    - '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.'
4573 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4574
4575 # VPP Performance Changes 2n-dnv 1t1c pdr
4576 - type: "table"
4577   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4578   algorithm: "table_comparison"
4579   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4581   filter: "'1T1C'"
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 2t2c pdr
4601 - type: "table"
4602   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4606   filter: "'2T2C'"
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: PDR 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 1t1c ndr
4626 - type: "table"
4627   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4631   filter: "'1T1C'"
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 2n-dnv 2t2c ndr
4651 - type: "table"
4652   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4656   filter: "'2T2C'"
4657   columns:
4658     - title: "1908.1-2"
4659       data-set: "vpp-performance-changes-2n-dnv-h1"
4660     - title: "2001.0-2"
4661       data-set: "vpp-performance-changes-2n-dnv-ref"
4662     - title: "2005.0-3"
4663       data-set: "vpp-performance-changes-2n-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: NDR throughput on 2n-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 1t1c pdr
4676 - type: "table"
4677   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4681   filter: "'1T1C'"
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 2t2c pdr
4701 - type: "table"
4702   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4706   filter: "'2T2C'"
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: PDR 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 1t1c ndr
4726 - type: "table"
4727   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4731   filter: "'1T1C'"
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-dnv 2t2c ndr
4751 - type: "table"
4752   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4756   filter: "'2T2C'"
4757   columns:
4758     - title: "1908.1-2"
4759       data-set: "vpp-performance-changes-3n-dnv-h1"
4760     - title: "2001.0-2"
4761       data-set: "vpp-performance-changes-3n-dnv-ref"
4762     - title: "2005.0-3"
4763       data-set: "vpp-performance-changes-3n-dnv-cmp"
4764   comparisons:
4765     - title: "2005.0-3 vs 2001.0-2"
4766       reference: 2
4767       compare: 3
4768   legend:
4769     - ''
4770     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4771     - '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).'
4772     - '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.'
4773     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4774
4775 # VPP Performance Changes 3n-tsh 1t1c pdr
4776 - type: "table"
4777   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4778   algorithm: "table_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4781   filter: "'1T1C'"
4782   columns:
4783     - title: "1908.1-2"
4784       data-set: "vpp-performance-changes-3n-tsh-h1"
4785     - title: "2001.0-2"
4786       data-set: "vpp-performance-changes-3n-tsh-ref"
4787     - title: "2001.0-4"
4788       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4789     - title: "2005.0-4"
4790       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4791   comparisons:
4792     - title: "2001.0-4 vs 2001.0-2"
4793       reference: 2
4794       compare: 3
4795       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4796     - title: "2005.0-4 vs 2001.0-4"
4797       reference: 3
4798       compare: 4
4799       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4800   legend:
4801     - ''
4802     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4803     - '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).'
4804     - '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.'
4805     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4806     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4807
4808 # VPP Performance Changes 3n-tsh 2t2c pdr
4809 - type: "table"
4810   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4811   algorithm: "table_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4814   filter: "'2T2C'"
4815   columns:
4816     - title: "1908.1-2"
4817       data-set: "vpp-performance-changes-3n-tsh-h1"
4818     - title: "2001.0-2"
4819       data-set: "vpp-performance-changes-3n-tsh-ref"
4820     - title: "2001.0-4"
4821       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4822     - title: "2005.0-4"
4823       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4824   comparisons:
4825     - title: "2001.0-4 vs 2001.0-2"
4826       reference: 2
4827       compare: 3
4828       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4829     - title: "2005.0-4 vs 2001.0-4"
4830       reference: 3
4831       compare: 4
4832       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4833   legend:
4834     - ''
4835     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4836     - '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).'
4837     - '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.'
4838     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4839     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4840
4841 # VPP Performance Changes 3n-tsh 1t1c ndr
4842 - type: "table"
4843   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4844   algorithm: "table_comparison"
4845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4847   filter: "'1T1C'"
4848   columns:
4849     - title: "1908.1-2"
4850       data-set: "vpp-performance-changes-3n-tsh-h1"
4851     - title: "2001.0-2"
4852       data-set: "vpp-performance-changes-3n-tsh-ref"
4853     - title: "2001.0-4"
4854       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4855     - title: "2005.0-4"
4856       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4857   comparisons:
4858     - title: "2001.0-4 vs 2001.0-2"
4859       reference: 2
4860       compare: 3
4861       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4862     - title: "2005.0-4 vs 2001.0-4"
4863       reference: 3
4864       compare: 4
4865       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4866   legend:
4867     - ''
4868     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4869     - '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).'
4870     - '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.'
4871     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4872     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4873
4874 # VPP Performance Changes 3n-tsh 2t2c ndr
4875 - type: "table"
4876   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4880   filter: "'2T2C'"
4881   columns:
4882     - title: "1908.1-2"
4883       data-set: "vpp-performance-changes-3n-tsh-h1"
4884     - title: "2001.0-2"
4885       data-set: "vpp-performance-changes-3n-tsh-ref"
4886     - title: "2001.0-4"
4887       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4888     - title: "2005.0-4"
4889       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4890   comparisons:
4891     - title: "2001.0-4 vs 2001.0-2"
4892       reference: 2
4893       compare: 3
4894       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4895     - title: "2005.0-4 vs 2001.0-4"
4896       reference: 3
4897       compare: 4
4898       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4899   legend:
4900     - ''
4901     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4902     - '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).'
4903     - '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.'
4904     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4905     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4906
4907 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4908 - type: "table"
4909   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4910   algorithm: "table_comparison"
4911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4913   filter: "'1T1C'"
4914   columns:
4915     - title: "1908.1-2"
4916       data-set: "vpp-performance-changes-3n-tsh-h1"
4917     - title: "2001.0-2"
4918       data-set: "vpp-performance-changes-3n-tsh-ref"
4919     - title: "2001.0-4"
4920       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4921     - title: "2005.0-3"
4922       data-set: "vpp-performance-changes-3n-tsh-cmp"
4923     - title: "2005.0-4"
4924       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4925   comparisons:
4926     - title: "2005.0-4 vs 2005.0-3"
4927       reference: 4
4928       compare: 5
4929       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4930     - title: "2001.0-4 vs 2001.0-2"
4931       reference: 2
4932       compare: 3
4933       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4934     - title: "2005.0-4 vs 2001.0-4"
4935       reference: 3
4936       compare: 5
4937       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4938   legend:
4939     - ''
4940     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4941     - '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).'
4942     - '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.'
4943     - '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.'
4944     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4945     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4946
4947 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4948 - type: "table"
4949   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4950   algorithm: "table_comparison"
4951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4953   filter: "'2T2C'"
4954   columns:
4955     - title: "1908.1-2"
4956       data-set: "vpp-performance-changes-3n-tsh-h1"
4957     - title: "2001.0-2"
4958       data-set: "vpp-performance-changes-3n-tsh-ref"
4959     - title: "2001.0-4"
4960       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4961     - title: "2005.0-3"
4962       data-set: "vpp-performance-changes-3n-tsh-cmp"
4963     - title: "2005.0-4"
4964       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4965   comparisons:
4966     - title: "2005.0-4 vs 2005.0-3"
4967       reference: 4
4968       compare: 5
4969       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4970     - title: "2001.0-4 vs 2001.0-2"
4971       reference: 2
4972       compare: 3
4973       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4974     - title: "2005.0-4 vs 2001.0-4"
4975       reference: 3
4976       compare: 5
4977       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4978   legend:
4979     - ''
4980     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4981     - '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).'
4982     - '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.'
4983     - '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.'
4984     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4985     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4986
4987 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4988 - type: "table"
4989   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4990   algorithm: "table_comparison"
4991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4993   filter: "'1T1C'"
4994   columns:
4995     - title: "1908.1-2"
4996       data-set: "vpp-performance-changes-3n-tsh-h1"
4997     - title: "2001.0-2"
4998       data-set: "vpp-performance-changes-3n-tsh-ref"
4999     - title: "2001.0-4"
5000       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5001     - title: "2005.0-3"
5002       data-set: "vpp-performance-changes-3n-tsh-cmp"
5003     - title: "2005.0-4"
5004       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5005   comparisons:
5006     - title: "2005.0-4 vs 2005.0-3"
5007       reference: 4
5008       compare: 5
5009       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5010     - title: "2001.0-4 vs 2001.0-2"
5011       reference: 2
5012       compare: 3
5013       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5014     - title: "2005.0-4 vs 2001.0-4"
5015       reference: 3
5016       compare: 5
5017       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
5018   legend:
5019     - ''
5020     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5021     - '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).'
5022     - '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.'
5023     - '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.'
5024     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5025     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5026
5027 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5028 - type: "table"
5029   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5033   filter: "'2T2C'"
5034   columns:
5035     - title: "1908.1-2"
5036       data-set: "vpp-performance-changes-3n-tsh-h1"
5037     - title: "2001.0-2"
5038       data-set: "vpp-performance-changes-3n-tsh-ref"
5039     - title: "2001.0-4"
5040       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5041     - title: "2005.0-3"
5042       data-set: "vpp-performance-changes-3n-tsh-cmp"
5043     - title: "2005.0-4"
5044       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5045   comparisons:
5046     - title: "2005.0-4 vs 2005.0-3"
5047       reference: 4
5048       compare: 5
5049       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5050     - title: "2001.0-4 vs 2001.0-2"
5051       reference: 2
5052       compare: 3
5053       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5054     - title: "2005.0-4 vs 2001.0-4"
5055       reference: 3
5056       compare: 5
5057       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
5058   legend:
5059     - ''
5060     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5061     - '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).'
5062     - '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.'
5063     - '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.'
5064     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5065     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5066
5067 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5068 - type: "table"
5069   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5073   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5074   columns:
5075     - title: "3n-hsw xl710"
5076       data-set: "vpp-compare-testbeds-ref"
5077       tag: "NIC_Intel-XL710"
5078     - title: "3n-skx xxv710"
5079       data-set: "vpp-compare-testbeds-cmp"
5080       tag: "NIC_Intel-XXV710"
5081   comparisons:
5082     - title: "Diff"
5083       reference: 1
5084       compare: 2
5085   legend:
5086     - ""
5087     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5088     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5089
5090 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5091 - type: "table"
5092   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5093   algorithm: "table_comparison"
5094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5096   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5097   columns:
5098     - title: "3n-hsw xl710"
5099       data-set: "vpp-compare-testbeds-ref"
5100       tag: "NIC_Intel-XL710"
5101     - title: "3n-skx xxv710"
5102       data-set: "vpp-compare-testbeds-cmp"
5103       tag: "NIC_Intel-XXV710"
5104   comparisons:
5105     - title: "Diff"
5106       reference: 1
5107       compare: 2
5108   legend:
5109     - ""
5110     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5111     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5112
5113 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5114 - type: "table"
5115   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5118   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5119   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5120   columns:
5121     - title: "3n-hsw xl710"
5122       data-set: "vpp-compare-testbeds-ref"
5123       tag: "NIC_Intel-XL710"
5124     - title: "3n-skx xxv710"
5125       data-set: "vpp-compare-testbeds-cmp"
5126       tag: "NIC_Intel-XXV710"
5127   comparisons:
5128     - title: "Diff"
5129       reference: 1
5130       compare: 2
5131   legend:
5132     - ""
5133     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5134     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5135
5136 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5137 - type: "table"
5138   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5139   algorithm: "table_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5142   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5143   columns:
5144     - title: "3n-hsw xl710"
5145       data-set: "vpp-compare-testbeds-ref"
5146       tag: "NIC_Intel-XL710"
5147     - title: "3n-skx xxv710"
5148       data-set: "vpp-compare-testbeds-cmp"
5149       tag: "NIC_Intel-XXV710"
5150   comparisons:
5151     - title: "Diff"
5152       reference: 1
5153       compare: 2
5154   legend:
5155     - ""
5156     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5157     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5158
5159 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5160 - type: "table"
5161   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5162   algorithm: "table_comparison"
5163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5165   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5166   columns:
5167     - title: "2n-skx"
5168       data-set: "vpp-compare-testbeds-skx-clx-ref"
5169     - title: "2n-clx"
5170       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5171   comparisons:
5172     - title: "Diff"
5173       reference: 1
5174       compare: 2
5175   legend:
5176     - ""
5177     - "2n-skx, 2n-clx - testbeds and NICs tested."
5178     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5179
5180 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5181 - type: "table"
5182   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5183   algorithm: "table_comparison"
5184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5186   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5187   columns:
5188     - title: "2n-skx"
5189       data-set: "vpp-compare-testbeds-skx-clx-ref"
5190     - title: "2n-clx"
5191       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5192   comparisons:
5193     - title: "Diff"
5194       reference: 1
5195       compare: 2
5196   legend:
5197     - ""
5198     - "2n-skx, 2n-clx - testbeds and NICs tested."
5199     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5200
5201 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5202 - type: "table"
5203   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5204   algorithm: "table_comparison"
5205   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5207   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5208   columns:
5209     - title: "2n-skx"
5210       data-set: "vpp-compare-testbeds-skx-clx-ref"
5211     - title: "2n-clx"
5212       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5213   comparisons:
5214     - title: "Diff"
5215       reference: 1
5216       compare: 2
5217   legend:
5218     - ""
5219     - "2n-skx, 2n-clx - testbeds and NICs tested."
5220     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5221
5222 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5223 - type: "table"
5224   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5225   algorithm: "table_comparison"
5226   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5228   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5229   columns:
5230     - title: "2n-skx"
5231       data-set: "vpp-compare-testbeds-skx-clx-ref"
5232     - title: "2n-clx"
5233       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5234   comparisons:
5235     - title: "Diff"
5236       reference: 1
5237       compare: 2
5238   legend:
5239     - ""
5240     - "2n-skx, 2n-clx - testbeds and NICs tested."
5241     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5242
5243 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5244 - type: "table"
5245   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5250   columns:
5251     - title: "3n-hsw xl710"
5252       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5253       tag: "NIC_Intel-XL710"
5254     - title: "2n-clx xxv710"
5255       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5256       tag: "NIC_Intel-XXV710"
5257   comparisons:
5258     - title: "Diff"
5259       reference: 1
5260       compare: 2
5261   legend:
5262     - ""
5263     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5264     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5265
5266 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5267 - type: "table"
5268   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5269   algorithm: "table_comparison"
5270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5273   columns:
5274     - title: "3n-hsw xl710"
5275       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5276       tag: "NIC_Intel-XL710"
5277     - title: "2n-clx xxv710"
5278       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5279       tag: "NIC_Intel-XXV710"
5280   comparisons:
5281     - title: "Diff"
5282       reference: 1
5283       compare: 2
5284   legend:
5285     - ""
5286     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5287     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5288
5289 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5290 - type: "table"
5291   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5292   algorithm: "table_comparison"
5293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5295   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5296   columns:
5297     - title: "3n-hsw xl710"
5298       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5299       tag: "NIC_Intel-XL710"
5300     - title: "2n-clx xxv710"
5301       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5302       tag: "NIC_Intel-XXV710"
5303   comparisons:
5304     - title: "Diff"
5305       reference: 1
5306       compare: 2
5307   legend:
5308     - ""
5309     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5310     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5311
5312 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5313 - type: "table"
5314   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5315   algorithm: "table_comparison"
5316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5318   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5319   columns:
5320     - title: "3n-hsw xl710"
5321       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5322       tag: "NIC_Intel-XL710"
5323     - title: "2n-clx xxv710"
5324       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5325       tag: "NIC_Intel-XXV710"
5326   comparisons:
5327     - title: "Diff"
5328       reference: 1
5329       compare: 2
5330   legend:
5331     - ""
5332     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5333     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5334
5335 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5336 - type: "table"
5337   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5338   algorithm: "table_comparison"
5339   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5341   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5342   columns:
5343     - title: "3n-skx"
5344       data-set: "vpp-compare-topologies-ref"
5345     - title: "2n-skx"
5346       data-set: "vpp-compare-topologies-cmp"
5347   comparisons:
5348     - title: "Diff"
5349       reference: 1
5350       compare: 2
5351   legend:
5352     - ""
5353     - "3n-skx, 2n-skx - topologies tested."
5354     - "Diff - difference between 3n-skx and 2n-skx topologies."
5355
5356 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5357 - type: "table"
5358   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5359   algorithm: "table_comparison"
5360   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5362   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5363   columns:
5364     - title: "3n-skx"
5365       data-set: "vpp-compare-topologies-ref"
5366     - title: "2n-skx"
5367       data-set: "vpp-compare-topologies-cmp"
5368   comparisons:
5369     - title: "Diff"
5370       reference: 1
5371       compare: 2
5372   legend:
5373     - ""
5374     - "3n-skx, 2n-skx - topologies tested."
5375     - "Diff - difference between 3n-skx and 2n-skx topologies."
5376
5377 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5378 - type: "table"
5379   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5383   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5384   columns:
5385     - title: "3n-skx"
5386       data-set: "vpp-compare-topologies-ref"
5387     - title: "2n-skx"
5388       data-set: "vpp-compare-topologies-cmp"
5389   comparisons:
5390     - title: "Diff"
5391       reference: 1
5392       compare: 2
5393   legend:
5394     - ""
5395     - "3n-skx, 2n-skx - topologies tested."
5396     - "Diff - difference between 3n-skx and 2n-skx topologies."
5397
5398 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5399 - type: "table"
5400   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5401   algorithm: "table_comparison"
5402   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5404   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5405   columns:
5406     - title: "3n-skx"
5407       data-set: "vpp-compare-topologies-ref"
5408     - title: "2n-skx"
5409       data-set: "vpp-compare-topologies-cmp"
5410   comparisons:
5411     - title: "Diff"
5412       reference: 1
5413       compare: 2
5414   legend:
5415     - ""
5416     - "3n-skx, 2n-skx - topologies tested."
5417     - "Diff - difference between 3n-skx and 2n-skx topologies."
5418
5419 # VPP Performance Changes 3n-hsw 1t1c mrr
5420 - type: "table"
5421   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5422   algorithm: "table_comparison"
5423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5425   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5426   columns:
5427     - title: "1908.1-2"
5428       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5429     - title: "2001.0-2"
5430       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5431     - title: "2005.0-3"
5432       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5433     - title: "2005.0-4"
5434       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5435   comparisons:
5436     - title: "2005.0-4 vs 2005.0-3"
5437       reference: 3
5438       compare: 4
5439       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5440     - title: "2005.0-4 vs 2001.0-2"
5441       reference: 2
5442       compare: 4
5443       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5444   legend:
5445     - ''
5446     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5447     - '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).'
5448     - '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.'
5449     - '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.'
5450     - '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.'
5451
5452 # VPP Performance Changes 3n-hsw 2t2c mrr
5453 - type: "table"
5454   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5455   algorithm: "table_comparison"
5456   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5459   columns:
5460     - title: "1908.1-2"
5461       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5462     - title: "2001.0-2"
5463       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5464     - title: "2005.0-3"
5465       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5466     - title: "2005.0-4"
5467       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5468   comparisons:
5469     - title: "2005.0-4 vs 2005.0-3"
5470       reference: 3
5471       compare: 4
5472       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5473     - title: "2005.0-4 vs 2001.0-2"
5474       reference: 2
5475       compare: 4
5476       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5477   legend:
5478     - ''
5479     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5480     - '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).'
5481     - '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.'
5482     - '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.'
5483     - '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.'
5484
5485 # VPP Performance Changes 3n-hsw 4t4c mrr
5486 - type: "table"
5487   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5488   algorithm: "table_comparison"
5489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5490   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5491   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5492   columns:
5493     - title: "1908.1-2"
5494       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5495     - title: "2001.0-2"
5496       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5497     - title: "2005.0-3"
5498       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5499     - title: "2005.0-4"
5500       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5501   comparisons:
5502     - title: "2005.0-4 vs 2005.0-3"
5503       reference: 3
5504       compare: 4
5505       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5506     - title: "2005.0-4 vs 2001.0-2"
5507       reference: 2
5508       compare: 4
5509       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5510   legend:
5511     - ''
5512     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5513     - '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).'
5514     - '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.'
5515     - '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.'
5516     - '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.'
5517
5518 # VPP Performance Changes 3n-skx 2t1c mrr
5519 - type: "table"
5520   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5521   algorithm: "table_comparison"
5522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5524   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5525   columns:
5526     - title: "2001.0-2"
5527       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5528     - title: "2005.0-3"
5529       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5530     - title: "2005.0-4"
5531       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5532   comparisons:
5533     - title: "2005.0-4 vs 2005.0-3"
5534       reference: 2
5535       compare: 3
5536       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5537     - title: "2005.0-4 vs 2001.0-2"
5538       reference: 1
5539       compare: 3
5540       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5541   legend:
5542     - ''
5543     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5544     - '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).'
5545     - '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.'
5546     - '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.'
5547     - '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.'
5548
5549 # VPP Performance Changes 3n-skx 4t2c mrr
5550 - type: "table"
5551   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5552   algorithm: "table_comparison"
5553   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5555   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5556   columns:
5557     - title: "2001.0-2"
5558       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5559     - title: "2005.0-3"
5560       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5561     - title: "2005.0-4"
5562       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5563   comparisons:
5564     - title: "2005.0-4 vs 2005.0-3"
5565       reference: 2
5566       compare: 3
5567       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5568     - title: "2005.0-4 vs 2001.0-2"
5569       reference: 1
5570       compare: 3
5571       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5572   legend:
5573     - ''
5574     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5575     - '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).'
5576     - '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.'
5577     - '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.'
5578     - '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.'
5579
5580 # VPP Performance Changes 3n-skx 8t4c mrr
5581 - type: "table"
5582   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5583   algorithm: "table_comparison"
5584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5586   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5587   columns:
5588     - title: "2001.0-2"
5589       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5590     - title: "2005.0-3"
5591       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5592     - title: "2005.0-4"
5593       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5594   comparisons:
5595     - title: "2005.0-4 vs 2005.0-3"
5596       reference: 2
5597       compare: 3
5598       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5599     - title: "2005.0-4 vs 2001.0-2"
5600       reference: 1
5601       compare: 3
5602       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5603   legend:
5604     - ''
5605     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5606     - '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).'
5607     - '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.'
5608     - '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.'
5609     - '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.'
5610
5611 # VPP Performance Changes 2n-skx 2t1c mrr
5612 - type: "table"
5613   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5614   algorithm: "table_comparison"
5615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5617   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5618   columns:
5619     - title: "2001.0-2"
5620       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5621     - title: "2005.0-3"
5622       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5623     - title: "2005.0-4"
5624       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5625   comparisons:
5626     - title: "2005.0-4 vs 2005.0-3"
5627       reference: 2
5628       compare: 3
5629       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5630     - title: "2005.0-4 vs 2001.0-2"
5631       reference: 1
5632       compare: 3
5633       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5634   legend:
5635     - ''
5636     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5637     - '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).'
5638     - '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.'
5639     - '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.'
5640     - '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.'
5641
5642 # VPP Performance Changes 2n-skx 4t2c mrr
5643 - type: "table"
5644   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5645   algorithm: "table_comparison"
5646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5648   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5649   columns:
5650     - title: "2001.0-2"
5651       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5652     - title: "2005.0-3"
5653       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5654     - title: "2005.0-4"
5655       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5656   comparisons:
5657     - title: "2005.0-4 vs 2005.0-3"
5658       reference: 2
5659       compare: 3
5660       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5661     - title: "2005.0-4 vs 2001.0-2"
5662       reference: 1
5663       compare: 3
5664       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5665   legend:
5666     - ''
5667     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5668     - '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).'
5669     - '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.'
5670     - '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.'
5671     - '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.'
5672
5673 # VPP Performance Changes 2n-skx 8t4c mrr
5674 - type: "table"
5675   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5676   algorithm: "table_comparison"
5677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5679   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5680   columns:
5681     - title: "2001.0-2"
5682       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5683     - title: "2005.0-3"
5684       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5685     - title: "2005.0-4"
5686       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5687   comparisons:
5688     - title: "2005.0-4 vs 2005.0-3"
5689       reference: 2
5690       compare: 3
5691       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5692     - title: "2005.0-4 vs 2001.0-2"
5693       reference: 1
5694       compare: 3
5695       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5696   legend:
5697     - ''
5698     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5699     - '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).'
5700     - '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.'
5701     - '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.'
5702     - '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.'
5703
5704 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5705 - type: "table"
5706   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5707   algorithm: "table_comparison"
5708   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5710   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5711   columns:
5712     - title: "2001.0-2"
5713       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5714     - title: "2005.0-3"
5715       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5716     - title: "2005.0-4"
5717       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5718   comparisons:
5719     - title: "2005.0-4 vs 2005.0-3"
5720       reference: 2
5721       compare: 3
5722       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5723     - title: "2005.0-4 vs 2001.0-2"
5724       reference: 1
5725       compare: 3
5726       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5727   legend:
5728     - ''
5729     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5730     - '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).'
5731     - '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.'
5732     - '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.'
5733     - '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.'
5734
5735 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5736 - type: "table"
5737   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5738   algorithm: "table_comparison"
5739   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5741   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5742   columns:
5743     - title: "2001.0-2"
5744       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5745     - title: "2005.0-3"
5746       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5747     - title: "2005.0-4"
5748       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5749   comparisons:
5750     - title: "2005.0-4 vs 2005.0-3"
5751       reference: 2
5752       compare: 3
5753       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5754     - title: "2005.0-4 vs 2001.0-2"
5755       reference: 1
5756       compare: 3
5757       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5758   legend:
5759     - ''
5760     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5761     - '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).'
5762     - '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.'
5763     - '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.'
5764     - '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.'
5765
5766 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5767 - type: "table"
5768   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5769   algorithm: "table_comparison"
5770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5772   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5773   columns:
5774     - title: "2001.0-2"
5775       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5776     - title: "2005.0-3"
5777       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5778     - title: "2005.0-4"
5779       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5780   comparisons:
5781     - title: "2005.0-4 vs 2005.0-3"
5782       reference: 2
5783       compare: 3
5784       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5785     - title: "2005.0-4 vs 2001.0-2"
5786       reference: 1
5787       compare: 3
5788       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5789   legend:
5790     - ''
5791     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5792     - '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).'
5793     - '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.'
5794     - '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.'
5795     - '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.'
5796
5797 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5798 #- type: "table"
5799 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5800 #  algorithm: "table_comparison"
5801 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5802 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5803 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5804 #  columns:
5805 #    - title: "2001"
5806 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5807 #    - title: "2005"
5808 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5809 #  comparisons:
5810 #    - title: "Diff"
5811 #      reference: 1
5812 #      compare: 2
5813 #  legend:
5814 #    - ""
5815 #    - "2001, 2005 - VPP versions tested."
5816 #    - "Diff - difference between 2001 and 2005 VPP version."
5817 #
5818 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5819 #- type: "table"
5820 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5821 #  algorithm: "table_comparison"
5822 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5823 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5824 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5825 #  columns:
5826 #    - title: "2001"
5827 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5828 #    - title: "2005"
5829 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5830 #  comparisons:
5831 #    - title: "Diff"
5832 #      reference: 1
5833 #      compare: 2
5834 #  legend:
5835 #    - ""
5836 #    - "2001, 2005 - VPP versions tested."
5837 #    - "Diff - difference between 2001 and 2005 VPP version."
5838 #
5839 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5840 #- type: "table"
5841 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5842 #  algorithm: "table_comparison"
5843 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5845 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5846 #  columns:
5847 #    - title: "2001"
5848 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5849 #    - title: "2005"
5850 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5851 #  comparisons:
5852 #    - title: "Diff"
5853 #      reference: 1
5854 #      compare: 2
5855 #  legend:
5856 #    - ""
5857 #    - "2001, 2005 - VPP versions tested."
5858 #    - "Diff - difference between 2001 and 2005 VPP version."
5859
5860 # VPP Performance Changes 2n-dnv 1t1c mrr
5861 - type: "table"
5862   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5863   algorithm: "table_comparison"
5864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5866   filter: "'1T1C'"
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 2t2c mrr
5886 - type: "table"
5887   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   filter: "'2T2C'"
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 2n-dnv 4t4c mrr
5911 - type: "table"
5912   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5916   filter: "'4T4C'"
5917   columns:
5918     - title: "1908.1-2"
5919       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5920     - title: "2001.0-2"
5921       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5922     - title: "2005.0-3"
5923       data-set: "vpp-performance-changes-2n-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 2n-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 1t1c mrr
5936 - type: "table"
5937   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5938   algorithm: "table_comparison"
5939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5941   filter: "'1T1C'"
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 2t2c mrr
5961 - type: "table"
5962   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5966   filter: "'2T2C'"
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-dnv 4t4c mrr
5986 - type: "table"
5987   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5988   algorithm: "table_comparison"
5989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5991   filter: "'4T4C'"
5992   columns:
5993     - title: "1908.1-2"
5994       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5995     - title: "2001.0-2"
5996       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5997     - title: "2005.0-3"
5998       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5999   comparisons:
6000     - title: "2005.0-3 vs 2001.0-2"
6001       reference: 2
6002       compare: 3
6003   legend:
6004     - ''
6005     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6006     - '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).'
6007     - '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.'
6008     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
6009
6010 # VPP Performance Changes 3n-tsh 1t1c mrr
6011 - type: "table"
6012   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6013   algorithm: "table_comparison"
6014   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6016   filter: "'1T1C'"
6017   columns:
6018     - title: "1908.1-2"
6019       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6020     - title: "2001.0-2"
6021       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6022     - title: "2005.0-3"
6023       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6024     - title: "2005.0-4"
6025       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6026   comparisons:
6027     - title: "2005.0-4 vs 2005.0-3"
6028       reference: 3
6029       compare: 4
6030       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
6031     - title: "2005.0-4 vs 2001.0-2"
6032       reference: 2
6033       compare: 4
6034       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
6035   legend:
6036     - ''
6037     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6038     - '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).'
6039     - '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.'
6040     - '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.'
6041     - '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.'
6042
6043 # VPP Performance Changes 3n-tsh 2t2c mrr
6044 - type: "table"
6045   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6046   algorithm: "table_comparison"
6047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6049   filter: "'2T2C'"
6050   columns:
6051     - title: "1908.1-2"
6052       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6053     - title: "2001.0-2"
6054       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6055     - title: "2005.0-3"
6056       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6057     - title: "2005.0-4"
6058       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6059   comparisons:
6060     - title: "2005.0-4 vs 2005.0-3"
6061       reference: 3
6062       compare: 4
6063       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
6064     - title: "2005.0-4 vs 2001.0-2"
6065       reference: 2
6066       compare: 4
6067       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
6068   legend:
6069     - ''
6070     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6071     - '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).'
6072     - '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.'
6073     - '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.'
6074     - '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.'
6075
6076 # VPP Performance Changes 3n-tsh 4t4c mrr
6077 - type: "table"
6078   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6082   filter: "'4T4C'"
6083   columns:
6084     - title: "1908.1-2"
6085       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6086     - title: "2001.0-2"
6087       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6088     - title: "2005.0-3"
6089       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6090     - title: "2005.0-4"
6091       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6092   comparisons:
6093     - title: "2005.0-4 vs 2005.0-3"
6094       reference: 3
6095       compare: 4
6096       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6097     - title: "2005.0-4 vs 2001.0-2"
6098       reference: 2
6099       compare: 4
6100       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6101   legend:
6102     - ''
6103     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6104     - '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).'
6105     - '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.'
6106     - '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.'
6107     - '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.'
6108
6109 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6110 - type: "table"
6111   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6112   algorithm: "table_comparison"
6113   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6115   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6116   columns:
6117     - title: "3n-hsw xl710"
6118       data-set: "vpp-compare-testbeds-mrr-ref"
6119       tag: "NIC_Intel-XL710"
6120     - title: "3n-skx xxv710"
6121       data-set: "vpp-compare-testbeds-mrr-cmp"
6122       tag: "NIC_Intel-XXV710"
6123   comparisons:
6124     - title: "Diff"
6125       reference: 1
6126       compare: 2
6127   legend:
6128     - ""
6129     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6130     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6131
6132 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6133 - type: "table"
6134   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6135   algorithm: "table_comparison"
6136   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6138   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6139   columns:
6140     - title: "3n-hsw xl710"
6141       data-set: "vpp-compare-testbeds-mrr-ref"
6142       tag: "NIC_Intel-XL710"
6143     - title: "3n-skx xxv710"
6144       data-set: "vpp-compare-testbeds-mrr-cmp"
6145       tag: "NIC_Intel-XXV710"
6146   comparisons:
6147     - title: "Diff"
6148       reference: 1
6149       compare: 2
6150   legend:
6151     - ""
6152     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6153     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6154
6155 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6156 - type: "table"
6157   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6158   algorithm: "table_comparison"
6159   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6160   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6161   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6162   columns:
6163     - title: "3n-hsw xl710"
6164       data-set: "vpp-compare-testbeds-mrr-ref"
6165       tag: "NIC_Intel-XL710"
6166     - title: "3n-skx xxv710"
6167       data-set: "vpp-compare-testbeds-mrr-cmp"
6168       tag: "NIC_Intel-XXV710"
6169   comparisons:
6170     - title: "Diff"
6171       reference: 1
6172       compare: 2
6173   legend:
6174     - ""
6175     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6176     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6177
6178 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6179 - type: "table"
6180   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6181   algorithm: "table_comparison"
6182   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6184   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6185   columns:
6186     - title: "2n-skx"
6187       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6188     - title: "2n-clx"
6189       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6190   comparisons:
6191     - title: "Diff"
6192       reference: 1
6193       compare: 2
6194   legend:
6195     - ""
6196     - "2n-skx, 2n-clx - testbeds and NICs tested."
6197     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6198
6199 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6200 - type: "table"
6201   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6202   algorithm: "table_comparison"
6203   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6205   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6206   columns:
6207     - title: "2n-skx"
6208       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6209     - title: "2n-clx"
6210       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6211   comparisons:
6212     - title: "Diff"
6213       reference: 1
6214       compare: 2
6215   legend:
6216     - ""
6217     - "2n-skx, 2n-clx - testbeds and NICs tested."
6218     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6219
6220 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6221 - type: "table"
6222   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6223   algorithm: "table_comparison"
6224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6226   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6227   columns:
6228     - title: "2n-skx"
6229       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6230     - title: "2n-clx"
6231       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6232   comparisons:
6233     - title: "Diff"
6234       reference: 1
6235       compare: 2
6236   legend:
6237     - ""
6238     - "2n-skx, 2n-clx - testbeds and NICs tested."
6239     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6240
6241 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6242 - type: "table"
6243   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6244   algorithm: "table_comparison"
6245   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6246   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6247   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6248   columns:
6249     - title: "3n-skx"
6250       data-set: "vpp-compare-topologies-mrr-ref"
6251     - title: "2n-skx"
6252       data-set: "vpp-compare-topologies-mrr-cmp"
6253   comparisons:
6254     - title: "Diff"
6255       reference: 1
6256       compare: 2
6257   legend:
6258     - ""
6259     - "3n-skx, 2n-skx - topologies tested."
6260     - "Diff - difference between 3n-skx and 2n-skx topologies."
6261
6262 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6263 - type: "table"
6264   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6265   algorithm: "table_comparison"
6266   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6268   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6269   columns:
6270     - title: "3n-skx"
6271       data-set: "vpp-compare-topologies-mrr-ref"
6272     - title: "2n-skx"
6273       data-set: "vpp-compare-topologies-mrr-cmp"
6274   comparisons:
6275     - title: "Diff"
6276       reference: 1
6277       compare: 2
6278   legend:
6279     - ""
6280     - "3n-skx, 2n-skx - topologies tested."
6281     - "Diff - difference between 3n-skx and 2n-skx topologies."
6282
6283 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6284 - type: "table"
6285   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6286   algorithm: "table_comparison"
6287   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6289   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6290   columns:
6291     - title: "3n-skx"
6292       data-set: "vpp-compare-topologies-mrr-ref"
6293     - title: "2n-skx"
6294       data-set: "vpp-compare-topologies-mrr-cmp"
6295   comparisons:
6296     - title: "Diff"
6297       reference: 1
6298       compare: 2
6299   legend:
6300     - ""
6301     - "3n-skx, 2n-skx - topologies tested."
6302     - "Diff - difference between 3n-skx and 2n-skx topologies."
6303
6304 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6305 - type: "table"
6306   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6307   algorithm: "table_comparison"
6308   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6310   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6311   columns:
6312     - title: "3n-hsw xl710"
6313       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6314       tag: "NIC_Intel-XL710"
6315     - title: "2n-clx xxv710"
6316       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6317       tag: "NIC_Intel-XXV710"
6318   comparisons:
6319     - title: "Diff"
6320       reference: 1
6321       compare: 2
6322   legend:
6323     - ""
6324     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6325     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6326
6327 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6328 - type: "table"
6329   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6330   algorithm: "table_comparison"
6331   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6333   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6334   columns:
6335     - title: "3n-hsw xl710"
6336       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6337       tag: "NIC_Intel-XL710"
6338     - title: "2n-clx xxv710"
6339       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6340       tag: "NIC_Intel-XXV710"
6341   comparisons:
6342     - title: "Diff"
6343       reference: 1
6344       compare: 2
6345   legend:
6346     - ""
6347     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6348     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6349
6350 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6351 - type: "table"
6352   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6353   algorithm: "table_comparison"
6354   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6356   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6357   columns:
6358     - title: "3n-hsw xl710"
6359       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6360       tag: "NIC_Intel-XL710"
6361     - title: "2n-clx xxv710"
6362       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6363       tag: "NIC_Intel-XXV710"
6364   comparisons:
6365     - title: "Diff"
6366       reference: 1
6367       compare: 2
6368   legend:
6369     - ""
6370     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6371     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6372
6373 # Detailed Test Results - VPP Performance Results 3n-hsw
6374 - type: "table"
6375   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6376   algorithm: "table_merged_details"
6377   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6378   columns:
6379     - title: " |prein| Test Name |preout| "
6380       data: "data name"
6381     - 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| "
6382       data: "data msg"
6383   data: "vpp-perf-results-3n-hsw"
6384   filter: "all"
6385   parameters:
6386   - "name"
6387   - "parent"
6388   - "msg"
6389
6390 # Detailed Test Results - VPP Performance Results 3n-skx
6391 - type: "table"
6392   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6393   algorithm: "table_merged_details"
6394   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6395   columns:
6396     - title: " |prein| Test Name |preout| "
6397       data: "data name"
6398     - 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| "
6399       data: "data msg"
6400   data: "vpp-perf-results-3n-skx"
6401   filter: "all"
6402   remove-ndr: False
6403   parameters:
6404   - "name"
6405   - "parent"
6406   - "msg"
6407
6408 # Detailed Test Results - VPP Performance Results 2n-skx
6409 - type: "table"
6410   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6411   algorithm: "table_merged_details"
6412   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6413   columns:
6414     - title: " |prein| Test Name |preout| "
6415       data: "data name"
6416     - 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| "
6417       data: "data msg"
6418   data: "vpp-perf-results-2n-skx"
6419   filter: "all"
6420   remove-ndr: False
6421   parameters:
6422   - "name"
6423   - "parent"
6424   - "msg"
6425
6426 # Detailed Test Results - VPP Performance Results 2n-clx
6427 - type: "table"
6428   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6429   algorithm: "table_merged_details"
6430   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6431   columns:
6432     - title: " |prein| Test Name |preout| "
6433       data: "data name"
6434     - 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| "
6435       data: "data msg"
6436   data: "vpp-perf-results-2n-clx"
6437   filter: "all"
6438   parameters:
6439   - "name"
6440   - "parent"
6441   - "msg"
6442
6443 # Detailed Test Results - VPP Performance Results 3n-tsh
6444 - type: "table"
6445   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6446   algorithm: "table_merged_details"
6447   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6448   columns:
6449     - title: " |prein| Test Name |preout| "
6450       data: "data name"
6451     - 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| "
6452       data: "data msg"
6453   data: "vpp-perf-results-3n-tsh"
6454   filter: "all"
6455   parameters:
6456   - "name"
6457   - "parent"
6458   - "msg"
6459
6460 # Detailed Test Results - VPP Performance Results 3n-dnv
6461 - type: "table"
6462   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6463   algorithm: "table_merged_details"
6464   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6465   columns:
6466     - title: " |prein| Test Name |preout| "
6467       data: "data name"
6468     - 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| "
6469       data: "data msg"
6470   data: "vpp-perf-results-3n-dnv"
6471   filter: "all"
6472   parameters:
6473   - "name"
6474   - "parent"
6475   - "msg"
6476
6477 # Detailed Test Results - VPP Performance Results 2n-dnv
6478 - type: "table"
6479   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6480   algorithm: "table_merged_details"
6481   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6482   columns:
6483     - title: " |prein| Test Name |preout| "
6484       data: "data name"
6485     - 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| "
6486       data: "data msg"
6487   data: "vpp-perf-results-2n-dnv"
6488   filter: "all"
6489   parameters:
6490   - "name"
6491   - "parent"
6492   - "msg"
6493
6494 # Test configuration - VPP Performance Test Configs 3n-hsw
6495 - type: "table"
6496   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6497   algorithm: "table_merged_details"
6498   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6499   columns:
6500     - title: " |prein| Test Name |preout| "
6501       data: "data name"
6502     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6503       data: "data conf-history"
6504   data: "vpp-perf-results-3n-hsw"
6505   filter: "all"
6506   parameters:
6507   - "parent"
6508   - "name"
6509   - "conf-history"
6510
6511 # Test configuration - VPP Performance Test Configs 3n-skx
6512 - type: "table"
6513   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6514   algorithm: "table_merged_details"
6515   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6516   columns:
6517     - title: " |prein| Test Name |preout| "
6518       data: "data name"
6519     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6520       data: "data conf-history"
6521   data: "vpp-perf-results-3n-skx"
6522   filter: "all"
6523   parameters:
6524   - "parent"
6525   - "name"
6526   - "conf-history"
6527
6528 # Test configuration - VPP Performance Test Configs 2n-skx
6529 - type: "table"
6530   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6531   algorithm: "table_merged_details"
6532   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6533   columns:
6534     - title: " |prein| Test Name |preout| "
6535       data: "data name"
6536     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6537       data: "data conf-history"
6538   data: "vpp-perf-results-2n-skx"
6539   filter: "all"
6540   parameters:
6541   - "parent"
6542   - "name"
6543   - "conf-history"
6544
6545 # Test configuration - VPP Performance Test Configs 2n-clx
6546 - type: "table"
6547   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6548   algorithm: "table_merged_details"
6549   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6550   columns:
6551     - title: " |prein| Test Name |preout| "
6552       data: "data name"
6553     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6554       data: "data conf-history"
6555   data: "vpp-perf-results-2n-clx"
6556   filter: "all"
6557   parameters:
6558   - "parent"
6559   - "name"
6560   - "conf-history"
6561
6562 # Test configuration - VPP Performance Test Configs 3n-tsh
6563 - type: "table"
6564   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6565   algorithm: "table_merged_details"
6566   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6567   columns:
6568     - title: " |prein| Test Name |preout| "
6569       data: "data name"
6570     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6571       data: "data conf-history"
6572   data: "vpp-perf-results-3n-tsh"
6573   filter: "all"
6574   parameters:
6575   - "parent"
6576   - "name"
6577   - "conf-history"
6578
6579 # Test configuration - VPP Performance Test Configs 3n-dnv
6580 - type: "table"
6581   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6582   algorithm: "table_merged_details"
6583   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6584   columns:
6585     - title: " |prein| Test Name |preout| "
6586       data: "data name"
6587     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6588       data: "data conf-history"
6589   data: "vpp-perf-results-3n-dnv"
6590   filter: "all"
6591   parameters:
6592   - "parent"
6593   - "name"
6594   - "conf-history"
6595
6596 # Test configuration - VPP Performance Test Configs 2n-dnv
6597 - type: "table"
6598   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6599   algorithm: "table_merged_details"
6600   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6601   columns:
6602     - title: " |prein| Test Name |preout| "
6603       data: "data name"
6604     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6605       data: "data conf-history"
6606   data: "vpp-perf-results-2n-dnv"
6607   filter: "all"
6608   parameters:
6609   - "parent"
6610   - "name"
6611   - "conf-history"
6612
6613 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6614 - type: "table"
6615   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6616   algorithm: "table_oper_data_html"
6617   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6618   data: "vpp-perf-results-3n-hsw"
6619   filter: "all"
6620
6621 # Test Operational Data - VPP Performance Operational Data 3n-skx
6622 - type: "table"
6623   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6624   algorithm: "table_oper_data_html"
6625   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6626   data: "vpp-perf-results-3n-skx"
6627   filter: "all"
6628
6629 # Test Operational Data - VPP Performance Operational Data 2n-skx
6630 - type: "table"
6631   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6632   algorithm: "table_oper_data_html"
6633   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6634   data: "vpp-perf-results-2n-skx"
6635   filter: "all"
6636
6637 # Test Operational Data - VPP Performance Operational Data 2n-clx
6638 - type: "table"
6639   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6640   algorithm: "table_oper_data_html"
6641   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6642   data: "vpp-perf-results-2n-clx"
6643   filter: "all"
6644
6645 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6646 - type: "table"
6647   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6648   algorithm: "table_oper_data_html"
6649   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6650   data: "vpp-perf-results-3n-tsh"
6651   filter: "all"
6652
6653 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6654 - type: "table"
6655   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6656   algorithm: "table_oper_data_html"
6657   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6658   data: "vpp-perf-results-3n-dnv"
6659   filter: "all"
6660
6661 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6662 - type: "table"
6663   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6664   algorithm: "table_oper_data_html"
6665   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6666   data: "vpp-perf-results-2n-dnv"
6667   filter: "all"
6668
6669 # Detailed Test Results - VPP MRR Results 3n-hsw
6670 - type: "table"
6671   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6672   algorithm: "table_merged_details"
6673   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6674   columns:
6675     - title: " |prein| Test Name |preout| "
6676       data: "data name"
6677     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6678       data: "data msg"
6679   data: "vpp-mrr-results-3n-hsw"
6680   filter: "all"
6681   parameters:
6682   - "name"
6683   - "parent"
6684   - "msg"
6685
6686 # Detailed Test Results - VPP MRR Results 3n-skx
6687 - type: "table"
6688   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6689   algorithm: "table_merged_details"
6690   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6691   columns:
6692     - title: " |prein| Test Name |preout| "
6693       data: "data name"
6694     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6695       data: "data msg"
6696   data: "vpp-mrr-results-3n-skx"
6697   filter: "all"
6698   parameters:
6699   - "name"
6700   - "parent"
6701   - "msg"
6702
6703 # Detailed Test Results - VPP MRR Results 2n-skx
6704 - type: "table"
6705   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6706   algorithm: "table_merged_details"
6707   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6708   columns:
6709     - title: " |prein| Test Name |preout| "
6710       data: "data name"
6711     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6712       data: "data msg"
6713   data: "vpp-mrr-results-2n-skx"
6714   filter: "all"
6715   parameters:
6716   - "name"
6717   - "parent"
6718   - "msg"
6719
6720 # Detailed Test Results - VPP MRR Results 2n-clx
6721 - type: "table"
6722   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6723   algorithm: "table_merged_details"
6724   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6725   columns:
6726     - title: " |prein| Test Name |preout| "
6727       data: "data name"
6728     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6729       data: "data msg"
6730   data: "vpp-mrr-results-2n-clx"
6731   filter: "all"
6732   parameters:
6733   - "name"
6734   - "parent"
6735   - "msg"
6736
6737 # Detailed Test Results - VPP MRR Results 3n-tsh
6738 - type: "table"
6739   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6740   algorithm: "table_merged_details"
6741   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6742   columns:
6743     - title: " |prein| Test Name |preout| "
6744       data: "data name"
6745     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6746       data: "data msg"
6747   data: "vpp-mrr-results-3n-tsh"
6748   filter: "all"
6749   parameters:
6750   - "name"
6751   - "parent"
6752   - "msg"
6753
6754 # Detailed Test Results - VPP MRR Results 3n-dnv
6755 - type: "table"
6756   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6757   algorithm: "table_merged_details"
6758   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6759   columns:
6760     - title: " |prein| Test Name |preout| "
6761       data: "data name"
6762     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6763       data: "data msg"
6764   data: "vpp-mrr-results-3n-dnv"
6765   filter: "all"
6766   parameters:
6767   - "name"
6768   - "parent"
6769   - "msg"
6770
6771 # Detailed Test Results - VPP MRR Results 2n-dnv
6772 - type: "table"
6773   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6774   algorithm: "table_merged_details"
6775   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6776   columns:
6777     - title: " |prein| Test Name |preout| "
6778       data: "data name"
6779     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6780       data: "data msg"
6781   data: "vpp-mrr-results-2n-dnv"
6782   filter: "all"
6783   parameters:
6784   - "name"
6785   - "parent"
6786   - "msg"
6787
6788 # Test configuration - VPP MRR Test Configs 3n-hsw
6789 - type: "table"
6790   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6791   algorithm: "table_merged_details"
6792   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6793   columns:
6794     - title: " |prein| Test Name |preout| "
6795       data: "data name"
6796     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6797       data: "data conf-history"
6798   data: "vpp-mrr-results-3n-hsw"
6799   filter: "all"
6800   parameters:
6801   - "parent"
6802   - "name"
6803   - "conf-history"
6804
6805 # Test configuration - VPP MRR Test Configs 3n-skx
6806 - type: "table"
6807   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6808   algorithm: "table_merged_details"
6809   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6810   columns:
6811     - title: " |prein| Test Name |preout| "
6812       data: "data name"
6813     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6814       data: "data conf-history"
6815   data: "vpp-mrr-results-3n-skx"
6816   filter: "all"
6817   parameters:
6818   - "parent"
6819   - "name"
6820   - "conf-history"
6821
6822 # Test configuration - VPP MRR Test Configs 2n-skx
6823 - type: "table"
6824   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6825   algorithm: "table_merged_details"
6826   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6827   columns:
6828     - title: " |prein| Test Name |preout| "
6829       data: "data name"
6830     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6831       data: "data conf-history"
6832   data: "vpp-mrr-results-2n-skx"
6833   filter: "all"
6834   parameters:
6835   - "parent"
6836   - "name"
6837   - "conf-history"
6838
6839 # Test configuration - VPP MRR Test Configs 2n-clx
6840 - type: "table"
6841   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6842   algorithm: "table_merged_details"
6843   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6844   columns:
6845     - title: " |prein| Test Name |preout| "
6846       data: "data name"
6847     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6848       data: "data conf-history"
6849   data: "vpp-mrr-results-2n-clx"
6850   filter: "all"
6851   parameters:
6852   - "parent"
6853   - "name"
6854   - "conf-history"
6855
6856 # Test configuration - VPP MRR Test Configs 3n-tsh
6857 - type: "table"
6858   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6859   algorithm: "table_merged_details"
6860   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6861   columns:
6862     - title: " |prein| Test Name |preout| "
6863       data: "data name"
6864     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6865       data: "data conf-history"
6866   data: "vpp-mrr-results-3n-tsh"
6867   filter: "all"
6868   parameters:
6869   - "parent"
6870   - "name"
6871   - "conf-history"
6872
6873 # Test configuration - VPP MRR Test Configs 3n-dnv
6874 - type: "table"
6875   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6876   algorithm: "table_merged_details"
6877   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6878   columns:
6879     - title: " |prein| Test Name |preout| "
6880       data: "data name"
6881     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6882       data: "data conf-history"
6883   data: "vpp-mrr-results-3n-dnv"
6884   filter: "all"
6885   parameters:
6886   - "parent"
6887   - "name"
6888   - "conf-history"
6889
6890 # Test configuration - VPP MRR Test Configs 2n-dnv
6891 - type: "table"
6892   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6893   algorithm: "table_merged_details"
6894   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6895   columns:
6896     - title: " |prein| Test Name |preout| "
6897       data: "data name"
6898     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6899       data: "data conf-history"
6900   data: "vpp-mrr-results-2n-dnv"
6901   filter: "all"
6902   parameters:
6903   - "parent"
6904   - "name"
6905   - "conf-history"
6906
6907 # Detailed Test Results - VPP Device Results - Ubuntu
6908 - type: "table"
6909   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6910   algorithm: "table_merged_details"
6911   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6912   columns:
6913     - title: " |prein| Test Name |preout| "
6914       data: "data name"
6915     - title: " |prein| Status |preout| "
6916       data: "data status"
6917   data: "vpp-device-results-ubuntu"
6918   filter: "all"
6919   parameters:
6920   - "name"
6921   - "parent"
6922   - "doc"
6923   - "status"
6924
6925 # Test configuration - VPP Device Test Configs - Ubuntu
6926 - type: "table"
6927   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6928   algorithm: "table_merged_details"
6929   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6930   columns:
6931     - title: " |prein| Test Name |preout| "
6932       data: "data name"
6933     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6934       data: "data conf-history"
6935   data: "vpp-device-results-ubuntu"
6936   filter: "all"
6937   parameters:
6938   - "parent"
6939   - "name"
6940   - "conf-history"
6941
6942 ################################################################################
6943
6944 # DPDK Performance Changes 3n-hsw 1t1c pdr
6945 - type: "table"
6946   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6947   algorithm: "table_comparison"
6948   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6950   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6951   columns:
6952     - title: "1908"
6953       data-set: "dpdk-performance-changes-3n-hsw-h1"
6954     - title: "2001"
6955       data-set: "dpdk-performance-changes-3n-hsw-ref"
6956     - title: "2005"
6957       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6958   comparisons:
6959     - title: "Diff"
6960       reference: 2
6961       compare: 3
6962   legend:
6963     - ""
6964     - "1908, 2001, 2005 - DPDK versions tested."
6965     - "Diff - difference between 2001 and 2005 DPDK version."
6966
6967 # DPDK Performance Changes 3n-hsw 2t2c pdr
6968 - type: "table"
6969   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6970   algorithm: "table_comparison"
6971   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6972   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6973   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6974   columns:
6975     - title: "1908"
6976       data-set: "dpdk-performance-changes-3n-hsw-h1"
6977     - title: "2001"
6978       data-set: "dpdk-performance-changes-3n-hsw-ref"
6979     - title: "2005"
6980       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6981   comparisons:
6982     - title: "Diff"
6983       reference: 2
6984       compare: 3
6985   legend:
6986     - ""
6987     - "1908, 2001, 2005 - DPDK versions tested."
6988     - "Diff - difference between 2001 and 2005 DPDK version."
6989
6990 # DPDK Performance Changes 3n-hsw 1t1c pdr
6991 - type: "table"
6992   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6993   algorithm: "table_comparison"
6994   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6996   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6997   columns:
6998     - title: "1908"
6999       data-set: "dpdk-performance-changes-3n-hsw-h1"
7000     - title: "2001"
7001       data-set: "dpdk-performance-changes-3n-hsw-ref"
7002     - title: "2005"
7003       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7004   comparisons:
7005     - title: "Diff"
7006       reference: 2
7007       compare: 3
7008   legend:
7009     - ""
7010     - "1908, 2001, 2005 - DPDK versions tested."
7011     - "Diff - difference between 2001 and 2005 DPDK version."
7012
7013 # DPDK Performance Changes 3n-hsw 2t2c ndr
7014 - type: "table"
7015   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7016   algorithm: "table_comparison"
7017   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7019   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7020   columns:
7021     - title: "1908"
7022       data-set: "dpdk-performance-changes-3n-hsw-h1"
7023     - title: "2001"
7024       data-set: "dpdk-performance-changes-3n-hsw-ref"
7025     - title: "2005"
7026       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7027   comparisons:
7028     - title: "Diff"
7029       reference: 2
7030       compare: 3
7031   legend:
7032     - ""
7033     - "1908, 2001, 2005 - DPDK versions tested."
7034     - "Diff - difference between 2001 and 2005 DPDK version."
7035
7036 # DPDK Performance Changes 3n-skx 2t1c pdr
7037 - type: "table"
7038   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7039   algorithm: "table_comparison"
7040   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7042   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7043   columns:
7044     - title: "1908"
7045       data-set: "dpdk-performance-changes-3n-skx-h1"
7046     - title: "2001"
7047       data-set: "dpdk-performance-changes-3n-skx-ref"
7048     - title: "2005"
7049       data-set: "dpdk-performance-changes-3n-skx-cmp"
7050   comparisons:
7051     - title: "Diff"
7052       reference: 2
7053       compare: 3
7054   legend:
7055     - ""
7056     - "1908, 2001, 2005 - DPDK versions tested."
7057     - "Diff - difference between 2001 and 2005 DPDK version."
7058
7059 # DPDK Performance Changes 3n-skx 4t2c pdr
7060 - type: "table"
7061   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7062   algorithm: "table_comparison"
7063   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7065   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7066   columns:
7067     - title: "1908"
7068       data-set: "dpdk-performance-changes-3n-skx-h1"
7069     - title: "2001"
7070       data-set: "dpdk-performance-changes-3n-skx-ref"
7071     - title: "2005"
7072       data-set: "dpdk-performance-changes-3n-skx-cmp"
7073   comparisons:
7074     - title: "Diff"
7075       reference: 2
7076       compare: 3
7077   legend:
7078     - ""
7079     - "1908, 2001, 2005 - DPDK versions tested."
7080     - "Diff - difference between 2001 and 2005 DPDK version."
7081
7082 # DPDK Performance Changes 3n-skx 2t1c ndr
7083 - type: "table"
7084   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7085   algorithm: "table_comparison"
7086   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7088   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7089   columns:
7090     - title: "1908"
7091       data-set: "dpdk-performance-changes-3n-skx-h1"
7092     - title: "2001"
7093       data-set: "dpdk-performance-changes-3n-skx-ref"
7094     - title: "2005"
7095       data-set: "dpdk-performance-changes-3n-skx-cmp"
7096   comparisons:
7097     - title: "Diff"
7098       reference: 2
7099       compare: 3
7100   legend:
7101     - ""
7102     - "1908, 2001, 2005 - DPDK versions tested."
7103     - "Diff - difference between 2001 and 2005 DPDK version."
7104
7105 # DPDK Performance Changes 3n-skx 4t2c ndr
7106 - type: "table"
7107   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7108   algorithm: "table_comparison"
7109   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7111   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7112   columns:
7113     - title: "1908"
7114       data-set: "dpdk-performance-changes-3n-skx-h1"
7115     - title: "2001"
7116       data-set: "dpdk-performance-changes-3n-skx-ref"
7117     - title: "2005"
7118       data-set: "dpdk-performance-changes-3n-skx-cmp"
7119   comparisons:
7120     - title: "Diff"
7121       reference: 2
7122       compare: 3
7123   legend:
7124     - ""
7125     - "1908, 2001, 2005 - DPDK versions tested."
7126     - "Diff - difference between 2001 and 2005 DPDK version."
7127
7128 # DPDK Performance Changes 2n-skx 2t1c pdr
7129 - type: "table"
7130   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7131   algorithm: "table_comparison"
7132   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7134   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7135   columns:
7136     - title: "1908"
7137       data-set: "dpdk-performance-changes-2n-skx-h1"
7138     - title: "2001"
7139       data-set: "dpdk-performance-changes-2n-skx-ref"
7140     - title: "2005"
7141       data-set: "dpdk-performance-changes-2n-skx-cmp"
7142   comparisons:
7143     - title: "Diff"
7144       reference: 2
7145       compare: 3
7146   legend:
7147     - ""
7148     - "1908, 2001, 2005 - DPDK versions tested."
7149     - "Diff - difference between 2001 and 2005 DPDK version."
7150
7151 # DPDK Performance Changes 2n-skx 4t2c pdr
7152 - type: "table"
7153   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7154   algorithm: "table_comparison"
7155   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7157   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7158   columns:
7159     - title: "1908"
7160       data-set: "dpdk-performance-changes-2n-skx-h1"
7161     - title: "2001"
7162       data-set: "dpdk-performance-changes-2n-skx-ref"
7163     - title: "2005"
7164       data-set: "dpdk-performance-changes-2n-skx-cmp"
7165   comparisons:
7166     - title: "Diff"
7167       reference: 2
7168       compare: 3
7169   legend:
7170     - ""
7171     - "1908, 2001, 2005 - DPDK versions tested."
7172     - "Diff - difference between 2001 and 2005 DPDK version."
7173
7174 # DPDK Performance Changes 2n-skx 2t1c ndr
7175 - type: "table"
7176   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7177   algorithm: "table_comparison"
7178   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7180   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7181   columns:
7182     - title: "1908"
7183       data-set: "dpdk-performance-changes-2n-skx-h1"
7184     - title: "2001"
7185       data-set: "dpdk-performance-changes-2n-skx-ref"
7186     - title: "2005"
7187       data-set: "dpdk-performance-changes-2n-skx-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 2
7191       compare: 3
7192   legend:
7193     - ""
7194     - "1908, 2001, 2005 - DPDK versions tested."
7195     - "Diff - difference between 2001 and 2005 DPDK version."
7196
7197 # DPDK Performance Changes 2n-skx 4t2c ndr
7198 - type: "table"
7199   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7200   algorithm: "table_comparison"
7201   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7203   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7204   columns:
7205     - title: "1908"
7206       data-set: "dpdk-performance-changes-2n-skx-h1"
7207     - title: "2001"
7208       data-set: "dpdk-performance-changes-2n-skx-ref"
7209     - title: "2005"
7210       data-set: "dpdk-performance-changes-2n-skx-cmp"
7211   comparisons:
7212     - title: "Diff"
7213       reference: 2
7214       compare: 3
7215   legend:
7216     - ""
7217     - "1908, 2001, 2005 - DPDK versions tested."
7218     - "Diff - difference between 2001 and 2005 DPDK version."
7219
7220 # DPDK Performance Changes 2n-clx 2t1c pdr
7221 - type: "table"
7222   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7223   algorithm: "table_comparison"
7224   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7226   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7227   columns:
7228     - title: "2001"
7229       data-set: "dpdk-performance-changes-2n-clx-ref"
7230     - title: "2005"
7231       data-set: "dpdk-performance-changes-2n-clx-cmp"
7232   comparisons:
7233     - title: "Diff"
7234       reference: 1
7235       compare: 2
7236   legend:
7237     - ""
7238     - "2001, 2005 - DPDK versions tested."
7239     - "Diff - difference between 2001 and 2005 DPDK version."
7240
7241 # DPDK Performance Changes 2n-clx 4t2c pdr
7242 - type: "table"
7243   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7244   algorithm: "table_comparison"
7245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7247   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7248   columns:
7249     - title: "2001"
7250       data-set: "dpdk-performance-changes-2n-clx-ref"
7251     - title: "2005"
7252       data-set: "dpdk-performance-changes-2n-clx-cmp"
7253   comparisons:
7254     - title: "Diff"
7255       reference: 1
7256       compare: 2
7257   legend:
7258     - ""
7259     - "2001, 2005 - DPDK versions tested."
7260     - "Diff - difference between 2001 and 2005 DPDK version."
7261
7262 # DPDK Performance Changes 2n-clx 2t1c ndr
7263 - type: "table"
7264   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7265   algorithm: "table_comparison"
7266   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7268   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7269   columns:
7270     - title: "2001"
7271       data-set: "dpdk-performance-changes-2n-clx-ref"
7272     - title: "2005"
7273       data-set: "dpdk-performance-changes-2n-clx-cmp"
7274   comparisons:
7275     - title: "Diff"
7276       reference: 1
7277       compare: 2
7278   legend:
7279     - ""
7280     - "2001, 2005 - DPDK versions tested."
7281     - "Diff - difference between 2001 and 2005 DPDK version."
7282
7283 # DPDK Performance Changes 2n-clx 4t2c ndr
7284 - type: "table"
7285   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7286   algorithm: "table_comparison"
7287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7288   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7289   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7290   columns:
7291     - title: "2001"
7292       data-set: "dpdk-performance-changes-2n-clx-ref"
7293     - title: "2005"
7294       data-set: "dpdk-performance-changes-2n-clx-cmp"
7295   comparisons:
7296     - title: "Diff"
7297       reference: 1
7298       compare: 2
7299   legend:
7300     - ""
7301     - "2001, 2005 - DPDK versions tested."
7302     - "Diff - difference between 2001 and 2005 DPDK version."
7303
7304 # DPDK Performance Changes 2n-dnv 1t1c pdr
7305 - type: "table"
7306   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7307   algorithm: "table_comparison"
7308   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7310   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7311   columns:
7312     - title: "2001"
7313       data-set: "dpdk-performance-changes-2n-dnv-ref"
7314     - title: "2005"
7315       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7316   comparisons:
7317     - title: "Diff"
7318       reference: 1
7319       compare: 2
7320   legend:
7321     - ""
7322     - "2001, 2005 - DPDK versions tested."
7323     - "Diff - difference between 2001 and 2005 DPDK version."
7324
7325 # DPDK Performance Changes 2n-dnv 2t2c pdr
7326 - type: "table"
7327   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7328   algorithm: "table_comparison"
7329   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7331   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7332   columns:
7333     - title: "2001"
7334       data-set: "dpdk-performance-changes-2n-dnv-ref"
7335     - title: "2005"
7336       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7337   comparisons:
7338     - title: "Diff"
7339       reference: 1
7340       compare: 2
7341   legend:
7342     - ""
7343     - "2001, 2005 - DPDK versions tested."
7344     - "Diff - difference between 2001 and 2005 DPDK version."
7345
7346 # DPDK Performance Changes 2n-dnv 1t1c ndr
7347 - type: "table"
7348   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7349   algorithm: "table_comparison"
7350   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7352   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7353   columns:
7354     - title: "2001"
7355       data-set: "dpdk-performance-changes-2n-dnv-ref"
7356     - title: "2005"
7357       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7358   comparisons:
7359     - title: "Diff"
7360       reference: 1
7361       compare: 2
7362   legend:
7363     - ""
7364     - "2001, 2005 - DPDK versions tested."
7365     - "Diff - difference between 2001 and 2005 DPDK version."
7366
7367 # DPDK Performance Changes 2n-dnv 2t2c ndr
7368 - type: "table"
7369   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7370   algorithm: "table_comparison"
7371   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7373   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7374   columns:
7375     - title: "2001"
7376       data-set: "dpdk-performance-changes-2n-dnv-ref"
7377     - title: "2005"
7378       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7379   comparisons:
7380     - title: "Diff"
7381       reference: 1
7382       compare: 2
7383   legend:
7384     - ""
7385     - "2001, 2005 - DPDK versions tested."
7386     - "Diff - difference between 2001 and 2005 DPDK version."
7387
7388 # DPDK Performance Changes 3n-dnv 1t1c pdr
7389 - type: "table"
7390   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7391   algorithm: "table_comparison"
7392   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7394   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7395   columns:
7396     - title: "2001"
7397       data-set: "dpdk-performance-changes-3n-dnv-ref"
7398     - title: "2005"
7399       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7400   comparisons:
7401     - title: "Diff"
7402       reference: 1
7403       compare: 2
7404   legend:
7405     - ""
7406     - "2001, 2005 - DPDK versions tested."
7407     - "Diff - difference between 2001 and 2005 DPDK version."
7408
7409 # DPDK Performance Changes 3n-dnv 2t2c pdr
7410 - type: "table"
7411   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7412   algorithm: "table_comparison"
7413   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7415   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7416   columns:
7417     - title: "2001"
7418       data-set: "dpdk-performance-changes-3n-dnv-ref"
7419     - title: "2005"
7420       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7421   comparisons:
7422     - title: "Diff"
7423       reference: 1
7424       compare: 2
7425   legend:
7426     - ""
7427     - "2001, 2005 - DPDK versions tested."
7428     - "Diff - difference between 2001 and 2005 DPDK version."
7429
7430 # DPDK Performance Changes 3n-dnv 1t1c ndr
7431 - type: "table"
7432   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7433   algorithm: "table_comparison"
7434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7436   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7437   columns:
7438     - title: "2001"
7439       data-set: "dpdk-performance-changes-3n-dnv-ref"
7440     - title: "2005"
7441       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7442   comparisons:
7443     - title: "Diff"
7444       reference: 1
7445       compare: 2
7446   legend:
7447     - ""
7448     - "2001, 2005 - DPDK versions tested."
7449     - "Diff - difference between 2001 and 2005 DPDK version."
7450
7451 # DPDK Performance Changes 3n-dnv 2t2c ndr
7452 - type: "table"
7453   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7454   algorithm: "table_comparison"
7455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7457   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7458   columns:
7459     - title: "2001"
7460       data-set: "dpdk-performance-changes-3n-dnv-ref"
7461     - title: "2005"
7462       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7463   comparisons:
7464     - title: "Diff"
7465       reference: 1
7466       compare: 2
7467   legend:
7468     - ""
7469     - "2001, 2005 - DPDK versions tested."
7470     - "Diff - difference between 2001 and 2005 DPDK version."
7471
7472 # DPDK Performance Changes 3n-tsh 1t1c pdr
7473 - type: "table"
7474   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7475   algorithm: "table_comparison"
7476   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7478   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7479   columns:
7480     - title: "2001"
7481       data-set: "dpdk-performance-changes-3n-tsh-ref"
7482     - title: "2005"
7483       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7484   comparisons:
7485     - title: "Diff"
7486       reference: 1
7487       compare: 2
7488   legend:
7489     - ""
7490     - "2001, 2005 - DPDK versions tested."
7491     - "Diff - difference between 2001 and 2005 DPDK version."
7492
7493 # DPDK Performance Changes 3n-tsh 2t2c pdr
7494 - type: "table"
7495   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7496   algorithm: "table_comparison"
7497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7499   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7500   columns:
7501     - title: "2001"
7502       data-set: "dpdk-performance-changes-3n-tsh-ref"
7503     - title: "2005"
7504       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7505   comparisons:
7506     - title: "Diff"
7507       reference: 1
7508       compare: 2
7509   legend:
7510     - ""
7511     - "2001, 2005 - DPDK versions tested."
7512     - "Diff - difference between 2001 and 2005 DPDK version."
7513
7514 # DPDK Performance Changes 3n-tsh 1t1c ndr
7515 - type: "table"
7516   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7517   algorithm: "table_comparison"
7518   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7520   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7521   columns:
7522     - title: "2001"
7523       data-set: "dpdk-performance-changes-3n-tsh-ref"
7524     - title: "2005"
7525       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7526   comparisons:
7527     - title: "Diff"
7528       reference: 1
7529       compare: 2
7530   legend:
7531     - ""
7532     - "2001, 2005 - DPDK versions tested."
7533     - "Diff - difference between 2001 and 2005 DPDK version."
7534
7535 # DPDK Performance Changes 3n-tsh 2t2c ndr
7536 - type: "table"
7537   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7538   algorithm: "table_comparison"
7539   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7541   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7542   columns:
7543     - title: "2001"
7544       data-set: "dpdk-performance-changes-3n-tsh-ref"
7545     - title: "2005"
7546       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7547   comparisons:
7548     - title: "Diff"
7549       reference: 1
7550       compare: 2
7551   legend:
7552     - ""
7553     - "2001, 2005 - DPDK versions tested."
7554     - "Diff - difference between 2001 and 2005 DPDK version."
7555
7556 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7557 - type: "table"
7558   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7559   algorithm: "table_comparison"
7560   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562   filter: "'NIC_Intel-X710'"
7563   columns:
7564     - title: "3n-hsw x710"
7565       data-set: "dpdk-compare-testbeds-ref"
7566     - title: "3n-skx x710"
7567       data-set: "dpdk-compare-testbeds-cmp"
7568   comparisons:
7569     - title: "Diff"
7570       reference: 1
7571       compare: 2
7572   legend:
7573     - ""
7574     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7575     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7576
7577 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7578 - type: "table"
7579   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7580   algorithm: "table_comparison"
7581   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7583   filter: "'NIC_Intel-X710'"
7584   columns:
7585     - title: "3n-hsw x710"
7586       data-set: "dpdk-compare-testbeds-ref"
7587     - title: "3n-skx x710"
7588       data-set: "dpdk-compare-testbeds-cmp"
7589   comparisons:
7590     - title: "Diff"
7591       reference: 1
7592       compare: 2
7593   legend:
7594     - ""
7595     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7596     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7597
7598 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7599 - type: "table"
7600   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7601   algorithm: "table_comparison"
7602   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7604   filter: "'NIC_Intel-XXV710'"
7605   columns:
7606     - title: "2n-skx"
7607       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7608     - title: "2n-clx"
7609       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7610   comparisons:
7611     - title: "Diff"
7612       reference: 1
7613       compare: 2
7614   legend:
7615     - ""
7616     - "2n-skx, 2n-clx - testbeds and NICs tested."
7617     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7618
7619 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7620 - type: "table"
7621   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7622   algorithm: "table_comparison"
7623   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7625   filter: "'NIC_Intel-XXV710'"
7626   columns:
7627     - title: "2n-skx"
7628       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7629     - title: "2n-clx"
7630       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7631   comparisons:
7632     - title: "Diff"
7633       reference: 1
7634       compare: 2
7635   legend:
7636     - ""
7637     - "2n-skx, 2n-clx - testbeds and NICs tested."
7638     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7639
7640 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7641 - type: "table"
7642   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7643   algorithm: "table_comparison"
7644   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7646   filter: "'NIC_Intel-XXV710'"
7647   columns:
7648     - title: "3n-skx"
7649       data-set: "dpdk-compare-topologies-ref"
7650     - title: "2n-skx"
7651       data-set: "dpdk-compare-topologies-cmp"
7652   comparisons:
7653     - title: "Diff"
7654       reference: 1
7655       compare: 2
7656   legend:
7657     - ""
7658     - "3n-skx, 2n-skx - topologies tested."
7659     - "Diff - difference between 3n-skx and 2n-skx topologies."
7660
7661 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7662 - type: "table"
7663   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7664   algorithm: "table_comparison"
7665   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7667   filter: "'NIC_Intel-XXV710'"
7668   columns:
7669     - title: "3n-skx"
7670       data-set: "dpdk-compare-topologies-ref"
7671     - title: "2n-skx"
7672       data-set: "dpdk-compare-topologies-cmp"
7673   comparisons:
7674     - title: "Diff"
7675       reference: 1
7676       compare: 2
7677   legend:
7678     - ""
7679     - "3n-skx, 2n-skx - topologies tested."
7680     - "Diff - difference between 3n-skx and 2n-skx topologies."
7681
7682 # Detailed Test Results - DPDK Performance Results 3n-hsw
7683 - type: "table"
7684   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7685   algorithm: "table_merged_details"
7686   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7687   columns:
7688     - title: " |prein| Test Name |preout| "
7689       data: "data name"
7690     - 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| "
7691       data: "data msg"
7692   data: "dpdk-perf-results-3n-hsw"
7693   filter: "all"
7694   parameters:
7695   - "name"
7696   - "parent"
7697   - "msg"
7698
7699 # Detailed Test Results - DPDK Performance Results 3n-skx
7700 - type: "table"
7701   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7702   algorithm: "table_merged_details"
7703   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7704   columns:
7705     - title: " |prein| Test Name |preout| "
7706       data: "data name"
7707     - 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| "
7708       data: "data msg"
7709   data: "dpdk-perf-results-3n-skx"
7710   filter: "all"
7711   remove-ndr: False
7712   parameters:
7713   - "name"
7714   - "parent"
7715   - "msg"
7716
7717 # Detailed Test Results - DPDK Performance Results 2n-skx
7718 - type: "table"
7719   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7720   algorithm: "table_merged_details"
7721   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7722   columns:
7723     - title: " |prein| Test Name |preout| "
7724       data: "data name"
7725     - 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| "
7726       data: "data msg"
7727   data: "dpdk-perf-results-2n-skx"
7728   filter: "all"
7729   remove-ndr: False
7730   parameters:
7731   - "name"
7732   - "parent"
7733   - "msg"
7734
7735 # Detailed Test Results - DPDK Performance Results 2n-clx
7736 - type: "table"
7737   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7738   algorithm: "table_merged_details"
7739   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7740   columns:
7741     - title: " |prein| Test Name |preout| "
7742       data: "data name"
7743     - 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| "
7744       data: "data msg"
7745   data: "dpdk-perf-results-2n-clx"
7746   filter: "all"
7747   parameters:
7748   - "name"
7749   - "parent"
7750   - "msg"
7751
7752 # Detailed Test Results - DPDK Performance Results 2n-dnv
7753 - type: "table"
7754   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7755   algorithm: "table_merged_details"
7756   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7757   columns:
7758     - title: " |prein| Test Name |preout| "
7759       data: "data name"
7760     - 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| "
7761       data: "data msg"
7762   data: "dpdk-perf-results-2n-dnv"
7763   filter: "all"
7764   parameters:
7765   - "name"
7766   - "parent"
7767   - "msg"
7768
7769 # Detailed Test Results - DPDK Performance Results 3n-dnv
7770 - type: "table"
7771   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7772   algorithm: "table_merged_details"
7773   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7774   columns:
7775     - title: " |prein| Test Name |preout| "
7776       data: "data name"
7777     - 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| "
7778       data: "data msg"
7779   data: "dpdk-perf-results-3n-dnv"
7780   filter: "all"
7781   parameters:
7782   - "name"
7783   - "parent"
7784   - "msg"
7785
7786 # Detailed Test Results - DPDK Performance Results 3n-tsh
7787 - type: "table"
7788   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7789   algorithm: "table_merged_details"
7790   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7791   columns:
7792     - title: " |prein| Test Name |preout| "
7793       data: "data name"
7794     - 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| "
7795       data: "data msg"
7796   data: "dpdk-perf-results-3n-tsh"
7797   filter: "all"
7798   parameters:
7799   - "name"
7800   - "parent"
7801   - "msg"
7802
7803 ################################################################################
7804 ###                                F I L E S                                 ###
7805 ################################################################################
7806
7807 # VPP Performance Results
7808 - type: "file"
7809   title: "VPP Performance Results"
7810   algorithm: "file_details_split"
7811   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7812   dir-tables:
7813     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7814     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7815     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7816     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7817     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7818 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7819 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7820   data:
7821     - "vpp-perf-results-2n-skx"
7822     - "vpp-perf-results-3n-skx"
7823     - "vpp-perf-results-2n-clx"
7824     - "vpp-perf-results-3n-hsw"
7825     - "vpp-perf-results-3n-tsh"
7826 #    - "vpp-perf-results-2n-dnv"
7827 #    - "vpp-perf-results-3n-dnv"
7828   filter: "all"
7829   data-start-level: 4
7830   order-chapters:
7831     level-1:
7832       - "l2"
7833       - "ip4"
7834       - "ip6"
7835       - "srv6"
7836       - "ip4_tunnels"
7837       - "ip6_tunnels"
7838       - "vm_vhost"
7839       - "container_memif"
7840       - "crypto"
7841       - "vts"
7842       - "lb"
7843       - "nfv_density"
7844       - "hoststack"
7845     level-2:
7846       - "2n-skx"
7847       - "3n-skx"
7848       - "2n-clx"
7849       - "3n-hsw"
7850       - "3n-tsh"
7851       - "2n-dnv"
7852       - "3n-dnv"
7853     level-3:
7854       - "xl710"
7855       - "x520"
7856       - "xxv710"
7857       - "x710"
7858       - "x553"
7859       - "cx556a"
7860       - "vic1227"
7861       - "vic1385"
7862
7863 # VPP Performance Configuration
7864 - type: "file"
7865   title: "VPP Performance Configuration"
7866   algorithm: "file_details_split"
7867   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7868   dir-tables:
7869     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7870     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7871     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7872     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7873     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7874 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7875 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7876   data:
7877     - "vpp-perf-results-2n-skx"
7878     - "vpp-perf-results-3n-skx"
7879     - "vpp-perf-results-2n-clx"
7880     - "vpp-perf-results-3n-hsw"
7881     - "vpp-perf-results-3n-tsh"
7882 #    - "vpp-perf-results-2n-dnv"
7883 #    - "vpp-perf-results-3n-dnv"
7884   filter: "all"
7885   data-start-level: 4
7886   order-chapters:
7887     level-1:
7888       - "l2"
7889       - "ip4"
7890       - "ip6"
7891       - "srv6"
7892       - "ip4_tunnels"
7893       - "ip6_tunnels"
7894       - "vm_vhost"
7895       - "container_memif"
7896       - "crypto"
7897       - "vts"
7898       - "lb"
7899       - "nfv_density"
7900       - "hoststack"
7901     level-2:
7902       - "2n-skx"
7903       - "3n-skx"
7904       - "2n-clx"
7905       - "3n-hsw"
7906       - "3n-tsh"
7907       - "2n-dnv"
7908       - "3n-dnv"
7909     level-3:
7910       - "xl710"
7911       - "x520"
7912       - "xxv710"
7913       - "x710"
7914       - "x553"
7915       - "cx556a"
7916       - "vic1227"
7917       - "vic1385"
7918
7919 # VPP Performance Operational
7920 - type: "file"
7921   title: "VPP Performance Operational"
7922   algorithm: "file_details_split_html"
7923   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7924   dir-tables:
7925     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7926     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7927     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7928     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7929     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7930 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7931 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7932   data:
7933     - "vpp-perf-results-2n-skx"
7934     - "vpp-perf-results-3n-skx"
7935     - "vpp-perf-results-2n-clx"
7936     - "vpp-perf-results-3n-hsw"
7937     - "vpp-perf-results-3n-tsh"
7938 #    - "vpp-perf-results-2n-dnv"
7939 #    - "vpp-perf-results-3n-dnv"
7940   filter: "all"
7941   data-start-level: 4
7942   order-chapters:
7943     level-1:
7944       - "l2"
7945       - "ip4"
7946       - "ip6"
7947       - "srv6"
7948       - "ip4_tunnels"
7949       - "ip6_tunnels"
7950       - "vm_vhost"
7951       - "container_memif"
7952       - "crypto"
7953       - "vts"
7954       - "lb"
7955       - "nfv_density"
7956       - "hoststack"
7957     level-2:
7958       - "2n-skx"
7959       - "3n-skx"
7960       - "2n-clx"
7961       - "3n-hsw"
7962       - "3n-tsh"
7963       - "2n-dnv"
7964       - "3n-dnv"
7965     level-3:
7966       - "xl710"
7967       - "x520"
7968       - "xxv710"
7969       - "x710"
7970       - "x553"
7971       - "cx556a"
7972       - "vic1227"
7973       - "vic1385"
7974
7975 # VPP MRR Results
7976 - type: "file"
7977   title: "VPP MRR Results"
7978   algorithm: "file_details_split"
7979   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7980   dir-tables:
7981     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7982     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7983     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7984     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7985     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7986 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7987 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7988   data:
7989     - "vpp-mrr-results-2n-skx"
7990     - "vpp-mrr-results-3n-skx"
7991     - "vpp-mrr-results-2n-clx"
7992     - "vpp-mrr-results-3n-hsw"
7993     - "vpp-mrr-results-3n-tsh"
7994 #    - "vpp-mrr-results-2n-dnv"
7995 #    - "vpp-mrr-results-3n-dnv"
7996   filter: "all"
7997   data-start-level: 4
7998   order-chapters:
7999     level-1:
8000       - "l2"
8001       - "ip4"
8002       - "ip6"
8003       - "srv6"
8004       - "ip4_tunnels"
8005       - "ip6_tunnels"
8006       - "vm_vhost"
8007       - "container_memif"
8008       - "crypto"
8009       - "vts"
8010       - "lb"
8011       - "nfv_density"
8012       - "hoststack"
8013     level-2:
8014       - "2n-skx"
8015       - "3n-skx"
8016       - "2n-clx"
8017       - "3n-hsw"
8018       - "3n-tsh"
8019       - "2n-dnv"
8020       - "3n-dnv"
8021     level-3:
8022       - "xl710"
8023       - "x520"
8024       - "xxv710"
8025       - "x710"
8026       - "x553"
8027       - "cx556a"
8028       - "vic1227"
8029       - "vic1385"
8030
8031 # VPP MRR Configuration
8032 - type: "file"
8033   title: "VPP MRR Configuration"
8034   algorithm: "file_details_split"
8035   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8036   dir-tables:
8037     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8038     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8039     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8040     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8041     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8042     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8043     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8044   data:
8045     - "vpp-mrr-results-2n-skx"
8046     - "vpp-mrr-results-3n-skx"
8047     - "vpp-mrr-results-2n-clx"
8048     - "vpp-mrr-results-3n-hsw"
8049     - "vpp-mrr-results-3n-tsh"
8050 #    - "vpp-mrr-results-2n-dnv"
8051 #    - "vpp-mrr-results-3n-dnv"
8052   filter: "all"
8053   data-start-level: 4
8054   order-chapters:
8055     level-1:
8056       - "l2"
8057       - "ip4"
8058       - "ip6"
8059       - "srv6"
8060       - "ip4_tunnels"
8061       - "ip6_tunnels"
8062       - "vm_vhost"
8063       - "container_memif"
8064       - "crypto"
8065       - "vts"
8066       - "lb"
8067       - "nfv_density"
8068       - "hoststack"
8069     level-2:
8070       - "2n-skx"
8071       - "3n-skx"
8072       - "2n-clx"
8073       - "3n-hsw"
8074       - "3n-tsh"
8075       - "2n-dnv"
8076       - "3n-dnv"
8077     level-3:
8078       - "xl710"
8079       - "x520"
8080       - "xxv710"
8081       - "x710"
8082       - "x553"
8083       - "cx556a"
8084       - "vic1227"
8085       - "vic1385"
8086
8087 # VPP Device Results - Ubuntu
8088 - type: "file"
8089   title: "VPP Device Results - Ubuntu"
8090   algorithm: "file_test_results"
8091   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8092   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8093   data: "vpp-device-results-ubuntu"
8094   filter: "all"
8095   data-start-level: 4
8096
8097 # VPP Device Configuration - Ubuntu
8098 - type: "file"
8099   title: "VPP Device Configuration - Ubuntu"
8100   algorithm: "file_test_results"
8101   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8102   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8103   data: "vpp-device-results-ubuntu"
8104   filter: "all"
8105   data-start-level: 4
8106
8107 # DPDK Performance Results 3n-hsw
8108 - type: "file"
8109   title: "DPDK Performance Results 3n-hsw"
8110   algorithm: "file_test_results"
8111   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8112   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8113   data: "dpdk-perf-results-3n-hsw"
8114   filter: "all"
8115   data-start-level: 4
8116
8117 # DPDK Performance Results 3n-skx
8118 - type: "file"
8119   title: "DPDK Performance Results 3n-skx"
8120   algorithm: "file_test_results"
8121   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8122   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8123   data: "dpdk-perf-results-3n-skx"
8124   filter: "all"
8125   data-start-level: 4
8126
8127 # DPDK Performance Results 2n-skx
8128 - type: "file"
8129   title: "DPDK Performance Results 2n-skx"
8130   algorithm: "file_test_results"
8131   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8132   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8133   data: "dpdk-perf-results-2n-skx"
8134   filter: "all"
8135   data-start-level: 4
8136
8137 # DPDK Performance Results 2n-clx
8138 - type: "file"
8139   title: "DPDK Performance Results 2n-clx"
8140   algorithm: "file_test_results"
8141   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8142   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8143   data: "dpdk-perf-results-2n-clx"
8144   filter: "all"
8145   data-start-level: 4
8146
8147 # DPDK Performance Results 2n-dnv
8148 - type: "file"
8149   title: "DPDK Performance Results 2n-dnv"
8150   algorithm: "file_test_results"
8151   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8152   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8153   data: "dpdk-perf-results-2n-dnv"
8154   filter: "all"
8155   data-start-level: 4
8156
8157 # DPDK Performance Results 3n-dnv
8158 - type: "file"
8159   title: "DPDK Performance Results 3n-dnv"
8160   algorithm: "file_test_results"
8161   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8162   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8163   data: "dpdk-perf-results-3n-dnv"
8164   filter: "all"
8165   data-start-level: 4
8166
8167 # DPDK Performance Results 3n-tsh
8168 - type: "file"
8169   title: "DPDK Performance Results 3n-tsh"
8170   algorithm: "file_test_results"
8171   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8172   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8173   data: "dpdk-perf-results-3n-tsh"
8174   filter: "all"
8175   data-start-level: 4
8176
8177 ################################################################################
8178 ###                                P L O T S                                 ###
8179 ################################################################################
8180
8181 # Hoststack tests 3n-hsw
8182
8183 - type: "plot"
8184   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8185   algorithm: "plot_perf_box_name"
8186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8187   data: "plot-vpp-hoststack-3n-hsw"
8188   include:
8189     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8190     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8191   layout:
8192     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8193     layout: "plot-hoststack"
8194
8195 - type: "plot"
8196   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8197   algorithm: "plot_perf_box_name"
8198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8199   data: "plot-vpp-hoststack-3n-hsw"
8200   include:
8201     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8202     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8203   layout:
8204     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8205     layout: "plot-hoststack"
8206
8207 - type: "plot"
8208   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8209   algorithm: "plot_perf_box_name"
8210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8211   data: "plot-vpp-hoststack-3n-hsw"
8212   include:
8213     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8214     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8215     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8216     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8217   layout:
8218     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8219     layout: "plot-hoststack"
8220
8221 ################################################################################
8222
8223 # Soak Test (PLRsearch), boxes - 2n-clx
8224 - type: "plot"
8225   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8226   algorithm: "plot_perf_box_name"
8227   output-file-type: ".html"
8228   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8229   data: "plot-vpp-soak-2n-clx"
8230   include:
8231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8237   layout:
8238     title: "30 Minutes Soak Test (PLRsearch)"
8239     layout: "plot-soak-throughput"
8240
8241 # Soak Test (PLRsearch), boxes - 2n-clx
8242 - type: "plot"
8243   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8244   algorithm: "plot_perf_box_name"
8245   output-file-type: ".html"
8246   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8247   data: "plot-vpp-soak-2n-clx"
8248   include:
8249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8254     - "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"
8255   layout:
8256     title: "30 Minutes Soak Test (PLRsearch)"
8257     layout: "plot-soak-throughput"
8258
8259 # Soak Test (PLRsearch), boxes - 2n-skx
8260 - type: "plot"
8261   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8262   algorithm: "plot_perf_box_name"
8263   output-file-type: ".html"
8264   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8265   data: "plot-vpp-soak-2n-skx"
8266   include:
8267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8273   layout:
8274     title: "30 Minutes Soak Test (PLRsearch)"
8275     layout: "plot-soak-throughput"
8276
8277 # Soak Test (PLRsearch), boxes - 2n-skx
8278 - type: "plot"
8279   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8280   algorithm: "plot_perf_box_name"
8281   output-file-type: ".html"
8282   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8283   data: "plot-vpp-soak-2n-skx"
8284   include:
8285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8290     - "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"
8291   layout:
8292     title: "30 Minutes Soak Test (PLRsearch)"
8293     layout: "plot-soak-throughput"
8294
8295 ###############################################################################
8296
8297 # Reconf tests 2n-skx
8298
8299 - type: "plot"
8300   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8301   algorithm: "plot_nf_reconf_box_name"
8302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8303   data: "plot-vpp-nfv-reconf-2n-skx"
8304   include:
8305     - "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"
8306     - "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"
8307     - "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"
8308     - "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"
8309     - "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"
8310     - "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"
8311   layout:
8312     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8313     layout: "plot-throughput"
8314
8315 - type: "plot"
8316   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8317   algorithm: "plot_nf_reconf_box_name"
8318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8319   data: "plot-vpp-nfv-reconf-2n-skx"
8320   include:
8321     - "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"
8322     - "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"
8323     - "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"
8324     - "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"
8325     - "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"
8326     - "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"
8327   layout:
8328     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8329     layout: "plot-throughput"
8330
8331 - type: "plot"
8332   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8333   algorithm: "plot_nf_reconf_box_name"
8334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8335   data: "plot-vpp-nfv-reconf-2n-skx"
8336   include:
8337     - "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"
8338     - "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"
8339     - "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"
8340     - "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"
8341     - "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"
8342     - "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"
8343   layout:
8344     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8345     layout: "plot-throughput"
8346
8347 ###############################################################################
8348
8349 # Reconf tests 2n-clx
8350
8351 - type: "plot"
8352   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8353   algorithm: "plot_nf_reconf_box_name"
8354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8355   data: "plot-vpp-nfv-reconf-2n-clx"
8356   include:
8357     - "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"
8358     - "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"
8359     - "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"
8360     - "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"
8361   layout:
8362     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8363     layout: "plot-throughput"
8364
8365 - type: "plot"
8366   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8367   algorithm: "plot_nf_reconf_box_name"
8368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8369   data: "plot-vpp-nfv-reconf-2n-clx"
8370   include:
8371     - "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"
8372     - "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"
8373     - "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"
8374     - "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"
8375   layout:
8376     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8377     layout: "plot-throughput"
8378
8379 - type: "plot"
8380   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8381   algorithm: "plot_nf_reconf_box_name"
8382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8383   data: "plot-vpp-nfv-reconf-2n-clx"
8384   include:
8385     - "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"
8386     - "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"
8387     - "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"
8388     - "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"
8389   layout:
8390     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8391     layout: "plot-throughput"
8392
8393 ###############################################################################
8394
8395 # Plots - NF Density - VSC - MRR IMIX
8396 - type: "plot"
8397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8398   algorithm: "plot_nf_heatmap"
8399   output-file-type: ".html"
8400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8401   data: "plot-vpp-nfv-2n-skx-mrr"
8402   filter: "'NIC_Intel-XXV710' and
8403            'NF_DENSITY' and
8404            'VHOST' and
8405            not 'VXLAN' and
8406            'CHAIN' and
8407            'NF_VPPIP4' and
8408            'IMIX' and
8409            '2T1C' and
8410            'MRR'"
8411   parameters:
8412   - "result"
8413   - "name"
8414   - "tags"
8415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8416   x-axis: "X = VNFs per Service Chain"
8417   y-axis: "Y = Number of Service Chains"
8418   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8419   layout:
8420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8421     layout: "plot-service-density"
8422
8423 - type: "plot"
8424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8425   algorithm: "plot_nf_heatmap"
8426   output-file-type: ".html"
8427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8428   data: "plot-vpp-nfv-2n-skx-mrr"
8429   filter: "'NIC_Intel-XXV710' and
8430            'NF_DENSITY' and
8431            'VHOST' and
8432            not 'VXLAN' and
8433            'CHAIN' and
8434            'NF_VPPIP4' and
8435            'IMIX' and
8436            '4T2C' and
8437            'MRR'"
8438   parameters:
8439   - "result"
8440   - "name"
8441   - "tags"
8442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8443   x-axis: "X = VNFs per Service Chain"
8444   y-axis: "Y = Number of Service Chains"
8445   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8446   layout:
8447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8448     layout: "plot-service-density"
8449
8450 - type: "plot"
8451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8452   algorithm: "plot_nf_heatmap"
8453   output-file-type: ".html"
8454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8455   data: "plot-vpp-nfv-2n-skx-mrr"
8456   filter: "'NIC_Intel-XXV710' and
8457            'NF_DENSITY' and
8458            'VHOST' and
8459            not 'VXLAN' and
8460            'CHAIN' and
8461            'NF_VPPIP4' and
8462            'IMIX' and
8463            '8T4C' and
8464            'MRR'"
8465   parameters:
8466   - "result"
8467   - "name"
8468   - "tags"
8469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8470   x-axis: "X = VNFs per Service Chain"
8471   y-axis: "Y = Number of Service Chains"
8472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8473   layout:
8474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8475     layout: "plot-service-density"
8476
8477 # Plots - NF Density - VSC - NDR IMIX
8478 - type: "plot"
8479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8480   algorithm: "plot_nf_heatmap"
8481   output-file-type: ".html"
8482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8483   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8484   filter: "'NIC_Intel-XXV710' and
8485            'NF_DENSITY' and
8486            'VHOST' and
8487            not 'VXLAN' and
8488            'CHAIN' and
8489            'NF_VPPIP4' and
8490            'IMIX' and
8491            '2T1C' and
8492            'NDRPDR'"
8493   parameters:
8494   - "throughput"
8495   - "name"
8496   - "tags"
8497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8498   x-axis: "X = VNFs per Service Chain"
8499   y-axis: "Y = Number of Service Chains"
8500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8501   layout:
8502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8503     layout: "plot-service-density"
8504
8505 - type: "plot"
8506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8507   algorithm: "plot_nf_heatmap"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8510   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8511   filter: "'NIC_Intel-XXV710' and
8512            'NF_DENSITY' and
8513            'VHOST' and
8514            not 'VXLAN' and
8515            'CHAIN' and
8516            'NF_VPPIP4' and
8517            'IMIX' and
8518            '4T2C' and
8519            'NDRPDR'"
8520   parameters:
8521   - "throughput"
8522   - "name"
8523   - "tags"
8524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8525   x-axis: "X = VNFs per Service Chain"
8526   y-axis: "Y = Number of Service Chains"
8527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8528   layout:
8529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8530     layout: "plot-service-density"
8531
8532 - type: "plot"
8533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8534   algorithm: "plot_nf_heatmap"
8535   output-file-type: ".html"
8536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8537   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8538   filter: "'NIC_Intel-XXV710' and
8539            'NF_DENSITY' and
8540            'VHOST' and
8541            not 'VXLAN' and
8542            'CHAIN' and
8543            'NF_VPPIP4' and
8544            'IMIX' and
8545            '8T4C' and
8546            'NDRPDR'"
8547   parameters:
8548   - "throughput"
8549   - "name"
8550   - "tags"
8551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8552   x-axis: "X = VNFs per Service Chain"
8553   y-axis: "Y = Number of Service Chains"
8554   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8555   layout:
8556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8557     layout: "plot-service-density"
8558
8559 # Plots - NF Density - VSC - PDR IMIX
8560 - type: "plot"
8561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8562   algorithm: "plot_nf_heatmap"
8563   output-file-type: ".html"
8564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8565   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8566   filter: "'NIC_Intel-XXV710' and
8567            'NF_DENSITY' and
8568            'VHOST' and
8569            not 'VXLAN' and
8570            'CHAIN' and
8571            'NF_VPPIP4' and
8572            'IMIX' and
8573            '2T1C' and
8574            'NDRPDR'"
8575   parameters:
8576   - "throughput"
8577   - "name"
8578   - "tags"
8579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8580   x-axis: "X = VNFs per Service Chain"
8581   y-axis: "Y = Number of Service Chains"
8582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8583   layout:
8584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8585     layout: "plot-service-density"
8586
8587 - type: "plot"
8588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8589   algorithm: "plot_nf_heatmap"
8590   output-file-type: ".html"
8591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8593   filter: "'NIC_Intel-XXV710' and
8594            'NF_DENSITY' and
8595            'VHOST' and
8596            not 'VXLAN' and
8597            'CHAIN' and
8598            'NF_VPPIP4' and
8599            'IMIX' and
8600            '4T2C' and
8601            'NDRPDR'"
8602   parameters:
8603   - "throughput"
8604   - "name"
8605   - "tags"
8606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8607   x-axis: "X = VNFs per Service Chain"
8608   y-axis: "Y = Number of Service Chains"
8609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8610   layout:
8611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8612     layout: "plot-service-density"
8613
8614 - type: "plot"
8615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8616   algorithm: "plot_nf_heatmap"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8619   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8620   filter: "'NIC_Intel-XXV710' and
8621            'NF_DENSITY' and
8622            'VHOST' and
8623            not 'VXLAN' and
8624            'CHAIN' and
8625            'NF_VPPIP4' and
8626            'IMIX' and
8627            '8T4C' and
8628            'NDRPDR'"
8629   parameters:
8630   - "throughput"
8631   - "name"
8632   - "tags"
8633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = VNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8639     layout: "plot-service-density"
8640
8641 ###############################################################################
8642
8643 # Plots - NF Density - VSC - MRR IMIX
8644 - type: "plot"
8645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8646   algorithm: "plot_nf_heatmap"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8649   data: "plot-vpp-nfv-2n-skx-mrr"
8650   filter: "'NIC_Intel-XXV710' and
8651            'NF_DENSITY' and
8652            'VHOST' and
8653            'VXLAN' and
8654            'CHAIN' and
8655            'IMIX' and
8656            '2T1C' and
8657            'MRR'"
8658   parameters:
8659   - "result"
8660   - "name"
8661   - "tags"
8662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8663   x-axis: "X = VNFs per Service Chain"
8664   y-axis: "Y = Number of Service Chains"
8665   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8666   layout:
8667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8668     layout: "plot-service-density"
8669
8670 - type: "plot"
8671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8672   algorithm: "plot_nf_heatmap"
8673   output-file-type: ".html"
8674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8675   data: "plot-vpp-nfv-2n-skx-mrr"
8676   filter: "'NIC_Intel-XXV710' and
8677            'NF_DENSITY' and
8678            'VHOST' and
8679            'VXLAN' and
8680            'CHAIN' and
8681            'IMIX' and
8682            '4T2C' and
8683            'MRR'"
8684   parameters:
8685   - "result"
8686   - "name"
8687   - "tags"
8688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8689   x-axis: "X = VNFs per Service Chain"
8690   y-axis: "Y = Number of Service Chains"
8691   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8692   layout:
8693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8694     layout: "plot-service-density"
8695
8696 - type: "plot"
8697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8698   algorithm: "plot_nf_heatmap"
8699   output-file-type: ".html"
8700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8701   data: "plot-vpp-nfv-2n-skx-mrr"
8702   filter: "'NIC_Intel-XXV710' and
8703            'NF_DENSITY' and
8704            'VHOST' and
8705            'VXLAN' and
8706            'CHAIN' and
8707            'IMIX' and
8708            '8T4C' and
8709            'MRR'"
8710   parameters:
8711   - "result"
8712   - "name"
8713   - "tags"
8714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8715   x-axis: "X = VNFs per Service Chain"
8716   y-axis: "Y = Number of Service Chains"
8717   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8718   layout:
8719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8720     layout: "plot-service-density"
8721
8722 # Plots - NF Density - VSC - NDR IMIX
8723 - type: "plot"
8724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8725   algorithm: "plot_nf_heatmap"
8726   output-file-type: ".html"
8727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8728   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8729   filter: "'NIC_Intel-XXV710' and
8730            'NF_DENSITY' and
8731            'VHOST' and
8732            'VXLAN' and
8733            'CHAIN' and
8734            'IMIX' and
8735            '2T1C' and
8736            'NDRPDR'"
8737   parameters:
8738   - "throughput"
8739   - "name"
8740   - "tags"
8741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8742   x-axis: "X = VNFs per Service Chain"
8743   y-axis: "Y = Number of Service Chains"
8744   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8745   layout:
8746     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8747     layout: "plot-service-density"
8748
8749 - type: "plot"
8750   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8751   algorithm: "plot_nf_heatmap"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8754   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8755   filter: "'NIC_Intel-XXV710' and
8756            'NF_DENSITY' and
8757            'VHOST' and
8758            'VXLAN' and
8759            'CHAIN' and
8760            'IMIX' and
8761            '4T2C' and
8762            'NDRPDR'"
8763   parameters:
8764   - "throughput"
8765   - "name"
8766   - "tags"
8767   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8768   x-axis: "X = VNFs per Service Chain"
8769   y-axis: "Y = Number of Service Chains"
8770   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8771   layout:
8772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8773     layout: "plot-service-density"
8774
8775 - type: "plot"
8776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8777   algorithm: "plot_nf_heatmap"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8780   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8781   filter: "'NIC_Intel-XXV710' and
8782            'NF_DENSITY' and
8783            'VHOST' and
8784            'VXLAN' and
8785            'CHAIN' and
8786            'IMIX' and
8787            '8T4C' and
8788            'NDRPDR'"
8789   parameters:
8790   - "throughput"
8791   - "name"
8792   - "tags"
8793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8794   x-axis: "X = VNFs per Service Chain"
8795   y-axis: "Y = Number of Service Chains"
8796   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8797   layout:
8798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8799     layout: "plot-service-density"
8800
8801 # Plots - NF Density - VSC - PDR IMIX
8802 - type: "plot"
8803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8804   algorithm: "plot_nf_heatmap"
8805   output-file-type: ".html"
8806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8807   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8808   filter: "'NIC_Intel-XXV710' and
8809            'NF_DENSITY' and
8810            'VHOST' and
8811            'VXLAN' and
8812            'CHAIN' and
8813            'IMIX' and
8814            '2T1C' and
8815            'NDRPDR'"
8816   parameters:
8817   - "throughput"
8818   - "name"
8819   - "tags"
8820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8821   x-axis: "X = VNFs per Service Chain"
8822   y-axis: "Y = Number of Service Chains"
8823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8824   layout:
8825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8826     layout: "plot-service-density"
8827
8828 - type: "plot"
8829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8830   algorithm: "plot_nf_heatmap"
8831   output-file-type: ".html"
8832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8833   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8834   filter: "'NIC_Intel-XXV710' and
8835            'NF_DENSITY' and
8836            'VHOST' and
8837            'VXLAN' and
8838            'CHAIN' and
8839            'IMIX' and
8840            '4T2C' and
8841            'NDRPDR'"
8842   parameters:
8843   - "throughput"
8844   - "name"
8845   - "tags"
8846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8847   x-axis: "X = VNFs per Service Chain"
8848   y-axis: "Y = Number of Service Chains"
8849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8850   layout:
8851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8852     layout: "plot-service-density"
8853
8854 - type: "plot"
8855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8856   algorithm: "plot_nf_heatmap"
8857   output-file-type: ".html"
8858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8859   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8860   filter: "'NIC_Intel-XXV710' and
8861            'NF_DENSITY' and
8862            'VHOST' and
8863            'VXLAN' and
8864            'CHAIN' and
8865            'IMIX' and
8866            '8T4C' and
8867            'NDRPDR'"
8868   parameters:
8869   - "throughput"
8870   - "name"
8871   - "tags"
8872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8873   x-axis: "X = VNFs per Service Chain"
8874   y-axis: "Y = Number of Service Chains"
8875   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8876   layout:
8877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8878     layout: "plot-service-density"
8879
8880 ###############################################################################
8881
8882 # Plots - NF Density - CSC - MRR IMIX
8883 - type: "plot"
8884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8885   algorithm: "plot_nf_heatmap"
8886   output-file-type: ".html"
8887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8888   data: "plot-vpp-nfv-2n-skx-mrr"
8889   filter: "'NIC_Intel-XXV710' and
8890            'NF_DENSITY' and
8891            'DOCKER' and
8892            'CHAIN' and
8893            'NF_VPPIP4' and
8894            'IMIX' and
8895            '2T1C' and
8896            'MRR'"
8897   parameters:
8898   - "result"
8899   - "name"
8900   - "tags"
8901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8902   x-axis: "X = CNFs per Service Chain"
8903   y-axis: "Y = Number of Service Chains"
8904   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8905   layout:
8906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8907     layout: "plot-service-density"
8908
8909 - type: "plot"
8910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8911   algorithm: "plot_nf_heatmap"
8912   output-file-type: ".html"
8913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8914   data: "plot-vpp-nfv-2n-skx-mrr"
8915   filter: "'NIC_Intel-XXV710' and
8916            'NF_DENSITY' and
8917            'DOCKER' and
8918            'CHAIN' and
8919            'NF_VPPIP4' and
8920            'IMIX' and
8921            '4T2C' and
8922            'MRR'"
8923   parameters:
8924   - "result"
8925   - "name"
8926   - "tags"
8927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8928   x-axis: "X = CNFs per Service Chain"
8929   y-axis: "Y = Number of Service Chains"
8930   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8931   layout:
8932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8933     layout: "plot-service-density"
8934
8935 - type: "plot"
8936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8937   algorithm: "plot_nf_heatmap"
8938   output-file-type: ".html"
8939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8940   data: "plot-vpp-nfv-2n-skx-mrr"
8941   filter: "'NIC_Intel-XXV710' and
8942            'NF_DENSITY' and
8943            'DOCKER' and
8944            'CHAIN' and
8945            'NF_VPPIP4' and
8946            'IMIX' and
8947            '8T4C' and
8948            'MRR'"
8949   parameters:
8950   - "result"
8951   - "name"
8952   - "tags"
8953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8959     layout: "plot-service-density"
8960
8961 # Plots - NF Density - CSC - NDR IMIX
8962 - type: "plot"
8963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8964   algorithm: "plot_nf_heatmap"
8965   output-file-type: ".html"
8966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8967   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8968   filter: "'NIC_Intel-XXV710' and
8969            'NF_DENSITY' and
8970            'DOCKER' and
8971            'CHAIN' and
8972            'NF_VPPIP4' and
8973            'IMIX' and
8974            '2T1C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8986     layout: "plot-service-density"
8987
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file-type: ".html"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8993   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8994   filter: "'NIC_Intel-XXV710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IMIX' and
9000            '4T2C' and
9001            'NDRPDR'"
9002   parameters:
9003   - "throughput"
9004   - "name"
9005   - "tags"
9006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9007   x-axis: "X = CNFs per Service Chain"
9008   y-axis: "Y = Number of Service Chains"
9009   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9010   layout:
9011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9012     layout: "plot-service-density"
9013
9014 - type: "plot"
9015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9016   algorithm: "plot_nf_heatmap"
9017   output-file-type: ".html"
9018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9019   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9020   filter: "'NIC_Intel-XXV710' and
9021            'NF_DENSITY' and
9022            'DOCKER' and
9023            'CHAIN' and
9024            'NF_VPPIP4' and
9025            'IMIX' and
9026            '8T4C' and
9027            'NDRPDR'"
9028   parameters:
9029   - "throughput"
9030   - "name"
9031   - "tags"
9032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9033   x-axis: "X = CNFs per Service Chain"
9034   y-axis: "Y = Number of Service Chains"
9035   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9036   layout:
9037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9038     layout: "plot-service-density"
9039
9040 # Plots - NF Density - CSC - PDR IMIX
9041 - type: "plot"
9042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9043   algorithm: "plot_nf_heatmap"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9046   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9047   filter: "'NIC_Intel-XXV710' and
9048            'NF_DENSITY' and
9049            'DOCKER' and
9050            'CHAIN' and
9051            'NF_VPPIP4' and
9052            'IMIX' and
9053            '2T1C' and
9054            'NDRPDR'"
9055   parameters:
9056   - "throughput"
9057   - "name"
9058   - "tags"
9059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9060   x-axis: "X = CNFs per Service Chain"
9061   y-axis: "Y = Number of Service Chains"
9062   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9063   layout:
9064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9065     layout: "plot-service-density"
9066
9067 - type: "plot"
9068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9069   algorithm: "plot_nf_heatmap"
9070   output-file-type: ".html"
9071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9072   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9073   filter: "'NIC_Intel-XXV710' and
9074            'NF_DENSITY' and
9075            'DOCKER' and
9076            'CHAIN' and
9077            'NF_VPPIP4' and
9078            'IMIX' and
9079            '4T2C' and
9080            'NDRPDR'"
9081   parameters:
9082   - "throughput"
9083   - "name"
9084   - "tags"
9085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9086   x-axis: "X = CNFs per Service Chain"
9087   y-axis: "Y = Number of Service Chains"
9088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9089   layout:
9090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9091     layout: "plot-service-density"
9092
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file-type: ".html"
9097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9098   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9099   filter: "'NIC_Intel-XXV710' and
9100            'NF_DENSITY' and
9101            'DOCKER' and
9102            'CHAIN' and
9103            'NF_VPPIP4' and
9104            'IMIX' and
9105            '8T4C' and
9106            'NDRPDR'"
9107   parameters:
9108   - "throughput"
9109   - "name"
9110   - "tags"
9111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9112   x-axis: "X = CNFs per Service Chain"
9113   y-axis: "Y = Number of Service Chains"
9114   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9115   layout:
9116     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9117     layout: "plot-service-density"
9118
9119 ################################################################################
9120 #
9121 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9122 #- type: "plot"
9123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9124 #  algorithm: "plot_nf_heatmap"
9125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9126 #  data: "plot-vpp-nfv-3n-skx-mrr"
9127 #  filter: "'NIC_Intel-XXV710' and
9128 #           'NF_DENSITY' and
9129 #           'DOCKER' and
9130 #           'CHAIN' and
9131 #           'NF_VPPIP4' and
9132 #           'IPSEC' and
9133 #           'TNL_4' and
9134 #           'IMIX' and
9135 #           '2T1C' and
9136 #           'MRR'"
9137 #  parameters:
9138 #  - "result"
9139 #  - "name"
9140 #  - "tags"
9141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142 #  x-axis: "X = CNFs per Service Chain"
9143 #  y-axis: "Y = Number of Service Chains"
9144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145 #  layout:
9146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9147 #    layout: "plot-service-density"
9148 #
9149 #- type: "plot"
9150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9151 #  algorithm: "plot_nf_heatmap"
9152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9153 #  data: "plot-vpp-nfv-3n-skx-mrr"
9154 #  filter: "'NIC_Intel-XXV710' and
9155 #           'NF_DENSITY' and
9156 #           'DOCKER' and
9157 #           'CHAIN' and
9158 #           'NF_VPPIP4' and
9159 #           'IPSEC' and
9160 #           'TNL_4' and
9161 #           'IMIX' and
9162 #           '4T2C' and
9163 #           'MRR'"
9164 #  parameters:
9165 #  - "result"
9166 #  - "name"
9167 #  - "tags"
9168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9169 #  x-axis: "X = CNFs per Service Chain"
9170 #  y-axis: "Y = Number of Service Chains"
9171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9172 #  layout:
9173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9174 #    layout: "plot-service-density"
9175 #
9176 #- type: "plot"
9177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9178 #  algorithm: "plot_nf_heatmap"
9179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9180 #  data: "plot-vpp-nfv-3n-skx-mrr"
9181 #  filter: "'NIC_Intel-XXV710' and
9182 #           'NF_DENSITY' and
9183 #           'DOCKER' and
9184 #           'CHAIN' and
9185 #           'NF_VPPIP4' and
9186 #           'IPSEC' and
9187 #           'TNL_4' and
9188 #           'IMIX' and
9189 #           '8T4C' and
9190 #           'MRR'"
9191 #  parameters:
9192 #  - "result"
9193 #  - "name"
9194 #  - "tags"
9195 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9196 #  x-axis: "X = CNFs per Service Chain"
9197 #  y-axis: "Y = Number of Service Chains"
9198 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9199 #  layout:
9200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9201 #    layout: "plot-service-density"
9202
9203 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9204 - type: "plot"
9205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9206   algorithm: "plot_nf_heatmap"
9207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9208   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9209   filter: "'NIC_Intel-XXV710' and
9210            'NF_DENSITY' and
9211            'DOCKER' and
9212            'CHAIN' and
9213            'NF_VPPIP4' and
9214            'IPSEC' and
9215            'TNL_4' and
9216            'IMIX' and
9217            '2T1C' and
9218            'NDRPDR'"
9219   parameters:
9220   - "throughput"
9221   - "name"
9222   - "tags"
9223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9224   x-axis: "X = CNFs per Service Chain"
9225   y-axis: "Y = Number of Service Chains"
9226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9227   layout:
9228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9229     layout: "plot-service-density"
9230
9231 - type: "plot"
9232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9233   algorithm: "plot_nf_heatmap"
9234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9235   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9236   filter: "'NIC_Intel-XXV710' and
9237            'NF_DENSITY' and
9238            'DOCKER' and
9239            'CHAIN' and
9240            'NF_VPPIP4' and
9241            'IPSEC' and
9242            'TNL_4' and
9243            'IMIX' and
9244            '4T2C' and
9245            'NDRPDR'"
9246   parameters:
9247   - "throughput"
9248   - "name"
9249   - "tags"
9250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251   x-axis: "X = CNFs per Service Chain"
9252   y-axis: "Y = Number of Service Chains"
9253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9254   layout:
9255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9256     layout: "plot-service-density"
9257
9258 - type: "plot"
9259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9260   algorithm: "plot_nf_heatmap"
9261   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9262   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9263   filter: "'NIC_Intel-XXV710' and
9264            'NF_DENSITY' and
9265            'DOCKER' and
9266            'CHAIN' and
9267            'NF_VPPIP4' and
9268            'IPSEC' and
9269            'TNL_4' and
9270            'IMIX' and
9271            '8T4C' and
9272            'NDRPDR'"
9273   parameters:
9274   - "throughput"
9275   - "name"
9276   - "tags"
9277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9278   x-axis: "X = CNFs per Service Chain"
9279   y-axis: "Y = Number of Service Chains"
9280   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9281   layout:
9282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9283     layout: "plot-service-density"
9284
9285 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9286 - type: "plot"
9287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9288   algorithm: "plot_nf_heatmap"
9289   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9290   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9291   filter: "'NIC_Intel-XXV710' and
9292            'NF_DENSITY' and
9293            'DOCKER' and
9294            'CHAIN' and
9295            'NF_VPPIP4' and
9296            'IPSEC' and
9297            'TNL_4' and
9298            'IMIX' and
9299            '2T1C' and
9300            'NDRPDR'"
9301   parameters:
9302   - "throughput"
9303   - "name"
9304   - "tags"
9305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306   x-axis: "X = CNFs per Service Chain"
9307   y-axis: "Y = Number of Service Chains"
9308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309   layout:
9310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9311     layout: "plot-service-density"
9312
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9317   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9318   filter: "'NIC_Intel-XXV710' and
9319            'NF_DENSITY' and
9320            'DOCKER' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IPSEC' and
9324            'TNL_4' and
9325            'IMIX' and
9326            '4T2C' and
9327            'NDRPDR'"
9328   parameters:
9329   - "throughput"
9330   - "name"
9331   - "tags"
9332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9333   x-axis: "X = CNFs per Service Chain"
9334   y-axis: "Y = Number of Service Chains"
9335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9336   layout:
9337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9338     layout: "plot-service-density"
9339
9340 - type: "plot"
9341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9342   algorithm: "plot_nf_heatmap"
9343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9344   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9345   filter: "'NIC_Intel-XXV710' and
9346            'NF_DENSITY' and
9347            'DOCKER' and
9348            'CHAIN' and
9349            'NF_VPPIP4' and
9350            'IPSEC' and
9351            'TNL_4' and
9352            'IMIX' and
9353            '8T4C' and
9354            'NDRPDR'"
9355   parameters:
9356   - "throughput"
9357   - "name"
9358   - "tags"
9359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9360   x-axis: "X = CNFs per Service Chain"
9361   y-axis: "Y = Number of Service Chains"
9362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9363   layout:
9364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9365     layout: "plot-service-density"
9366
9367 ###############################################################################
9368
9369 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9374 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9375 #  filter: "'NIC_Intel-XL710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'CHAIN' and
9379 #           'NF_VPPIP4' and
9380 #           'IMIX' and
9381 #           'TNL_4' and
9382 #           '1T1C' and
9383 #           'MRR'"
9384 #  parameters:
9385 #  - "result"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9400 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9401 #  filter: "'NIC_Intel-XL710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_4' and
9408 #           'IMIX' and
9409 #           '2T2C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9427 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9428 #  filter: "'NIC_Intel-XL710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'CHAIN' and
9432 #           'NF_VPPIP4' and
9433 #           'IPSEC' and
9434 #           'TNL_4' and
9435 #           'IMIX' and
9436 #           '4T4C' and
9437 #           'MRR'"
9438 #  parameters:
9439 #  - "result"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Chain"
9444 #  y-axis: "Y = Number of Service Chains"
9445 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9448 #    layout: "plot-service-density"
9449
9450 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9455 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9456 #  filter: "'NIC_Intel-XL710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'CHAIN' and
9460 #           'NF_VPPIP4' and
9461 #           'IPSEC' and
9462 #           'TNL_4' and
9463 #           'IMIX' and
9464 #           '1T1C' and
9465 #           'NDRPDR'"
9466 #  parameters:
9467 #  - "throughput"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = CNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9476 #    layout: "plot-service-density"
9477 #
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9482 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9483 #  filter: "'NIC_Intel-XL710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'CHAIN' and
9487 #           'NF_VPPIP4' and
9488 #           'IPSEC' and
9489 #           'TNL_4' and
9490 #           'IMIX' and
9491 #           '2T2C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9509 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9510 #  filter: "'NIC_Intel-XL710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'CHAIN' and
9514 #           'NF_VPPIP4' and
9515 #           'IPSEC' and
9516 #           'TNL_4' and
9517 #           'IMIX' and
9518 #           '4T4C' and
9519 #           'NDRPDR'"
9520 #  parameters:
9521 #  - "throughput"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Chain"
9526 #  y-axis: "Y = Number of Service Chains"
9527 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9530 #    layout: "plot-service-density"
9531 #
9532 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9533 #- type: "plot"
9534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9535 #  algorithm: "plot_nf_heatmap"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9537 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9538 #  filter: "'NIC_Intel-XL710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'CHAIN' and
9542 #           'NF_VPPIP4' and
9543 #           'IPSEC' and
9544 #           'TNL_4' and
9545 #           'IMIX' and
9546 #           '1T1C' and
9547 #           'NDRPDR'"
9548 #  parameters:
9549 #  - "throughput"
9550 #  - "name"
9551 #  - "tags"
9552 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9553 #  x-axis: "X = CNFs per Service Chain"
9554 #  y-axis: "Y = Number of Service Chains"
9555 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9556 #  layout:
9557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9558 #    layout: "plot-service-density"
9559 #
9560 #- type: "plot"
9561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9562 #  algorithm: "plot_nf_heatmap"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9564 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9565 #  filter: "'NIC_Intel-XL710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'CHAIN' and
9569 #           'NF_VPPIP4' and
9570 #           'IPSEC' and
9571 #           'TNL_4' and
9572 #           'IMIX' and
9573 #           '2T2C' and
9574 #           'NDRPDR'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "name"
9578 #  - "tags"
9579 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9580 #  x-axis: "X = CNFs per Service Chain"
9581 #  y-axis: "Y = Number of Service Chains"
9582 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9583 #  layout:
9584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9585 #    layout: "plot-service-density"
9586 #
9587 #- type: "plot"
9588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9589 #  algorithm: "plot_nf_heatmap"
9590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9591 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9592 #  filter: "'NIC_Intel-XL710' and
9593 #           'NF_DENSITY' and
9594 #           'DOCKER' and
9595 #           'CHAIN' and
9596 #           'NF_VPPIP4' and
9597 #           'IPSEC' and
9598 #           'TNL_4' and
9599 #           'IMIX' and
9600 #           '4T4C' and
9601 #           'NDRPDR'"
9602 #  parameters:
9603 #  - "throughput"
9604 #  - "name"
9605 #  - "tags"
9606 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9607 #  x-axis: "X = CNFs per Service Chain"
9608 #  y-axis: "Y = Number of Service Chains"
9609 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9610 #  layout:
9611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9612 #    layout: "plot-service-density"
9613
9614 ###############################################################################
9615
9616 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9617 #- type: "plot"
9618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9619 #  algorithm: "plot_nf_heatmap"
9620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9621 #  data: "plot-vpp-nfv-3n-skx-mrr"
9622 #  filter: "'NIC_Intel-XXV710' and
9623 #           'NF_DENSITY' and
9624 #           'DOCKER' and
9625 #           'CHAIN' and
9626 #           'NF_VPPIP4' and
9627 #           'IPSEC' and
9628 #           'TNL_1000' and
9629 #           'IMIX' and
9630 #           '2T1C' and
9631 #           'MRR'"
9632 #  parameters:
9633 #  - "result"
9634 #  - "name"
9635 #  - "tags"
9636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9637 #  x-axis: "X = CNFs per Service Chain"
9638 #  y-axis: "Y = Number of Service Chains"
9639 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9640 #  layout:
9641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9642 #    layout: "plot-service-density"
9643 #
9644 #- type: "plot"
9645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9646 #  algorithm: "plot_nf_heatmap"
9647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9648 #  data: "plot-vpp-nfv-3n-skx-mrr"
9649 #  filter: "'NIC_Intel-XXV710' and
9650 #           'NF_DENSITY' and
9651 #           'DOCKER' and
9652 #           'CHAIN' and
9653 #           'NF_VPPIP4' and
9654 #           'IPSEC' and
9655 #           'TNL_1000' and
9656 #           'IMIX' and
9657 #           '4T2C' and
9658 #           'MRR'"
9659 #  parameters:
9660 #  - "result"
9661 #  - "name"
9662 #  - "tags"
9663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9664 #  x-axis: "X = CNFs per Service Chain"
9665 #  y-axis: "Y = Number of Service Chains"
9666 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9667 #  layout:
9668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9669 #    layout: "plot-service-density"
9670 #
9671 #- type: "plot"
9672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9673 #  algorithm: "plot_nf_heatmap"
9674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9675 #  data: "plot-vpp-nfv-3n-skx-mrr"
9676 #  filter: "'NIC_Intel-XXV710' and
9677 #           'NF_DENSITY' and
9678 #           'DOCKER' and
9679 #           'CHAIN' and
9680 #           'NF_VPPIP4' and
9681 #           'IPSEC' and
9682 #           'TNL_1000' and
9683 #           'IMIX' and
9684 #           '8T4C' and
9685 #           'MRR'"
9686 #  parameters:
9687 #  - "result"
9688 #  - "name"
9689 #  - "tags"
9690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9691 #  x-axis: "X = CNFs per Service Chain"
9692 #  y-axis: "Y = Number of Service Chains"
9693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9694 #  layout:
9695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9696 #    layout: "plot-service-density"
9697
9698 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9699 - type: "plot"
9700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9701   algorithm: "plot_nf_heatmap"
9702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9703   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9704   filter: "'NIC_Intel-XXV710' and
9705            'NF_DENSITY' and
9706            'DOCKER' and
9707            'CHAIN' and
9708            'NF_VPPIP4' and
9709            'IPSEC' and
9710            'TNL_1000' and
9711            'IMIX' and
9712            '2T1C' and
9713            'NDRPDR'"
9714   parameters:
9715   - "throughput"
9716   - "name"
9717   - "tags"
9718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9719   x-axis: "X = CNFs per Service Chain"
9720   y-axis: "Y = Number of Service Chains"
9721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9722   layout:
9723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9724     layout: "plot-service-density"
9725
9726 - type: "plot"
9727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9728   algorithm: "plot_nf_heatmap"
9729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9730   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9731   filter: "'NIC_Intel-XXV710' and
9732            'NF_DENSITY' and
9733            'DOCKER' and
9734            'CHAIN' and
9735            'NF_VPPIP4' and
9736            'IPSEC' and
9737            'TNL_1000' and
9738            'IMIX' and
9739            '4T2C' and
9740            'NDRPDR'"
9741   parameters:
9742   - "throughput"
9743   - "name"
9744   - "tags"
9745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9746   x-axis: "X = CNFs per Service Chain"
9747   y-axis: "Y = Number of Service Chains"
9748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9749   layout:
9750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9751     layout: "plot-service-density"
9752
9753 - type: "plot"
9754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9755   algorithm: "plot_nf_heatmap"
9756   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9757   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9758   filter: "'NIC_Intel-XXV710' and
9759            'NF_DENSITY' and
9760            'DOCKER' and
9761            'CHAIN' and
9762            'NF_VPPIP4' and
9763            'IPSEC' and
9764            'TNL_1000' and
9765            'IMIX' and
9766            '8T4C' and
9767            'NDRPDR'"
9768   parameters:
9769   - "throughput"
9770   - "name"
9771   - "tags"
9772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9773   x-axis: "X = CNFs per Service Chain"
9774   y-axis: "Y = Number of Service Chains"
9775   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9776   layout:
9777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9778     layout: "plot-service-density"
9779
9780 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9781 - type: "plot"
9782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9783   algorithm: "plot_nf_heatmap"
9784   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9785   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9786   filter: "'NIC_Intel-XXV710' and
9787            'NF_DENSITY' and
9788            'DOCKER' and
9789            'CHAIN' and
9790            'NF_VPPIP4' and
9791            'IPSEC' and
9792            'TNL_1000' and
9793            'IMIX' and
9794            '2T1C' and
9795            'NDRPDR'"
9796   parameters:
9797   - "throughput"
9798   - "name"
9799   - "tags"
9800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = CNFs per Service Chain"
9802   y-axis: "Y = Number of Service Chains"
9803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9806     layout: "plot-service-density"
9807
9808 - type: "plot"
9809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9810   algorithm: "plot_nf_heatmap"
9811   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9812   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9813   filter: "'NIC_Intel-XXV710' and
9814            'NF_DENSITY' and
9815            'DOCKER' and
9816            'CHAIN' and
9817            'NF_VPPIP4' and
9818            'IPSEC' and
9819            'TNL_1000' and
9820            'IMIX' and
9821            '4T2C' and
9822            'NDRPDR'"
9823   parameters:
9824   - "throughput"
9825   - "name"
9826   - "tags"
9827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9828   x-axis: "X = CNFs per Service Chain"
9829   y-axis: "Y = Number of Service Chains"
9830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9831   layout:
9832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9833     layout: "plot-service-density"
9834
9835 - type: "plot"
9836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9837   algorithm: "plot_nf_heatmap"
9838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9839   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9840   filter: "'NIC_Intel-XXV710' and
9841            'NF_DENSITY' and
9842            'DOCKER' and
9843            'CHAIN' and
9844            'NF_VPPIP4' and
9845            'IPSEC' and
9846            'TNL_1000' and
9847            'IMIX' and
9848            '8T4C' and
9849            'NDRPDR'"
9850   parameters:
9851   - "throughput"
9852   - "name"
9853   - "tags"
9854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9855   x-axis: "X = CNFs per Service Chain"
9856   y-axis: "Y = Number of Service Chains"
9857   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9858   layout:
9859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9860     layout: "plot-service-density"
9861
9862 ###############################################################################
9863
9864 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9865 #- type: "plot"
9866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9867 #  algorithm: "plot_nf_heatmap"
9868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9869 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9870 #  filter: "'NIC_Intel-XL710' and
9871 #           'NF_DENSITY' and
9872 #           'DOCKER' and
9873 #           'CHAIN' and
9874 #           'NF_VPPIP4' and
9875 #           'IMIX' and
9876 #           'TNL_1000' and
9877 #           '1T1C' and
9878 #           'MRR'"
9879 #  parameters:
9880 #  - "result"
9881 #  - "name"
9882 #  - "tags"
9883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9884 #  x-axis: "X = CNFs per Service Chain"
9885 #  y-axis: "Y = Number of Service Chains"
9886 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9887 #  layout:
9888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9889 #    layout: "plot-service-density"
9890 #
9891 #- type: "plot"
9892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9893 #  algorithm: "plot_nf_heatmap"
9894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9895 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9896 #  filter: "'NIC_Intel-XL710' and
9897 #           'NF_DENSITY' and
9898 #           'DOCKER' and
9899 #           'CHAIN' and
9900 #           'NF_VPPIP4' and
9901 #           'IPSEC' and
9902 #           'TNL_1000' and
9903 #           'IMIX' and
9904 #           '2T2C' and
9905 #           'MRR'"
9906 #  parameters:
9907 #  - "result"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Chain"
9912 #  y-axis: "Y = Number of Service Chains"
9913 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9916 #    layout: "plot-service-density"
9917 #
9918 #- type: "plot"
9919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9920 #  algorithm: "plot_nf_heatmap"
9921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9922 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9923 #  filter: "'NIC_Intel-XL710' and
9924 #           'NF_DENSITY' and
9925 #           'DOCKER' and
9926 #           'CHAIN' and
9927 #           'NF_VPPIP4' and
9928 #           'IPSEC' and
9929 #           'TNL_1000' and
9930 #           'IMIX' and
9931 #           '4T4C' and
9932 #           'MRR'"
9933 #  parameters:
9934 #  - "result"
9935 #  - "name"
9936 #  - "tags"
9937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9938 #  x-axis: "X = CNFs per Service Chain"
9939 #  y-axis: "Y = Number of Service Chains"
9940 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9941 #  layout:
9942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9943 #    layout: "plot-service-density"
9944
9945 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9946 #- type: "plot"
9947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9948 #  algorithm: "plot_nf_heatmap"
9949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9950 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9951 #  filter: "'NIC_Intel-XL710' and
9952 #           'NF_DENSITY' and
9953 #           'DOCKER' and
9954 #           'CHAIN' and
9955 #           'NF_VPPIP4' and
9956 #           'IPSEC' and
9957 #           'TNL_1000' and
9958 #           'IMIX' and
9959 #           '1T1C' and
9960 #           'NDRPDR'"
9961 #  parameters:
9962 #  - "throughput"
9963 #  - "name"
9964 #  - "tags"
9965 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9966 #  x-axis: "X = CNFs per Service Chain"
9967 #  y-axis: "Y = Number of Service Chains"
9968 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9969 #  layout:
9970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9971 #    layout: "plot-service-density"
9972 #
9973 #- type: "plot"
9974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9975 #  algorithm: "plot_nf_heatmap"
9976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9977 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9978 #  filter: "'NIC_Intel-XL710' and
9979 #           'NF_DENSITY' and
9980 #           'DOCKER' and
9981 #           'CHAIN' and
9982 #           'NF_VPPIP4' and
9983 #           'IPSEC' and
9984 #           'TNL_1000' and
9985 #           'IMIX' and
9986 #           '2T2C' and
9987 #           'NDRPDR'"
9988 #  parameters:
9989 #  - "throughput"
9990 #  - "name"
9991 #  - "tags"
9992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9993 #  x-axis: "X = CNFs per Service Chain"
9994 #  y-axis: "Y = Number of Service Chains"
9995 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9996 #  layout:
9997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9998 #    layout: "plot-service-density"
9999 #
10000 #- type: "plot"
10001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10002 #  algorithm: "plot_nf_heatmap"
10003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10004 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10005 #  filter: "'NIC_Intel-XL710' and
10006 #           'NF_DENSITY' and
10007 #           'DOCKER' and
10008 #           'CHAIN' and
10009 #           'NF_VPPIP4' and
10010 #           'IPSEC' and
10011 #           'TNL_1000' and
10012 #           'IMIX' and
10013 #           '4T4C' and
10014 #           'NDRPDR'"
10015 #  parameters:
10016 #  - "throughput"
10017 #  - "name"
10018 #  - "tags"
10019 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10020 #  x-axis: "X = CNFs per Service Chain"
10021 #  y-axis: "Y = Number of Service Chains"
10022 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10023 #  layout:
10024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10025 #    layout: "plot-service-density"
10026 #
10027 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10028 #- type: "plot"
10029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10030 #  algorithm: "plot_nf_heatmap"
10031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10032 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10033 #  filter: "'NIC_Intel-XL710' and
10034 #           'NF_DENSITY' and
10035 #           'DOCKER' and
10036 #           'CHAIN' and
10037 #           'NF_VPPIP4' and
10038 #           'IPSEC' and
10039 #           'TNL_1000' and
10040 #           'IMIX' and
10041 #           '1T1C' and
10042 #           'NDRPDR'"
10043 #  parameters:
10044 #  - "throughput"
10045 #  - "name"
10046 #  - "tags"
10047 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10048 #  x-axis: "X = CNFs per Service Chain"
10049 #  y-axis: "Y = Number of Service Chains"
10050 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10051 #  layout:
10052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10053 #    layout: "plot-service-density"
10054 #
10055 #- type: "plot"
10056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10057 #  algorithm: "plot_nf_heatmap"
10058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10059 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10060 #  filter: "'NIC_Intel-XL710' and
10061 #           'NF_DENSITY' and
10062 #           'DOCKER' and
10063 #           'CHAIN' and
10064 #           'NF_VPPIP4' and
10065 #           'IPSEC' and
10066 #           'TNL_1000' and
10067 #           'IMIX' and
10068 #           '2T2C' and
10069 #           'NDRPDR'"
10070 #  parameters:
10071 #  - "throughput"
10072 #  - "name"
10073 #  - "tags"
10074 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10075 #  x-axis: "X = CNFs per Service Chain"
10076 #  y-axis: "Y = Number of Service Chains"
10077 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10078 #  layout:
10079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10080 #    layout: "plot-service-density"
10081 #
10082 #- type: "plot"
10083 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10084 #  algorithm: "plot_nf_heatmap"
10085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10086 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10087 #  filter: "'NIC_Intel-XL710' and
10088 #           'NF_DENSITY' and
10089 #           'DOCKER' and
10090 #           'CHAIN' and
10091 #           'NF_VPPIP4' and
10092 #           'IPSEC' and
10093 #           'TNL_1000' and
10094 #           'IMIX' and
10095 #           '4T4C' and
10096 #           'NDRPDR'"
10097 #  parameters:
10098 #  - "throughput"
10099 #  - "name"
10100 #  - "tags"
10101 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10102 #  x-axis: "X = CNFs per Service Chain"
10103 #  y-axis: "Y = Number of Service Chains"
10104 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10105 #  layout:
10106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10107 #    layout: "plot-service-density"
10108
10109 ###############################################################################
10110
10111 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10112 #- type: "plot"
10113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10114 #  algorithm: "plot_nf_heatmap"
10115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10116 #  data: "plot-vpp-nfv-3n-skx-mrr"
10117 #  filter: "'NIC_Intel-XXV710' and
10118 #           'NF_DENSITY' and
10119 #           'DOCKER' and
10120 #           'CHAIN' and
10121 #           'NF_VPPIP4' and
10122 #           'IPSEC' and
10123 #           'TNL_10000' and
10124 #           'IMIX' and
10125 #           '2T1C' and
10126 #           'MRR'"
10127 #  parameters:
10128 #  - "result"
10129 #  - "name"
10130 #  - "tags"
10131 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10132 #  x-axis: "X = CNFs per Service Chain"
10133 #  y-axis: "Y = Number of Service Chains"
10134 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10135 #  layout:
10136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10137 #    layout: "plot-service-density"
10138 #
10139 #- type: "plot"
10140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10141 #  algorithm: "plot_nf_heatmap"
10142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10143 #  data: "plot-vpp-nfv-3n-skx-mrr"
10144 #  filter: "'NIC_Intel-XXV710' and
10145 #           'NF_DENSITY' and
10146 #           'DOCKER' and
10147 #           'CHAIN' and
10148 #           'NF_VPPIP4' and
10149 #           'IPSEC' and
10150 #           'TNL_10000' and
10151 #           'IMIX' and
10152 #           '4T2C' and
10153 #           'MRR'"
10154 #  parameters:
10155 #  - "result"
10156 #  - "name"
10157 #  - "tags"
10158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10159 #  x-axis: "X = CNFs per Service Chain"
10160 #  y-axis: "Y = Number of Service Chains"
10161 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10162 #  layout:
10163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10164 #    layout: "plot-service-density"
10165 #
10166 #- type: "plot"
10167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10168 #  algorithm: "plot_nf_heatmap"
10169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10170 #  data: "plot-vpp-nfv-3n-skx-mrr"
10171 #  filter: "'NIC_Intel-XXV710' and
10172 #           'NF_DENSITY' and
10173 #           'DOCKER' and
10174 #           'CHAIN' and
10175 #           'NF_VPPIP4' and
10176 #           'IPSEC' and
10177 #           'TNL_10000' and
10178 #           'IMIX' and
10179 #           '8T4C' and
10180 #           'MRR'"
10181 #  parameters:
10182 #  - "result"
10183 #  - "name"
10184 #  - "tags"
10185 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10186 #  x-axis: "X = CNFs per Service Chain"
10187 #  y-axis: "Y = Number of Service Chains"
10188 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10189 #  layout:
10190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10191 #    layout: "plot-service-density"
10192
10193 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10194 - type: "plot"
10195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10196   algorithm: "plot_nf_heatmap"
10197   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10198   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10199   filter: "'NIC_Intel-XXV710' and
10200            'NF_DENSITY' and
10201            'DOCKER' and
10202            'CHAIN' and
10203            'NF_VPPIP4' and
10204            'IPSEC' and
10205            'TNL_10000' and
10206            'IMIX' and
10207            '2T1C' and
10208            'NDRPDR'"
10209   parameters:
10210   - "throughput"
10211   - "name"
10212   - "tags"
10213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10214   x-axis: "X = CNFs per Service Chain"
10215   y-axis: "Y = Number of Service Chains"
10216   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10217   layout:
10218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10219     layout: "plot-service-density"
10220
10221 - type: "plot"
10222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10223   algorithm: "plot_nf_heatmap"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10225   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'DOCKER' and
10229            'CHAIN' and
10230            'NF_VPPIP4' and
10231            'IPSEC' and
10232            'TNL_10000' and
10233            'IMIX' and
10234            '4T2C' and
10235            'NDRPDR'"
10236   parameters:
10237   - "throughput"
10238   - "name"
10239   - "tags"
10240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10241   x-axis: "X = CNFs per Service Chain"
10242   y-axis: "Y = Number of Service Chains"
10243   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10244   layout:
10245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10246     layout: "plot-service-density"
10247
10248 - type: "plot"
10249   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10250   algorithm: "plot_nf_heatmap"
10251   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10252   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10253   filter: "'NIC_Intel-XXV710' and
10254            'NF_DENSITY' and
10255            'DOCKER' and
10256            'CHAIN' and
10257            'NF_VPPIP4' and
10258            'IPSEC' and
10259            'TNL_10000' and
10260            'IMIX' and
10261            '8T4C' and
10262            'NDRPDR'"
10263   parameters:
10264   - "throughput"
10265   - "name"
10266   - "tags"
10267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = CNFs per Service Chain"
10269   y-axis: "Y = Number of Service Chains"
10270   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10273     layout: "plot-service-density"
10274
10275 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10276 - type: "plot"
10277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10278   algorithm: "plot_nf_heatmap"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10280   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'DOCKER' and
10284            'CHAIN' and
10285            'NF_VPPIP4' and
10286            'IPSEC' and
10287            'TNL_10000' and
10288            'IMIX' and
10289            '2T1C' and
10290            'NDRPDR'"
10291   parameters:
10292   - "throughput"
10293   - "name"
10294   - "tags"
10295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = CNFs per Service Chain"
10297   y-axis: "Y = Number of Service Chains"
10298   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10307   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'DOCKER' and
10311            'CHAIN' and
10312            'NF_VPPIP4' and
10313            'IPSEC' and
10314            'TNL_10000' and
10315            'IMIX' and
10316            '4T2C' and
10317            'NDRPDR'"
10318   parameters:
10319   - "throughput"
10320   - "name"
10321   - "tags"
10322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10323   x-axis: "X = CNFs per Service Chain"
10324   y-axis: "Y = Number of Service Chains"
10325   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10326   layout:
10327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10328     layout: "plot-service-density"
10329
10330 - type: "plot"
10331   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10332   algorithm: "plot_nf_heatmap"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10334   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'DOCKER' and
10338            'CHAIN' and
10339            'NF_VPPIP4' and
10340            'IPSEC' and
10341            'TNL_10000' and
10342            'IMIX' and
10343            '8T4C' and
10344            'NDRPDR'"
10345   parameters:
10346   - "throughput"
10347   - "name"
10348   - "tags"
10349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10350   x-axis: "X = CNFs per Service Chain"
10351   y-axis: "Y = Number of Service Chains"
10352   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10353   layout:
10354     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10355     layout: "plot-service-density"
10356
10357 ###############################################################################
10358
10359 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10360 #- type: "plot"
10361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10362 #  algorithm: "plot_nf_heatmap"
10363 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10364 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10365 #  filter: "'NIC_Intel-XL710' and
10366 #           'NF_DENSITY' and
10367 #           'DOCKER' and
10368 #           'CHAIN' and
10369 #           'NF_VPPIP4' and
10370 #           'IMIX' and
10371 #           'TNL_10000' and
10372 #           '1T1C' and
10373 #           'MRR'"
10374 #  parameters:
10375 #  - "result"
10376 #  - "name"
10377 #  - "tags"
10378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10379 #  x-axis: "X = CNFs per Service Chain"
10380 #  y-axis: "Y = Number of Service Chains"
10381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10382 #  layout:
10383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10384 #    layout: "plot-service-density"
10385 #
10386 #- type: "plot"
10387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10388 #  algorithm: "plot_nf_heatmap"
10389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10390 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10391 #  filter: "'NIC_Intel-XL710' and
10392 #           'NF_DENSITY' and
10393 #           'DOCKER' and
10394 #           'CHAIN' and
10395 #           'NF_VPPIP4' and
10396 #           'IPSEC' and
10397 #           'TNL_10000' and
10398 #           'IMIX' and
10399 #           '2T2C' and
10400 #           'MRR'"
10401 #  parameters:
10402 #  - "result"
10403 #  - "name"
10404 #  - "tags"
10405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10406 #  x-axis: "X = CNFs per Service Chain"
10407 #  y-axis: "Y = Number of Service Chains"
10408 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10409 #  layout:
10410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10411 #    layout: "plot-service-density"
10412 #
10413 #- type: "plot"
10414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10415 #  algorithm: "plot_nf_heatmap"
10416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10417 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10418 #  filter: "'NIC_Intel-XL710' and
10419 #           'NF_DENSITY' and
10420 #           'DOCKER' and
10421 #           'CHAIN' and
10422 #           'NF_VPPIP4' and
10423 #           'IPSEC' and
10424 #           'TNL_10000' and
10425 #           'IMIX' and
10426 #           '4T4C' and
10427 #           'MRR'"
10428 #  parameters:
10429 #  - "result"
10430 #  - "name"
10431 #  - "tags"
10432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10433 #  x-axis: "X = CNFs per Service Chain"
10434 #  y-axis: "Y = Number of Service Chains"
10435 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10436 #  layout:
10437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10438 #    layout: "plot-service-density"
10439
10440 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10441 #- type: "plot"
10442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10443 #  algorithm: "plot_nf_heatmap"
10444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10445 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10446 #  filter: "'NIC_Intel-XL710' and
10447 #           'NF_DENSITY' and
10448 #           'DOCKER' and
10449 #           'CHAIN' and
10450 #           'NF_VPPIP4' and
10451 #           'IPSEC' and
10452 #           'TNL_10000' and
10453 #           'IMIX' and
10454 #           '1T1C' and
10455 #           'NDRPDR'"
10456 #  parameters:
10457 #  - "throughput"
10458 #  - "name"
10459 #  - "tags"
10460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10461 #  x-axis: "X = CNFs per Service Chain"
10462 #  y-axis: "Y = Number of Service Chains"
10463 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10464 #  layout:
10465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10466 #    layout: "plot-service-density"
10467 #
10468 #- type: "plot"
10469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10470 #  algorithm: "plot_nf_heatmap"
10471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10472 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10473 #  filter: "'NIC_Intel-XL710' and
10474 #           'NF_DENSITY' and
10475 #           'DOCKER' and
10476 #           'CHAIN' and
10477 #           'NF_VPPIP4' and
10478 #           'IPSEC' and
10479 #           'TNL_10000' and
10480 #           'IMIX' and
10481 #           '2T2C' and
10482 #           'NDRPDR'"
10483 #  parameters:
10484 #  - "throughput"
10485 #  - "name"
10486 #  - "tags"
10487 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10488 #  x-axis: "X = CNFs per Service Chain"
10489 #  y-axis: "Y = Number of Service Chains"
10490 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10491 #  layout:
10492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10493 #    layout: "plot-service-density"
10494 #
10495 #- type: "plot"
10496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10497 #  algorithm: "plot_nf_heatmap"
10498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10499 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10500 #  filter: "'NIC_Intel-XL710' and
10501 #           'NF_DENSITY' and
10502 #           'DOCKER' and
10503 #           'CHAIN' and
10504 #           'NF_VPPIP4' and
10505 #           'IPSEC' and
10506 #           'TNL_10000' and
10507 #           'IMIX' and
10508 #           '4T4C' and
10509 #           'NDRPDR'"
10510 #  parameters:
10511 #  - "throughput"
10512 #  - "name"
10513 #  - "tags"
10514 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10515 #  x-axis: "X = CNFs per Service Chain"
10516 #  y-axis: "Y = Number of Service Chains"
10517 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10518 #  layout:
10519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10520 #    layout: "plot-service-density"
10521 #
10522 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10523 #- type: "plot"
10524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10525 #  algorithm: "plot_nf_heatmap"
10526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10527 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10528 #  filter: "'NIC_Intel-XL710' and
10529 #           'NF_DENSITY' and
10530 #           'DOCKER' and
10531 #           'CHAIN' and
10532 #           'NF_VPPIP4' and
10533 #           'IPSEC' and
10534 #           'TNL_10000' and
10535 #           'IMIX' and
10536 #           '1T1C' and
10537 #           'NDRPDR'"
10538 #  parameters:
10539 #  - "throughput"
10540 #  - "name"
10541 #  - "tags"
10542 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10543 #  x-axis: "X = CNFs per Service Chain"
10544 #  y-axis: "Y = Number of Service Chains"
10545 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10546 #  layout:
10547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10548 #    layout: "plot-service-density"
10549 #
10550 #- type: "plot"
10551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10552 #  algorithm: "plot_nf_heatmap"
10553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10554 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10555 #  filter: "'NIC_Intel-XL710' and
10556 #           'NF_DENSITY' and
10557 #           'DOCKER' and
10558 #           'CHAIN' and
10559 #           'NF_VPPIP4' and
10560 #           'IPSEC' and
10561 #           'TNL_10000' and
10562 #           'IMIX' and
10563 #           '2T2C' and
10564 #           'NDRPDR'"
10565 #  parameters:
10566 #  - "throughput"
10567 #  - "name"
10568 #  - "tags"
10569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10570 #  x-axis: "X = CNFs per Service Chain"
10571 #  y-axis: "Y = Number of Service Chains"
10572 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10573 #  layout:
10574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10575 #    layout: "plot-service-density"
10576 #
10577 #- type: "plot"
10578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10579 #  algorithm: "plot_nf_heatmap"
10580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10581 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10582 #  filter: "'NIC_Intel-XL710' and
10583 #           'NF_DENSITY' and
10584 #           'DOCKER' and
10585 #           'CHAIN' and
10586 #           'NF_VPPIP4' and
10587 #           'IPSEC' and
10588 #           'TNL_10000' and
10589 #           'IMIX' and
10590 #           '4T4C' and
10591 #           'NDRPDR'"
10592 #  parameters:
10593 #  - "throughput"
10594 #  - "name"
10595 #  - "tags"
10596 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10597 #  x-axis: "X = CNFs per Service Chain"
10598 #  y-axis: "Y = Number of Service Chains"
10599 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10600 #  layout:
10601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10602 #    layout: "plot-service-density"
10603
10604 ###############################################################################
10605
10606 # Plots - NF Density - CSP - MRR IMIX
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10612   data: "plot-vpp-nfv-2n-skx-mrr"
10613   filter: "'NIC_Intel-XXV710' and
10614            'NF_DENSITY' and
10615            'DOCKER' and
10616            'PIPELINE' and
10617            'NF_VPPIP4' and
10618            'IMIX' and
10619            '2T1C' and
10620            'MRR'"
10621   parameters:
10622   - "result"
10623   - "name"
10624   - "tags"
10625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = CNFs per Service Pipeline"
10627   y-axis: "Y = Number of Service Pipelines"
10628   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10631     layout: "plot-service-density"
10632
10633 - type: "plot"
10634   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10635   algorithm: "plot_nf_heatmap"
10636   output-file-type: ".html"
10637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10638   data: "plot-vpp-nfv-2n-skx-mrr"
10639   filter: "'NIC_Intel-XXV710' and
10640            'NF_DENSITY' and
10641            'DOCKER' and
10642            'PIPELINE' and
10643            'NF_VPPIP4' and
10644            'IMIX' and
10645            '4T2C' and
10646            'MRR'"
10647   parameters:
10648   - "result"
10649   - "name"
10650   - "tags"
10651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10652   x-axis: "X = CNFs per Service Pipeline"
10653   y-axis: "Y = Number of Service Pipelines"
10654   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10655   layout:
10656     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10657     layout: "plot-service-density"
10658
10659 - type: "plot"
10660   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10661   algorithm: "plot_nf_heatmap"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10664   data: "plot-vpp-nfv-2n-skx-mrr"
10665   filter: "'NIC_Intel-XXV710' and
10666            'NF_DENSITY' and
10667            'DOCKER' and
10668            'PIPELINE' and
10669            'NF_VPPIP4' and
10670            'IMIX' and
10671            '8T4C' and
10672            'MRR'"
10673   parameters:
10674   - "result"
10675   - "name"
10676   - "tags"
10677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10678   x-axis: "X = CNFs per Service Pipeline"
10679   y-axis: "Y = Number of Service Pipelines"
10680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10681   layout:
10682     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10683     layout: "plot-service-density"
10684
10685 # Plots - NF Density - CSP - NDR IMIX
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10691   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'DOCKER' and
10695            'PIPELINE' and
10696            'NF_VPPIP4' and
10697            'IMIX' and
10698            '2T1C' and
10699            'NDRPDR'"
10700   parameters:
10701   - "throughput"
10702   - "name"
10703   - "tags"
10704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = CNFs per Service Pipeline"
10706   y-axis: "Y = Number of Service Pipelines"
10707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10710     layout: "plot-service-density"
10711
10712 - type: "plot"
10713   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10714   algorithm: "plot_nf_heatmap"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10717   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10718   filter: "'NIC_Intel-XXV710' and
10719            'NF_DENSITY' and
10720            'DOCKER' and
10721            'PIPELINE' and
10722            'NF_VPPIP4' and
10723            'IMIX' and
10724            '4T2C' and
10725            'NDRPDR'"
10726   parameters:
10727   - "throughput"
10728   - "name"
10729   - "tags"
10730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10731   x-axis: "X = CNFs per Service Pipeline"
10732   y-axis: "Y = Number of Service Pipelines"
10733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10734   layout:
10735     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10736     layout: "plot-service-density"
10737
10738 - type: "plot"
10739   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10740   algorithm: "plot_nf_heatmap"
10741   output-file-type: ".html"
10742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10743   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10744   filter: "'NIC_Intel-XXV710' and
10745            'NF_DENSITY' and
10746            'DOCKER' and
10747            'PIPELINE' and
10748            'NF_VPPIP4' and
10749            'IMIX' and
10750            '8T4C' and
10751            'NDRPDR'"
10752   parameters:
10753   - "throughput"
10754   - "name"
10755   - "tags"
10756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10757   x-axis: "X = CNFs per Service Pipeline"
10758   y-axis: "Y = Number of Service Pipelines"
10759   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10760   layout:
10761     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10762     layout: "plot-service-density"
10763
10764 # Plots - NF Density - CSP - PDR IMIX
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10770   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'DOCKER' and
10774            'PIPELINE' and
10775            'NF_VPPIP4' and
10776            'IMIX' and
10777            '2T1C' and
10778            'NDRPDR'"
10779   parameters:
10780   - "throughput"
10781   - "name"
10782   - "tags"
10783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = CNFs per Service Pipeline"
10785   y-axis: "Y = Number of Service Pipelines"
10786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10789     layout: "plot-service-density"
10790
10791 - type: "plot"
10792   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10793   algorithm: "plot_nf_heatmap"
10794   output-file-type: ".html"
10795   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10796   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10797   filter: "'NIC_Intel-XXV710' and
10798            'NF_DENSITY' and
10799            'DOCKER' and
10800            'PIPELINE' and
10801            'NF_VPPIP4' and
10802            'IMIX' and
10803            '4T2C' and
10804            'NDRPDR'"
10805   parameters:
10806   - "throughput"
10807   - "name"
10808   - "tags"
10809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10810   x-axis: "X = CNFs per Service Pipeline"
10811   y-axis: "Y = Number of Service Pipelines"
10812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10813   layout:
10814     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10815     layout: "plot-service-density"
10816
10817 - type: "plot"
10818   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10819   algorithm: "plot_nf_heatmap"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10822   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10823   filter: "'NIC_Intel-XXV710' and
10824            'NF_DENSITY' and
10825            'DOCKER' and
10826            'PIPELINE' and
10827            'NF_VPPIP4' and
10828            'IMIX' and
10829            '8T4C' and
10830            'NDRPDR'"
10831   parameters:
10832   - "throughput"
10833   - "name"
10834   - "tags"
10835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10836   x-axis: "X = CNFs per Service Pipeline"
10837   y-axis: "Y = Number of Service Pipelines"
10838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10839   layout:
10840     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10841     layout: "plot-service-density"
10842
10843 ###############################################################################
10844 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10845
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10851   data: "plot-vpp-nfv-2n-clx-mrr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'VHOST' and
10855            not 'VXLAN' and
10856            'CHAIN' and
10857            'NF_VPPIP4' and
10858            'IMIX' and
10859            '2T1C' and
10860            'MRR'"
10861   parameters:
10862   - "result"
10863   - "name"
10864   - "tags"
10865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10866   x-axis: "X = VNFs per Service Chain"
10867   y-axis: "Y = Number of Service Chains"
10868   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10869   layout:
10870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10871     layout: "plot-service-density"
10872
10873 - type: "plot"
10874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10875   algorithm: "plot_nf_heatmap"
10876   output-file-type: ".html"
10877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10878   data: "plot-vpp-nfv-2n-clx-mrr"
10879   filter: "'NIC_Intel-XXV710' and
10880            'NF_DENSITY' and
10881            'VHOST' and
10882            not 'VXLAN' and
10883            'CHAIN' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '4T2C' and
10887            'MRR'"
10888   parameters:
10889   - "result"
10890   - "name"
10891   - "tags"
10892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = VNFs per Service Chain"
10894   y-axis: "Y = Number of Service Chains"
10895   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10898     layout: "plot-service-density"
10899
10900 - type: "plot"
10901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10902   algorithm: "plot_nf_heatmap"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10905   data: "plot-vpp-nfv-2n-clx-mrr"
10906   filter: "'NIC_Intel-XXV710' and
10907            'NF_DENSITY' and
10908            'VHOST' and
10909            not 'VXLAN' and
10910            'CHAIN' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '8T4C' and
10914            'MRR'"
10915   parameters:
10916   - "result"
10917   - "name"
10918   - "tags"
10919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = VNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10925     layout: "plot-service-density"
10926
10927 # Plots - NF Density - VSC - NDR IMIX
10928 - type: "plot"
10929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10930   algorithm: "plot_nf_heatmap"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10934   filter: "'NIC_Intel-XXV710' and
10935            'NF_DENSITY' and
10936            'VHOST' and
10937            not 'VXLAN' and
10938            'CHAIN' and
10939            'NF_VPPIP4' and
10940            'IMIX' and
10941            '2T1C' and
10942            'NDRPDR'"
10943   parameters:
10944   - "throughput"
10945   - "name"
10946   - "tags"
10947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10948   x-axis: "X = VNFs per Service Chain"
10949   y-axis: "Y = Number of Service Chains"
10950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10951   layout:
10952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10953     layout: "plot-service-density"
10954
10955 - type: "plot"
10956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10957   algorithm: "plot_nf_heatmap"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10960   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10961   filter: "'NIC_Intel-XXV710' and
10962            'NF_DENSITY' and
10963            'VHOST' and
10964            not 'VXLAN' and
10965            'CHAIN' and
10966            'NF_VPPIP4' and
10967            'IMIX' and
10968            '4T2C' and
10969            'NDRPDR'"
10970   parameters:
10971   - "throughput"
10972   - "name"
10973   - "tags"
10974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10975   x-axis: "X = VNFs per Service Chain"
10976   y-axis: "Y = Number of Service Chains"
10977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10978   layout:
10979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10980     layout: "plot-service-density"
10981
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'VHOST' and
10991            not 'VXLAN' and
10992            'CHAIN' and
10993            'NF_VPPIP4' and
10994            'IMIX' and
10995            '8T4C' and
10996            'NDRPDR'"
10997   parameters:
10998   - "throughput"
10999   - "name"
11000   - "tags"
11001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11002   x-axis: "X = VNFs per Service Chain"
11003   y-axis: "Y = Number of Service Chains"
11004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11005   layout:
11006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11007     layout: "plot-service-density"
11008
11009 # Plots - NF Density - VSC - PDR IMIX
11010 - type: "plot"
11011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11012   algorithm: "plot_nf_heatmap"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11015   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11016   filter: "'NIC_Intel-XXV710' and
11017            'NF_DENSITY' and
11018            'VHOST' and
11019            not 'VXLAN' and
11020            'CHAIN' and
11021            'NF_VPPIP4' and
11022            'IMIX' and
11023            '2T1C' and
11024            'NDRPDR'"
11025   parameters:
11026   - "throughput"
11027   - "name"
11028   - "tags"
11029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11030   x-axis: "X = VNFs per Service Chain"
11031   y-axis: "Y = Number of Service Chains"
11032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11033   layout:
11034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11035     layout: "plot-service-density"
11036
11037 - type: "plot"
11038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11039   algorithm: "plot_nf_heatmap"
11040   output-file-type: ".html"
11041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11042   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11043   filter: "'NIC_Intel-XXV710' and
11044            'NF_DENSITY' and
11045            'VHOST' and
11046            not 'VXLAN' and
11047            'CHAIN' and
11048            'NF_VPPIP4' and
11049            'IMIX' and
11050            '4T2C' and
11051            'NDRPDR'"
11052   parameters:
11053   - "throughput"
11054   - "name"
11055   - "tags"
11056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11057   x-axis: "X = VNFs per Service Chain"
11058   y-axis: "Y = Number of Service Chains"
11059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11060   layout:
11061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11062     layout: "plot-service-density"
11063
11064 - type: "plot"
11065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11066   algorithm: "plot_nf_heatmap"
11067   output-file-type: ".html"
11068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11069   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11070   filter: "'NIC_Intel-XXV710' and
11071            'NF_DENSITY' and
11072            'VHOST' and
11073            not 'VXLAN' and
11074            'CHAIN' and
11075            'NF_VPPIP4' and
11076            'IMIX' and
11077            '8T4C' and
11078            'NDRPDR'"
11079   parameters:
11080   - "throughput"
11081   - "name"
11082   - "tags"
11083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11084   x-axis: "X = VNFs per Service Chain"
11085   y-axis: "Y = Number of Service Chains"
11086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11087   layout:
11088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11089     layout: "plot-service-density"
11090
11091 # Plots - NF Density - VSC - MRR IMIX
11092 - type: "plot"
11093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11094   algorithm: "plot_nf_heatmap"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11097   data: "plot-vpp-nfv-2n-clx-mrr"
11098   filter: "'NIC_Intel-XXV710' and
11099            'NF_DENSITY' and
11100            'VHOST' and
11101            'VXLAN' and
11102            'CHAIN' and
11103            'IMIX' and
11104            '2T1C' and
11105            'MRR'"
11106   parameters:
11107   - "result"
11108   - "name"
11109   - "tags"
11110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11111   x-axis: "X = VNFs per Service Chain"
11112   y-axis: "Y = Number of Service Chains"
11113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11114   layout:
11115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11116     layout: "plot-service-density"
11117
11118 - type: "plot"
11119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11120   algorithm: "plot_nf_heatmap"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11123   data: "plot-vpp-nfv-2n-clx-mrr"
11124   filter: "'NIC_Intel-XXV710' and
11125            'NF_DENSITY' and
11126            'VHOST' and
11127            'VXLAN' and
11128            'CHAIN' and
11129            'IMIX' and
11130            '4T2C' and
11131            'MRR'"
11132   parameters:
11133   - "result"
11134   - "name"
11135   - "tags"
11136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11137   x-axis: "X = VNFs per Service Chain"
11138   y-axis: "Y = Number of Service Chains"
11139   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11140   layout:
11141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11142     layout: "plot-service-density"
11143
11144 - type: "plot"
11145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11146   algorithm: "plot_nf_heatmap"
11147   output-file-type: ".html"
11148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11149   data: "plot-vpp-nfv-2n-clx-mrr"
11150   filter: "'NIC_Intel-XXV710' and
11151            'NF_DENSITY' and
11152            'VHOST' and
11153            'VXLAN' and
11154            'CHAIN' and
11155            'IMIX' and
11156            '8T4C' and
11157            'MRR'"
11158   parameters:
11159   - "result"
11160   - "name"
11161   - "tags"
11162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11163   x-axis: "X = VNFs per Service Chain"
11164   y-axis: "Y = Number of Service Chains"
11165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11166   layout:
11167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11168     layout: "plot-service-density"
11169
11170 # Plots - NF Density - VSC - NDR IMIX
11171 - type: "plot"
11172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11173   algorithm: "plot_nf_heatmap"
11174   output-file-type: ".html"
11175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11176   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11177   filter: "'NIC_Intel-XXV710' and
11178            'NF_DENSITY' and
11179            'VHOST' and
11180            'VXLAN' and
11181            'CHAIN' and
11182            'IMIX' and
11183            '2T1C' and
11184            'NDRPDR'"
11185   parameters:
11186   - "throughput"
11187   - "name"
11188   - "tags"
11189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11190   x-axis: "X = VNFs per Service Chain"
11191   y-axis: "Y = Number of Service Chains"
11192   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11193   layout:
11194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11195     layout: "plot-service-density"
11196
11197 - type: "plot"
11198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11199   algorithm: "plot_nf_heatmap"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11202   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11203   filter: "'NIC_Intel-XXV710' and
11204            'NF_DENSITY' and
11205            'VHOST' and
11206            'VXLAN' and
11207            'CHAIN' and
11208            'IMIX' and
11209            '4T2C' and
11210            'NDRPDR'"
11211   parameters:
11212   - "throughput"
11213   - "name"
11214   - "tags"
11215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11216   x-axis: "X = VNFs per Service Chain"
11217   y-axis: "Y = Number of Service Chains"
11218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11219   layout:
11220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11221     layout: "plot-service-density"
11222
11223 - type: "plot"
11224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11225   algorithm: "plot_nf_heatmap"
11226   output-file-type: ".html"
11227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11228   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11229   filter: "'NIC_Intel-XXV710' and
11230            'NF_DENSITY' and
11231            'VHOST' and
11232            'VXLAN' and
11233            'CHAIN' and
11234            'IMIX' and
11235            '8T4C' and
11236            'NDRPDR'"
11237   parameters:
11238   - "throughput"
11239   - "name"
11240   - "tags"
11241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11242   x-axis: "X = VNFs per Service Chain"
11243   y-axis: "Y = Number of Service Chains"
11244   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11245   layout:
11246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11247     layout: "plot-service-density"
11248
11249 # Plots - NF Density - VSC - PDR IMIX
11250 - type: "plot"
11251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11252   algorithm: "plot_nf_heatmap"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11255   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11256   filter: "'NIC_Intel-XXV710' and
11257            'NF_DENSITY' and
11258            'VHOST' and
11259            'VXLAN' and
11260            'CHAIN' and
11261            'IMIX' and
11262            '2T1C' and
11263            'NDRPDR'"
11264   parameters:
11265   - "throughput"
11266   - "name"
11267   - "tags"
11268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11269   x-axis: "X = VNFs per Service Chain"
11270   y-axis: "Y = Number of Service Chains"
11271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11272   layout:
11273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11274     layout: "plot-service-density"
11275
11276 - type: "plot"
11277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11278   algorithm: "plot_nf_heatmap"
11279   output-file-type: ".html"
11280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11281   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11282   filter: "'NIC_Intel-XXV710' and
11283            'NF_DENSITY' and
11284            'VHOST' and
11285            'VXLAN' and
11286            'CHAIN' and
11287            'IMIX' and
11288            '4T2C' and
11289            'NDRPDR'"
11290   parameters:
11291   - "throughput"
11292   - "name"
11293   - "tags"
11294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11295   x-axis: "X = VNFs per Service Chain"
11296   y-axis: "Y = Number of Service Chains"
11297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11298   layout:
11299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11300     layout: "plot-service-density"
11301
11302 - type: "plot"
11303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11304   algorithm: "plot_nf_heatmap"
11305   output-file-type: ".html"
11306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11307   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11308   filter: "'NIC_Intel-XXV710' and
11309            'NF_DENSITY' and
11310            'VHOST' and
11311            'VXLAN' and
11312            'CHAIN' and
11313            'IMIX' and
11314            '8T4C' and
11315            'NDRPDR'"
11316   parameters:
11317   - "throughput"
11318   - "name"
11319   - "tags"
11320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11321   x-axis: "X = VNFs per Service Chain"
11322   y-axis: "Y = Number of Service Chains"
11323   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11324   layout:
11325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11326     layout: "plot-service-density"
11327
11328 # Plots - NF Density - CSC - MRR IMIX
11329 - type: "plot"
11330   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11331   algorithm: "plot_nf_heatmap"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11334   data: "plot-vpp-nfv-2n-clx-mrr"
11335   filter: "'NIC_Intel-XXV710' and
11336            'NF_DENSITY' and
11337            'DOCKER' and
11338            'CHAIN' and
11339            'NF_VPPIP4' and
11340            'IMIX' and
11341            '2T1C' and
11342            'MRR'"
11343   parameters:
11344   - "result"
11345   - "name"
11346   - "tags"
11347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11348   x-axis: "X = CNFs per Service Chain"
11349   y-axis: "Y = Number of Service Chains"
11350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11351   layout:
11352     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11353     layout: "plot-service-density"
11354
11355 - type: "plot"
11356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11357   algorithm: "plot_nf_heatmap"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11360   data: "plot-vpp-nfv-2n-clx-mrr"
11361   filter: "'NIC_Intel-XXV710' and
11362            'NF_DENSITY' and
11363            'DOCKER' and
11364            'CHAIN' and
11365            'NF_VPPIP4' and
11366            'IMIX' and
11367            '4T2C' and
11368            'MRR'"
11369   parameters:
11370   - "result"
11371   - "name"
11372   - "tags"
11373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11374   x-axis: "X = CNFs per Service Chain"
11375   y-axis: "Y = Number of Service Chains"
11376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11377   layout:
11378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11379     layout: "plot-service-density"
11380
11381 - type: "plot"
11382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11383   algorithm: "plot_nf_heatmap"
11384   output-file-type: ".html"
11385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11386   data: "plot-vpp-nfv-2n-clx-mrr"
11387   filter: "'NIC_Intel-XXV710' and
11388            'NF_DENSITY' and
11389            'DOCKER' and
11390            'CHAIN' and
11391            'NF_VPPIP4' and
11392            'IMIX' and
11393            '8T4C' and
11394            'MRR'"
11395   parameters:
11396   - "result"
11397   - "name"
11398   - "tags"
11399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11400   x-axis: "X = CNFs per Service Chain"
11401   y-axis: "Y = Number of Service Chains"
11402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11403   layout:
11404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11405     layout: "plot-service-density"
11406
11407 # Plots - NF Density - CSC - NDR IMIX
11408 - type: "plot"
11409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11410   algorithm: "plot_nf_heatmap"
11411   output-file-type: ".html"
11412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11414   filter: "'NIC_Intel-XXV710' and
11415            'NF_DENSITY' and
11416            'DOCKER' and
11417            'CHAIN' and
11418            'NF_VPPIP4' and
11419            'IMIX' and
11420            '2T1C' and
11421            'NDRPDR'"
11422   parameters:
11423   - "throughput"
11424   - "name"
11425   - "tags"
11426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11427   x-axis: "X = CNFs per Service Chain"
11428   y-axis: "Y = Number of Service Chains"
11429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11430   layout:
11431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11432     layout: "plot-service-density"
11433
11434 - type: "plot"
11435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11436   algorithm: "plot_nf_heatmap"
11437   output-file-type: ".html"
11438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11440   filter: "'NIC_Intel-XXV710' and
11441            'NF_DENSITY' and
11442            'DOCKER' and
11443            'CHAIN' and
11444            'NF_VPPIP4' and
11445            'IMIX' and
11446            '4T2C' and
11447            'NDRPDR'"
11448   parameters:
11449   - "throughput"
11450   - "name"
11451   - "tags"
11452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11453   x-axis: "X = CNFs per Service Chain"
11454   y-axis: "Y = Number of Service Chains"
11455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11456   layout:
11457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11458     layout: "plot-service-density"
11459
11460 - type: "plot"
11461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11462   algorithm: "plot_nf_heatmap"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11465   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11466   filter: "'NIC_Intel-XXV710' and
11467            'NF_DENSITY' and
11468            'DOCKER' and
11469            'CHAIN' and
11470            'NF_VPPIP4' and
11471            'IMIX' and
11472            '8T4C' and
11473            'NDRPDR'"
11474   parameters:
11475   - "throughput"
11476   - "name"
11477   - "tags"
11478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11479   x-axis: "X = CNFs per Service Chain"
11480   y-axis: "Y = Number of Service Chains"
11481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11482   layout:
11483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11484     layout: "plot-service-density"
11485
11486 # Plots - NF Density - CSC - PDR IMIX
11487 - type: "plot"
11488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11489   algorithm: "plot_nf_heatmap"
11490   output-file-type: ".html"
11491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11493   filter: "'NIC_Intel-XXV710' and
11494            'NF_DENSITY' and
11495            'DOCKER' and
11496            'CHAIN' and
11497            'NF_VPPIP4' and
11498            'IMIX' and
11499            '2T1C' and
11500            'NDRPDR'"
11501   parameters:
11502   - "throughput"
11503   - "name"
11504   - "tags"
11505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11506   x-axis: "X = CNFs per Service Chain"
11507   y-axis: "Y = Number of Service Chains"
11508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11509   layout:
11510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11511     layout: "plot-service-density"
11512
11513 - type: "plot"
11514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11515   algorithm: "plot_nf_heatmap"
11516   output-file-type: ".html"
11517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11518   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11519   filter: "'NIC_Intel-XXV710' and
11520            'NF_DENSITY' and
11521            'DOCKER' and
11522            'CHAIN' and
11523            'NF_VPPIP4' and
11524            'IMIX' and
11525            '4T2C' and
11526            'NDRPDR'"
11527   parameters:
11528   - "throughput"
11529   - "name"
11530   - "tags"
11531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11532   x-axis: "X = CNFs per Service Chain"
11533   y-axis: "Y = Number of Service Chains"
11534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11535   layout:
11536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11537     layout: "plot-service-density"
11538
11539 - type: "plot"
11540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11541   algorithm: "plot_nf_heatmap"
11542   output-file-type: ".html"
11543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11544   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11545   filter: "'NIC_Intel-XXV710' and
11546            'NF_DENSITY' and
11547            'DOCKER' and
11548            'CHAIN' and
11549            'NF_VPPIP4' and
11550            'IMIX' and
11551            '8T4C' and
11552            'NDRPDR'"
11553   parameters:
11554   - "throughput"
11555   - "name"
11556   - "tags"
11557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11558   x-axis: "X = CNFs per Service Chain"
11559   y-axis: "Y = Number of Service Chains"
11560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11561   layout:
11562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11563     layout: "plot-service-density"
11564
11565 # Plots - NF Density - CSP - MRR IMIX
11566 - type: "plot"
11567   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11568   algorithm: "plot_nf_heatmap"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11571   data: "plot-vpp-nfv-2n-clx-mrr"
11572   filter: "'NIC_Intel-XXV710' and
11573            'NF_DENSITY' and
11574            'DOCKER' and
11575            'PIPELINE' and
11576            'NF_VPPIP4' and
11577            'IMIX' and
11578            '2T1C' and
11579            'MRR'"
11580   parameters:
11581   - "result"
11582   - "name"
11583   - "tags"
11584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11585   x-axis: "X = CNFs per Service Pipeline"
11586   y-axis: "Y = Number of Service Pipelines"
11587   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11588   layout:
11589     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11590     layout: "plot-service-density"
11591
11592 - type: "plot"
11593   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11594   algorithm: "plot_nf_heatmap"
11595   output-file-type: ".html"
11596   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11597   data: "plot-vpp-nfv-2n-clx-mrr"
11598   filter: "'NIC_Intel-XXV710' and
11599            'NF_DENSITY' and
11600            'DOCKER' and
11601            'PIPELINE' and
11602            'NF_VPPIP4' and
11603            'IMIX' and
11604            '4T2C' and
11605            'MRR'"
11606   parameters:
11607   - "result"
11608   - "name"
11609   - "tags"
11610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11611   x-axis: "X = CNFs per Service Pipeline"
11612   y-axis: "Y = Number of Service Pipelines"
11613   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11614   layout:
11615     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11616     layout: "plot-service-density"
11617
11618 - type: "plot"
11619   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11620   algorithm: "plot_nf_heatmap"
11621   output-file-type: ".html"
11622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11623   data: "plot-vpp-nfv-2n-clx-mrr"
11624   filter: "'NIC_Intel-XXV710' and
11625            'NF_DENSITY' and
11626            'DOCKER' and
11627            'PIPELINE' and
11628            'NF_VPPIP4' and
11629            'IMIX' and
11630            '8T4C' and
11631            'MRR'"
11632   parameters:
11633   - "result"
11634   - "name"
11635   - "tags"
11636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11637   x-axis: "X = CNFs per Service Pipeline"
11638   y-axis: "Y = Number of Service Pipelines"
11639   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11640   layout:
11641     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11642     layout: "plot-service-density"
11643
11644 # Plots - NF Density - CSP - NDR IMIX
11645 - type: "plot"
11646   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11647   algorithm: "plot_nf_heatmap"
11648   output-file-type: ".html"
11649   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11650   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11651   filter: "'NIC_Intel-XXV710' and
11652            'NF_DENSITY' and
11653            'DOCKER' and
11654            'PIPELINE' and
11655            'NF_VPPIP4' and
11656            'IMIX' and
11657            '2T1C' and
11658            'NDRPDR'"
11659   parameters:
11660   - "throughput"
11661   - "name"
11662   - "tags"
11663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11664   x-axis: "X = CNFs per Service Pipeline"
11665   y-axis: "Y = Number of Service Pipelines"
11666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11667   layout:
11668     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11669     layout: "plot-service-density"
11670
11671 - type: "plot"
11672   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11673   algorithm: "plot_nf_heatmap"
11674   output-file-type: ".html"
11675   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11676   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11677   filter: "'NIC_Intel-XXV710' and
11678            'NF_DENSITY' and
11679            'DOCKER' and
11680            'PIPELINE' and
11681            'NF_VPPIP4' and
11682            'IMIX' and
11683            '4T2C' and
11684            'NDRPDR'"
11685   parameters:
11686   - "throughput"
11687   - "name"
11688   - "tags"
11689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11690   x-axis: "X = CNFs per Service Pipeline"
11691   y-axis: "Y = Number of Service Pipelines"
11692   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11693   layout:
11694     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11695     layout: "plot-service-density"
11696
11697 - type: "plot"
11698   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11699   algorithm: "plot_nf_heatmap"
11700   output-file-type: ".html"
11701   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11702   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11703   filter: "'NIC_Intel-XXV710' and
11704            'NF_DENSITY' and
11705            'DOCKER' and
11706            'PIPELINE' and
11707            'NF_VPPIP4' and
11708            'IMIX' and
11709            '8T4C' and
11710            'NDRPDR'"
11711   parameters:
11712   - "throughput"
11713   - "name"
11714   - "tags"
11715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11716   x-axis: "X = CNFs per Service Pipeline"
11717   y-axis: "Y = Number of Service Pipelines"
11718   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11719   layout:
11720     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11721     layout: "plot-service-density"
11722
11723 # Plots - NF Density - CSP - PDR IMIX
11724 - type: "plot"
11725   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11726   algorithm: "plot_nf_heatmap"
11727   output-file-type: ".html"
11728   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11729   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11730   filter: "'NIC_Intel-XXV710' and
11731            'NF_DENSITY' and
11732            'DOCKER' and
11733            'PIPELINE' and
11734            'NF_VPPIP4' and
11735            'IMIX' and
11736            '2T1C' and
11737            'NDRPDR'"
11738   parameters:
11739   - "throughput"
11740   - "name"
11741   - "tags"
11742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11743   x-axis: "X = CNFs per Service Pipeline"
11744   y-axis: "Y = Number of Service Pipelines"
11745   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11746   layout:
11747     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11748     layout: "plot-service-density"
11749
11750 - type: "plot"
11751   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11752   algorithm: "plot_nf_heatmap"
11753   output-file-type: ".html"
11754   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11755   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11756   filter: "'NIC_Intel-XXV710' and
11757            'NF_DENSITY' and
11758            'DOCKER' and
11759            'PIPELINE' and
11760            'NF_VPPIP4' and
11761            'IMIX' and
11762            '4T2C' and
11763            'NDRPDR'"
11764   parameters:
11765   - "throughput"
11766   - "name"
11767   - "tags"
11768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11769   x-axis: "X = CNFs per Service Pipeline"
11770   y-axis: "Y = Number of Service Pipelines"
11771   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11772   layout:
11773     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11774     layout: "plot-service-density"
11775
11776 - type: "plot"
11777   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11778   algorithm: "plot_nf_heatmap"
11779   output-file-type: ".html"
11780   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11781   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11782   filter: "'NIC_Intel-XXV710' and
11783            'NF_DENSITY' and
11784            'DOCKER' and
11785            'PIPELINE' and
11786            'NF_VPPIP4' and
11787            'IMIX' and
11788            '8T4C' and
11789            'NDRPDR'"
11790   parameters:
11791   - "throughput"
11792   - "name"
11793   - "tags"
11794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11795   x-axis: "X = CNFs per Service Pipeline"
11796   y-axis: "Y = Number of Service Pipelines"
11797   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11798   layout:
11799     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11800     layout: "plot-service-density"
11801
11802 ################################################################################
11803
11804 # Packet Throughput
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11816   layout:
11817     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11830   layout:
11831     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11857     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11858   layout:
11859     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867   include:
11868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11873   layout:
11874     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11882   include:
11883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11888   layout:
11889     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11897   include:
11898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11903   layout:
11904     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11912   include:
11913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11914     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11915     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11916     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11917     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11918   layout:
11919     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11927   include:
11928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11931     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11932     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11933   layout:
11934     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11942   include:
11943     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11944     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11945     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11946     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11947     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11948   layout:
11949     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11957   include:
11958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11964   layout:
11965     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11966     layout: "plot-throughput"
11967
11968 - type: "plot"
11969   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11970   algorithm: "plot_perf_box_name"
11971   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973   include:
11974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11980   layout:
11981     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11995   layout:
11996     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12004   include:
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12010   layout:
12011     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12023   layout:
12024     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12032   include:
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12036   layout:
12037     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12045   include:
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12051   layout:
12052     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12060   include:
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12066   layout:
12067     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12079   layout:
12080     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12081     layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12088   include:
12089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12092   layout:
12093     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12108   layout:
12109     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12124   layout:
12125     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12130   algorithm: "plot_perf_box_name"
12131   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12132   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12133   include:
12134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12140   layout:
12141     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12156   layout:
12157     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12165   include:
12166     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12169   layout:
12170     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12178   include:
12179     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12182   layout:
12183     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12197   layout:
12198     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12206   include:
12207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12209 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12210 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12211 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12212   layout:
12213     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12221   include:
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12227   layout:
12228     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12242   layout:
12243     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12257   layout:
12258     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12272   layout:
12273     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12288   layout:
12289     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12304   layout:
12305     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12320   layout:
12321     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12329   include:
12330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12336   layout:
12337     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12345   include:
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12351   layout:
12352     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12360   include:
12361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12366   layout:
12367     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12375   include:
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12382   layout:
12383     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12391   include:
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12398   layout:
12399     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12406   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12407   include:
12408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12413   layout:
12414     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12422   include:
12423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12428   layout:
12429     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12437   include:
12438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12444   layout:
12445     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12453   include:
12454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12460   layout:
12461     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12469   include:
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12475   layout:
12476     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12484   include:
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12490   layout:
12491     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12499   include:
12500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12506   layout:
12507     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12515   include:
12516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12522   layout:
12523     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12531   include:
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12534   layout:
12535     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12543   include:
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12546   layout:
12547     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12574   layout:
12575     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12588   layout:
12589     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12597   include:
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12602   layout:
12603     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12611   include:
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12616   layout:
12617     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12625   include:
12626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12630   layout:
12631     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12639   include:
12640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12644   layout:
12645     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12653   include:
12654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12658   layout:
12659     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12674   layout:
12675     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12690   layout:
12691     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12705   layout:
12706     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12720   layout:
12721     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12750   layout:
12751     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12759   include:
12760     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12763   layout:
12764     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12772   include:
12773     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12776   layout:
12777     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   include:
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12789   layout:
12790     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12798   include:
12799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12802   layout:
12803     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12817   layout:
12818     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   include:
12827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12832   layout:
12833     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841   include:
12842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12847   layout:
12848     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856   include:
12857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12862   layout:
12863     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12871   include:
12872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12877   layout:
12878     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12886   include:
12887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12892   layout:
12893     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12894     layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12898   algorithm: "plot_perf_box_name"
12899   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12900   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12901   include:
12902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12907   layout:
12908     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12916   include:
12917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12922   layout:
12923     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12931   include:
12932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12937   layout:
12938     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12939     layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12946   include:
12947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12951     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12952   layout:
12953     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12961   include:
12962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968   layout:
12969     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12977   include:
12978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984   layout:
12985     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12993   include:
12994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998   layout:
12999     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13007   include:
13008     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012   layout:
13013     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13021   include:
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028   layout:
13029     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044   layout:
13045     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060   layout:
13061     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13069   include:
13070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076   layout:
13077     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13085   include:
13086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13092   layout:
13093     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13101   include:
13102     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13108   layout:
13109     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13116   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13117   include:
13118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13124   layout:
13125     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13133   include:
13134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13140   layout:
13141     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13149   include:
13150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13155     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13156   layout:
13157     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13164   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13165   include:
13166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13172   layout:
13173     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13181   include:
13182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13188   layout:
13189     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13204   layout:
13205     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13220   layout:
13221     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13236   layout:
13237     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13252   layout:
13253     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13254     layout: "plot-throughput"
13255
13256 - type: "plot"
13257   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13258   algorithm: "plot_perf_box_name"
13259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13268   layout:
13269     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13282   layout:
13283     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291   include:
13292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13296   layout:
13297     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13310   layout:
13311     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13324   layout:
13325     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13333   include:
13334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13340   layout:
13341     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13342     layout: "plot-throughput"
13343
13344 - type: "plot"
13345   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13346   algorithm: "plot_perf_box_name"
13347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13349   include:
13350     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13356   layout:
13357     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13358     layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13362   algorithm: "plot_perf_box_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13365   include:
13366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13371   layout:
13372     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13386   layout:
13387     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13392   algorithm: "plot_perf_box_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13416   layout:
13417     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13430   layout:
13431     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13444   layout:
13445     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13460   layout:
13461     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469   include:
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13476   layout:
13477     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13492   layout:
13493     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13524   layout:
13525     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13540   layout:
13541     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13556   layout:
13557     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13565   include:
13566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13572   layout:
13573     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13574     layout: "plot-throughput"
13575
13576 - type: "plot"
13577   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13578   algorithm: "plot_perf_box_name"
13579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13581   include:
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586   layout:
13587     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13588     layout: "plot-throughput"
13589
13590 - type: "plot"
13591   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13592   algorithm: "plot_perf_box_name"
13593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13595   include:
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13600   layout:
13601     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13609   include:
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13616   layout:
13617     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13625   include:
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13632   layout:
13633     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13634     layout: "plot-throughput"
13635
13636 - type: "plot"
13637   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13638   algorithm: "plot_perf_box_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13641   include:
13642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13648   layout:
13649     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13650     layout: "plot-throughput"
13651
13652 - type: "plot"
13653   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13654   algorithm: "plot_perf_box_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13657   include:
13658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13664   layout:
13665     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13666     layout: "plot-throughput"
13667
13668 #- type: "plot"
13669 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13670 #  algorithm: "plot_perf_box_name"
13671 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13672 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13673 #  include:
13674 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13675 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13676 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13677 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13678 #  layout:
13679 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13680 #    layout: "plot-throughput"
13681 #
13682 #- type: "plot"
13683 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13684 #  algorithm: "plot_perf_box_name"
13685 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13686 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13687 #  include:
13688 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13689 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13690 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13691 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13692 #  layout:
13693 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13694 #    layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13700   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13701   include:
13702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13708   layout:
13709     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13716   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13717   include:
13718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13724   layout:
13725     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13726     layout: "plot-throughput"
13727
13728 #- type: "plot"
13729 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13730 #  algorithm: "plot_perf_box_name"
13731 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13732 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13733 #  include:
13734 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13735 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13736 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13737 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13738 #  layout:
13739 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13740 #    layout: "plot-throughput"
13741 #
13742 #- type: "plot"
13743 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13744 #  algorithm: "plot_perf_box_name"
13745 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13746 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13747 #  include:
13748 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13749 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13750 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13751 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13752 #  layout:
13753 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13754 #    layout: "plot-throughput"
13755
13756 - type: "plot"
13757   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13758   algorithm: "plot_perf_box_name"
13759   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13760   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13761   include:
13762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13768   layout:
13769     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13770     layout: "plot-throughput"
13771
13772 - type: "plot"
13773   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13774   algorithm: "plot_perf_box_name"
13775   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13776   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13777   include:
13778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13784   layout:
13785     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13786     layout: "plot-throughput"
13787
13788 #- type: "plot"
13789 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13790 #  algorithm: "plot_perf_box_name"
13791 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13792 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13793 #  include:
13794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13797 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13798 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13799 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13800 #  layout:
13801 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13802 #    layout: "plot-throughput"
13803 #
13804 #- type: "plot"
13805 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13806 #  algorithm: "plot_perf_box_name"
13807 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13808 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13809 #  include:
13810 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13811 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13812 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13813 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13814 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13815 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13816 #  layout:
13817 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13818 #    layout: "plot-throughput"
13819
13820 - type: "plot"
13821   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13822   algorithm: "plot_perf_box_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13824   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13825   include:
13826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13832   layout:
13833     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13834     layout: "plot-throughput"
13835
13836 - type: "plot"
13837   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13838   algorithm: "plot_perf_box_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13841   include:
13842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13848   layout:
13849     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13861 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13862 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13864   layout:
13865     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13870   algorithm: "plot_perf_box_name"
13871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13873   include:
13874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13877 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13878 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13879 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13880   layout:
13881     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13894     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13895     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13896   layout:
13897     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13905   include:
13906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13909     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13912   layout:
13913     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13921   include:
13922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13927     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13928   layout:
13929     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13930     layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13936   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13937   include:
13938     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13939     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13940     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13941     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13942     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13943     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13944   layout:
13945     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13946     layout: "plot-throughput"
13947
13948 #- type: "plot"
13949 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13950 #  algorithm: "plot_perf_box_name"
13951 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13952 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13953 #  include:
13954 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13955 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13957 #  layout:
13958 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13959 #    layout: "plot-throughput"
13960 #
13961 #- type: "plot"
13962 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13963 #  algorithm: "plot_perf_box_name"
13964 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13965 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13966 #  include:
13967 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13969 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13970 #  layout:
13971 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13972 #    layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13985   layout:
13986     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13991   algorithm: "plot_perf_box_name"
13992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   include:
13995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14000   layout:
14001     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14002     layout: "plot-throughput"
14003
14004 - type: "plot"
14005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14006   algorithm: "plot_perf_box_name"
14007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14009   include:
14010     - "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"
14011     - "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"
14012     - "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"
14013     - "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"
14014     - "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"
14015   layout:
14016     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14021   algorithm: "plot_perf_box_name"
14022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14024   include:
14025     - "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"
14026     - "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"
14027     - "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"
14028     - "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"
14029     - "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"
14030   layout:
14031     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14032     layout: "plot-throughput"
14033
14034 - type: "plot"
14035   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14036   algorithm: "plot_perf_box_name"
14037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039   include:
14040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14045   layout:
14046     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14047     layout: "plot-throughput"
14048
14049 - type: "plot"
14050   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14051   algorithm: "plot_perf_box_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14060   layout:
14061     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14062     layout: "plot-throughput"
14063
14064 - type: "plot"
14065   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14066   algorithm: "plot_perf_box_name"
14067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14075   layout:
14076     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14090   layout:
14091     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14092     layout: "plot-throughput"
14093
14094 - type: "plot"
14095   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14096   algorithm: "plot_perf_box_name"
14097   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14099   include:
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14105   layout:
14106     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14107     layout: "plot-throughput"
14108
14109 - type: "plot"
14110   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14111   algorithm: "plot_perf_box_name"
14112   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14113   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14114   include:
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14120   layout:
14121     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14122     layout: "plot-throughput"
14123
14124 - type: "plot"
14125   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14126   algorithm: "plot_perf_box_name"
14127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14129   include:
14130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14135   layout:
14136     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14144   include:
14145     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14150   layout:
14151     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14152     layout: "plot-throughput"
14153
14154 - type: "plot"
14155   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14156   algorithm: "plot_perf_box_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14164   layout:
14165     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14166     layout: "plot-throughput"
14167
14168 - type: "plot"
14169   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14170   algorithm: "plot_perf_box_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14178   layout:
14179     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14184   algorithm: "plot_perf_box_name"
14185   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14187   include:
14188     - "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"
14189     - "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"
14190     - "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"
14191     - "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"
14192   layout:
14193     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14194     layout: "plot-throughput"
14195
14196 - type: "plot"
14197   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14198   algorithm: "plot_perf_box_name"
14199   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14201   include:
14202     - "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"
14203     - "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"
14204     - "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"
14205     - "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"
14206   layout:
14207     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14222   layout:
14223     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14224     layout: "plot-throughput"
14225
14226 - type: "plot"
14227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14228   algorithm: "plot_perf_box_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14231   include:
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14238   layout:
14239     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14240     layout: "plot-throughput"
14241
14242 - type: "plot"
14243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14244   algorithm: "plot_perf_box_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14254   layout:
14255     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14256     layout: "plot-throughput"
14257
14258 - type: "plot"
14259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14260   algorithm: "plot_perf_box_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14286   layout:
14287     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14288     layout: "plot-throughput"
14289
14290 - type: "plot"
14291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14292   algorithm: "plot_perf_box_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14304     layout: "plot-throughput"
14305
14306 - type: "plot"
14307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14308   algorithm: "plot_perf_box_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14317   layout:
14318     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14332   layout:
14333     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14334     layout: "plot-throughput"
14335
14336 - type: "plot"
14337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14338   algorithm: "plot_perf_box_name"
14339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14341   include:
14342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14344   layout:
14345     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14346     layout: "plot-throughput"
14347
14348 - type: "plot"
14349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14350   algorithm: "plot_perf_box_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14356   layout:
14357     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14358     layout: "plot-throughput"
14359
14360 - type: "plot"
14361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14362   algorithm: "plot_perf_box_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "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"
14367     - "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"
14368   layout:
14369     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14370     layout: "plot-throughput"
14371
14372 - type: "plot"
14373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14374   algorithm: "plot_perf_box_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14377   include:
14378     - "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"
14379     - "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"
14380   layout:
14381     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14382     layout: "plot-throughput"
14383
14384 - type: "plot"
14385   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14386   algorithm: "plot_perf_box_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392   layout:
14393     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14394     layout: "plot-throughput"
14395
14396 - type: "plot"
14397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14398   algorithm: "plot_perf_box_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14404   layout:
14405     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14406     layout: "plot-throughput"
14407
14408 - type: "plot"
14409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14410   algorithm: "plot_perf_box_name"
14411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14413   include:
14414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416   layout:
14417     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14418     layout: "plot-throughput"
14419
14420 - type: "plot"
14421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14422   algorithm: "plot_perf_box_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428   layout:
14429     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14430     layout: "plot-throughput"
14431
14432 - type: "plot"
14433   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14434   algorithm: "plot_perf_box_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14437   include:
14438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14444   layout:
14445     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14446     layout: "plot-throughput"
14447
14448 - type: "plot"
14449   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14450   algorithm: "plot_perf_box_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14453   include:
14454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14460   layout:
14461     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14462     layout: "plot-throughput"
14463
14464 - type: "plot"
14465   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14466   algorithm: "plot_perf_box_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14469   include:
14470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14475     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476   layout:
14477     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14478     layout: "plot-throughput"
14479
14480 - type: "plot"
14481   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14482   algorithm: "plot_perf_box_name"
14483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14485   include:
14486     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14487     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14488     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492   layout:
14493     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14494     layout: "plot-throughput"
14495
14496 #- type: "plot"
14497 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14498 #  algorithm: "plot_perf_box_name"
14499 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14500 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14501 #  include:
14502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14507 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14508 #  layout:
14509 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14510 #    layout: "plot-throughput"
14511 #
14512 #- type: "plot"
14513 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14514 #  algorithm: "plot_perf_box_name"
14515 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14516 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14517 #  include:
14518 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14519 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14520 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14521 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14522 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14523 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14524 #  layout:
14525 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14526 #    layout: "plot-throughput"
14527
14528 - type: "plot"
14529   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14530   algorithm: "plot_perf_box_name"
14531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14533   include:
14534     - "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"
14535     - "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"
14536     - "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"
14537     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14538     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14539     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14540   layout:
14541     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14542     layout: "plot-throughput"
14543
14544 - type: "plot"
14545   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14546   algorithm: "plot_perf_box_name"
14547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14549   include:
14550     - "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"
14551     - "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"
14552     - "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"
14553     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14554     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14555     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14556   layout:
14557     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14558     layout: "plot-throughput"
14559
14560 ################################################################################
14561
14562 # Packet Speedup
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14574   layout:
14575     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14602   layout:
14603     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14616   layout:
14617     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14631   layout:
14632     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14646   layout:
14647     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14661   layout:
14662     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14675     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14676   layout:
14677     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14692   layout:
14693     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14708   layout:
14709     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14723   layout:
14724     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14732   include:
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14751   layout:
14752     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14760   include:
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14764   layout:
14765     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14779   layout:
14780     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14794   layout:
14795     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14807   layout:
14808     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14816   include:
14817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14820   layout:
14821     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14836   layout:
14837     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14838     layout: "plot-throughput-speedup-analysis"
14839
14840 - type: "plot"
14841   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14842   algorithm: "plot_tsa_name"
14843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14845   include:
14846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14852   layout:
14853     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14861   include:
14862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14868   layout:
14869     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14870     layout: "plot-throughput-speedup-analysis"
14871
14872 - type: "plot"
14873   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14874   algorithm: "plot_tsa_name"
14875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14877   include:
14878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14884   layout:
14885     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14886     layout: "plot-throughput-speedup-analysis"
14887
14888 - type: "plot"
14889   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14890   algorithm: "plot_tsa_name"
14891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14893   include:
14894     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14897   layout:
14898     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14906   include:
14907     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14908     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14909     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14910   layout:
14911     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14923 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14924 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14925   layout:
14926     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14934   include:
14935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14938 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14939 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14940   layout:
14941     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14955   layout:
14956     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14957     layout: "plot-throughput-speedup-analysis"
14958
14959 - type: "plot"
14960   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14961   algorithm: "plot_tsa_name"
14962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14964   include:
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14970   layout:
14971     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14972     layout: "plot-throughput-speedup-analysis"
14973
14974 - type: "plot"
14975   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14976   algorithm: "plot_tsa_name"
14977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14979   include:
14980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14985   layout:
14986     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14987     layout: "plot-throughput-speedup-analysis"
14988
14989 - type: "plot"
14990   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14991   algorithm: "plot_tsa_name"
14992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14994   include:
14995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15000   layout:
15001     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15032   layout:
15033     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15064   layout:
15065     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15073   include:
15074     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15076   layout:
15077     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15085   include:
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15088   layout:
15089     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15116   layout:
15117     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15130   layout:
15131     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15144   layout:
15145     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15169   include:
15170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15191   layout:
15192     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15200   include:
15201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15206   layout:
15207     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15215   include:
15216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15236   layout:
15237     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15238     layout: "plot-throughput-speedup-analysis"
15239
15240 - type: "plot"
15241   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15242   algorithm: "plot_tsa_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15245   include:
15246     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15249   layout:
15250     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15258   include:
15259     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15262   layout:
15263     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15275   layout:
15276     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15288   layout:
15289     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15297   include:
15298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15303   layout:
15304     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15318   layout:
15319     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15333   layout:
15334     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15342   include:
15343     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15348   layout:
15349     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15357   include:
15358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364   layout:
15365     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15373   include:
15374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380   layout:
15381     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15389   include:
15390     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15391     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15392     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15394   layout:
15395     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15403   include:
15404     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15405     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15406     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15408   layout:
15409     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15417   include:
15418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424   layout:
15425     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440   layout:
15441     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15449   include:
15450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15455     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15456   layout:
15457     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15458     layout: "plot-throughput-speedup-analysis"
15459
15460 - type: "plot"
15461   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15462   algorithm: "plot_tsa_name"
15463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15465   include:
15466     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15472   layout:
15473     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15488   layout:
15489     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15497   include:
15498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15504   layout:
15505     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15520   layout:
15521     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15522     layout: "plot-throughput-speedup-analysis"
15523
15524 - type: "plot"
15525   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15526   algorithm: "plot_tsa_name"
15527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15529   include:
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15545   include:
15546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15552   layout:
15553     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15561   include:
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15582   layout:
15583     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15591   include:
15592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15596   layout:
15597     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15610   layout:
15611     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15619   include:
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15624   layout:
15625     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15633   include:
15634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15640   layout:
15641     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15649   include:
15650     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15656   layout:
15657     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15671   layout:
15672     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15686   layout:
15687     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15688     layout: "plot-throughput-speedup-analysis"
15689
15690 - type: "plot"
15691   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15692   algorithm: "plot_tsa_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15695   include:
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15701   layout:
15702     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15710   include:
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15730   layout:
15731     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15760   layout:
15761     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15769   include:
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15776   layout:
15777     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15792   layout:
15793     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15808   layout:
15809     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15817   include:
15818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15824   layout:
15825     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15833   include:
15834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15840   layout:
15841     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15849   include:
15850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15856   layout:
15857     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15865   include:
15866     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15867     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15869     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15872   layout:
15873     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15881   include:
15882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15888   layout:
15889     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15897   include:
15898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15904   layout:
15905     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15906     layout: "plot-throughput-speedup-analysis"
15907
15908 - type: "plot"
15909   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15910   algorithm: "plot_tsa_name"
15911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15913   include:
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15919   layout:
15920     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15928   include:
15929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15934   layout:
15935     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15943   include:
15944     - "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"
15945     - "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"
15946     - "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"
15947     - "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"
15948     - "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"
15949   layout:
15950     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15958   include:
15959     - "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"
15960     - "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"
15961     - "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"
15962     - "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"
15963     - "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"
15964   layout:
15965     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15973   include:
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15979   layout:
15980     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15988   include:
15989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15994   layout:
15995     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16003   include:
16004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16009   layout:
16010     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16018   include:
16019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16024   layout:
16025     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16033   include:
16034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16039   layout:
16040     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16041     layout: "plot-throughput-speedup-analysis"
16042
16043 - type: "plot"
16044   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16045   algorithm: "plot_tsa_name"
16046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16048   include:
16049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16054   layout:
16055     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16063   include:
16064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16069   layout:
16070     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16078   include:
16079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16084   layout:
16085     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "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"
16095     - "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"
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "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"
16109     - "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"
16110     - "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"
16111     - "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"
16112   layout:
16113     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "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"
16123     - "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"
16124     - "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"
16125     - "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"
16126   layout:
16127     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16128     layout: "plot-throughput-speedup-analysis"
16129
16130 - type: "plot"
16131   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16132   algorithm: "plot_tsa_name"
16133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16135   include:
16136     - "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"
16137     - "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"
16138     - "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"
16139     - "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"
16140   layout:
16141     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16149   include:
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16156   layout:
16157     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16172   layout:
16173     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16181   include:
16182     - "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"
16183     - "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"
16184     - "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"
16185     - "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"
16186     - "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"
16187     - "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"
16188   layout:
16189     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16197   include:
16198     - "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"
16199     - "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"
16200     - "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"
16201     - "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"
16202     - "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"
16203     - "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"
16204   layout:
16205     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16213   include:
16214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220   layout:
16221     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16229   include:
16230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236   layout:
16237     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16245   include:
16246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16251   layout:
16252     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16260   include:
16261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16266   layout:
16267     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16268     layout: "plot-throughput-speedup-analysis"
16269
16270 - type: "plot"
16271   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16272   algorithm: "plot_tsa_name"
16273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16275   include:
16276     - "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"
16277     - "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"
16278   layout:
16279     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16287   include:
16288     - "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"
16289     - "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"
16290   layout:
16291     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16299   include:
16300     - "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"
16301     - "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"
16302   layout:
16303     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16304     layout: "plot-throughput-speedup-analysis"
16305
16306 - type: "plot"
16307   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16308   algorithm: "plot_tsa_name"
16309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16311   include:
16312     - "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"
16313     - "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"
16314   layout:
16315     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16323   include:
16324     - "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"
16325     - "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"
16326     - "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"
16327     - "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"
16328     - "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"
16329     - "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"
16330   layout:
16331     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16339   include:
16340     - "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"
16341     - "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"
16342     - "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"
16343     - "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"
16344     - "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"
16345     - "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"
16346   layout:
16347     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16355   include:
16356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16357     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16358     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16359     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16360     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16361   layout:
16362     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16370   include:
16371     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16372     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16373     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16374     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16375     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16376   layout:
16377     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16391   layout:
16392     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16400   include:
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16406   layout:
16407     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16415   include:
16416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16422   layout:
16423     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 - type: "plot"
16427   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16428   algorithm: "plot_tsa_name"
16429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16431   include:
16432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16438   layout:
16439     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16447   include:
16448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16452   layout:
16453     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16461   include:
16462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16466   layout:
16467     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16475   include:
16476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16481   layout:
16482     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16483     layout: "plot-throughput-speedup-analysis"
16484
16485 - type: "plot"
16486   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16487   algorithm: "plot_tsa_name"
16488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16490   include:
16491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16512   layout:
16513     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16521   include:
16522     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16528   layout:
16529     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16537   include:
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16542   layout:
16543     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16551   include:
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16556   layout:
16557     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16565   include:
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16572   layout:
16573     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16581   include:
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16588   layout:
16589     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16597   include:
16598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16604   layout:
16605     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 - type: "plot"
16609   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16610   algorithm: "plot_tsa_name"
16611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16613   include:
16614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629   include:
16630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16633     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16635     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16636   layout:
16637     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16645   include:
16646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16647     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16648     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16649     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16650     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16651     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16652   layout:
16653     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16661   include:
16662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16668   layout:
16669     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16670     layout: "plot-throughput-speedup-analysis"
16671
16672 - type: "plot"
16673   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16674   algorithm: "plot_tsa_name"
16675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16677   include:
16678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16684   layout:
16685     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16686     layout: "plot-throughput-speedup-analysis"
16687
16688 - type: "plot"
16689   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16690   algorithm: "plot_tsa_name"
16691   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16692   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16693   include:
16694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16699     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700   layout:
16701     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16702     layout: "plot-throughput-speedup-analysis"
16703
16704 - type: "plot"
16705   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16706   algorithm: "plot_tsa_name"
16707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16709   include:
16710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716   layout:
16717     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16718     layout: "plot-throughput-speedup-analysis"
16719
16720 #- type: "plot"
16721 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16722 #  algorithm: "plot_tsa_name"
16723 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16724 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16725 #  include:
16726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16731 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16732 #  layout:
16733 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16734 #    layout: "plot-throughput-speedup-analysis"
16735 #
16736 #- type: "plot"
16737 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16738 #  algorithm: "plot_tsa_name"
16739 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16740 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16741 #  include:
16742 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16743 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16744 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16745 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16746 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16747 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16748 #  layout:
16749 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16750 #    layout: "plot-throughput-speedup-analysis"
16751
16752 - type: "plot"
16753   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16754   algorithm: "plot_tsa_name"
16755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16757   include:
16758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16763   layout:
16764     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16772   include:
16773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16778   layout:
16779     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16780     layout: "plot-throughput-speedup-analysis"
16781
16782 - type: "plot"
16783   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16784   algorithm: "plot_tsa_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16787   include:
16788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16794   layout:
16795     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16796     layout: "plot-throughput-speedup-analysis"
16797
16798 - type: "plot"
16799   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16800   algorithm: "plot_tsa_name"
16801   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16802   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16803   include:
16804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16810   layout:
16811     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16812     layout: "plot-throughput-speedup-analysis"
16813
16814 - type: "plot"
16815   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16816   algorithm: "plot_tsa_name"
16817   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16818   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16819   include:
16820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16825   layout:
16826     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16827     layout: "plot-throughput-speedup-analysis"
16828
16829 - type: "plot"
16830   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16831   algorithm: "plot_tsa_name"
16832   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16833   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16834   include:
16835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16840   layout:
16841     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16842     layout: "plot-throughput-speedup-analysis"
16843
16844 #- type: "plot"
16845 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16846 #  algorithm: "plot_tsa_name"
16847 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16848 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16849 #  include:
16850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16851 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16852 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16853 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16854 #  layout:
16855 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16856 #    layout: "plot-throughput-speedup-analysis"
16857 #
16858 #- type: "plot"
16859 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16860 #  algorithm: "plot_tsa_name"
16861 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16862 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16863 #  include:
16864 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16865 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16866 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16867 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16868 #  layout:
16869 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16870 #    layout: "plot-throughput-speedup-analysis"
16871
16872 - type: "plot"
16873   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16874   algorithm: "plot_tsa_name"
16875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16877   include:
16878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16884   layout:
16885     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16886     layout: "plot-throughput-speedup-analysis"
16887
16888 - type: "plot"
16889   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16890   algorithm: "plot_tsa_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16892   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16893   include:
16894     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16895     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16900   layout:
16901     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16902     layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16909   include:
16910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16915   layout:
16916     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16930   layout:
16931     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16932     layout: "plot-throughput-speedup-analysis"
16933
16934 - type: "plot"
16935   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16936   algorithm: "plot_tsa_name"
16937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16946   layout:
16947     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16948     layout: "plot-throughput-speedup-analysis"
16949
16950 - type: "plot"
16951   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16952   algorithm: "plot_tsa_name"
16953   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16954   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16955   include:
16956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16962   layout:
16963     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16964     layout: "plot-throughput-speedup-analysis"
16965
16966 - type: "plot"
16967   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16968   algorithm: "plot_tsa_name"
16969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16971   include:
16972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16976   layout:
16977     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16978     layout: "plot-throughput-speedup-analysis"
16979
16980 - type: "plot"
16981   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16982   algorithm: "plot_tsa_name"
16983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16985   include:
16986     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16990   layout:
16991     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16992     layout: "plot-throughput-speedup-analysis"
16993
16994 - type: "plot"
16995   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16996   algorithm: "plot_tsa_name"
16997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16999   include:
17000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17005   layout:
17006     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17014   include:
17015     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17020   layout:
17021     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17022     layout: "plot-throughput-speedup-analysis"
17023
17024 - type: "plot"
17025   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17026   algorithm: "plot_tsa_name"
17027   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17028   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17029   include:
17030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17036   layout:
17037     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17038     layout: "plot-throughput-speedup-analysis"
17039
17040 - type: "plot"
17041   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17042   algorithm: "plot_tsa_name"
17043   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17044   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17045   include:
17046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17052   layout:
17053     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17054     layout: "plot-throughput-speedup-analysis"
17055
17056 #- type: "plot"
17057 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17058 #  algorithm: "plot_tsa_name"
17059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061 #  include:
17062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17063 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17064 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17065 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17066 #  layout:
17067 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17068 #    layout: "plot-throughput-speedup-analysis"
17069 #
17070 #- type: "plot"
17071 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17072 #  algorithm: "plot_tsa_name"
17073 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17074 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17075 #  include:
17076 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17077 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17078 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17079 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17080 #  layout:
17081 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17082 #    layout: "plot-throughput-speedup-analysis"
17083
17084 - type: "plot"
17085   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17086   algorithm: "plot_tsa_name"
17087   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17088   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17089   include:
17090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17095     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17096   layout:
17097     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17098     layout: "plot-throughput-speedup-analysis"
17099
17100 - type: "plot"
17101   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17102   algorithm: "plot_tsa_name"
17103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17105   include:
17106     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17107     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17112   layout:
17113     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17114     layout: "plot-throughput-speedup-analysis"
17115
17116 #- type: "plot"
17117 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17118 #  algorithm: "plot_tsa_name"
17119 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17120 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17121 #  include:
17122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17127 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17128 #  layout:
17129 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17130 #    layout: "plot-throughput-speedup-analysis"
17131 #
17132 #- type: "plot"
17133 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17134 #  algorithm: "plot_tsa_name"
17135 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17136 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17137 #  include:
17138 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17139 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17140 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17141 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17142 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17143 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17144 #  layout:
17145 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17146 #    layout: "plot-throughput-speedup-analysis"
17147
17148 #- type: "plot"
17149 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17150 #  algorithm: "plot_tsa_name"
17151 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17152 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17153 #  include:
17154 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17155 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17156 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17157 #  layout:
17158 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17159 #    layout: "plot-throughput-speedup-analysis"
17160 #
17161 #- type: "plot"
17162 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17163 #  algorithm: "plot_tsa_name"
17164 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17165 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17166 #  include:
17167 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17168 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17169 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17170 #  layout:
17171 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17172 #    layout: "plot-throughput-speedup-analysis"
17173
17174 ################################################################################
17175
17176 # Packet Throughput - DPDK
17177
17178 # 2n-skx-xxv710
17179
17180 - type: "plot"
17181   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17184   data: "plot-dpdk-throughput-latency-2n-skx"
17185   include:
17186     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17187     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17188   layout:
17189     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17196   data: "plot-dpdk-throughput-latency-2n-skx"
17197   include:
17198     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17199     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17200   layout:
17201     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17208   data: "plot-dpdk-throughput-latency-2n-skx"
17209   include:
17210     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17211     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17212   layout:
17213     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17220   data: "plot-dpdk-throughput-latency-2n-skx"
17221   include:
17222     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17223     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17224   layout:
17225     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17226     layout: "plot-throughput"
17227
17228 # 2n-skx-x710
17229
17230 - type: "plot"
17231   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17234   data: "plot-dpdk-throughput-latency-2n-skx"
17235   include:
17236     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17237     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17238   layout:
17239     title: "2n-skx-x710-64b-2t1c-base-ndr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17246   data: "plot-dpdk-throughput-latency-2n-skx"
17247   include:
17248     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17249     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17250   layout:
17251     title: "2n-skx-x710-64b-4t2c-base-ndr"
17252     layout: "plot-throughput"
17253
17254 - type: "plot"
17255   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17256   algorithm: "plot_perf_box_name"
17257   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17258   data: "plot-dpdk-throughput-latency-2n-skx"
17259   include:
17260     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17261     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17262   layout:
17263     title: "2n-skx-x710-64b-2t1c-base-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17270   data: "plot-dpdk-throughput-latency-2n-skx"
17271   include:
17272     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17273     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17274   layout:
17275     title: "2n-skx-x710-64b-4t2c-base-pdr"
17276     layout: "plot-throughput"
17277
17278 # 3n-skx-xxv710
17279
17280 - type: "plot"
17281   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   include:
17286     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17287     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17288   layout:
17289     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17296   data: "plot-dpdk-throughput-latency-3n-skx"
17297   include:
17298     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17299     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17300   layout:
17301     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17308   data: "plot-dpdk-throughput-latency-3n-skx"
17309   include:
17310     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17311     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17312   layout:
17313     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17320   data: "plot-dpdk-throughput-latency-3n-skx"
17321   include:
17322     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17323     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17324   layout:
17325     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17326     layout: "plot-throughput"
17327
17328 # 3n-skx-x710
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17334   data: "plot-dpdk-throughput-latency-3n-skx"
17335   include:
17336     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17337     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17338   layout:
17339     title: "3n-skx-x710-64b-2t1c-base-ndr"
17340     layout: "plot-throughput"
17341
17342 - type: "plot"
17343   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17344   algorithm: "plot_perf_box_name"
17345   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17346   data: "plot-dpdk-throughput-latency-3n-skx"
17347   include:
17348     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17349     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17350   layout:
17351     title: "3n-skx-x710-64b-4t2c-base-ndr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17358   data: "plot-dpdk-throughput-latency-3n-skx"
17359   include:
17360     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17361     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17362   layout:
17363     title: "3n-skx-x710-64b-2t1c-base-pdr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17370   data: "plot-dpdk-throughput-latency-3n-skx"
17371   include:
17372     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17373     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17374   layout:
17375     title: "3n-skx-x710-64b-4t2c-base-pdr"
17376     layout: "plot-throughput"
17377
17378 # 3n-hsw-xl710
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17384   data: "plot-dpdk-throughput-latency-3n-hsw"
17385   include:
17386     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17387     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17388   layout:
17389     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17396   data: "plot-dpdk-throughput-latency-3n-hsw"
17397   include:
17398     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17399     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17400   layout:
17401     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17408   data: "plot-dpdk-throughput-latency-3n-hsw"
17409   include:
17410     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17411     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17412   layout:
17413     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17420   data: "plot-dpdk-throughput-latency-3n-hsw"
17421   include:
17422     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17423     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17424   layout:
17425     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17426     layout: "plot-throughput"
17427
17428 # 3n-hsw-x710
17429
17430 - type: "plot"
17431   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17434   data: "plot-dpdk-throughput-latency-3n-hsw"
17435   include:
17436     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17437     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17438   layout:
17439     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17440     layout: "plot-throughput"
17441
17442 - type: "plot"
17443   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17444   algorithm: "plot_perf_box_name"
17445   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17446   data: "plot-dpdk-throughput-latency-3n-hsw"
17447   include:
17448     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17449     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17450   layout:
17451     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17452     layout: "plot-throughput"
17453
17454 - type: "plot"
17455   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17456   algorithm: "plot_perf_box_name"
17457   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17458   data: "plot-dpdk-throughput-latency-3n-hsw"
17459   include:
17460     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17461     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17462   layout:
17463     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17464     layout: "plot-throughput"
17465
17466 - type: "plot"
17467   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17470   data: "plot-dpdk-throughput-latency-3n-hsw"
17471   include:
17472     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17473     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17474   layout:
17475     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17476     layout: "plot-throughput"
17477
17478 # 2n-dnv-x553
17479
17480 - type: "plot"
17481   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17484   data: "plot-dpdk-throughput-latency-2n-dnv"
17485   include:
17486     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17487     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17488   layout:
17489     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17490     layout: "plot-throughput"
17491
17492 - type: "plot"
17493   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17496   data: "plot-dpdk-throughput-latency-2n-dnv"
17497   include:
17498     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17499     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17500   layout:
17501     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17508   data: "plot-dpdk-throughput-latency-2n-dnv"
17509   include:
17510     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17511     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17512   layout:
17513     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17520   data: "plot-dpdk-throughput-latency-2n-dnv"
17521   include:
17522     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17523     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17524   layout:
17525     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17526     layout: "plot-throughput"
17527
17528 # 3n-dnv-x553
17529
17530 - type: "plot"
17531   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17532   algorithm: "plot_perf_box_name"
17533   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17534   data: "plot-dpdk-throughput-latency-3n-dnv"
17535   include:
17536     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17537     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17538   layout:
17539     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17540     layout: "plot-throughput"
17541
17542 - type: "plot"
17543   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17546   data: "plot-dpdk-throughput-latency-3n-dnv"
17547   include:
17548     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17549     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17550   layout:
17551     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17558   data: "plot-dpdk-throughput-latency-3n-dnv"
17559   include:
17560     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17561     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17562   layout:
17563     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17570   data: "plot-dpdk-throughput-latency-3n-dnv"
17571   include:
17572     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17573     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17574   layout:
17575     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17576     layout: "plot-throughput"
17577
17578 # 3n-tsh-x520
17579
17580 - type: "plot"
17581   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17584   data: "plot-dpdk-throughput-latency-3n-tsh"
17585   include:
17586     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17587     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17588   layout:
17589     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17596   data: "plot-dpdk-throughput-latency-3n-tsh"
17597   include:
17598     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17599     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17600   layout:
17601     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17608   data: "plot-dpdk-throughput-latency-3n-tsh"
17609   include:
17610     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17611     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17612   layout:
17613     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17618   algorithm: "plot_perf_box_name"
17619   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17620   data: "plot-dpdk-throughput-latency-3n-tsh"
17621   include:
17622     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17623     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17624   layout:
17625     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17626     layout: "plot-throughput"
17627
17628 ################################################################################
17629 ###   2n-clx                                                                 ###
17630 ################################################################################
17631
17632 # Packet Throughput
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17644   layout:
17645     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17658   layout:
17659     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17671     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17672   layout:
17673     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17685     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17686   layout:
17687     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17688     layout: "plot-throughput"
17689
17690 - type: "plot"
17691   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17692   algorithm: "plot_perf_box_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17697     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17698     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17699     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17700   layout:
17701     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17711     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17712     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17713     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17714   layout:
17715     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17730   layout:
17731     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17746   layout:
17747     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17760   layout:
17761     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17774   layout:
17775     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17802     layout: "plot-throughput"
17803
17804 - type: "plot"
17805   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17806   algorithm: "plot_perf_box_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17815   layout:
17816     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17817     layout: "plot-throughput"
17818
17819 - type: "plot"
17820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17821   algorithm: "plot_perf_box_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17830   layout:
17831     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17839   include:
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17843   layout:
17844     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17849   algorithm: "plot_perf_box_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17856   layout:
17857     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17858     layout: "plot-throughput"
17859
17860 - type: "plot"
17861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17862   algorithm: "plot_perf_box_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17872   layout:
17873     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17920   layout:
17921     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17922     layout: "plot-throughput"
17923
17924 - type: "plot"
17925   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17926   algorithm: "plot_perf_box_name"
17927   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17929   include:
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17932   layout:
17933     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17938   algorithm: "plot_perf_box_name"
17939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17941   include:
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17944   layout:
17945     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17960   layout:
17961     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17962     layout: "plot-throughput"
17963
17964 - type: "plot"
17965   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17966   algorithm: "plot_perf_box_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17976   layout:
17977     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17991 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17992   layout:
17993     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18007 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18008   layout:
18009     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18024   layout:
18025     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18040   layout:
18041     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18042     layout: "plot-throughput"
18043
18044 - type: "plot"
18045   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18046   algorithm: "plot_perf_box_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18055   layout:
18056     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18061   algorithm: "plot_perf_box_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18070   layout:
18071     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18072     layout: "plot-throughput"
18073
18074 - type: "plot"
18075   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18076   algorithm: "plot_perf_box_name"
18077   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18079   include:
18080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18085   layout:
18086     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18087     layout: "plot-throughput"
18088
18089 - type: "plot"
18090   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18091   algorithm: "plot_perf_box_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18099     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18100   layout:
18101     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18102     layout: "plot-throughput"
18103
18104 - type: "plot"
18105   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18106   algorithm: "plot_perf_box_name"
18107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18109   include:
18110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18115   layout:
18116     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18117     layout: "plot-throughput"
18118
18119 - type: "plot"
18120   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18121   algorithm: "plot_perf_box_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18127     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18128     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18130   layout:
18131     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18132     layout: "plot-throughput"
18133
18134 - type: "plot"
18135   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18136   algorithm: "plot_perf_box_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18145   layout:
18146     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18147     layout: "plot-throughput"
18148
18149 - type: "plot"
18150   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18151   algorithm: "plot_perf_box_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18160   layout:
18161     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18175   layout:
18176     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18177     layout: "plot-throughput"
18178
18179 - type: "plot"
18180   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18181   algorithm: "plot_perf_box_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18190   layout:
18191     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18192     layout: "plot-throughput"
18193
18194 - type: "plot"
18195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18196   algorithm: "plot_perf_box_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18206   layout:
18207     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18208     layout: "plot-throughput"
18209
18210 - type: "plot"
18211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18212   algorithm: "plot_perf_box_name"
18213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18215   include:
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18224     layout: "plot-throughput"
18225
18226 - type: "plot"
18227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18228   algorithm: "plot_perf_box_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18238     layout: "plot-throughput"
18239
18240 - type: "plot"
18241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18242   algorithm: "plot_perf_box_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18250   layout:
18251     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18252     layout: "plot-throughput"
18253
18254 - type: "plot"
18255   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18256   algorithm: "plot_perf_box_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18266   layout:
18267     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18268     layout: "plot-throughput"
18269
18270 - type: "plot"
18271   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18272   algorithm: "plot_perf_box_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18282   layout:
18283     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18284     layout: "plot-throughput"
18285
18286 - type: "plot"
18287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18288   algorithm: "plot_perf_box_name"
18289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18291   include:
18292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18296   layout:
18297     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18298     layout: "plot-throughput"
18299
18300 - type: "plot"
18301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18302   algorithm: "plot_perf_box_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18312     layout: "plot-throughput"
18313
18314 - type: "plot"
18315   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18316   algorithm: "plot_perf_box_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18326   layout:
18327     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18328     layout: "plot-throughput"
18329
18330 - type: "plot"
18331   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18332   algorithm: "plot_perf_box_name"
18333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18335   include:
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18342   layout:
18343     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18344     layout: "plot-throughput"
18345
18346 - type: "plot"
18347   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18348   algorithm: "plot_perf_box_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18356   layout:
18357     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18358     layout: "plot-throughput"
18359
18360 - type: "plot"
18361   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18362   algorithm: "plot_perf_box_name"
18363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18365   include:
18366     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18367     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18370   layout:
18371     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18372     layout: "plot-throughput"
18373
18374 - type: "plot"
18375   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18376   algorithm: "plot_perf_box_name"
18377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18379   include:
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18385   layout:
18386     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18387     layout: "plot-throughput"
18388
18389 - type: "plot"
18390   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18391   algorithm: "plot_perf_box_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18400   layout:
18401     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18402     layout: "plot-throughput"
18403
18404 - type: "plot"
18405   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18406   algorithm: "plot_perf_box_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "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"
18411     - "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"
18412     - "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"
18413     - "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"
18414     - "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"
18415   layout:
18416     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18417     layout: "plot-throughput"
18418
18419 - type: "plot"
18420   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18421   algorithm: "plot_perf_box_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "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"
18426     - "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"
18427     - "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"
18428     - "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"
18429     - "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"
18430   layout:
18431     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18432     layout: "plot-throughput"
18433
18434 - type: "plot"
18435   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18436   algorithm: "plot_perf_box_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18445   layout:
18446     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18447     layout: "plot-throughput"
18448
18449 - type: "plot"
18450   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18451   algorithm: "plot_perf_box_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18460   layout:
18461     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18462     layout: "plot-throughput"
18463
18464 - type: "plot"
18465   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18466   algorithm: "plot_perf_box_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18475   layout:
18476     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18477     layout: "plot-throughput"
18478
18479 - type: "plot"
18480   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18481   algorithm: "plot_perf_box_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18492     layout: "plot-throughput"
18493
18494 - type: "plot"
18495   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18496   algorithm: "plot_perf_box_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18504   layout:
18505     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18506     layout: "plot-throughput"
18507
18508 - type: "plot"
18509   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18510   algorithm: "plot_perf_box_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18518   layout:
18519     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18520     layout: "plot-throughput"
18521
18522 - type: "plot"
18523   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18524   algorithm: "plot_perf_box_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "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"
18529     - "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"
18530     - "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"
18531     - "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"
18532   layout:
18533     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18534     layout: "plot-throughput"
18535
18536 - type: "plot"
18537   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18538   algorithm: "plot_perf_box_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "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"
18543     - "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"
18544     - "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"
18545     - "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"
18546   layout:
18547     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18548     layout: "plot-throughput"
18549
18550 - type: "plot"
18551   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18552   algorithm: "plot_perf_box_name"
18553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18555   include:
18556     - "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"
18557     - "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"
18558     - "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"
18559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18560     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18561     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18562   layout:
18563     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18564     layout: "plot-throughput"
18565
18566 - type: "plot"
18567   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18568   algorithm: "plot_perf_box_name"
18569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18571   include:
18572     - "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"
18573     - "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"
18574     - "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"
18575     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18576     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18577     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18578   layout:
18579     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18580     layout: "plot-throughput"
18581
18582 ################################################################################
18583
18584 # Packet Speedup
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18596   layout:
18597     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18610   layout:
18611     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18624   layout:
18625     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18626     layout: "plot-throughput-speedup-analysis"
18627
18628 - type: "plot"
18629   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18630   algorithm: "plot_tsa_name"
18631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18633   include:
18634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18638   layout:
18639     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18640     layout: "plot-throughput-speedup-analysis"
18641
18642 - type: "plot"
18643   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18644   algorithm: "plot_tsa_name"
18645   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18647   include:
18648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18649     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18650     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18651     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18652   layout:
18653     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18663     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18664     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18665     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18666   layout:
18667     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18682   layout:
18683     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18698   layout:
18699     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18712   layout:
18713     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18714     layout: "plot-throughput-speedup-analysis"
18715
18716 - type: "plot"
18717   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18718   algorithm: "plot_tsa_name"
18719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18721   include:
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18726   layout:
18727     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18728     layout: "plot-throughput-speedup-analysis"
18729
18730 - type: "plot"
18731   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18732   algorithm: "plot_tsa_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18752   layout:
18753     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18754     layout: "plot-throughput-speedup-analysis"
18755
18756 - type: "plot"
18757   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18758   algorithm: "plot_tsa_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18767   layout:
18768     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18769     layout: "plot-throughput-speedup-analysis"
18770
18771 - type: "plot"
18772   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18773   algorithm: "plot_tsa_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18776   include:
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18782   layout:
18783     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18784     layout: "plot-throughput-speedup-analysis"
18785
18786 - type: "plot"
18787   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18788   algorithm: "plot_tsa_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18795   layout:
18796     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18808   layout:
18809     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18810     layout: "plot-throughput-speedup-analysis"
18811
18812 - type: "plot"
18813   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18814   algorithm: "plot_tsa_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18824   layout:
18825     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18840   layout:
18841     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18842     layout: "plot-throughput-speedup-analysis"
18843
18844 - type: "plot"
18845   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18846   algorithm: "plot_tsa_name"
18847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18849   include:
18850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18872   layout:
18873     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18874     layout: "plot-throughput-speedup-analysis"
18875
18876 - type: "plot"
18877   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18878   algorithm: "plot_tsa_name"
18879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18881   include:
18882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18884   layout:
18885     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18896   layout:
18897     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18912   layout:
18913     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18928   layout:
18929     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18944   layout:
18945     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18960   layout:
18961     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18962     layout: "plot-throughput-speedup-analysis"
18963
18964 - type: "plot"
18965   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18966   algorithm: "plot_tsa_name"
18967   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18969   include:
18970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18976   layout:
18977     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18992   layout:
18993     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 - type: "plot"
18997   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18998   algorithm: "plot_tsa_name"
18999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19001   include:
19002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19022   layout:
19023     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19024     layout: "plot-throughput-speedup-analysis"
19025
19026 - type: "plot"
19027   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19028   algorithm: "plot_tsa_name"
19029   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19031   include:
19032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19037   layout:
19038     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19039     layout: "plot-throughput-speedup-analysis"
19040
19041 - type: "plot"
19042   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19043   algorithm: "plot_tsa_name"
19044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19046   include:
19047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19052   layout:
19053     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19054     layout: "plot-throughput-speedup-analysis"
19055
19056 - type: "plot"
19057   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19058   algorithm: "plot_tsa_name"
19059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19061   include:
19062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19067   layout:
19068     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19082   layout:
19083     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19084     layout: "plot-throughput-speedup-analysis"
19085
19086 - type: "plot"
19087   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19088   algorithm: "plot_tsa_name"
19089   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19091   include:
19092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19097   layout:
19098     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19099     layout: "plot-throughput-speedup-analysis"
19100
19101 - type: "plot"
19102   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19103   algorithm: "plot_tsa_name"
19104   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19106   include:
19107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19112   layout:
19113     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19114     layout: "plot-throughput-speedup-analysis"
19115
19116 - type: "plot"
19117   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19118   algorithm: "plot_tsa_name"
19119   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19121   include:
19122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19127   layout:
19128     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19129     layout: "plot-throughput-speedup-analysis"
19130
19131 - type: "plot"
19132   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19133   algorithm: "plot_tsa_name"
19134   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19136   include:
19137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19142   layout:
19143     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19144     layout: "plot-throughput-speedup-analysis"
19145
19146 - type: "plot"
19147   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19148   algorithm: "plot_tsa_name"
19149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19151   include:
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19158   layout:
19159     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19160     layout: "plot-throughput-speedup-analysis"
19161
19162 - type: "plot"
19163   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19164   algorithm: "plot_tsa_name"
19165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19167   include:
19168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19174   layout:
19175     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19188   layout:
19189     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19190     layout: "plot-throughput-speedup-analysis"
19191
19192 - type: "plot"
19193   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19194   algorithm: "plot_tsa_name"
19195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19197   include:
19198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19202   layout:
19203     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19204     layout: "plot-throughput-speedup-analysis"
19205
19206 - type: "plot"
19207   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19208   algorithm: "plot_tsa_name"
19209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19211   include:
19212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19218   layout:
19219     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19220     layout: "plot-throughput-speedup-analysis"
19221
19222 - type: "plot"
19223   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19224   algorithm: "plot_tsa_name"
19225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19227   include:
19228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19234   layout:
19235     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19236     layout: "plot-throughput-speedup-analysis"
19237
19238 - type: "plot"
19239   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19240   algorithm: "plot_tsa_name"
19241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19243   include:
19244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19262   layout:
19263     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19264     layout: "plot-throughput-speedup-analysis"
19265
19266 - type: "plot"
19267   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19268   algorithm: "plot_tsa_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19271   include:
19272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19278   layout:
19279     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19287   include:
19288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19294   layout:
19295     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19296     layout: "plot-throughput-speedup-analysis"
19297
19298 - type: "plot"
19299   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19300   algorithm: "plot_tsa_name"
19301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19303   include:
19304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19308   layout:
19309     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317   include:
19318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19322   layout:
19323     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19324     layout: "plot-throughput-speedup-analysis"
19325
19326 - type: "plot"
19327   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19328   algorithm: "plot_tsa_name"
19329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19331   include:
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19337   layout:
19338     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19339     layout: "plot-throughput-speedup-analysis"
19340
19341 - type: "plot"
19342   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19343   algorithm: "plot_tsa_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19352   layout:
19353     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19354     layout: "plot-throughput-speedup-analysis"
19355
19356 - type: "plot"
19357   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19358   algorithm: "plot_tsa_name"
19359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19361   include:
19362     - "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"
19363     - "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"
19364     - "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"
19365     - "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"
19366     - "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"
19367   layout:
19368     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19369     layout: "plot-throughput-speedup-analysis"
19370
19371 - type: "plot"
19372   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19373   algorithm: "plot_tsa_name"
19374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19376   include:
19377     - "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"
19378     - "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"
19379     - "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"
19380     - "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"
19381     - "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"
19382   layout:
19383     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19384     layout: "plot-throughput-speedup-analysis"
19385
19386 - type: "plot"
19387   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19388   algorithm: "plot_tsa_name"
19389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19391   include:
19392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19397   layout:
19398     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19399     layout: "plot-throughput-speedup-analysis"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19412   layout:
19413     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19414     layout: "plot-throughput-speedup-analysis"
19415
19416 - type: "plot"
19417   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19418   algorithm: "plot_tsa_name"
19419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19421   include:
19422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19427   layout:
19428     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19442   layout:
19443     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19456   layout:
19457     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19458     layout: "plot-throughput-speedup-analysis"
19459
19460 - type: "plot"
19461   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19462   algorithm: "plot_tsa_name"
19463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19465   include:
19466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19470   layout:
19471     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19472     layout: "plot-throughput-speedup-analysis"
19473
19474 - type: "plot"
19475   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19476   algorithm: "plot_tsa_name"
19477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19479   include:
19480     - "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"
19481     - "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"
19482     - "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"
19483     - "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"
19484   layout:
19485     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19486     layout: "plot-throughput-speedup-analysis"
19487
19488 - type: "plot"
19489   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19490   algorithm: "plot_tsa_name"
19491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19493   include:
19494     - "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"
19495     - "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"
19496     - "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"
19497     - "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"
19498   layout:
19499     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19500     layout: "plot-throughput-speedup-analysis"
19501
19502 - type: "plot"
19503   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19504   algorithm: "plot_tsa_name"
19505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19506   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19507   include:
19508     - "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"
19509     - "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"
19510     - "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"
19511     - "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"
19512     - "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"
19513     - "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"
19514   layout:
19515     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19516     layout: "plot-throughput-speedup-analysis"
19517
19518 - type: "plot"
19519   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19520   algorithm: "plot_tsa_name"
19521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19523   include:
19524     - "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"
19525     - "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"
19526     - "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"
19527     - "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"
19528     - "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"
19529     - "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"
19530   layout:
19531     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19532     layout: "plot-throughput-speedup-analysis"
19533
19534 ################################################################################
19535
19536 # Packet Throughput - DPDK
19537
19538 # 2n-clx-xxv710
19539
19540 - type: "plot"
19541   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19542   algorithm: "plot_perf_box_name"
19543   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19544   data: "plot-dpdk-throughput-latency-2n-clx"
19545   include:
19546     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19547     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19548   layout:
19549     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19550     layout: "plot-throughput"
19551
19552 - type: "plot"
19553   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19554   algorithm: "plot_perf_box_name"
19555   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19556   data: "plot-dpdk-throughput-latency-2n-clx"
19557   include:
19558     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19559     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19560   layout:
19561     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19562     layout: "plot-throughput"
19563
19564 - type: "plot"
19565   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19566   algorithm: "plot_perf_box_name"
19567   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19568   data: "plot-dpdk-throughput-latency-2n-clx"
19569   include:
19570     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19571     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19572   layout:
19573     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19574     layout: "plot-throughput"
19575
19576 - type: "plot"
19577   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19578   algorithm: "plot_perf_box_name"
19579   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19580   data: "plot-dpdk-throughput-latency-2n-clx"
19581   include:
19582     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19583     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19584   layout:
19585     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19586     layout: "plot-throughput"
19587
19588 # 2n-clx-x710
19589
19590 - type: "plot"
19591   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19592   algorithm: "plot_perf_box_name"
19593   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19594   data: "plot-dpdk-throughput-latency-2n-clx"
19595   include:
19596     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19597     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19598   layout:
19599     title: "2n-clx-x710-64b-2t1c-base-ndr"
19600     layout: "plot-throughput"
19601
19602 - type: "plot"
19603   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19604   algorithm: "plot_perf_box_name"
19605   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19606   data: "plot-dpdk-throughput-latency-2n-clx"
19607   include:
19608     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19609     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19610   layout:
19611     title: "2n-clx-x710-64b-4t2c-base-ndr"
19612     layout: "plot-throughput"
19613
19614 - type: "plot"
19615   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19616   algorithm: "plot_perf_box_name"
19617   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19618   data: "plot-dpdk-throughput-latency-2n-clx"
19619   include:
19620     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19621     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19622   layout:
19623     title: "2n-clx-x710-64b-2t1c-base-pdr"
19624     layout: "plot-throughput"
19625
19626 - type: "plot"
19627   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19628   algorithm: "plot_perf_box_name"
19629   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19630   data: "plot-dpdk-throughput-latency-2n-clx"
19631   include:
19632     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19633     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19634   layout:
19635     title: "2n-clx-x710-64b-4t2c-base-pdr"
19636     layout: "plot-throughput"
19637
19638 ################################################################################
19639
19640 - type: "plot"
19641   title: "Latency by percentile: 2n-skx"
19642   algorithm: "plot_hdrh_lat_by_percentile"
19643   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19644   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19645   target-links: "../../_static/vpp"
19646   data: "plot-vpp-hdrh-lat-2n-skx"
19647   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19648   layout:
19649     layout: "plot-hdrh-latency-by-percentile"
19650
19651 - type: "plot"
19652   title: "Latency by percentile: 3n-skx"
19653   algorithm: "plot_hdrh_lat_by_percentile"
19654   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19655   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19656   target-links: "../../_static/vpp"
19657   data: "plot-vpp-hdrh-lat-3n-skx"
19658   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19659   layout:
19660     layout: "plot-hdrh-latency-by-percentile"
19661
19662 - type: "plot"
19663   title: "Latency by percentile: 2n-clx"
19664   algorithm: "plot_hdrh_lat_by_percentile"
19665   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19666   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19667   target-links: "../../_static/vpp"
19668   data: "plot-vpp-hdrh-lat-2n-clx"
19669   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19670   layout:
19671     layout: "plot-hdrh-latency-by-percentile"
19672
19673 - type: "plot"
19674   title: "Latency by percentile: 3n-hsw"
19675   algorithm: "plot_hdrh_lat_by_percentile"
19676   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19677   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19678   target-links: "../../_static/vpp"
19679   data: "plot-vpp-hdrh-lat-3n-hsw"
19680   filter: "'1T1C' and 'NIC_Intel-XL710'"
19681   layout:
19682     layout: "plot-hdrh-latency-by-percentile"
19683
19684 - type: "plot"
19685   title: "Latency by percentile: 3n-tsh"
19686   algorithm: "plot_hdrh_lat_by_percentile"
19687   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19688   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19689   target-links: "../../_static/vpp"
19690   data: "plot-vpp-hdrh-lat-3n-tsh"
19691   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19692   layout:
19693     layout: "plot-hdrh-latency-by-percentile"
19694
19695 - type: "plot"
19696   title: "Latency by percentile: DPDK 2n-skx"
19697   algorithm: "plot_hdrh_lat_by_percentile"
19698   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19699   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19700   target-links: "../../_static/dpdk"
19701   data: "plot-dpdk-hdrh-lat-2n-skx"
19702   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19703   layout:
19704     layout: "plot-hdrh-latency-by-percentile"
19705
19706 - type: "plot"
19707   title: "Latency by percentile: DPDK 3n-skx"
19708   algorithm: "plot_hdrh_lat_by_percentile"
19709   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19710   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19711   target-links: "../../_static/dpdk"
19712   data: "plot-dpdk-hdrh-lat-3n-skx"
19713   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19714   layout:
19715     layout: "plot-hdrh-latency-by-percentile"
19716
19717 - type: "plot"
19718   title: "Latency by percentile: DPDK 2n-clx"
19719   algorithm: "plot_hdrh_lat_by_percentile"
19720   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19721   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19722   target-links: "../../_static/dpdk"
19723   data: "plot-dpdk-hdrh-lat-2n-clx"
19724   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19725   layout:
19726     layout: "plot-hdrh-latency-by-percentile"
19727
19728 - type: "plot"
19729   title: "Latency by percentile: DPDK 3n-hsw"
19730   algorithm: "plot_hdrh_lat_by_percentile"
19731   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19732   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19733   target-links: "../../_static/dpdk"
19734   data: "plot-dpdk-hdrh-lat-3n-hsw"
19735   filter: "'1T1C' and 'NIC_Intel-XL710'"
19736   layout:
19737     layout: "plot-hdrh-latency-by-percentile"
19738
19739 - type: "plot"
19740   title: "Latency by percentile: DPDK 3n-tsh"
19741   algorithm: "plot_hdrh_lat_by_percentile"
19742   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19743   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19744   target-links: "../../_static/dpdk"
19745   data: "plot-dpdk-hdrh-lat-3n-tsh"
19746   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19747   layout:
19748     layout: "plot-hdrh-latency-by-percentile"