Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226         - 55  # NDRPDR sel env 4
227         - 56  # NDRPDR sel env 4
228         - 57  # NDRPDR sel env 4
229
230     plot-vpp-hdrh-lat-3n-skx:
231       csit-vpp-perf-report-iterative-2005-3n-skx:
232         - 47  # NDRPDR sel env 4
233
234     plot-vpp-nfv-3n-skx-ndrpdr:
235       csit-vpp-perf-report-iterative-2005-3n-skx:
236         - 4   # NDRPDR sel
237         - 5   # NDRPDR sel ??? all x710 failed
238         - 33  # NDRPDR sel
239         - 28  # NDRPDR sel
240         - 34  # NDRPDR sel
241
242     plot-vpp-nfv-3n-skx-mrr:
243       csit-vpp-perf-report-iterative-2005-3n-skx:
244         - 49  # MRR sel env 4
245
246     plot-dpdk-throughput-latency-3n-skx:
247       csit-dpdk-perf-report-iterative-2005-3n-skx:
248         - 28  # NDRPDR iter
249         - 29  # NDRPDR iter
250         - 30  # NDRPDR iter
251         - 31  # NDRPDR iter
252         - 32  # NDRPDR iter
253         - 33  # NDRPDR iter
254         - 34  # NDRPDR iter
255         - 35  # NDRPDR iter
256         - 36  # NDRPDR iter
257         - 37  # NDRPDR iter
258
259     plot-dpdk-hdrh-lat-3n-skx:
260       csit-dpdk-perf-report-iterative-2005-3n-skx:
261         - 28  # NDRPDR iter
262
263     # 2n-skx
264
265     plot-vpp-throughput-lat-tsa-2n-skx:
266       csit-vpp-perf-report-iterative-2005-2n-skx:
267         - 88  # NDRPDR sel env 4
268         - 89  # NDRPDR sel env 4
269         - 90  # NDRPDR sel env 4
270         - 91  # NDRPDR sel env 4
271         - 92  # NDRPDR sel env 4
272         - 93  # NDRPDR sel env 4
273         - 94  # NDRPDR sel env 4
274         - 125 # NDRPDR sel env 4
275         - 126 # NDRPDR sel env 4
276         - 127 # NDRPDR sel env 4
277
278     plot-vpp-hdrh-lat-2n-skx:
279       csit-vpp-perf-report-iterative-2005-2n-skx:
280         - 94  # NDRPDR sel
281
282     plot-vpp-soak-2n-skx:
283       csit-vpp-perf-report-iterative-2005-2n-skx:
284         - 122 # Soak
285         - 123 # Soak
286
287     plot-vpp-nfv-2n-skx-ndrpdr:
288       csit-vpp-perf-report-iterative-2005-2n-skx:
289         - 113 # nf-density-sel env 4
290         - 114 # nf-density-sel env 4
291         - 124 # nf-density-sel env 4
292         - 128 # nf-density-sel env 4
293         - 129 # nf-density-sel env 4
294         - 131 # nf-density-sel env 4
295         - 132 # nf-density-sel env 4
296         - 135 # nf-density-sel env 4
297         - 136 # nf-density-sel env 4
298         - 139 # nf-density-sel env 4
299
300     plot-vpp-nfv-2n-skx-mrr:
301       csit-vpp-perf-report-iterative-2005-2n-skx:
302         - 115 # nf-density-sel env 4
303
304     plot-vpp-nfv-reconf-2n-skx:
305       csit-vpp-perf-report-iterative-2005-2n-skx:
306         - 106 # Reconf env 4
307         - 107 # Reconf env 4
308         - 108 # Reconf env 4
309         - 109 # Reconf env 4
310         - 110 # Reconf env 4
311         - 111 # Reconf env 4
312         - 112 # Reconf env 4
313         - 118 # Reconf env 4
314         - 120 # Reconf env 4
315         - 121 # Reconf env 4
316
317     plot-dpdk-throughput-latency-2n-skx:
318       csit-dpdk-perf-report-iterative-2005-2n-skx:
319         - 20  # NDRPDR iter
320         - 21  # NDRPDR iter
321         - 22  # NDRPDR iter
322         - 23  # NDRPDR iter
323         - 24  # NDRPDR iter
324         - 25  # NDRPDR iter
325         - 26  # NDRPDR iter
326         - 27  # NDRPDR iter
327         - 28  # NDRPDR iter
328         - 29  # NDRPDR iter
329
330     plot-dpdk-hdrh-lat-2n-skx:
331       csit-dpdk-perf-report-iterative-2005-2n-skx:
332         - 20  # NDRPDR iter
333
334     # 2n-clx
335
336     plot-vpp-throughput-lat-tsa-2n-clx:
337       csit-vpp-perf-report-iterative-2005-2n-clx:
338         - 62  # NDRPDR sel env 4
339         - 63  # NDRPDR sel env 4
340         - 64  # NDRPDR sel env 4
341         - 65  # NDRPDR sel env 4
342         - 66  # NDRPDR sel env 4
343         - 68  # NDRPDR sel env 4
344         - 69  # NDRPDR sel env 4
345         - 70  # NDRPDR sel env 4
346         - 103 # NDRPDR sel env 4
347         - 104 # NDRPDR sel env 4
348
349     plot-vpp-hdrh-lat-2n-clx:
350       csit-vpp-perf-report-iterative-2005-2n-clx:
351         - 70  # NDRPDR sel env 4
352
353     plot-vpp-nfv-2n-clx-ndrpdr:
354       csit-vpp-perf-report-iterative-2005-2n-clx:
355         - 91  # nfv-density-00 env 4
356         - 92  # nfv-density-00 env 4
357         - 93  # nfv-density-00 env 4
358         - 97  # nfv-density-00 env 4
359         - 98  # nfv-density-00 env 4
360         - 99  # nfv-density-00 env 4
361         - 100 # nfv-density-00 env 4
362         - 105 # nfv-density-00 env 4
363         - 106 # nfv-density-00 env 4
364         - 108 # nfv-density-00 env 4
365
366     plot-vpp-nfv-2n-clx-mrr:
367       csit-vpp-perf-report-iterative-2005-2n-clx:
368         - 96  # MRR
369
370     plot-vpp-nfv-reconf-2n-clx:
371       csit-vpp-perf-report-iterative-2005-2n-clx:
372         - 81  # Reconf env 4
373         - 82  # Reconf env 4
374         - 83  # Reconf env 4
375         - 84  # Reconf env 4
376         - 85  # Reconf env 4
377         - 86  # Reconf env 4
378         - 87  # Reconf env 4
379         - 88  # Reconf env 4
380         - 89  # Reconf env 4
381         - 90  # Reconf env 4
382
383     plot-vpp-soak-2n-clx:
384       csit-vpp-perf-report-iterative-2005-2n-clx:
385         - 101 # Soak
386         - 102 # Soak
387
388     plot-dpdk-throughput-latency-2n-clx:
389       csit-dpdk-perf-report-iterative-2005-2n-clx:
390         - 20  # NDRPDR iter
391         - 21  # NDRPDR iter
392         - 22  # NDRPDR iter
393         - 23  # NDRPDR iter
394         - 24  # NDRPDR iter
395         - 25  # NDRPDR iter
396         - 26  # NDRPDR iter
397         - 27  # NDRPDR iter
398         - 28  # NDRPDR iter
399         - 29  # NDRPDR iter
400
401     plot-dpdk-hdrh-lat-2n-clx:
402       csit-dpdk-perf-report-iterative-2005-2n-clx:
403         - 21  # NDRPDR iter
404
405     # 3n-tsh
406
407     plot-vpp-throughput-lat-tsa-3n-tsh:
408       csit-vpp-perf-report-iterative-2005-3n-tsh:
409         - 23  # NDRPDR sel env 4
410         - 25  # NDRPDR sel env 4
411         - 33  # NDRPDR sel env 4
412         - 34  # NDRPDR sel env 4
413         - 35  # NDRPDR sel env 4
414         - 36  # NDRPDR sel env 4
415         - 37  # NDRPDR sel env 4
416         - 38  # NDRPDR sel env 4
417         - 39  # NDRPDR sel env 4
418         - 40  # NDRPDR sel env 4
419
420     plot-vpp-hdrh-lat-3n-tsh:
421       csit-vpp-perf-report-iterative-2005-3n-tsh:
422         - 35  # NDRPDR sel env 4
423
424     plot-dpdk-throughput-latency-3n-tsh:
425       csit-dpdk-perf-report-iterative-2005-3n-tsh:
426         - 5   # NDRPDR sel
427
428     plot-dpdk-hdrh-lat-3n-tsh:
429       csit-dpdk-perf-report-iterative-2005-3n-tsh:
430         - 5   # NDRPDR sel
431
432     # 3n-dnv
433
434     plot-vpp-throughput-lat-tsa-3n-dnv:
435       csit-vpp-perf-report-iterative-2005-3n-dnv:
436         - 2   # NDRPDR sel
437         - 3   # NDRPDR sel
438         - 4   # NDRPDR sel
439         - 5   # NDRPDR sel
440         - 6   # NDRPDR sel
441         - 7   # NDRPDR sel
442         - 9   # NDRPDR sel
443         - 10  # NDRPDR sel
444         - 11  # NDRPDR sel
445         - 12  # NDRPDR sel
446
447     plot-dpdk-throughput-latency-3n-dnv:
448       csit-dpdk-perf-report-iterative-2005-3n-dnv:
449         - 6   # NDRPDR sel
450         - 7   # NDRPDR sel
451         - 8   # NDRPDR sel
452         - 9   # NDRPDR sel
453         - 10  # NDRPDR sel
454         - 11  # NDRPDR sel
455         - 12  # NDRPDR sel
456         - 13  # NDRPDR sel
457         - 14  # NDRPDR sel
458         - 16  # NDRPDR sel
459
460     # 2n-dnv
461
462     plot-vpp-throughput-lat-tsa-2n-dnv:
463       csit-vpp-perf-report-iterative-2005-2n-dnv:
464         - 3   # NDRPDR sel
465         - 6   # NDRPDR sel
466         - 7   # NDRPDR sel
467         - 8   # NDRPDR sel
468         - 9   # NDRPDR sel
469         - 10  # NDRPDR sel
470         - 11  # NDRPDR sel
471         - 12  # NDRPDR sel
472         - 13  # NDRPDR sel
473         - 14  # NDRPDR sel
474
475     plot-dpdk-throughput-latency-2n-dnv:
476       csit-dpdk-perf-report-iterative-2005-2n-dnv:
477         - 8   # NDRPDR sel
478         - 9   # NDRPDR sel
479         - 10  # NDRPDR sel
480         - 11  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 14  # NDRPDR sel
484         - 15  # NDRPDR sel
485         - 16  # NDRPDR sel
486         - 17  # NDRPDR sel
487
488     ###########################################################################
489     # Simple tables (only one data set):
490
491     # NIC Comparisons
492
493     vpp-nic-comparison-3n-skx:
494       csit-vpp-perf-report-iterative-2005-3n-skx:
495         - 42  # NDRPDR sel env 4
496         - 43  # NDRPDR sel env 4
497         - 44  # NDRPDR sel env 4
498         - 45  # NDRPDR sel env 4
499         - 47  # NDRPDR sel env 4
500         - 55  # NDRPDR sel env 4
501         - 56  # NDRPDR sel env 4
502         - 57  # NDRPDR sel env 4
503
504     vpp-nic-comparison-2n-skx:
505       csit-vpp-perf-report-iterative-2005-2n-skx:
506         - 88  # NDRPDR sel env 4
507         - 89  # NDRPDR sel env 4
508         - 90  # NDRPDR sel env 4
509         - 91  # NDRPDR sel env 4
510         - 92  # NDRPDR sel env 4
511         - 93  # NDRPDR sel env 4
512         - 94  # NDRPDR sel env 4
513         - 125 # NDRPDR sel env 4
514         - 126 # NDRPDR sel env 4
515         - 127 # NDRPDR sel env 4
516
517     vpp-nic-comparison-3n-skx-mrr:
518       csit-vpp-perf-report-iterative-2005-3n-skx:
519         - 49  # MRR sel env 4
520
521     vpp-nic-comparison-2n-skx-mrr:
522       csit-vpp-perf-report-iterative-2005-2n-skx:
523         - 99  # MRR sel env 4
524
525     # Results
526
527     vpp-perf-results-3n-hsw:
528       csit-vpp-perf-report-coverage-2005-3n-hsw:
529         - 74  # crypto-00
530         - 75  # crypto-01
531         - 76  # crypto-02
532         - 77  # crypto-03
533         - 78  # ip4-00
534         - 79  # ip4-01
535         - 80  # ip4-02
536         - 81  # ip4-03
537         - 73  # ip4-04
538         - 82  # ip4-05
539         - 83  # ip4-06
540         - 84  # ip4-07
541         - 85  # ip4-08
542         - 86  # ip4tun-00
543         - 87  # ip4tun-01
544         - 88  # ip4tun-02
545         - 89  # ip6-00
546         - 90  # ip6-01
547         - 91  # ip6tun-00
548         - 92  # l2-00
549         - 93  # l2-01
550         - 94  # l2-02
551         - 95  # l2-03
552         - 96  # l2-04
553         - 97  # l2-05
554         - 98  # l2-06
555         - 99  # l2-07
556         - 100 # l2-08
557         - 101 # l2-09
558         - 102 # l2-10
559         - 103 # memif-00
560         - 104 # srv6-00
561         - 105 # srv6-01
562         - 106 # vhost-00
563         - 107 # vhost-01
564         - 109 # vhost-02
565
566     vpp-perf-results-3n-skx:
567       csit-vpp-perf-report-coverage-2005-3n-skx:
568         - 45  # crypto-00
569         - 46  # crypto-01
570         - 47  # crypto-02
571         - 83  # crypto-03
572         - 50  # ip4-00
573         - 51  # ip4-01
574         - 52  # ip4-02
575         - 53  # ip4-03
576         - 54  # ip4-04
577         - 55  # ip4-05
578         - 56  # ip4-06
579         - 57  # ip4-07
580         - 58  # ip4-08
581         - 59  # ip4tun-00
582         - 60  # ip4tun-01
583         - 61  # ip4tun-02
584         - 62  # ip6-00
585         - 63  # ip6-01
586         - 64  # ip6tun-00
587         - 65  # l2-00
588         - 66  # l2-01
589         - 67  # l2-02
590         - 68  # l2-03
591         - 69  # l2-04
592         - 84  # l2-05
593         - 71  # l2-06
594         - 72  # l2-07
595         - 73  # l2-08
596         - 85  # l2-09
597         - 75  # l2-10
598         - 76  # memif-00
599         - 77  # srv6-00
600         - 78  # srv6-01
601         - 88  # vhost-00
602         - 89  # vhost-01
603         - 81  # vhost-02
604         - 83  # vhost-03
605
606     vpp-perf-results-2n-skx:
607       csit-vpp-perf-report-coverage-2005-2n-skx:
608         - 28  # ip4-00
609         - 29  # ip4-01
610         - 30  # ip4-02
611         - 31  # ip4-03
612         - 32  # ip4-04
613         - 33  # ip4-05
614         - 34  # ip6-00
615         - 35  # ip6-01
616         - 36  # l2-00
617         - 37  # l2-01
618         - 38  # lb-00
619         - 39  # memif-00
620         - 40  # vhost-00
621         - 41  # vhost-01
622         - 42  # vts-00
623
624     vpp-perf-results-2n-clx:
625       csit-vpp-perf-report-coverage-2005-2n-clx:
626         - 24  # ip4-00
627         - 25  # ip4-01
628         - 26  # ip4-02
629         - 27  # ip4-03
630         - 28  # ip4-04
631         - 29  # ip4-05
632         - 34  # ip6-00
633         - 36  # ip6-01
634         - 31  # l2-00
635         - 41  # l2-01
636         - 39  # lb-00
637         - 37  # memif-00
638         - 32  # vhost-00
639         - 33  # vhost-01
640         - 40  # vts-00
641
642     vpp-perf-results-3n-tsh:
643       csit-vpp-perf-report-iterative-2005-3n-tsh:
644         - 35  # NDRPDR sel env 4
645
646     vpp-perf-results-3n-dnv:
647       csit-vpp-perf-report-coverage-2005-3n-dnv:
648         - 1   # perf-full-3n-dnv-crypto_I
649         - 24  # perf-full-3n-dnv-crypto_II
650         - 5   # perf-full-3n-dnv-ip4_I
651         - 13  # perf-full-3n-dnv-ip4_II
652         - 17  # perf-full-3n-dnv-ip6_I
653         - 18  # perf-full-3n-dnv-ip6_II
654         - 21  # perf-full-3n-dnv-l2_I
655         - 22  # perf-full-3n-dnv-l2_II
656         - 23  # perf-full-3n-dnv-ip4-tunnels_I
657
658     vpp-perf-results-2n-dnv:
659       csit-vpp-perf-report-coverage-2005-2n-dnv:
660         - 1   # perf-full-2n-dnv-ip4_I
661         - 2   # perf-full-2n-dnv-ip4_II
662         - 3   # perf-full-2n-dnv-ip6_I
663         - 4   # perf-full-2n-dnv-ip6_II
664         - 5   # perf-full-2n-dnv-l2_I
665         - 6   # perf-full-2n-dnv-l2_II
666
667     vpp-mrr-results-3n-hsw:
668       csit-vpp-perf-report-iterative-2005-3n-hsw:
669         - 30  # MRR env 4
670
671     vpp-mrr-results-3n-skx:
672       csit-vpp-perf-report-iterative-2005-3n-skx:
673         - 49  # MRR sel env 4
674
675     vpp-mrr-results-2n-skx:
676       csit-vpp-perf-report-iterative-2005-2n-skx:
677         - 99  # MRR sel env 4
678
679     vpp-mrr-results-2n-clx:
680       csit-vpp-perf-report-iterative-2005-2n-clx:
681         - 72  # MRR env 4
682
683     vpp-mrr-results-3n-tsh:
684       csit-vpp-perf-report-iterative-2005-3n-tsh:
685         - 27  # MRR sel env 4
686
687     vpp-mrr-results-3n-dnv:
688       csit-vpp-perf-report-iterative-2005-3n-dnv:
689         - 8   # MRR
690
691     vpp-mrr-results-2n-dnv:
692       csit-vpp-perf-report-iterative-2005-2n-dnv:
693         - 15  # MRR sel
694
695     vpp-device-results-ubuntu:
696       csit-vpp-device-2005-ubuntu1804-1n-skx:
697         - 35
698
699     dpdk-perf-results-3n-hsw:
700       csit-dpdk-perf-report-iterative-2005-3n-hsw:
701         - 25  # NDRPDR iter
702
703     dpdk-perf-results-3n-skx:
704       csit-dpdk-perf-report-iterative-2005-3n-skx:
705         - 28  # NDRPDR iter
706
707     dpdk-perf-results-2n-skx:
708       csit-dpdk-perf-report-iterative-2005-2n-skx:
709         - 20  # NDRPDR iter
710
711     dpdk-perf-results-2n-clx:
712       csit-dpdk-perf-report-iterative-2005-2n-clx:
713         - 21  # NDRPDR iter
714
715     dpdk-perf-results-2n-dnv:
716       csit-dpdk-perf-report-iterative-2005-2n-dnv:
717         - 8   # NDRPDR sel
718
719     dpdk-perf-results-3n-dnv:
720       csit-dpdk-perf-report-iterative-2005-3n-dnv:
721         - 6   # NDRPDR sel
722
723     dpdk-perf-results-3n-tsh:
724       csit-dpdk-perf-report-iterative-2005-3n-tsh:
725         - 5   # NDRPDR sel
726
727 ###########################################################################
728     # Tables (more than one data set)
729
730     # Performance changes
731
732     vpp-performance-changes-3n-hsw-h1:
733       csit-vpp-perf-verify-1908-3n-hsw:
734         - 12  # NDRPDR sel
735         - 13  # NDRPDR sel
736         - 14  # NDRPDR sel
737         - 15  # NDRPDR sel
738         - 16  # NDRPDR sel
739         - 17  # NDRPDR sel
740         - 18  # NDRPDR sel
741         - 19  # NDRPDR sel
742         - 20  # NDRPDR sel
743         - 21  # NDRPDR sel
744     vpp-performance-changes-3n-hsw-ref:
745       csit-vpp-perf-verify-2001-3n-hsw:
746         - 21  # NDRPDR sel
747         - 22  # NDRPDR sel
748         - 23  # NDRPDR sel
749         - 24  # NDRPDR sel
750         - 25  # NDRPDR sel
751         - 29  # NDRPDR sel
752         - 30  # NDRPDR sel
753         - 31  # NDRPDR sel
754         - 32  # NDRPDR sel
755         - 34  # NDRPDR sel
756     vpp-performance-changes-3n-hsw-cmp:
757       csit-vpp-perf-report-iterative-2005-3n-hsw:
758         - 3   # NDRPDR sel
759         - 4   # NDRPDR sel
760         - 5   # NDRPDR sel
761         - 10  # NDRPDR sel
762         - 11  # NDRPDR sel
763         - 12  # NDRPDR sel
764         - 15  # NDRPDR sel
765         - 16  # NDRPDR sel
766         - 18  # NDRPDR sel
767         - 19  # NDRPDR sel
768     vpp-performance-changes-3n-hsw-cmp-2:
769       csit-vpp-perf-report-iterative-2005-3n-hsw:
770         - 20  # NDRPDR sel env 4
771         - 21  # NDRPDR sel env 4
772         - 22  # NDRPDR sel env 4
773         - 23  # NDRPDR sel env 4
774         - 24  # NDRPDR sel env 4
775         - 25  # NDRPDR sel env 4
776         - 26  # NDRPDR sel env 4
777         - 27  # NDRPDR sel env 4
778         - 28  # NDRPDR sel env 4
779         - 29  # NDRPDR sel env 4
780     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
781       csit-vpp-perf-report-iterative-2005-3n-hsw:
782         - 31  # NDRPDR sel 2001.0-4
783         - 32  # NDRPDR sel 2001.0-4
784         - 33  # NDRPDR sel 2001.0-4
785         - 34  # NDRPDR sel 2001.0-4
786         - 35  # NDRPDR sel 2001.0-4
787         - 36  # NDRPDR sel 2001.0-4
788         - 38  # NDRPDR sel 2001.0-4
789
790     vpp-performance-changes-3n-skx-h1:
791       csit-vpp-perf-verify-1908_1-3n-skx:
792         - 26  # NDRPDR sel - new1908.1
793         - 27  # NDRPDR sel - new1908.1
794         - 28  # NDRPDR sel - new1908.1
795         - 29  # NDRPDR sel - new1908.1
796         - 30  # NDRPDR sel - new1908.1
797         - 31  # NDRPDR sel - new1908.1
798         - 33  # NDRPDR sel - new1908.1
799         - 34  # NDRPDR sel - new1908.1
800         - 35  # NDRPDR sel - new1908.1
801         - 36  # NDRPDR sel - new1908.1
802     vpp-performance-changes-3n-skx-ref:
803       csit-vpp-perf-verify-2001-3n-skx:
804         - 69  # NDRPDR sel - new2001.0
805         - 71  # NDRPDR sel - new2001.0
806         - 72  # NDRPDR sel - new2001.0
807         - 76  # NDRPDR sel - new2001.0
808         - 77  # NDRPDR sel - new2001.0
809         - 78  # NDRPDR sel - new2001.0
810         - 80  # NDRPDR sel - new2001.0
811     vpp-performance-changes-3n-skx-cmp:
812       csit-vpp-perf-report-iterative-2005-3n-skx:
813         - 4   # NDRPDR sel
814         - 5   # NDRPDR sel ??? all x710 failed
815         - 33  # NDRPDR sel
816         - 28  # NDRPDR sel
817         - 34  # NDRPDR sel
818         - 36  # NDRPDR sel
819         - 37  # NDRPDR sel
820         - 38  # NDRPDR sel
821         - 39  # NDRPDR sel
822         - 41  # NDRPDR sel
823     vpp-performance-changes-3n-skx-cmp-2:
824       csit-vpp-perf-report-iterative-2005-3n-skx:
825         - 42  # NDRPDR sel env 4
826         - 43  # NDRPDR sel env 4
827         - 44  # NDRPDR sel env 4
828         - 45  # NDRPDR sel env 4
829         - 47  # NDRPDR sel env 4
830         - 55  # NDRPDR sel env 4
831         - 56  # NDRPDR sel env 4
832         - 57  # NDRPDR sel env 4
833     vpp-performance-changes-3n-skx-cmp-2001.0-4:
834       csit-vpp-perf-report-iterative-2005-3n-skx:
835         - 50  # NDRPDR sel 2001.0-4
836         - 51  # NDRPDR sel 2001.0-4
837         - 52  # NDRPDR sel 2001.0-4
838         - 53  # NDRPDR sel 2001.0-4
839         - 54  # NDRPDR sel 2001.0-4
840
841     vpp-performance-changes-2n-skx-h1:
842       csit-vpp-perf-verify-1908_1-2n-skx:
843         - 39  # NDRPDR sel - new1908.1
844         - 40  # NDRPDR sel - new1908.1
845         - 41  # NDRPDR sel - new1908.1
846         - 43  # NDRPDR sel - new1908.1
847         - 44  # NDRPDR sel - new1908.1
848         - 45  # NDRPDR sel - new1908.1
849         - 46  # NDRPDR sel - new1908.1
850         - 47  # NDRPDR sel - new1908.1
851         - 48  # NDRPDR sel - new1908.1
852         - 49  # NDRPDR sel - new1908.1
853     vpp-performance-changes-2n-skx-ref:
854       csit-vpp-perf-verify-2001-2n-skx:
855         - 143  # NDRPDR sel - new2001.0
856         - 146  # NDRPDR sel - new2001.0
857         - 147  # NDRPDR sel - new2001.0
858         - 148  # NDRPDR sel - new2001.0
859         - 149  # NDRPDR sel - new2001.0
860         - 150  # NDRPDR sel - new2001.0
861         - 151  # NDRPDR sel - new2001.0
862         - 152  # NDRPDR sel - new2001.0
863         - 153  # NDRPDR sel - new2001.0
864         - 154  # NDRPDR sel - new2001.0
865     vpp-performance-changes-2n-skx-cmp:
866       csit-vpp-perf-report-iterative-2005-2n-skx:
867         - 43  # NDRPDR sel
868         - 38  # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 65  # NDRPDR sel
871         - 47  # NDRPDR sel
872         - 55  # NDRPDR sel
873         - 67  # NDRPDR sel
874         - 75  # NDRPDR sel
875         - 76  # NDRPDR sel
876         - 73  # NDRPDR sel
877     vpp-performance-changes-2n-skx-cmp-2:
878       csit-vpp-perf-report-iterative-2005-2n-skx:
879         - 88  # NDRPDR sel env 4
880         - 89  # NDRPDR sel env 4
881         - 90  # NDRPDR sel env 4
882         - 91  # NDRPDR sel env 4
883         - 92  # NDRPDR sel env 4
884         - 93  # NDRPDR sel env 4
885         - 94  # NDRPDR sel env 4
886         - 125 # NDRPDR sel env 4
887         - 126 # NDRPDR sel env 4
888         - 127 # NDRPDR sel env 4
889     vpp-performance-changes-2n-skx-cmp-2001.0-4:
890       csit-vpp-perf-report-iterative-2005-2n-skx:
891         - 100 # NDRPDR sel 2001.0-4
892         - 101 # NDRPDR sel 2001.0-4
893         - 102 # NDRPDR sel 2001.0-4
894         - 103 # NDRPDR sel 2001.0-4
895         - 104 # NDRPDR sel 2001.0-4
896         - 105 # NDRPDR sel 2001.0-4
897
898 #    vpp-performance-changes-nfv-2n-skx-ref:
899 #      csit-vpp-perf-verify-2001-2n-skx:
900 #        - 30  # NFV
901 #        - 31  # NFV
902 #    vpp-performance-changes-nfv-2n-skx-cmp:
903 #      csit-vpp-perf-report-iterative-2005-2n-skx:
904 #        - 43  # NDRPDR sel
905 #        - 38  # NDRPDR sel
906 #        - 7   # NDRPDR sel
907 #        - 78  # nf-density-sel
908 #        - 83  # nf-density-sel
909
910     vpp-performance-changes-2n-clx-ref:
911       csit-vpp-perf-verify-2001-2n-clx:
912         - 28  # NDRPDR sel
913         - 29  # NDRPDR sel
914         - 32  # NDRPDR sel
915         - 40  # NDRPDR sel
916         - 43  # NDRPDR sel
917         - 44  # NDRPDR sel
918         - 45  # NDRPDR sel
919         - 47  # NDRPDR sel
920         - 48  # NDRPDR sel
921         - 49  # NDRPDR sel
922     vpp-performance-changes-2n-clx-cmp:
923       csit-vpp-perf-report-iterative-2005-2n-clx:
924         - 7   # NDRPDR sel
925         - 38  # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 32  # NDRPDR sel ???
928         - 33  # NDRPDR sel ???
929         - 39  # NDRPDR sel
930         - 40  # NDRPDR sel
931         - 43  # NDRPDR sel
932         - 50  # NDRPDR sel
933         - 51  # NDRPDR sel
934     vpp-performance-changes-2n-clx-cmp-2:
935       csit-vpp-perf-report-iterative-2005-2n-clx:
936         - 62  # NDRPDR sel env 4
937         - 63  # NDRPDR sel env 4
938         - 64  # NDRPDR sel env 4
939         - 65  # NDRPDR sel env 4
940         - 66  # NDRPDR sel env 4
941         - 68  # NDRPDR sel env 4
942         - 69  # NDRPDR sel env 4
943         - 70  # NDRPDR sel env 4
944         - 103 # NDRPDR sel env 4
945         - 104 # NDRPDR sel env 4
946     vpp-performance-changes-2n-clx-cmp-2001.0-4:
947       csit-vpp-perf-report-iterative-2005-2n-clx:
948         - 73  # NDRPDR sel 2001.0-4
949         - 74  # NDRPDR sel 2001.0-4
950         - 75  # NDRPDR sel 2001.0-4
951         - 76  # NDRPDR sel 2001.0-4
952         - 77  # NDRPDR sel 2001.0-4
953         - 78  # NDRPDR sel 2001.0-4
954         - 79  # NDRPDR sel 2001.0-4
955         - 80  # NDRPDR sel 2001.0-4
956
957     vpp-performance-changes-2n-dnv-h1:
958       csit-vpp-perf-verify-1908-2n-dnv:
959         - 1   # NDRPDR sel
960         - 2   # NDRPDR sel
961         - 3   # NDRPDR sel
962         - 4   # NDRPDR sel
963         - 5   # NDRPDR sel
964         - 6   # NDRPDR sel
965         - 7   # NDRPDR sel
966         - 8   # NDRPDR sel
967         - 9   # NDRPDR sel
968         - 10  # NDRPDR sel
969     vpp-performance-changes-2n-dnv-ref:
970       csit-vpp-perf-verify-2001-2n-dnv:
971         - 4   # NDRPDR sel
972         - 5   # NDRPDR sel
973         - 6   # NDRPDR sel
974         - 7   # NDRPDR sel
975         - 8   # NDRPDR sel
976         - 9   # NDRPDR sel
977         - 10  # NDRPDR sel
978         - 11  # NDRPDR sel
979         - 13  # NDRPDR sel
980         - 16  # NDRPDR sel
981     vpp-performance-changes-2n-dnv-cmp:
982       csit-vpp-perf-report-iterative-2005-2n-dnv:
983         - 3   # NDRPDR sel
984         - 6   # NDRPDR sel
985         - 7   # NDRPDR sel
986         - 8   # NDRPDR sel
987         - 9   # NDRPDR sel
988         - 10  # NDRPDR sel
989         - 11  # NDRPDR sel
990         - 12  # NDRPDR sel
991         - 13  # NDRPDR sel
992         - 14  # NDRPDR sel
993
994     vpp-performance-changes-3n-dnv-h1:
995       csit-vpp-perf-verify-1908-3n-dnv:
996         - 6   # NDRPDR sel
997         - 7   # NDRPDR sel
998         - 8   # NDRPDR sel
999         - 9   # NDRPDR sel
1000         - 10  # NDRPDR sel
1001         - 12  # NDRPDR sel
1002         - 13  # NDRPDR sel
1003         - 14  # NDRPDR sel
1004         - 15  # NDRPDR sel
1005         - 16  # NDRPDR sel
1006     vpp-performance-changes-3n-dnv-ref:
1007       csit-vpp-perf-verify-2001-3n-dnv:
1008         - 5   # NDRPDR sel
1009         - 6   # NDRPDR sel
1010         - 7   # NDRPDR sel
1011         - 8   # NDRPDR sel
1012         - 9   # NDRPDR sel
1013         - 10  # NDRPDR sel
1014         - 12  # NDRPDR sel
1015         - 16  # NDRPDR sel
1016         - 17  # NDRPDR sel
1017         - 18  # NDRPDR sel
1018     vpp-performance-changes-3n-dnv-cmp:
1019       csit-vpp-perf-report-iterative-2005-3n-dnv:
1020         - 2   # NDRPDR sel
1021         - 3   # NDRPDR sel
1022         - 4   # NDRPDR sel
1023         - 5   # NDRPDR sel
1024         - 6   # NDRPDR sel
1025         - 7   # NDRPDR sel
1026         - 9   # NDRPDR sel
1027         - 10  # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030
1031     vpp-performance-changes-3n-tsh-h1:
1032       csit-vpp-perf-verify-1908-3n-tsh:
1033         - 7   # NDRPDR sel
1034         - 8   # NDRPDR sel
1035         - 9   # NDRPDR sel
1036         - 10  # NDRPDR sel
1037         - 11  # NDRPDR sel
1038         - 12  # NDRPDR sel
1039         - 13  # NDRPDR sel
1040         - 14  # NDRPDR sel
1041         - 15  # NDRPDR sel
1042         - 16  # NDRPDR sel
1043     vpp-performance-changes-3n-tsh-ref:
1044       csit-vpp-perf-verify-2001-3n-tsh:
1045         - 3   # NDRPDR sel
1046         - 4   # NDRPDR sel
1047         - 7   # NDRPDR sel
1048         - 8   # NDRPDR sel
1049         - 10  # NDRPDR sel
1050         - 12  # NDRPDR sel
1051         - 13  # NDRPDR sel
1052         - 14  # NDRPDR sel
1053         - 15  # NDRPDR sel
1054         - 21  # NDRPDR sel
1055     vpp-performance-changes-3n-tsh-cmp:
1056       csit-vpp-perf-report-iterative-2005-3n-tsh:
1057         - 9   # NDRPDR sel
1058         - 11  # NDRPDR sel
1059         - 12  # NDRPDR sel
1060         - 20  # NDRPDR sel
1061         - 14  # NDRPDR sel
1062         - 21  # NDRPDR sel
1063     vpp-performance-changes-3n-tsh-cmp-2:
1064       csit-vpp-perf-report-iterative-2005-3n-tsh:
1065         - 23  # NDRPDR sel env 4
1066         - 25  # NDRPDR sel env 4
1067         - 33  # NDRPDR sel env 4
1068         - 34  # NDRPDR sel env 4
1069         - 35  # NDRPDR sel env 4
1070         - 36  # NDRPDR sel env 4
1071         - 37  # NDRPDR sel env 4
1072         - 38  # NDRPDR sel env 4
1073         - 39  # NDRPDR sel env 4
1074         - 40  # NDRPDR sel env 4
1075     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1076       csit-vpp-perf-report-iterative-2005-3n-tsh:
1077         - 28  # NDRPDR sel 2001.0-4
1078         - 29  # NDRPDR sel 2001.0-4
1079         - 31  # NDRPDR sel 2001.0-4
1080
1081     vpp-soak-vs-ndr-2n-skx-ref:
1082       csit-vpp-perf-report-iterative-2005-2n-skx:
1083         - 88  # NDRPDR sel env 4
1084         - 89  # NDRPDR sel env 4
1085         - 90  # NDRPDR sel env 4
1086         - 91  # NDRPDR sel env 4
1087         - 92  # NDRPDR sel env 4
1088         - 93  # NDRPDR sel env 4
1089         - 94  # NDRPDR sel env 4
1090         - 125 # NDRPDR sel env 4
1091         - 126 # NDRPDR sel env 4
1092         - 127 # NDRPDR sel env 4
1093     vpp-soak-vs-ndr-2n-skx-cmp:
1094       csit-vpp-perf-report-iterative-2005-2n-skx:
1095         - 122 # Soak
1096         - 123 # Soak
1097     vpp-soak-vs-ndr-2n-skx:
1098       csit-vpp-perf-report-iterative-2005-2n-skx:
1099         - 88  # NDRPDR sel env 4
1100         - 89  # NDRPDR sel env 4
1101         - 90  # NDRPDR sel env 4
1102         - 91  # NDRPDR sel env 4
1103         - 92  # NDRPDR sel env 4
1104         - 93  # NDRPDR sel env 4
1105         - 94  # NDRPDR sel env 4
1106         - 125 # NDRPDR sel env 4
1107         - 126 # NDRPDR sel env 4
1108         - 127 # NDRPDR sel env 4
1109         - 122 # Soak
1110         - 123 # Soak
1111
1112     vpp-soak-vs-ndr-2n-clx-ref:
1113       csit-vpp-perf-report-iterative-2005-2n-clx:
1114         - 62  # NDRPDR sel env 4
1115         - 63  # NDRPDR sel env 4
1116         - 64  # NDRPDR sel env 4
1117         - 65  # NDRPDR sel env 4
1118         - 66  # NDRPDR sel env 4
1119         - 68  # NDRPDR sel env 4
1120         - 69  # NDRPDR sel env 4
1121         - 70  # NDRPDR sel env 4
1122         - 103 # NDRPDR sel env 4
1123         - 104 # NDRPDR sel env 4
1124     vpp-soak-vs-ndr-2n-clx-cmp:
1125       csit-vpp-perf-report-iterative-2005-2n-clx:
1126         - 101 # Soak
1127         - 102 # Soak
1128     vpp-soak-vs-ndr-2n-clx:
1129       csit-vpp-perf-report-iterative-2005-2n-clx:
1130         - 62  # NDRPDR sel env 4
1131         - 63  # NDRPDR sel env 4
1132         - 64  # NDRPDR sel env 4
1133         - 65  # NDRPDR sel env 4
1134         - 66  # NDRPDR sel env 4
1135         - 68  # NDRPDR sel env 4
1136         - 69  # NDRPDR sel env 4
1137         - 70  # NDRPDR sel env 4
1138         - 103 # NDRPDR sel env 4
1139         - 104 # NDRPDR sel env 4
1140         - 101 # Soak
1141         - 102 # Soak
1142
1143     vpp-performance-changes-3n-hsw-mrr-h1:
1144       csit-vpp-perf-verify-1908-3n-hsw:
1145         - 39  # MRR sel
1146     vpp-performance-changes-3n-hsw-mrr-ref:
1147       csit-vpp-perf-verify-2001-3n-hsw:
1148         - 17  # MRR sel
1149     vpp-performance-changes-3n-hsw-mrr-cmp:
1150       csit-vpp-perf-report-iterative-2005-3n-hsw:
1151         - 13  # MRR
1152     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1153       csit-vpp-perf-report-iterative-2005-3n-hsw:
1154         - 30  # MRR env 4
1155
1156 #    vpp-performance-changes-3n-skx-mrr-h1:
1157 #      csit-vpp-perf-verify-1908-3n-skx:
1158 #        - 36  # MRR sel
1159     vpp-performance-changes-3n-skx-mrr-ref:
1160       csit-vpp-perf-verify-2001-3n-skx:
1161         - 50  # MRR sel
1162         - 53  # MRR sel addition
1163     vpp-performance-changes-3n-skx-mrr-cmp:
1164       csit-vpp-perf-report-iterative-2005-3n-skx:
1165         - 6   # MRR sel
1166     vpp-performance-changes-3n-skx-mrr-cmp-2:
1167       csit-vpp-perf-report-iterative-2005-3n-skx:
1168         - 49  # MRR sel env 4
1169
1170 #    vpp-performance-changes-2n-skx-mrr-h1:
1171 #      csit-vpp-perf-verify-1908-2n-skx:
1172 #        - 69  # MRR sel
1173     vpp-performance-changes-2n-skx-mrr-ref:
1174       csit-vpp-perf-verify-2001-2n-skx:
1175         - 101 # MRR sel
1176         - 128 # MRR sel addition
1177     vpp-performance-changes-2n-skx-mrr-cmp:
1178       csit-vpp-perf-report-iterative-2005-2n-skx:
1179         - 42  # MRR sel
1180     vpp-performance-changes-2n-skx-mrr-cmp-2:
1181       csit-vpp-perf-report-iterative-2005-2n-skx:
1182         - 99  # MRR sel env 4
1183
1184     vpp-performance-changes-2n-clx-mrr-ref:
1185       csit-vpp-perf-verify-2001-2n-clx:
1186         - 39  # MRR
1187     vpp-performance-changes-2n-clx-mrr-cmp:
1188       csit-vpp-perf-report-iterative-2005-2n-clx:
1189         - 12   # MRR
1190     vpp-performance-changes-2n-clx-mrr-cmp-2:
1191       csit-vpp-perf-report-iterative-2005-2n-clx:
1192         - 72   # MRR sel env 4
1193
1194 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1195 #      csit-vpp-perf-verify-1908-2n-skx:
1196 #        - 71  # NFV MRR
1197 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1198 #      # csit-vpp-perf-verify-2001-2n-skx:
1199 #      csit-vpp-perf-verify-1908-2n-skx:
1200 #        - 71  # NFV MRR
1201
1202     vpp-performance-changes-2n-dnv-mrr-h1:
1203       csit-vpp-perf-verify-1908-2n-dnv:
1204         - 11  # MRR sel
1205     vpp-performance-changes-2n-dnv-mrr-ref:
1206       csit-vpp-perf-verify-2001-2n-dnv:
1207         - 12  # MRR sel
1208     vpp-performance-changes-2n-dnv-mrr-cmp:
1209       csit-vpp-perf-report-iterative-2005-2n-dnv:
1210         - 15  # MRR sel
1211
1212     vpp-performance-changes-3n-dnv-mrr-h1:
1213       csit-vpp-perf-verify-1908-3n-dnv:
1214         - 17  # MRR sel
1215     vpp-performance-changes-3n-dnv-mrr-ref:
1216       csit-vpp-perf-verify-2001-3n-dnv:
1217         - 11  # MRR sel
1218     vpp-performance-changes-3n-dnv-mrr-cmp:
1219       csit-vpp-perf-report-iterative-2005-3n-dnv:
1220         - 8   # MRR
1221
1222     vpp-performance-changes-3n-tsh-mrr-h1:
1223       csit-vpp-perf-verify-1908-3n-tsh:
1224         - 17  # MRR sel
1225     vpp-performance-changes-3n-tsh-mrr-ref:
1226       csit-vpp-perf-verify-2001-3n-tsh:
1227         - 9   # MRR sel
1228     vpp-performance-changes-3n-tsh-mrr-cmp:
1229       csit-vpp-perf-report-iterative-2005-3n-tsh:
1230         - 10  # MRR sel
1231     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1232       csit-vpp-perf-report-iterative-2005-3n-tsh:
1233         - 27  # MRR sel env 4
1234
1235     dpdk-performance-changes-3n-hsw-h1:
1236       csit-dpdk-perf-verify-1908-3n-hsw:
1237         - 2   # NDRPDR sel
1238         - 3   # NDRPDR sel
1239         - 4   # NDRPDR sel
1240         - 5   # NDRPDR sel
1241         - 6   # NDRPDR sel
1242         - 7   # NDRPDR sel
1243         - 8   # NDRPDR sel
1244         - 9   # NDRPDR sel
1245         - 10  # NDRPDR sel
1246         - 11  # NDRPDR sel
1247     dpdk-performance-changes-3n-hsw-ref:
1248       csit-dpdk-perf-verify-2001-3n-hsw:
1249         - 4   # NDRPDR sel
1250         - 5   # NDRPDR sel
1251         - 6   # NDRPDR sel
1252         - 7   # NDRPDR sel
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256         - 11  # NDRPDR sel
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 15  # NDRPDR sel
1260         - 16  # NDRPDR sel
1261         - 17  # NDRPDR sel
1262         - 18  # NDRPDR sel
1263         - 19  # NDRPDR sel
1264         - 20  # NDRPDR sel
1265         - 21  # NDRPDR sel
1266         - 22  # NDRPDR sel
1267         - 23  # NDRPDR sel
1268         - 24  # NDRPDR sel
1269     dpdk-performance-changes-3n-hsw-cmp:
1270       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1271         - 25  # NDRPDR iter
1272         - 26  # NDRPDR iter
1273         - 27  # NDRPDR iter
1274         - 28  # NDRPDR iter
1275         - 29  # NDRPDR iter
1276         - 30  # NDRPDR iter
1277         - 31  # NDRPDR iter
1278         - 32  # NDRPDR iter
1279         - 33  # NDRPDR iter
1280         - 34  # NDRPDR iter
1281
1282     dpdk-performance-changes-3n-skx-h1:
1283       csit-dpdk-perf-verify-1908-3n-skx:
1284         - 3   # NDRPDR sel
1285         - 4   # NDRPDR sel
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 8   # NDRPDR sel
1290         - 9   # NDRPDR sel
1291         - 10  # NDRPDR sel
1292         - 11  # NDRPDR sel
1293         - 12  # NDRPDR sel
1294     dpdk-performance-changes-3n-skx-ref:
1295       csit-dpdk-perf-verify-2001-3n-skx:
1296         - 29  # NDRPDR sel xxv710
1297         - 33  # NDRPDR sel xxv710
1298         - 34  # NDRPDR sel xxv710
1299         - 35  # NDRPDR sel xxv710
1300         - 36  # NDRPDR sel xxv710
1301         - 37  # NDRPDR sel xxv710
1302         - 41  # NDRPDR sel xxv710
1303         - 42  # NDRPDR sel xxv710
1304         - 43  # NDRPDR sel xxv710
1305         - 45  # NDRPDR sel xxv710
1306         - 30  # NDRPDR sel x710
1307         - 31  # NDRPDR sel x710
1308         - 32  # NDRPDR sel x710
1309         - 38  # NDRPDR sel x710
1310         - 39  # NDRPDR sel x710
1311         - 40  # NDRPDR sel x710
1312         - 44  # NDRPDR sel x710
1313         - 46  # NDRPDR sel x710
1314         - 47  # NDRPDR sel x710
1315         - 48  # NDRPDR sel x710
1316     dpdk-performance-changes-3n-skx-cmp:
1317       csit-dpdk-perf-report-iterative-2005-3n-skx:
1318         - 28  # NDRPDR iter
1319         - 29  # NDRPDR iter
1320         - 30  # NDRPDR iter
1321         - 31  # NDRPDR iter
1322         - 32  # NDRPDR iter
1323         - 33  # NDRPDR iter
1324         - 34  # NDRPDR iter
1325         - 35  # NDRPDR iter
1326         - 36  # NDRPDR iter
1327         - 37  # NDRPDR iter
1328
1329     dpdk-performance-changes-2n-skx-h1:
1330       csit-dpdk-perf-verify-1908-2n-skx:
1331         - 2   # NDRPDR sel
1332         - 3   # NDRPDR sel
1333         - 4   # NDRPDR sel
1334         - 5   # NDRPDR sel
1335         - 7   # NDRPDR sel
1336         - 8   # NDRPDR sel
1337         - 9   # NDRPDR sel
1338         - 10  # NDRPDR sel
1339         - 11  # NDRPDR sel
1340         - 12  # NDRPDR sel
1341     dpdk-performance-changes-2n-skx-ref:
1342       csit-dpdk-perf-verify-2001-2n-skx:
1343         - 35  # NDRPDR sel xxv710
1344         - 36  # NDRPDR sel xxv710
1345         - 37  # NDRPDR sel xxv710
1346         - 41  # NDRPDR sel xxv710
1347         - 42  # NDRPDR sel xxv710
1348         - 43  # NDRPDR sel xxv710
1349         - 46  # NDRPDR sel xxv710
1350         - 47  # NDRPDR sel xxv710
1351         - 52  # NDRPDR sel xxv710
1352         - 53  # NDRPDR sel xxv710
1353         - 38  # NDRPDR sel x710
1354         - 39  # NDRPDR sel x710
1355         - 40  # NDRPDR sel x710
1356         - 44  # NDRPDR sel x710
1357         - 45  # NDRPDR sel x710
1358         - 48  # NDRPDR sel x710
1359         - 49  # NDRPDR sel x710
1360         - 50  # NDRPDR sel x710
1361         - 51  # NDRPDR sel x710
1362         - 54  # NDRPDR sel x710
1363     dpdk-performance-changes-2n-skx-cmp:
1364       csit-dpdk-perf-report-iterative-2005-2n-skx:
1365         - 20  # NDRPDR iter
1366         - 21  # NDRPDR iter
1367         - 22  # NDRPDR iter
1368         - 23  # NDRPDR iter
1369         - 24  # NDRPDR iter
1370         - 25  # NDRPDR iter
1371         - 26  # NDRPDR iter
1372         - 27  # NDRPDR iter
1373         - 28  # NDRPDR iter
1374         - 29  # NDRPDR iter
1375
1376     dpdk-performance-changes-2n-clx-ref:
1377       csit-dpdk-perf-verify-2001-2n-clx:
1378         - 15  # NDRPDR sel
1379         - 16  # NDRPDR sel
1380         - 17  # NDRPDR sel
1381         - 18  # NDRPDR sel
1382         - 19  # NDRPDR sel
1383         - 20  # NDRPDR sel
1384         - 21  # NDRPDR sel
1385         - 22  # NDRPDR sel
1386         - 23  # NDRPDR sel
1387         - 24  # NDRPDR sel
1388         - 25  # NDRPDR sel
1389         - 26  # NDRPDR sel
1390         - 27  # NDRPDR sel
1391         - 28  # NDRPDR sel
1392         - 29  # NDRPDR sel
1393         - 30  # NDRPDR sel
1394         - 31  # NDRPDR sel
1395         - 32  # NDRPDR sel
1396         - 33  # NDRPDR sel
1397         - 34  # NDRPDR sel
1398     dpdk-performance-changes-2n-clx-cmp:
1399       csit-dpdk-perf-report-iterative-2005-2n-clx:
1400         - 20  # NDRPDR iter
1401         - 21  # NDRPDR iter
1402         - 22  # NDRPDR iter
1403         - 23  # NDRPDR iter
1404         - 24  # NDRPDR iter
1405         - 25  # NDRPDR iter
1406         - 26  # NDRPDR iter
1407         - 27  # NDRPDR iter
1408         - 28  # NDRPDR iter
1409         - 29  # NDRPDR iter
1410
1411     dpdk-performance-changes-2n-dnv-ref:
1412       csit-dpdk-perf-verify-2001-2n-dnv:
1413         - 9   # NDRPDR sel
1414         - 10  # NDRPDR sel
1415         - 11  # NDRPDR sel
1416         - 12  # NDRPDR sel
1417         - 13  # NDRPDR sel
1418         - 14  # NDRPDR sel
1419         - 15  # NDRPDR sel
1420         - 16  # NDRPDR sel
1421         - 17  # NDRPDR sel
1422         - 18  # NDRPDR sel
1423     dpdk-performance-changes-2n-dnv-cmp:
1424       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1425         - 8   # NDRPDR sel
1426         - 9   # NDRPDR sel
1427         - 10  # NDRPDR sel
1428         - 11  # NDRPDR sel
1429         - 12  # NDRPDR sel
1430         - 13  # NDRPDR sel
1431         - 14  # NDRPDR sel
1432         - 15  # NDRPDR sel
1433         - 16  # NDRPDR sel
1434         - 17  # NDRPDR sel
1435
1436     dpdk-performance-changes-3n-dnv-ref:
1437       csit-dpdk-perf-verify-2001-3n-dnv:
1438         - 12  # NDRPDR sel
1439         - 13  # NDRPDR sel
1440         - 14  # NDRPDR sel
1441         - 15  # NDRPDR sel
1442         - 16  # NDRPDR sel
1443         - 17  # NDRPDR sel
1444         - 18  # NDRPDR sel
1445         - 19  # NDRPDR sel
1446         - 20  # NDRPDR sel
1447         - 22  # NDRPDR sel
1448     dpdk-performance-changes-3n-dnv-cmp:
1449       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1450         - 6   # NDRPDR sel
1451         - 7   # NDRPDR sel
1452         - 8   # NDRPDR sel
1453         - 9   # NDRPDR sel
1454         - 10  # NDRPDR sel
1455         - 11  # NDRPDR sel
1456         - 12  # NDRPDR sel
1457         - 13  # NDRPDR sel
1458         - 14  # NDRPDR sel
1459         - 16  # NDRPDR sel
1460
1461     dpdk-performance-changes-3n-tsh-ref:
1462       csit-dpdk-perf-verify-2001-3n-tsh:
1463         - 3   # NDRPDR sel
1464         - 4   # NDRPDR sel
1465         - 5   # NDRPDR sel
1466         - 9   # NDRPDR sel
1467         - 10  # NDRPDR sel
1468         - 11  # NDRPDR sel
1469         - 12  # NDRPDR sel
1470         - 14  # NDRPDR sel
1471         - 15  # NDRPDR sel
1472         - 18  # NDRPDR sel
1473     dpdk-performance-changes-3n-tsh-cmp:
1474       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1475         - 5   # NDRPDR sel
1476
1477     # Compare testbeds
1478
1479     vpp-compare-testbeds-ref:
1480       csit-vpp-perf-report-iterative-2005-3n-hsw:
1481         - 20  # NDRPDR sel env 4
1482         - 21  # NDRPDR sel env 4
1483         - 22  # NDRPDR sel env 4
1484         - 23  # NDRPDR sel env 4
1485         - 24  # NDRPDR sel env 4
1486         - 25  # NDRPDR sel env 4
1487         - 26  # NDRPDR sel env 4
1488         - 27  # NDRPDR sel env 4
1489         - 28  # NDRPDR sel env 4
1490         - 29  # NDRPDR sel env 4
1491     vpp-compare-testbeds-cmp:
1492       csit-vpp-perf-report-iterative-2005-3n-skx:
1493         - 42  # NDRPDR sel env 4
1494         - 43  # NDRPDR sel env 4
1495         - 44  # NDRPDR sel env 4
1496         - 45  # NDRPDR sel env 4
1497         - 47  # NDRPDR sel env 4
1498         - 55  # NDRPDR sel env 4
1499         - 56  # NDRPDR sel env 4
1500         - 57  # NDRPDR sel env 4
1501
1502     vpp-compare-testbeds-skx-clx-ref:
1503       csit-vpp-perf-report-iterative-2005-2n-skx:
1504         - 88  # NDRPDR sel env 4
1505         - 89  # NDRPDR sel env 4
1506         - 90  # NDRPDR sel env 4
1507         - 91  # NDRPDR sel env 4
1508         - 92  # NDRPDR sel env 4
1509         - 93  # NDRPDR sel env 4
1510         - 94  # NDRPDR sel env 4
1511         - 125 # NDRPDR sel env 4
1512         - 126 # NDRPDR sel env 4
1513         - 127 # NDRPDR sel env 4
1514     vpp-compare-testbeds-skx-clx-cmp:
1515       csit-vpp-perf-report-iterative-2005-2n-clx:
1516         - 62  # NDRPDR sel env 4
1517         - 63  # NDRPDR sel env 4
1518         - 64  # NDRPDR sel env 4
1519         - 65  # NDRPDR sel env 4
1520         - 66  # NDRPDR sel env 4
1521         - 68  # NDRPDR sel env 4
1522         - 69  # NDRPDR sel env 4
1523         - 70  # NDRPDR sel env 4
1524         - 103 # NDRPDR sel env 4
1525         - 104 # NDRPDR sel env 4
1526
1527     vpp-compare-testbeds-hsw-clx-ref:
1528       csit-vpp-perf-report-iterative-2005-3n-hsw:
1529         - 20  # NDRPDR sel env 4
1530         - 21  # NDRPDR sel env 4
1531         - 22  # NDRPDR sel env 4
1532         - 23  # NDRPDR sel env 4
1533         - 24  # NDRPDR sel env 4
1534         - 25  # NDRPDR sel env 4
1535         - 26  # NDRPDR sel env 4
1536         - 27  # NDRPDR sel env 4
1537         - 28  # NDRPDR sel env 4
1538         - 29  # NDRPDR sel env 4
1539     vpp-compare-testbeds-hsw-clx-cmp:
1540       csit-vpp-perf-report-iterative-2005-2n-clx:
1541         - 62  # NDRPDR sel env 4
1542         - 63  # NDRPDR sel env 4
1543         - 64  # NDRPDR sel env 4
1544         - 65  # NDRPDR sel env 4
1545         - 66  # NDRPDR sel env 4
1546         - 68  # NDRPDR sel env 4
1547         - 69  # NDRPDR sel env 4
1548         - 70  # NDRPDR sel env 4
1549         - 103 # NDRPDR sel env 4
1550         - 104 # NDRPDR sel env 4
1551
1552     vpp-compare-testbeds-mrr-ref:
1553       csit-vpp-perf-report-iterative-2005-3n-hsw:
1554         - 30  # MRR env 4
1555     vpp-compare-testbeds-mrr-cmp:
1556       csit-vpp-perf-report-iterative-2005-3n-skx:
1557         - 49  # MRR sel env 4
1558
1559     vpp-compare-testbeds-mrr-skx-clx-ref:
1560       csit-vpp-perf-report-iterative-2005-2n-skx:
1561         - 99  # MRR sel env 4
1562     vpp-compare-testbeds-mrr-skx-clx-cmp:
1563       csit-vpp-perf-report-iterative-2005-2n-clx:
1564         - 72  # MRR env 4
1565
1566     vpp-compare-testbeds-mrr-hsw-clx-ref:
1567       csit-vpp-perf-report-iterative-2005-3n-hsw:
1568         - 30  # MRR env 4
1569     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1570       csit-vpp-perf-report-iterative-2005-2n-clx:
1571         - 72  # MRR env 4
1572
1573     dpdk-compare-testbeds-ref:
1574       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1575         - 25  # NDRPDR iter
1576         - 26  # NDRPDR iter
1577         - 27  # NDRPDR iter
1578         - 28  # NDRPDR iter
1579         - 29  # NDRPDR iter
1580         - 30  # NDRPDR iter
1581         - 31  # NDRPDR iter
1582         - 32  # NDRPDR iter
1583         - 33  # NDRPDR iter
1584         - 34  # NDRPDR iter
1585     dpdk-compare-testbeds-cmp:
1586       csit-dpdk-perf-report-iterative-2005-3n-skx:
1587         - 28  # NDRPDR iter
1588         - 29  # NDRPDR iter
1589         - 30  # NDRPDR iter
1590         - 31  # NDRPDR iter
1591         - 32  # NDRPDR iter
1592         - 33  # NDRPDR iter
1593         - 34  # NDRPDR iter
1594         - 35  # NDRPDR iter
1595         - 36  # NDRPDR iter
1596         - 37  # NDRPDR iter
1597
1598     dpdk-compare-testbeds-skx-clx-ref:
1599       csit-dpdk-perf-report-iterative-2005-2n-skx:
1600         - 20  # NDRPDR iter
1601         - 21  # NDRPDR iter
1602         - 22  # NDRPDR iter
1603         - 23  # NDRPDR iter
1604         - 24  # NDRPDR iter
1605         - 25  # NDRPDR iter
1606         - 26  # NDRPDR iter
1607         - 27  # NDRPDR iter
1608         - 28  # NDRPDR iter
1609         - 29  # NDRPDR iter
1610     dpdk-compare-testbeds-skx-clx-cmp:
1611       csit-dpdk-perf-report-iterative-2005-2n-clx:
1612         - 20  # NDRPDR iter
1613         - 21  # NDRPDR iter
1614         - 22  # NDRPDR iter
1615         - 23  # NDRPDR iter
1616         - 24  # NDRPDR iter
1617         - 25  # NDRPDR iter
1618         - 26  # NDRPDR iter
1619         - 27  # NDRPDR iter
1620         - 28  # NDRPDR iter
1621         - 29  # NDRPDR iter
1622
1623     # Compare topologies
1624
1625     vpp-compare-topologies-ref:
1626       csit-vpp-perf-report-iterative-2005-3n-skx:
1627         - 42  # NDRPDR sel env 4
1628         - 43  # NDRPDR sel env 4
1629         - 44  # NDRPDR sel env 4
1630         - 45  # NDRPDR sel env 4
1631         - 47  # NDRPDR sel env 4
1632         - 55  # NDRPDR sel env 4
1633         - 56  # NDRPDR sel env 4
1634         - 57  # NDRPDR sel env 4
1635     vpp-compare-topologies-cmp:
1636       csit-vpp-perf-report-iterative-2005-2n-skx:
1637         - 88  # NDRPDR sel env 4
1638         - 89  # NDRPDR sel env 4
1639         - 90  # NDRPDR sel env 4
1640         - 91  # NDRPDR sel env 4
1641         - 92  # NDRPDR sel env 4
1642         - 93  # NDRPDR sel env 4
1643         - 94  # NDRPDR sel env 4
1644         - 125 # NDRPDR sel env 4
1645         - 126 # NDRPDR sel env 4
1646         - 127 # NDRPDR sel env 4
1647
1648     vpp-compare-topologies-mrr-ref:
1649       csit-vpp-perf-report-iterative-2005-3n-skx:
1650         - 49  # MRR sel env 4
1651     vpp-compare-topologies-mrr-cmp:
1652       csit-vpp-perf-report-iterative-2005-2n-skx:
1653         - 99  # MRR sel env 4
1654
1655     dpdk-compare-topologies-ref:
1656       csit-dpdk-perf-report-iterative-2005-3n-skx:
1657         - 28  # NDRPDR iter
1658         - 29  # NDRPDR iter
1659         - 30  # NDRPDR iter
1660         - 31  # NDRPDR iter
1661         - 32  # NDRPDR iter
1662         - 33  # NDRPDR iter
1663         - 34  # NDRPDR iter
1664         - 35  # NDRPDR iter
1665         - 36  # NDRPDR iter
1666         - 37  # NDRPDR iter
1667     dpdk-compare-topologies-cmp:
1668       csit-dpdk-perf-report-iterative-2005-2n-skx:
1669         - 20  # NDRPDR iter
1670         - 21  # NDRPDR iter
1671         - 22  # NDRPDR iter
1672         - 23  # NDRPDR iter
1673         - 24  # NDRPDR iter
1674         - 25  # NDRPDR iter
1675         - 26  # NDRPDR iter
1676         - 27  # NDRPDR iter
1677         - 28  # NDRPDR iter
1678         - 29  # NDRPDR iter
1679
1680   plot-layouts:
1681
1682     plot-soak-throughput:
1683       titlefont:
1684         size: 18
1685       xaxis:
1686         title: "<b>Test Cases [Index]</b>"
1687         titlefont:
1688           size: 16
1689         autorange: True
1690         fixedrange: False
1691         gridcolor: "rgb(230, 230, 230)"
1692         linecolor: "rgb(220, 220, 220)"
1693         linewidth: 1
1694         showgrid: True
1695         showline: True
1696         showticklabels: True
1697         tickcolor: "rgb(220, 220, 220)"
1698         tickmode: "linear"
1699         tickfont:
1700           size: 16
1701         zeroline: False
1702       yaxis:
1703         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1704         titlefont:
1705           size: 16
1706         gridcolor: "rgb(230, 230, 230)"
1707         hoverformat: ".4r"
1708         tickformat: ".3r"
1709         linecolor: "rgb(220, 220, 220)"
1710         linewidth: 1
1711         showgrid: True
1712         showline: True
1713         showticklabels: True
1714         tickcolor: "rgb(220, 220, 220)"
1715         tickfont:
1716           size: 16
1717         zeroline: False
1718         range: [0,50]
1719       autosize: False
1720       margin:
1721         t: 50
1722         b: 0
1723         l: 80
1724         r: 20
1725       showlegend: True
1726       legend:
1727         orientation: "h"
1728         font:
1729           size: 16
1730       width: 700
1731       height: 900
1732       paper_bgcolor: "#fff"
1733       plot_bgcolor: "#fff"
1734       hoverlabel:
1735         namelength: -1
1736
1737     plot-service-density:
1738       titlefont:
1739         size: 18
1740       xaxis:
1741         side: "top"
1742         autorange: True
1743         fixedrange: False
1744         showgrid: False
1745         showline: False
1746         showticklabels: False
1747         ticks: ""
1748         ticklen: 0
1749         tickwidth: 0
1750         zeroline: False
1751       yaxis:
1752         autorange: "reversed"
1753         showgrid: False
1754         showline: False
1755         showticklabels: False
1756         ticks: ""
1757         ticklen: 0
1758         tickwidth: 0
1759         zeroline: False
1760       showlegend: False
1761       paper_bgcolor: "#fff"
1762       plot_bgcolor: "#fff"
1763       width: 700
1764       height: 700
1765       hoverlabel:
1766         namelength: -1
1767
1768     plot-hoststack:
1769       titlefont:
1770         size: 16
1771       xaxis:
1772         title: "<b>Test Cases [Index]</b>"
1773         titlefont:
1774           size: 14
1775         autorange: True
1776         fixedrange: False
1777         gridcolor: "rgb(230, 230, 230)"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickmode: "linear"
1785         tickfont:
1786           size: 14
1787         zeroline: False
1788       yaxis:
1789         title: "<b>Bandwidth [Gbps]</b>"
1790         titlefont:
1791           size: 14
1792         gridcolor: "rgb(230, 230, 230)"
1793         hoverformat: ".4s"
1794         linecolor: "rgb(220, 220, 220)"
1795         linewidth: 1
1796         rangemode: "tozero"
1797         showgrid: True
1798         showline: True
1799         showticklabels: True
1800         tickcolor: "rgb(230, 230, 230)"
1801         tickformat: ".3s"
1802         tickfont:
1803           size: 14
1804         zeroline: False
1805       boxmode: "group"
1806       boxgroupgap: 0.5
1807       autosize: False
1808       margin:
1809         t: 50
1810         b: 20
1811         l: 80
1812         r: 20
1813       showlegend: True
1814       legend:
1815         orientation: "h"
1816         font:
1817           size: 14
1818       width: 700
1819       height: 800
1820       paper_bgcolor: "#fff"
1821       plot_bgcolor: "#fff"
1822       hoverlabel:
1823         namelength: -1
1824
1825     plot-throughput:
1826       titlefont:
1827         size: 18
1828       xaxis:
1829         title: "<b>Test Cases [Index]</b>"
1830         titlefont:
1831           size: 16
1832         autorange: True
1833         fixedrange: False
1834         gridcolor: "rgb(230, 230, 230)"
1835         linecolor: "rgb(220, 220, 220)"
1836         linewidth: 1
1837         showgrid: True
1838         showline: True
1839         showticklabels: True
1840         tickcolor: "rgb(220, 220, 220)"
1841         tickmode: "linear"
1842         tickfont:
1843           size: 16
1844         zeroline: False
1845       yaxis:
1846         title: "<b>Packet Throughput [Mpps]</b>"
1847         titlefont:
1848           size: 16
1849         gridcolor: "rgb(230, 230, 230)"
1850         hoverformat: ".4r"
1851         tickformat: ".3r"
1852         linecolor: "rgb(220, 220, 220)"
1853         linewidth: 1
1854         showgrid: True
1855         showline: True
1856         showticklabels: True
1857         tickcolor: "rgb(220, 220, 220)"
1858         tickfont:
1859           size: 16
1860         zeroline: False
1861         range: [0,50]
1862       autosize: False
1863       margin:
1864         t: 50
1865         b: 0
1866         l: 80
1867         r: 20
1868       showlegend: True
1869       legend:
1870         orientation: "h"
1871         font:
1872           size: 16
1873       width: 700
1874       height: 900
1875       paper_bgcolor: "#fff"
1876       plot_bgcolor: "#fff"
1877       hoverlabel:
1878         namelength: -1
1879
1880     plot-throughput-speedup-analysis:
1881       titlefont:
1882         size: 18
1883       xaxis:
1884         title: "<b>Number of Cores [Qty]</b>"
1885         titlefont:
1886           size: 16
1887         autorange: True
1888         fixedrange: False
1889         gridcolor: "rgb(230, 230, 230)"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: True
1895         tickcolor: "rgb(238, 238, 238)"
1896         tickmode: "linear"
1897         tickfont:
1898           size: 16
1899         zeroline: False
1900       yaxis:
1901         title: "<b>Packet Throughput [Mpps]</b>"
1902         titlefont:
1903           size: 16
1904         type: "linear"
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4s"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickformat: ".4s"
1914         tickfont:
1915           size: 16
1916         zeroline: True
1917         rangemode: "tozero"
1918         range: [0,100]
1919       legend:
1920         orientation: "h"
1921         font:
1922           size: 16
1923         xanchor: "left"
1924         yanchor: "top"
1925         x: 0
1926         y: -0.2
1927         bgcolor: "rgba(255, 255, 255, 0)"
1928         bordercolor: "rgba(255, 255, 255, 0)"
1929         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1930       autosize: False
1931       margin:
1932           't': 50
1933           'b': 150
1934           'l': 85
1935           'r': 10
1936       showlegend: True
1937       width: 700
1938       height: 700
1939       paper_bgcolor: "#fff"
1940       plot_bgcolor: "#fff"
1941       hoverlabel:
1942         namelength: -1
1943       annotations: [
1944         {
1945           text: "_ _          __          ...",
1946           align: "left",
1947           showarrow: False,
1948           xref: "paper",
1949           yref: "paper",
1950           xanchor: "left",
1951           yanchor: "top",
1952           x: 0,
1953           y: -0.13,
1954           font: {
1955             family: "Consolas, Courier New",
1956             size: 15
1957           },
1958         },
1959         {
1960           text: "    Perfect     Measured     Limit",
1961           align: "left",
1962           showarrow: False,
1963           xref: "paper",
1964           yref: "paper",
1965           xanchor: "left",
1966           yanchor: "top",
1967           x: 0,
1968           y: -0.15,
1969           font: {
1970             family: "Consolas, Courier New",
1971             size: 15
1972           },
1973         },
1974       ]
1975
1976     plot-latency:
1977       titlefont:
1978         size: 18
1979       xaxis:
1980         title: "<b>Direction</b>"
1981         titlefont:
1982           size: 16
1983         autorange: True
1984         fixedrange: False
1985         gridcolor: "rgb(230, 230, 230)"
1986         linecolor: "rgb(220, 220, 220)"
1987         linewidth: 1
1988         showgrid: True
1989         showline: True
1990         showticklabels: False
1991         tickcolor: "rgb(220, 220, 220)"
1992         tickmode: "linear"
1993         tickfont:
1994           size: 16
1995         zeroline: False
1996       yaxis:
1997         title: "<b>Packet Latency [uSec]</b>"
1998         titlefont:
1999           size: 16
2000         type: "linear"
2001         gridcolor: "rgb(230, 230, 230)"
2002         hoverformat: ".4s"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickformat: ".4s"
2010         tickfont:
2011           size: 16
2012         zeroline: True
2013         rangemode: "tozero"
2014       legend:
2015         orientation: "h"
2016         font:
2017           size: 16
2018         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2019       autosize: False
2020       margin:
2021           't': 50
2022           'b': 150
2023           'l': 80
2024           'r': 10
2025       showlegend: True
2026       width: 700
2027       height: 700
2028       paper_bgcolor: "#fff"
2029       plot_bgcolor: "#fff"
2030       hoverlabel:
2031         namelength: -1
2032
2033     plot-hdrh-latency:
2034       title:
2035         text: ""
2036         xanchor: "center"
2037         x: 0.5
2038         font:
2039           size: 16
2040       width: 700
2041       plot_bgcolor: "white"
2042       annotations:
2043         - font:
2044             size: 14
2045           showarrow: False
2046           text: "<b>Packet Latency [uSec]</b>"
2047           x: 1
2048           xanchor: "right"
2049           xref: "paper"
2050           y: -0.045
2051           yanchor: "top"
2052           yref: "paper"
2053         - font:
2054             size: 14
2055           showarrow: False
2056           text: "<b>Probability [%]</b>"
2057           textangle: 270
2058           x: -0.06
2059           xanchor: "center"
2060           xref: "paper"
2061           y: 0.5
2062           yanchor: "middle"
2063           yref: "paper"
2064         - font:
2065             size: 14
2066           showarrow: False
2067           text: "<b>Direction: E-W</b>"
2068           x: 0.24
2069           xanchor: "center"
2070           xref: "paper"
2071           y: 1.05
2072           yanchor: "bottom"
2073           yref: "paper"
2074         - font:
2075             size: 14
2076           showarrow: False
2077           text: "<b>Direction: W-E</b>"
2078           x: 0.74
2079           xanchor: "center"
2080           xref: "paper"
2081           y: 1.05
2082           yanchor: "bottom"
2083           yref: "paper"
2084
2085     plot-hdrh-latency-percentile:
2086       title:
2087         text: ""
2088         xanchor: "center"
2089         x: 0.5
2090         font:
2091           size: 18
2092       xaxis:
2093         type: "log"
2094         title: "<b>Percentile [%]</b>"
2095         titlefont:
2096           size: 16
2097         autorange: True
2098         fixedrange: False
2099         gridcolor: "rgb(230, 230, 230)"
2100         linecolor: "rgb(220, 220, 220)"
2101         linewidth: 1
2102         showgrid: True
2103         showline: True
2104         showticklabels: True
2105         tickcolor: "rgb(220, 220, 220)"
2106         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2107         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2108         tickfont:
2109           size: 16
2110       yaxis:
2111         title: "<b>Packet Latency [uSec]</b>"
2112         titlefont:
2113           size: 16
2114         gridcolor: "rgb(230, 230, 230)"
2115         linecolor: "rgb(220, 220, 220)"
2116         linewidth: 1
2117         showgrid: True
2118         showline: True
2119         showticklabels: True
2120         tickcolor: "rgb(220, 220, 220)"
2121         tickfont:
2122           size: 16
2123       autosize: False
2124       showlegend: True
2125       legend:
2126         traceorder: "normal"
2127         orientation: "h"
2128         font:
2129           size: 16
2130         xanchor: "left"
2131         yanchor: "top"
2132         x: 0
2133         y: -0.15
2134         bgcolor: "rgba(255, 255, 255, 0)"
2135         bordercolor: "rgba(255, 255, 255, 0)"
2136       width: 700
2137       height: 700
2138       paper_bgcolor: "white"
2139       plot_bgcolor: "white"
2140
2141     plot-hdrh-latency-by-percentile:
2142       title:
2143         text: "<b>Latency by Percentile Distribution</b>"
2144         xanchor: "center"
2145         x: 0.5
2146         font:
2147           size: 18
2148       showlegend: True
2149       legend:
2150         traceorder: "normal"
2151         orientation: "h"
2152         font:
2153           size: 16
2154         xanchor: "left"
2155         yanchor: "top"
2156         x: 0
2157         y: -0.2
2158         bgcolor: "rgba(255, 255, 255, 0)"
2159         bordercolor: "rgba(255, 255, 255, 0)"
2160       xaxis:
2161         type: "linear"
2162         title: "<b>Percentile [%]</b>"
2163         titlefont:
2164           size: 14
2165         autorange: False
2166         fixedrange: False
2167         range: [0, 100]
2168         gridcolor: "rgb(230, 230, 230)"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickvals: [0, 25, 50, 75, 100]
2176         ticktext: [0, 25, 50, 75, 100]
2177         tickfont:
2178           size: 14
2179       yaxis:
2180         title: "<b>One-Way Latency per Direction [uSec]</b>"
2181         titlefont:
2182           size: 14
2183         gridcolor: "rgb(230, 230, 230)"
2184         linecolor: "rgb(220, 220, 220)"
2185         linewidth: 1
2186         showgrid: True
2187         showline: True
2188         showticklabels: True
2189         tickcolor: "rgb(220, 220, 220)"
2190         tickfont:
2191           size: 14
2192       width: 700
2193       height: 700
2194       paper_bgcolor: "white"
2195       plot_bgcolor: "white"
2196
2197 - type: "static"
2198   src-path: "{DIR[RST]}"
2199   dst-path: "{DIR[WORKING,SRC]}"
2200
2201 - type: "input"
2202   general:
2203     file-name: "output_info.xml.gz"
2204     file-format: ".gz"
2205     arch-file-format:
2206       - ".gz"
2207       - ".zip"
2208     download-path: "{job}/{build}/archives/{filename}"
2209     extract: "output.xml"
2210
2211     zip-file-name: "robot-plugin.zip"
2212     zip-file-format: ".zip"
2213     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2214     zip-extract: "robot-plugin/output.xml"
2215
2216   builds:
2217
2218     csit-vpp-perf-verify-1908-3n-hsw:
2219       - 12  # NDRPDR sel
2220       - 13  # NDRPDR sel
2221       - 14  # NDRPDR sel
2222       - 15  # NDRPDR sel
2223       - 16  # NDRPDR sel
2224       - 17  # NDRPDR sel
2225       - 18  # NDRPDR sel
2226       - 19  # NDRPDR sel
2227       - 20  # NDRPDR sel
2228       - 21  # NDRPDR sel
2229       - 39  # MRR sel
2230     csit-vpp-perf-verify-2001-3n-hsw:
2231       - 21  # NDRPDR sel
2232       - 22  # NDRPDR sel
2233       - 23  # NDRPDR sel
2234       - 24  # NDRPDR sel
2235       - 25  # NDRPDR sel
2236       - 29  # NDRPDR sel
2237       - 30  # NDRPDR sel
2238       - 31  # NDRPDR sel
2239       - 32  # NDRPDR sel
2240       - 34  # NDRPDR sel
2241       - 17  # MRR sel
2242     csit-vpp-perf-report-iterative-2005-3n-hsw:
2243       - 3   # NDRPDR sel
2244       - 4   # NDRPDR sel
2245       - 5   # NDRPDR sel
2246       - 10  # NDRPDR sel
2247       - 11  # NDRPDR sel
2248       - 12  # NDRPDR sel
2249       - 15  # NDRPDR sel
2250       - 16  # NDRPDR sel
2251       - 18  # NDRPDR sel
2252       - 19  # NDRPDR sel
2253       - 20  # NDRPDR sel env 4
2254       - 21  # NDRPDR sel env 4
2255       - 22  # NDRPDR sel env 4
2256       - 23  # NDRPDR sel env 4
2257       - 24  # NDRPDR sel env 4
2258       - 25  # NDRPDR sel env 4
2259       - 26  # NDRPDR sel env 4
2260       - 27  # NDRPDR sel env 4
2261       - 28  # NDRPDR sel env 4
2262       - 29  # NDRPDR sel env 4
2263       - 13  # MRR
2264       - 30  # MRR env 4
2265       - 31  # NDRPDR sel 2001.0-4
2266       - 32  # NDRPDR sel 2001.0-4
2267       - 33  # NDRPDR sel 2001.0-4
2268       - 34  # NDRPDR sel 2001.0-4
2269       - 35  # NDRPDR sel 2001.0-4
2270       - 36  # NDRPDR sel 2001.0-4
2271       - 38  # NDRPDR sel 2001.0-4
2272     csit-vpp-perf-verify-2005-3n-hsw:
2273       - 3   # hoststack
2274       - 5   # hoststack
2275       - 6   # hoststack
2276       - 7   # hoststack
2277       - 8   # hoststack
2278       - 9   # hoststack
2279       - 10  # hoststack
2280       - 11  # hoststack
2281       - 12  # hoststack
2282       - 13  # hoststack
2283     csit-vpp-perf-report-coverage-2005-3n-hsw:
2284       - 74  # crypto-00
2285       - 75  # crypto-01
2286       - 76  # crypto-02
2287       - 77  # crypto-03
2288       - 78  # ip4-00
2289       - 79  # ip4-01
2290       - 80  # ip4-02
2291       - 81  # ip4-03
2292       - 73  # ip4-04
2293       - 82  # ip4-05
2294       - 83  # ip4-06
2295       - 84  # ip4-07
2296       - 85  # ip4-08
2297       - 86  # ip4tun-00
2298       - 87  # ip4tun-01
2299       - 88  # ip4tun-02
2300       - 89  # ip6-00
2301       - 90  # ip6-01
2302       - 91  # ip6tun-00
2303       - 92  # l2-00
2304       - 93  # l2-01
2305       - 94  # l2-02
2306       - 95  # l2-03
2307       - 96  # l2-04
2308       - 97  # l2-05
2309       - 98  # l2-06
2310       - 99  # l2-07
2311       - 100 # l2-08
2312       - 101 # l2-09
2313       - 102 # l2-10
2314       - 103 # memif-00
2315       - 104 # srv6-00
2316       - 105 # srv6-01
2317       - 106 # vhost-00
2318       - 107 # vhost-01
2319       - 109 # vhost-02
2320
2321     csit-vpp-perf-verify-1908_1-3n-skx:
2322       - 26  # NDRPDR sel - new1908.1
2323       - 27  # NDRPDR sel - new1908.1
2324       - 28  # NDRPDR sel - new1908.1
2325       - 29  # NDRPDR sel - new1908.1
2326       - 30  # NDRPDR sel - new1908.1
2327       - 31  # NDRPDR sel - new1908.1
2328       - 33  # NDRPDR sel - new1908.1
2329       - 34  # NDRPDR sel - new1908.1
2330       - 35  # NDRPDR sel - new1908.1
2331       - 36  # NDRPDR sel - new1908.1
2332     csit-vpp-perf-verify-2001-3n-skx:
2333       - 69  # NDRPDR sel - new2001.0
2334       - 71  # NDRPDR sel - new2001.0
2335       - 72  # NDRPDR sel - new2001.0
2336       - 76  # NDRPDR sel - new2001.0
2337       - 77  # NDRPDR sel - new2001.0
2338       - 78  # NDRPDR sel - new2001.0
2339       - 80  # NDRPDR sel - new2001.0
2340       - 50  # MRR sel
2341       - 53  # MRR sel addition
2342     csit-vpp-perf-report-iterative-2005-3n-skx:
2343       - 4   # NDRPDR sel
2344       - 5   # NDRPDR sel ??? all x710 failed
2345       - 33  # NDRPDR sel
2346       - 28  # NDRPDR sel
2347       - 34  # NDRPDR sel
2348       - 36  # NDRPDR sel
2349       - 37  # NDRPDR sel
2350       - 38  # NDRPDR sel
2351       - 39  # NDRPDR sel
2352       - 41  # NDRPDR sel
2353       - 42  # NDRPDR sel env 4
2354       - 43  # NDRPDR sel env 4
2355       - 44  # NDRPDR sel env 4
2356       - 45  # NDRPDR sel env 4
2357       - 47  # NDRPDR sel env 4
2358       - 55  # NDRPDR sel env 4
2359       - 56  # NDRPDR sel env 4
2360       - 57  # NDRPDR sel env 4
2361       - 50  # NDRPDR sel 2001.0-4
2362       - 51  # NDRPDR sel 2001.0-4
2363       - 52  # NDRPDR sel 2001.0-4
2364       - 53  # NDRPDR sel 2001.0-4
2365       - 54  # NDRPDR sel 2001.0-4
2366       - 6   # MRR sel
2367       - 49  # MRR sel env 4
2368     csit-vpp-perf-report-coverage-2005-3n-skx:
2369       - 45  # crypto-00
2370       - 46  # crypto-01
2371       - 47  # crypto-02
2372       - 83  # crypto-03
2373       - 50  # ip4-00
2374       - 51  # ip4-01
2375       - 52  # ip4-02
2376       - 53  # ip4-03
2377       - 54  # ip4-04
2378       - 55  # ip4-05
2379       - 56  # ip4-06
2380       - 57  # ip4-07
2381       - 58  # ip4-08
2382       - 59  # ip4tun-00
2383       - 60  # ip4tun-01
2384       - 61  # ip4tun-02
2385       - 62  # ip6-00
2386       - 63  # ip6-01
2387       - 64  # ip6tun-00
2388       - 65  # l2-00
2389       - 66  # l2-01
2390       - 67  # l2-02
2391       - 68  # l2-03
2392       - 69  # l2-04
2393       - 84  # l2-05
2394       - 71  # l2-06
2395       - 72  # l2-07
2396       - 73  # l2-08
2397       - 85  # l2-09
2398       - 75  # l2-10
2399       - 76  # memif-00
2400       - 77  # srv6-00
2401       - 78  # srv6-01
2402       - 88  # vhost-00
2403       - 89  # vhost-01
2404       - 81  # vhost-02
2405       - 83  # vhost-03
2406
2407     csit-vpp-perf-verify-1908_1-2n-skx:
2408       - 39  # NDRPDR sel - new1908.1
2409       - 40  # NDRPDR sel - new1908.1
2410       - 41  # NDRPDR sel - new1908.1
2411       - 43  # NDRPDR sel - new1908.1
2412       - 44  # NDRPDR sel - new1908.1
2413       - 45  # NDRPDR sel - new1908.1
2414       - 46  # NDRPDR sel - new1908.1
2415       - 47  # NDRPDR sel - new1908.1
2416       - 48  # NDRPDR sel - new1908.1
2417       - 49  # NDRPDR sel - new1908.1
2418     csit-vpp-perf-verify-2001-2n-skx:
2419       - 143  # NDRPDR sel - new2001.0
2420       - 146  # NDRPDR sel - new2001.0
2421       - 147  # NDRPDR sel - new2001.0
2422       - 148  # NDRPDR sel - new2001.0
2423       - 149  # NDRPDR sel - new2001.0
2424       - 150  # NDRPDR sel - new2001.0
2425       - 151  # NDRPDR sel - new2001.0
2426       - 152  # NDRPDR sel - new2001.0
2427       - 153  # NDRPDR sel - new2001.0
2428       - 154  # NDRPDR sel - new2001.0
2429       - 101  # MRR sel - old
2430       - 128  # MRR sel addition - old
2431     csit-vpp-perf-report-iterative-2005-2n-skx:
2432       - 43  # NDRPDR sel
2433       - 38  # NDRPDR sel
2434       - 7   # NDRPDR sel
2435       - 65  # NDRPDR sel
2436       - 47  # NDRPDR sel
2437       - 55  # NDRPDR sel
2438       - 67  # NDRPDR sel
2439       - 75  # NDRPDR sel
2440       - 76  # NDRPDR sel
2441       - 73  # NDRPDR sel
2442       - 88  # NDRPDR sel env 4
2443       - 89  # NDRPDR sel env 4
2444       - 90  # NDRPDR sel env 4
2445       - 91  # NDRPDR sel env 4
2446       - 92  # NDRPDR sel env 4
2447       - 93  # NDRPDR sel env 4
2448       - 94  # NDRPDR sel env 4
2449       - 125 # NDRPDR sel env 4
2450       - 126 # NDRPDR sel env 4
2451       - 127 # NDRPDR sel env 4
2452       - 100 # NDRPDR sel 2001.0-4
2453       - 101 # NDRPDR sel 2001.0-4
2454       - 102 # NDRPDR sel 2001.0-4
2455       - 103 # NDRPDR sel 2001.0-4
2456       - 104 # NDRPDR sel 2001.0-4
2457       - 105 # NDRPDR sel 2001.0-4
2458       - 42  # MRR sel
2459       - 99  # MRR sel env 4
2460       - 106 # Reconf env 4
2461       - 107 # Reconf env 4
2462       - 108 # Reconf env 4
2463       - 109 # Reconf env 4
2464       - 110 # Reconf env 4
2465       - 111 # Reconf env 4
2466       - 112 # Reconf env 4
2467       - 118 # Reconf env 4
2468       - 120 # Reconf env 4
2469       - 121 # Reconf env 4
2470       - 122 # Soak
2471       - 123 # Soak
2472       - 113 # nf-density-sel env 4
2473       - 114 # nf-density-sel env 4
2474       - 124 # nf-density-sel env 4
2475       - 128 # nf-density-sel env 4
2476       - 129 # nf-density-sel env 4
2477       - 131 # nf-density-sel env 4
2478       - 132 # nf-density-sel env 4
2479       - 135 # nf-density-sel env 4
2480       - 136 # nf-density-sel env 4
2481       - 139 # nf-density-sel env 4
2482       - 115 # MRR nf-density-sel env 4
2483     csit-vpp-perf-report-coverage-2005-2n-skx:
2484       - 28  # ip4-00
2485       - 29  # ip4-01
2486       - 30  # ip4-02
2487       - 31  # ip4-03
2488       - 32  # ip4-04
2489       - 33  # ip4-05
2490       - 34  # ip6-00
2491       - 35  # ip6-01
2492       - 36  # l2-00
2493       - 37  # l2-01
2494       - 38  # lb-00
2495       - 39  # memif-00
2496       - 40  # vhost-00
2497       - 41  # vhost-01
2498       - 42  # vts-00
2499
2500     csit-vpp-perf-verify-1908_1-2n-clx:
2501       - 5  # NDRPDR sel
2502       - 6  # NDRPDR sel
2503       - 7  # NDRPDR sel
2504       - 8  # NDRPDR sel
2505       - 9  # NDRPDR sel
2506     csit-vpp-perf-verify-2001-2n-clx:
2507       - 28  # NDRPDR sel
2508       - 29  # NDRPDR sel
2509       - 32  # NDRPDR sel
2510       - 40  # NDRPDR sel
2511       - 43  # NDRPDR sel
2512       - 44  # NDRPDR sel
2513       - 45  # NDRPDR sel
2514       - 47  # NDRPDR sel
2515       - 48  # NDRPDR sel
2516       - 49  # NDRPDR sel
2517       - 39  # MRR
2518     csit-vpp-perf-report-iterative-2005-2n-clx:
2519       - 7   # NDRPDR sel
2520       - 38  # NDRPDR sel
2521       - 9   # NDRPDR sel
2522       - 32  # NDRPDR sel ???
2523       - 33  # NDRPDR sel ???
2524       - 39  # NDRPDR sel
2525       - 40  # NDRPDR sel
2526       - 43  # NDRPDR sel
2527       - 50  # NDRPDR sel
2528       - 51  # NDRPDR sel
2529       - 62  # NDRPDR sel env 4
2530       - 63  # NDRPDR sel env 4
2531       - 64  # NDRPDR sel env 4
2532       - 65  # NDRPDR sel env 4
2533       - 66  # NDRPDR sel env 4
2534       - 68  # NDRPDR sel env 4
2535       - 69  # NDRPDR sel env 4
2536       - 70  # NDRPDR sel env 4
2537       - 103 # NDRPDR sel env 4
2538       - 104 # NDRPDR sel env 4
2539       - 73  # NDRPDR sel 2001.0-4
2540       - 74  # NDRPDR sel 2001.0-4
2541       - 75  # NDRPDR sel 2001.0-4
2542       - 76  # NDRPDR sel 2001.0-4
2543       - 77  # NDRPDR sel 2001.0-4
2544       - 78  # NDRPDR sel 2001.0-4
2545       - 79  # NDRPDR sel 2001.0-4
2546       - 80  # NDRPDR sel 2001.0-4
2547       - 12  # MRR
2548       - 72  # MRR env 4
2549       - 81  # Reconf env 4
2550       - 82  # Reconf env 4
2551       - 83  # Reconf env 4
2552       - 84  # Reconf env 4
2553       - 85  # Reconf env 4
2554       - 86  # Reconf env 4
2555       - 87  # Reconf env 4
2556       - 88  # Reconf env 4
2557       - 89  # Reconf env 4
2558       - 90  # Reconf env 4
2559       - 101 # Soak
2560       - 102 # Soak
2561       - 91  # nfv-density-00 env 4
2562       - 92  # nfv-density-00 env 4
2563       - 93  # nfv-density-00 env 4
2564       - 97  # nfv-density-00 env 4
2565       - 98  # nfv-density-00 env 4
2566       - 99  # nfv-density-00 env 4
2567       - 100 # nfv-density-00 env 4
2568       - 105 # nfv-density-00 env 4
2569       - 106 # nfv-density-00 env 4
2570       - 108 # nfv-density-00 env 4
2571       - 96  # MRR nfv-density-00 env 4
2572     csit-vpp-perf-report-coverage-2005-2n-clx:
2573       - 24  # ip4-00
2574       - 25  # ip4-01
2575       - 26  # ip4-02
2576       - 27  # ip4-03
2577       - 28  # ip4-04
2578       - 29  # ip4-05
2579       - 34  # ip6-00
2580       - 36  # ip6-01
2581       - 31  # l2-00
2582       - 41  # l2-01
2583       - 39  # lb-00
2584       - 37  # memif-00
2585       - 32  # vhost-00
2586       - 33  # vhost-01
2587       - 40  # vts-00
2588
2589     csit-vpp-perf-verify-1908-3n-tsh:
2590       - 7   # NDRPDR sel
2591       - 8   # NDRPDR sel
2592       - 9   # NDRPDR sel
2593       - 10  # NDRPDR sel
2594       - 11  # NDRPDR sel
2595       - 12  # NDRPDR sel
2596       - 13  # NDRPDR sel
2597       - 14  # NDRPDR sel
2598       - 15  # NDRPDR sel
2599       - 16  # NDRPDR sel
2600       - 17  # MRR sel
2601     csit-vpp-perf-verify-2001-3n-tsh:
2602       - 3   # NDRPDR sel
2603       - 4   # NDRPDR sel
2604       - 7   # NDRPDR sel
2605       - 8   # NDRPDR sel
2606       - 10  # NDRPDR sel
2607       - 12  # NDRPDR sel
2608       - 13  # NDRPDR sel
2609       - 14  # NDRPDR sel
2610       - 15  # NDRPDR sel
2611       - 21  # NDRPDR sel
2612       - 9   # MRR sel
2613     csit-vpp-perf-report-iterative-2005-3n-tsh:
2614       - 9   # NDRPDR sel
2615       - 11  # NDRPDR sel
2616       - 12  # NDRPDR sel
2617       - 20  # NDRPDR sel
2618       - 14  # NDRPDR sel
2619       - 21  # NDRPDR sel
2620       - 23  # NDRPDR sel env 4
2621       - 25  # NDRPDR sel env 4
2622       - 33  # NDRPDR sel env 4
2623       - 34  # NDRPDR sel env 4
2624       - 35  # NDRPDR sel env 4
2625       - 36  # NDRPDR sel env 4
2626       - 37  # NDRPDR sel env 4
2627       - 38  # NDRPDR sel env 4
2628       - 39  # NDRPDR sel env 4
2629       - 40  # NDRPDR sel env 4
2630       - 28  # NDRPDR sel 2001.0-4
2631       - 29  # NDRPDR sel 2001.0-4
2632       - 31  # NDRPDR sel 2001.0-4
2633       - 10  # MRR sel
2634       - 27  # MRR sel env 4
2635
2636     csit-vpp-perf-verify-1908-3n-dnv:
2637       - 6   # NDRPDR sel
2638       - 7   # NDRPDR sel
2639       - 8   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 12  # NDRPDR sel
2643       - 13  # NDRPDR sel
2644       - 14  # NDRPDR sel
2645       - 15  # NDRPDR sel
2646       - 16  # NDRPDR sel
2647       - 17  # MRR sel
2648     csit-vpp-perf-verify-2001-3n-dnv:
2649       - 5   # NDRPDR sel
2650       - 6   # NDRPDR sel
2651       - 7   # NDRPDR sel
2652       - 8   # NDRPDR sel
2653       - 9   # NDRPDR sel
2654       - 10  # NDRPDR sel
2655       - 12  # NDRPDR sel
2656       - 16  # NDRPDR sel
2657       - 17  # NDRPDR sel
2658       - 18  # NDRPDR sel
2659       - 11  # MRR sel
2660     csit-vpp-perf-report-iterative-2005-3n-dnv:
2661       - 2   # NDRPDR sel
2662       - 3   # NDRPDR sel
2663       - 4   # NDRPDR sel
2664       - 5   # NDRPDR sel
2665       - 6   # NDRPDR sel
2666       - 7   # NDRPDR sel
2667       - 9   # NDRPDR sel
2668       - 10  # NDRPDR sel
2669       - 11  # NDRPDR sel
2670       - 12  # NDRPDR sel
2671       - 8   # MRR
2672     csit-vpp-perf-report-coverage-2005-3n-dnv:
2673       - 1   # perf-full-3n-dnv-crypto_I
2674       - 24  # perf-full-3n-dnv-crypto_II
2675       - 5   # perf-full-3n-dnv-ip4_I
2676       - 13  # perf-full-3n-dnv-ip4_II
2677       - 17  # perf-full-3n-dnv-ip6_I
2678       - 18  # perf-full-3n-dnv-ip6_II
2679       - 21  # perf-full-3n-dnv-l2_I
2680       - 22  # perf-full-3n-dnv-l2_II
2681       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2682
2683     csit-vpp-perf-verify-1908-2n-dnv:
2684       - 1   # NDRPDR sel
2685       - 2   # NDRPDR sel
2686       - 3   # NDRPDR sel
2687       - 4   # NDRPDR sel
2688       - 5   # NDRPDR sel
2689       - 6   # NDRPDR sel
2690       - 7   # NDRPDR sel
2691       - 8   # NDRPDR sel
2692       - 9   # NDRPDR sel
2693       - 10  # NDRPDR sel
2694       - 11  # MRR sel
2695     csit-vpp-perf-verify-2001-2n-dnv:
2696       - 4   # NDRPDR sel
2697       - 5   # NDRPDR sel
2698       - 6   # NDRPDR sel
2699       - 7   # NDRPDR sel
2700       - 8   # NDRPDR sel
2701       - 9   # NDRPDR sel
2702       - 10  # NDRPDR sel
2703       - 11  # NDRPDR sel
2704       - 13  # NDRPDR sel
2705       - 16  # NDRPDR sel
2706       - 12  # MRR sel
2707     csit-vpp-perf-report-iterative-2005-2n-dnv:
2708       - 3   # NDRPDR sel
2709       - 6   # NDRPDR sel
2710       - 7   # NDRPDR sel
2711       - 8   # NDRPDR sel
2712       - 9   # NDRPDR sel
2713       - 10  # NDRPDR sel
2714       - 11  # NDRPDR sel
2715       - 12  # NDRPDR sel
2716       - 13  # NDRPDR sel
2717       - 14  # NDRPDR sel
2718       - 15  # MRR sel
2719     csit-vpp-perf-report-coverage-2005-2n-dnv:
2720       - 1   # perf-full-2n-dnv-ip4_I
2721       - 2   # perf-full-2n-dnv-ip4_II
2722       - 3   # perf-full-2n-dnv-ip6_I
2723       - 4   # perf-full-2n-dnv-ip6_II
2724       - 5   # perf-full-2n-dnv-l2_I
2725       - 6   # perf-full-2n-dnv-l2_II
2726
2727     csit-dpdk-perf-verify-1908-3n-hsw:
2728       - 2   # NDRPDR sel
2729       - 3   # NDRPDR sel
2730       - 4   # NDRPDR sel
2731       - 5   # NDRPDR sel
2732       - 6   # NDRPDR sel
2733       - 7   # NDRPDR sel
2734       - 8   # NDRPDR sel
2735       - 9   # NDRPDR sel
2736       - 10  # NDRPDR sel
2737       - 11  # NDRPDR sel
2738     csit-dpdk-perf-verify-2001-3n-hsw:
2739       - 4   # NDRPDR sel
2740       - 5   # NDRPDR sel
2741       - 6   # NDRPDR sel
2742       - 7   # NDRPDR sel
2743       - 8   # NDRPDR sel
2744       - 9   # NDRPDR sel
2745       - 10  # NDRPDR sel
2746       - 11  # NDRPDR sel
2747       - 12  # NDRPDR sel
2748       - 13  # NDRPDR sel
2749       - 15  # NDRPDR sel
2750       - 16  # NDRPDR sel
2751       - 17  # NDRPDR sel
2752       - 18  # NDRPDR sel
2753       - 19  # NDRPDR sel
2754       - 20  # NDRPDR sel
2755       - 21  # NDRPDR sel
2756       - 22  # NDRPDR sel
2757       - 23  # NDRPDR sel
2758       - 24  # NDRPDR sel
2759     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2760       - 25  # NDRPDR iter
2761       - 26  # NDRPDR iter
2762       - 27  # NDRPDR iter
2763       - 28  # NDRPDR iter
2764       - 29  # NDRPDR iter
2765       - 30  # NDRPDR iter
2766       - 31  # NDRPDR iter
2767       - 32  # NDRPDR iter
2768       - 33  # NDRPDR iter
2769       - 34  # NDRPDR iter
2770
2771     csit-dpdk-perf-verify-1908-3n-skx:
2772       - 3   # NDRPDR sel
2773       - 4   # NDRPDR sel
2774       - 5   # NDRPDR sel
2775       - 6   # NDRPDR sel
2776       - 7   # NDRPDR sel
2777       - 8   # NDRPDR sel
2778       - 9   # NDRPDR sel
2779       - 10  # NDRPDR sel
2780       - 11  # NDRPDR sel
2781       - 12  # NDRPDR sel
2782     csit-dpdk-perf-verify-2001-3n-skx:
2783       - 29  # NDRPDR sel xxv710
2784       - 33  # NDRPDR sel xxv710
2785       - 34  # NDRPDR sel xxv710
2786       - 35  # NDRPDR sel xxv710
2787       - 36  # NDRPDR sel xxv710
2788       - 37  # NDRPDR sel xxv710
2789       - 41  # NDRPDR sel xxv710
2790       - 42  # NDRPDR sel xxv710
2791       - 43  # NDRPDR sel xxv710
2792       - 45  # NDRPDR sel xxv710
2793       - 30  # NDRPDR sel x710
2794       - 31  # NDRPDR sel x710
2795       - 32  # NDRPDR sel x710
2796       - 38  # NDRPDR sel x710
2797       - 39  # NDRPDR sel x710
2798       - 40  # NDRPDR sel x710
2799       - 44  # NDRPDR sel x710
2800       - 46  # NDRPDR sel x710
2801       - 47  # NDRPDR sel x710
2802       - 48  # NDRPDR sel x710
2803     csit-dpdk-perf-report-iterative-2005-3n-skx:
2804       - 28  # NDRPDR iter
2805       - 29  # NDRPDR iter
2806       - 30  # NDRPDR iter
2807       - 31  # NDRPDR iter
2808       - 32  # NDRPDR iter
2809       - 33  # NDRPDR iter
2810       - 34  # NDRPDR iter
2811       - 35  # NDRPDR iter
2812       - 36  # NDRPDR iter
2813       - 37  # NDRPDR iter
2814
2815     csit-dpdk-perf-verify-1908-2n-skx:
2816       - 2   # NDRPDR sel
2817       - 3   # NDRPDR sel
2818       - 4   # NDRPDR sel
2819       - 5   # NDRPDR sel
2820       - 7   # NDRPDR sel
2821       - 8   # NDRPDR sel
2822       - 9   # NDRPDR sel
2823       - 10  # NDRPDR sel
2824       - 11  # NDRPDR sel
2825       - 12  # NDRPDR sel
2826     csit-dpdk-perf-verify-2001-2n-skx:
2827       - 35  # NDRPDR sel xxv710
2828       - 36  # NDRPDR sel xxv710
2829       - 37  # NDRPDR sel xxv710
2830       - 41  # NDRPDR sel xxv710
2831       - 42  # NDRPDR sel xxv710
2832       - 43  # NDRPDR sel xxv710
2833       - 46  # NDRPDR sel xxv710
2834       - 47  # NDRPDR sel xxv710
2835       - 52  # NDRPDR sel xxv710
2836       - 53  # NDRPDR sel xxv710
2837       - 38  # NDRPDR sel x710
2838       - 39  # NDRPDR sel x710
2839       - 40  # NDRPDR sel x710
2840       - 44  # NDRPDR sel x710
2841       - 45  # NDRPDR sel x710
2842       - 48  # NDRPDR sel x710
2843       - 49  # NDRPDR sel x710
2844       - 50  # NDRPDR sel x710
2845       - 51  # NDRPDR sel x710
2846       - 54  # NDRPDR sel x710
2847     csit-dpdk-perf-report-iterative-2005-2n-skx:
2848       - 20  # NDRPDR iter
2849       - 21  # NDRPDR iter
2850       - 22  # NDRPDR iter
2851       - 23  # NDRPDR iter
2852       - 24  # NDRPDR iter
2853       - 25  # NDRPDR iter
2854       - 26  # NDRPDR iter
2855       - 27  # NDRPDR iter
2856       - 28  # NDRPDR iter
2857       - 29  # NDRPDR iter
2858
2859     csit-dpdk-perf-verify-2001-2n-clx:
2860       - 15  # NDRPDR sel
2861       - 16  # NDRPDR sel
2862       - 17  # NDRPDR sel
2863       - 18  # NDRPDR sel
2864       - 19  # NDRPDR sel
2865       - 20  # NDRPDR sel
2866       - 21  # NDRPDR sel
2867       - 22  # NDRPDR sel
2868       - 23  # NDRPDR sel
2869       - 24  # NDRPDR sel
2870       - 25  # NDRPDR sel
2871       - 26  # NDRPDR sel
2872       - 27  # NDRPDR sel
2873       - 28  # NDRPDR sel
2874       - 29  # NDRPDR sel
2875       - 30  # NDRPDR sel
2876       - 31  # NDRPDR sel
2877       - 32  # NDRPDR sel
2878       - 33  # NDRPDR sel
2879       - 34  # NDRPDR sel
2880     csit-dpdk-perf-report-iterative-2005-2n-clx:
2881       - 20  # NDRPDR iter
2882       - 21  # NDRPDR iter
2883       - 22  # NDRPDR iter
2884       - 23  # NDRPDR iter
2885       - 24  # NDRPDR iter
2886       - 25  # NDRPDR iter
2887       - 26  # NDRPDR iter
2888       - 27  # NDRPDR iter
2889       - 28  # NDRPDR iter
2890       - 29  # NDRPDR iter
2891
2892     csit-dpdk-perf-verify-2001-2n-dnv:
2893       - 9   # NDRPDR sel
2894       - 10  # NDRPDR sel
2895       - 11  # NDRPDR sel
2896       - 12  # NDRPDR sel
2897       - 13  # NDRPDR sel
2898       - 14  # NDRPDR sel
2899       - 15  # NDRPDR sel
2900       - 16  # NDRPDR sel
2901       - 17  # NDRPDR sel
2902       - 18  # NDRPDR sel
2903     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2904       - 8   # NDRPDR sel
2905       - 9   # NDRPDR sel
2906       - 10  # NDRPDR sel
2907       - 11  # NDRPDR sel
2908       - 12  # NDRPDR sel
2909       - 13  # NDRPDR sel
2910       - 14  # NDRPDR sel
2911       - 15  # NDRPDR sel
2912       - 16  # NDRPDR sel
2913       - 17  # NDRPDR sel
2914
2915     csit-dpdk-perf-verify-2001-3n-dnv:
2916       - 12  # NDRPDR sel
2917       - 13  # NDRPDR sel
2918       - 14  # NDRPDR sel
2919       - 15  # NDRPDR sel
2920       - 16  # NDRPDR sel
2921       - 17  # NDRPDR sel
2922       - 18  # NDRPDR sel
2923       - 19  # NDRPDR sel
2924       - 20  # NDRPDR sel
2925       - 22  # NDRPDR sel
2926     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2927       - 6   # NDRPDR sel
2928       - 7   # NDRPDR sel
2929       - 8   # NDRPDR sel
2930       - 9   # NDRPDR sel
2931       - 10  # NDRPDR sel
2932       - 11  # NDRPDR sel
2933       - 12  # NDRPDR sel
2934       - 13  # NDRPDR sel
2935       - 14  # NDRPDR sel
2936       - 16  # NDRPDR sel
2937
2938     csit-dpdk-perf-verify-2001-3n-tsh:
2939       - 3   # NDRPDR sel
2940       - 4   # NDRPDR sel
2941       - 5   # NDRPDR sel
2942       - 9   # NDRPDR sel
2943       - 10  # NDRPDR sel
2944       - 11  # NDRPDR sel
2945       - 12  # NDRPDR sel
2946       - 14  # NDRPDR sel
2947       - 15  # NDRPDR sel
2948       - 18  # NDRPDR sel
2949     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2950       - 5   # NDRPDR sel
2951
2952     csit-vpp-device-2005-ubuntu1804-1n-skx:
2953       - 35
2954
2955 - type: "output"
2956   output: "report"
2957   format:
2958     html:
2959     - full
2960     pdf:
2961     - minimal
2962
2963 ################################################################################
2964 ###                               T A B L E S                                ###
2965 ################################################################################
2966
2967 # VPP Soak vs NDR - 2n-skx
2968 - type: "table"
2969   title: "VPP Soak vs NDR 2n-skx"
2970   algorithm: "table_soak_vs_ndr"
2971   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2972   reference:
2973     title: "NDR"
2974     data: "vpp-soak-vs-ndr-2n-skx-ref"
2975   compare:
2976     title: "Soak"
2977     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2978   data: "vpp-soak-vs-ndr-2n-skx"
2979   include-tests: "NDR"
2980   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2981   parameters:
2982     - "throughput"
2983     - "name"
2984     - "parent"
2985
2986 # VPP Soak vs NDR - 2n-clx
2987 - type: "table"
2988   title: "VPP Soak vs NDR 2n-clx"
2989   algorithm: "table_soak_vs_ndr"
2990   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2991   reference:
2992     title: "NDR"
2993     data: "vpp-soak-vs-ndr-2n-clx-ref"
2994   compare:
2995     title: "Soak"
2996     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2997   data: "vpp-soak-vs-ndr-2n-clx"
2998   include-tests: "NDR"
2999   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3000   parameters:
3001     - "throughput"
3002     - "name"
3003     - "parent"
3004
3005 ################################################################################
3006
3007 # VPP Compare NICs 3n-skx 2t1c ndr
3008 - type: "table"
3009   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3010   algorithm: "table_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3013   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3014   columns:
3015     - title: "x710"
3016       data-set: "vpp-nic-comparison-3n-skx"
3017       tag: "NIC_Intel-X710"
3018     - title: "xxv710"
3019       data-set: "vpp-nic-comparison-3n-skx"
3020       tag: "NIC_Intel-XXV710"
3021   comparisons:
3022     - title: "Diff"
3023       reference: 1
3024       compare: 2
3025   legend:
3026     - ""
3027     - "x710, xxv710 - NICs tested."
3028     - "Diff - difference between x710 and xxv710 NIC."
3029
3030 # VPP Compare NICs 3n-skx 4t2c ndr
3031 - type: "table"
3032   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3033   algorithm: "table_comparison"
3034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3037   columns:
3038     - title: "x710"
3039       data-set: "vpp-nic-comparison-3n-skx"
3040       tag: "NIC_Intel-X710"
3041     - title: "xxv710"
3042       data-set: "vpp-nic-comparison-3n-skx"
3043       tag: "NIC_Intel-XXV710"
3044   comparisons:
3045     - title: "Diff"
3046       reference: 1
3047       compare: 2
3048   legend:
3049     - ""
3050     - "x710, xxv710 - NICs tested."
3051     - "Diff - difference between x710 and xxv710 NIC."
3052
3053 # VPP Compare NICs 3n-skx 2t1c pdr
3054 - type: "table"
3055   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3056   algorithm: "table_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3059   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3060   columns:
3061     - title: "x710"
3062       data-set: "vpp-nic-comparison-3n-skx"
3063       tag: "NIC_Intel-X710"
3064     - title: "xxv710"
3065       data-set: "vpp-nic-comparison-3n-skx"
3066       tag: "NIC_Intel-XXV710"
3067   comparisons:
3068     - title: "Diff"
3069       reference: 1
3070       compare: 2
3071   legend:
3072     - ""
3073     - "x710, xxv710 - NICs tested."
3074     - "Diff - difference between x710 and xxv710 NIC."
3075
3076 # VPP Compare NICs 3n-skx 4t2c pdr
3077 - type: "table"
3078   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3079   algorithm: "table_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3082   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3083   columns:
3084     - title: "x710"
3085       data-set: "vpp-nic-comparison-3n-skx"
3086       tag: "NIC_Intel-X710"
3087     - title: "xxv710"
3088       data-set: "vpp-nic-comparison-3n-skx"
3089       tag: "NIC_Intel-XXV710"
3090   comparisons:
3091     - title: "Diff"
3092       reference: 1
3093       compare: 2
3094   legend:
3095     - ""
3096     - "x710, xxv710 - NICs tested."
3097     - "Diff - difference between x710 and xxv710 NIC."
3098
3099 ## VPP Compare NICs 3n-skx 2t1c mrr
3100 #- type: "table"
3101 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3102 #  algorithm: "table_comparison"
3103 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3105 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3106 #  columns:
3107 #    - title: "x710"
3108 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3109 #      tag: "NIC_Intel-X710"
3110 #    - title: "xxv710"
3111 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3112 #      tag: "NIC_Intel-XXV710"
3113 #  comparisons:
3114 #    - title: "Diff"
3115 #      reference: 1
3116 #      compare: 2
3117 #  legend:
3118 #    - ""
3119 #    - "x710, xxv710 - NICs tested."
3120 #    - "Diff - difference between x710 and xxv710 NIC."
3121 #
3122 ## VPP Compare NICs 3n-skx 4t2c mrr
3123 #- type: "table"
3124 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3125 #  algorithm: "table_comparison"
3126 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3128 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3129 #  columns:
3130 #    - title: "x710"
3131 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3132 #      tag: "NIC_Intel-X710"
3133 #    - title: "xxv710"
3134 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3135 #      tag: "NIC_Intel-XXV710"
3136 #  comparisons:
3137 #    - title: "Diff"
3138 #      reference: 1
3139 #      compare: 2
3140 #  legend:
3141 #    - ""
3142 #    - "x710, xxv710 - NICs tested."
3143 #    - "Diff - difference between x710 and xxv710 NIC."
3144 #
3145 ## VPP Compare NICs 3n-skx 8t4c mrr
3146 #- type: "table"
3147 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3148 #  algorithm: "table_comparison"
3149 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3150 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3151 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3152 #  columns:
3153 #    - title: "x710"
3154 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3155 #      tag: "NIC_Intel-X710"
3156 #    - title: "xxv710"
3157 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3158 #      tag: "NIC_Intel-XXV710"
3159 #  comparisons:
3160 #    - title: "Diff"
3161 #      reference: 1
3162 #      compare: 2
3163 #  legend:
3164 #    - ""
3165 #    - "x710, xxv710 - NICs tested."
3166 #    - "Diff - difference between x710 and xxv710 NIC."
3167
3168 # VPP Compare NICs 2n-skx 2t1c ndr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3174   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "x710"
3177       data-set: "vpp-nic-comparison-2n-skx"
3178       tag: "NIC_Intel-X710"
3179     - title: "xxv710"
3180       data-set: "vpp-nic-comparison-2n-skx"
3181       tag: "NIC_Intel-XXV710"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 1
3185       compare: 2
3186   legend:
3187     - ""
3188     - "x710, xxv710 - NICs tested."
3189     - "Diff - difference between x710 and xxv710 NIC."
3190
3191 # VPP Compare NICs 2n-skx 4t2c ndr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "x710"
3200       data-set: "vpp-nic-comparison-2n-skx"
3201       tag: "NIC_Intel-X710"
3202     - title: "xxv710"
3203       data-set: "vpp-nic-comparison-2n-skx"
3204       tag: "NIC_Intel-XXV710"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 1
3208       compare: 2
3209   legend:
3210     - ""
3211     - "x710, xxv710 - NICs tested."
3212     - "Diff - difference between x710 and xxv710 NIC."
3213
3214 # VPP Compare NICs 2n-skx 2t1c pdr
3215 - type: "table"
3216   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "x710"
3223       data-set: "vpp-nic-comparison-2n-skx"
3224       tag: "NIC_Intel-X710"
3225     - title: "xxv710"
3226       data-set: "vpp-nic-comparison-2n-skx"
3227       tag: "NIC_Intel-XXV710"
3228   comparisons:
3229     - title: "Diff"
3230       reference: 1
3231       compare: 2
3232   legend:
3233     - ""
3234     - "x710, xxv710 - NICs tested."
3235     - "Diff - difference between x710 and xxv710 NIC."
3236
3237 # VPP Compare NICs 2n-skx 4t2c pdr
3238 - type: "table"
3239   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3240   algorithm: "table_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3243   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3244   columns:
3245     - title: "x710"
3246       data-set: "vpp-nic-comparison-2n-skx"
3247       tag: "NIC_Intel-X710"
3248     - title: "xxv710"
3249       data-set: "vpp-nic-comparison-2n-skx"
3250       tag: "NIC_Intel-XXV710"
3251   comparisons:
3252     - title: "Diff"
3253       reference: 1
3254       compare: 2
3255   legend:
3256     - ""
3257     - "x710, xxv710 - NICs tested."
3258     - "Diff - difference between x710 and xxv710 NIC."
3259
3260 # VPP Compare NICs 2n-skx 2t1c mrr
3261 - type: "table"
3262   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3263   algorithm: "table_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3266   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3267   columns:
3268     - title: "x710"
3269       data-set: "vpp-nic-comparison-2n-skx-mrr"
3270       tag: "NIC_Intel-X710"
3271     - title: "xxv710"
3272       data-set: "vpp-nic-comparison-2n-skx-mrr"
3273       tag: "NIC_Intel-XXV710"
3274   comparisons:
3275     - title: "Diff"
3276       reference: 1
3277       compare: 2
3278   legend:
3279     - ""
3280     - "x710, xxv710 - NICs tested."
3281     - "Diff - difference between x710 and xxv710 NIC."
3282
3283 # VPP Compare NICs 2n-skx 4t2c mrr
3284 - type: "table"
3285   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3286   algorithm: "table_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3289   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3290   columns:
3291     - title: "x710"
3292       data-set: "vpp-nic-comparison-2n-skx-mrr"
3293       tag: "NIC_Intel-X710"
3294     - title: "xxv710"
3295       data-set: "vpp-nic-comparison-2n-skx-mrr"
3296       tag: "NIC_Intel-XXV710"
3297   comparisons:
3298     - title: "Diff"
3299       reference: 1
3300       compare: 2
3301   legend:
3302     - ""
3303     - "x710, xxv710 - NICs tested."
3304     - "Diff - difference between x710 and xxv710 NIC."
3305
3306 # VPP Compare NICs 2n-skx 8t4c mrr
3307 - type: "table"
3308   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3309   algorithm: "table_comparison"
3310   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3312   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3313   columns:
3314     - title: "x710"
3315       data-set: "vpp-nic-comparison-2n-skx-mrr"
3316       tag: "NIC_Intel-X710"
3317     - title: "xxv710"
3318       data-set: "vpp-nic-comparison-2n-skx-mrr"
3319       tag: "NIC_Intel-XXV710"
3320   comparisons:
3321     - title: "Diff"
3322       reference: 1
3323       compare: 2
3324   legend:
3325     - ""
3326     - "x710, xxv710 - NICs tested."
3327     - "Diff - difference between x710 and xxv710 NIC."
3328
3329 ################################################################################
3330 # VPP
3331
3332 # VPP Performance Changes 3n-hsw 1t1c pdr
3333 - type: "table"
3334   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3335   algorithm: "table_comparison"
3336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3338   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3339   columns:
3340     - title: "1908.1-2"
3341       data-set: "vpp-performance-changes-3n-hsw-h1"
3342     - title: "2001.0-2"
3343       data-set: "vpp-performance-changes-3n-hsw-ref"
3344     - title: "2001.0-4"
3345       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3346     - title: "2005.0-4"
3347       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3348   comparisons:
3349     - title: "2001.0-4 vs 2001.0-2"
3350       reference: 2
3351       compare: 3
3352       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3353     - title: "2005.0-4 vs 2001.0-4"
3354       reference: 3
3355       compare: 4
3356       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3357   legend:
3358     - ''
3359     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3360     - '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).'
3361     - '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.'
3362     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3363     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3364
3365 # VPP Performance Changes 3n-hsw 2t2c pdr
3366 - type: "table"
3367   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3368   algorithm: "table_comparison"
3369   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3370   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3371   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3372   columns:
3373     - title: "1908.1-2"
3374       data-set: "vpp-performance-changes-3n-hsw-h1"
3375     - title: "2001.0-2"
3376       data-set: "vpp-performance-changes-3n-hsw-ref"
3377     - title: "2001.0-4"
3378       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3379     - title: "2005.0-4"
3380       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3381   comparisons:
3382     - title: "2001.0-4 vs 2001.0-2"
3383       reference: 2
3384       compare: 3
3385       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3386     - title: "2005.0-4 vs 2001.0-4"
3387       reference: 3
3388       compare: 4
3389       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3390   legend:
3391     - ''
3392     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3393     - '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).'
3394     - '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.'
3395     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3396     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3397
3398 # VPP Performance Changes 3n-hsw 1t1c ndr
3399 - type: "table"
3400   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3401   algorithm: "table_comparison"
3402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3403   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3404   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3405   columns:
3406     - title: "1908.1-2"
3407       data-set: "vpp-performance-changes-3n-hsw-h1"
3408     - title: "2001.0-2"
3409       data-set: "vpp-performance-changes-3n-hsw-ref"
3410     - title: "2001.0-4"
3411       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3412     - title: "2005.0-4"
3413       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3414   comparisons:
3415     - title: "2001.0-4 vs 2001.0-2"
3416       reference: 2
3417       compare: 3
3418       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3419     - title: "2005.0-4 vs 2001.0-4"
3420       reference: 3
3421       compare: 4
3422       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3423   legend:
3424     - ''
3425     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3426     - '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).'
3427     - '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.'
3428     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3429     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3430
3431 # VPP Performance Changes 3n-hsw 2t2c ndr
3432 - type: "table"
3433   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "1908.1-2"
3440       data-set: "vpp-performance-changes-3n-hsw-h1"
3441     - title: "2001.0-2"
3442       data-set: "vpp-performance-changes-3n-hsw-ref"
3443     - title: "2001.0-4"
3444       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3445     - title: "2005.0-4"
3446       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3447   comparisons:
3448     - title: "2001.0-4 vs 2001.0-2"
3449       reference: 2
3450       compare: 3
3451       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3452     - title: "2005.0-4 vs 2001.0-4"
3453       reference: 3
3454       compare: 4
3455       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3456   legend:
3457     - ''
3458     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3459     - '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).'
3460     - '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.'
3461     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3462     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3463
3464 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3465 - type: "table"
3466   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3467   algorithm: "table_comparison"
3468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3470   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3471   columns:
3472     - title: "1908.1-2"
3473       data-set: "vpp-performance-changes-3n-hsw-h1"
3474     - title: "2001.0-2"
3475       data-set: "vpp-performance-changes-3n-hsw-ref"
3476     - title: "2001.0-4"
3477       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3478     - title: "2005.0-3"
3479       data-set: "vpp-performance-changes-3n-hsw-cmp"
3480     - title: "2005.0-4"
3481       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3482   comparisons:
3483     - title: "2005.0-4 vs 2005.0-3"
3484       reference: 4
3485       compare: 5
3486       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3487     - title: "2001.0-4 vs 2001.0-2"
3488       reference: 2
3489       compare: 3
3490       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3491     - title: "2005.0-4 vs 2001.0-4"
3492       reference: 3
3493       compare: 5
3494       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3495   legend:
3496     - ''
3497     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3498     - '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).'
3499     - '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.'
3500     - '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.'
3501     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3502     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3503
3504 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3505 - type: "table"
3506   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3511   columns:
3512     - title: "1908.1-2"
3513       data-set: "vpp-performance-changes-3n-hsw-h1"
3514     - title: "2001.0-2"
3515       data-set: "vpp-performance-changes-3n-hsw-ref"
3516     - title: "2001.0-4"
3517       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3518     - title: "2005.0-3"
3519       data-set: "vpp-performance-changes-3n-hsw-cmp"
3520     - title: "2005.0-4"
3521       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3522   comparisons:
3523     - title: "2005.0-4 vs 2005.0-3"
3524       reference: 4
3525       compare: 5
3526       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3527     - title: "2001.0-4 vs 2001.0-2"
3528       reference: 2
3529       compare: 3
3530       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3531     - title: "2005.0-4 vs 2001.0-4"
3532       reference: 3
3533       compare: 5
3534       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3535   legend:
3536     - ''
3537     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3538     - '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).'
3539     - '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.'
3540     - '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.'
3541     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3542     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3543
3544 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3545 - type: "table"
3546   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3547   algorithm: "table_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3551   columns:
3552     - title: "1908.1-2"
3553       data-set: "vpp-performance-changes-3n-hsw-h1"
3554     - title: "2001.0-2"
3555       data-set: "vpp-performance-changes-3n-hsw-ref"
3556     - title: "2001.0-4"
3557       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3558     - title: "2005.0-3"
3559       data-set: "vpp-performance-changes-3n-hsw-cmp"
3560     - title: "2005.0-4"
3561       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3562   comparisons:
3563     - title: "2005.0-4 vs 2005.0-3"
3564       reference: 4
3565       compare: 5
3566       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3567     - title: "2001.0-4 vs 2001.0-2"
3568       reference: 2
3569       compare: 3
3570       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3571     - title: "2005.0-4 vs 2001.0-4"
3572       reference: 3
3573       compare: 5
3574       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3575   legend:
3576     - ''
3577     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3578     - '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).'
3579     - '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.'
3580     - '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.'
3581     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3582     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3583
3584 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3585 - type: "table"
3586   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3587   algorithm: "table_comparison"
3588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3591   columns:
3592     - title: "1908.1-2"
3593       data-set: "vpp-performance-changes-3n-hsw-h1"
3594     - title: "2001.0-2"
3595       data-set: "vpp-performance-changes-3n-hsw-ref"
3596     - title: "2001.0-4"
3597       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3598     - title: "2005.0-3"
3599       data-set: "vpp-performance-changes-3n-hsw-cmp"
3600     - title: "2005.0-4"
3601       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3602   comparisons:
3603     - title: "2005.0-4 vs 2005.0-3"
3604       reference: 4
3605       compare: 5
3606       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3607     - title: "2001.0-4 vs 2001.0-2"
3608       reference: 2
3609       compare: 3
3610       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3611     - title: "2005.0-4 vs 2001.0-4"
3612       reference: 3
3613       compare: 5
3614       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3615   legend:
3616     - ''
3617     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3618     - '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)..'
3619     - '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.'
3620     - '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.'
3621     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3622     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3623
3624 # VPP Performance Changes 3n-skx 2t1c pdr
3625 - type: "table"
3626   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3627   algorithm: "table_comparison"
3628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3630   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3631   columns:
3632     - title: "1908.1-2"
3633       data-set: "vpp-performance-changes-3n-skx-h1"
3634     - title: "2001.0-2"
3635       data-set: "vpp-performance-changes-3n-skx-ref"
3636     - title: "2001.0-4"
3637       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3638     - title: "2005.0-4"
3639       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3640   comparisons:
3641     - title: "2001.0-4 vs 2001.0-2"
3642       reference: 2
3643       compare: 3
3644       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3645     - title: "2005.0-4 vs 2001.0-4"
3646       reference: 3
3647       compare: 4
3648       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3649   legend:
3650     - ''
3651     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3652     - '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).'
3653     - '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.'
3654     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3655     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3656
3657 # VPP Performance Changes 3n-skx 4t2c pdr
3658 - type: "table"
3659   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "1908.1-2"
3666       data-set: "vpp-performance-changes-3n-skx-h1"
3667     - title: "2001.0-2"
3668       data-set: "vpp-performance-changes-3n-skx-ref"
3669     - title: "2001.0-4"
3670       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3671     - title: "2005.0-4"
3672       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3673   comparisons:
3674     - title: "2001.0-4 vs 2001.0-2"
3675       reference: 2
3676       compare: 3
3677       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3678     - title: "2005.0-4 vs 2001.0-4"
3679       reference: 3
3680       compare: 4
3681       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3682   legend:
3683     - ''
3684     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3685     - '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).'
3686     - '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.'
3687     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3688     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3689
3690 # VPP Performance Changes 3n-skx 2t1c ndr
3691 - type: "table"
3692   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3697   columns:
3698     - title: "1908.1-2"
3699       data-set: "vpp-performance-changes-3n-skx-h1"
3700     - title: "2001.0-2"
3701       data-set: "vpp-performance-changes-3n-skx-ref"
3702     - title: "2001.0-4"
3703       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3704     - title: "2005.0-4"
3705       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3706   comparisons:
3707     - title: "2001.0-4 vs 2001.0-2"
3708       reference: 2
3709       compare: 3
3710       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3711     - title: "2005.0-4 vs 2001.0-4"
3712       reference: 3
3713       compare: 4
3714       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3715   legend:
3716     - ''
3717     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3718     - '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).'
3719     - '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.'
3720     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3721     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3722
3723 # VPP Performance Changes 3n-skx 4t2c ndr
3724 - type: "table"
3725   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "1908.1-2"
3732       data-set: "vpp-performance-changes-3n-skx-h1"
3733     - title: "2001.0-2"
3734       data-set: "vpp-performance-changes-3n-skx-ref"
3735     - title: "2001.0-4"
3736       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3737     - title: "2005.0-4"
3738       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3739   comparisons:
3740     - title: "2001.0-4 vs 2001.0-2"
3741       reference: 2
3742       compare: 3
3743       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3744     - title: "2005.0-4 vs 2001.0-4"
3745       reference: 3
3746       compare: 4
3747       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3748   legend:
3749     - ''
3750     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3751     - '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).'
3752     - '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.'
3753     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3754     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3755
3756 # VPP Performance Changes 3n-skx 2t1c pdr-full
3757 - type: "table"
3758   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3763   columns:
3764     - title: "1908.1-2"
3765       data-set: "vpp-performance-changes-3n-skx-h1"
3766     - title: "2001.0-2"
3767       data-set: "vpp-performance-changes-3n-skx-ref"
3768     - title: "2001.0-4"
3769       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3770     - title: "2005.0-3"
3771       data-set: "vpp-performance-changes-3n-skx-cmp"
3772     - title: "2005.0-4"
3773       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3774   comparisons:
3775     - title: "2005.0-4 vs 2005.0-3"
3776       reference: 4
3777       compare: 5
3778       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3779     - title: "2001.0-4 vs 2001.0-2"
3780       reference: 2
3781       compare: 3
3782       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3783     - title: "2005.0-4 vs 2001.0-4"
3784       reference: 3
3785       compare: 5
3786       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3787   legend:
3788     - ''
3789     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3790     - '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).'
3791     - '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.'
3792     - '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.'
3793     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3794     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3795
3796 # VPP Performance Changes 3n-skx 4t2c pdr-full
3797 - type: "table"
3798   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3799   algorithm: "table_comparison"
3800   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3803   columns:
3804     - title: "1908.1-2"
3805       data-set: "vpp-performance-changes-3n-skx-h1"
3806     - title: "2001.0-2"
3807       data-set: "vpp-performance-changes-3n-skx-ref"
3808     - title: "2001.0-4"
3809       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3810     - title: "2005.0-3"
3811       data-set: "vpp-performance-changes-3n-skx-cmp"
3812     - title: "2005.0-4"
3813       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3814   comparisons:
3815     - title: "2005.0-4 vs 2005.0-3"
3816       reference: 4
3817       compare: 5
3818       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3819     - title: "2001.0-4 vs 2001.0-2"
3820       reference: 2
3821       compare: 3
3822       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3823     - title: "2005.0-4 vs 2001.0-4"
3824       reference: 3
3825       compare: 5
3826       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3827   legend:
3828     - ''
3829     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3830     - '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).'
3831     - '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.'
3832     - '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.'
3833     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3834     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3835
3836 # VPP Performance Changes 3n-skx 2t1c ndr-full
3837 - type: "table"
3838   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3843   columns:
3844     - title: "1908.1-2"
3845       data-set: "vpp-performance-changes-3n-skx-h1"
3846     - title: "2001.0-2"
3847       data-set: "vpp-performance-changes-3n-skx-ref"
3848     - title: "2001.0-4"
3849       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3850     - title: "2005.0-3"
3851       data-set: "vpp-performance-changes-3n-skx-cmp"
3852     - title: "2005.0-4"
3853       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3854   comparisons:
3855     - title: "2005.0-4 vs 2005.0-3"
3856       reference: 4
3857       compare: 5
3858       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3859     - title: "2001.0-4 vs 2001.0-2"
3860       reference: 2
3861       compare: 3
3862       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3863     - title: "2005.0-4 vs 2001.0-4"
3864       reference: 3
3865       compare: 5
3866       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3867   legend:
3868     - ''
3869     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3870     - '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).'
3871     - '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.'
3872     - '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.'
3873     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3874     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3875
3876 # VPP Performance Changes 3n-skx 4t2c ndr-full
3877 - type: "table"
3878   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3883   columns:
3884     - title: "1908.1-2"
3885       data-set: "vpp-performance-changes-3n-skx-h1"
3886     - title: "2001.0-2"
3887       data-set: "vpp-performance-changes-3n-skx-ref"
3888     - title: "2001.0-4"
3889       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3890     - title: "2005.0-3"
3891       data-set: "vpp-performance-changes-3n-skx-cmp"
3892     - title: "2005.0-4"
3893       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3894   comparisons:
3895     - title: "2005.0-4 vs 2005.0-3"
3896       reference: 4
3897       compare: 5
3898       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3899     - title: "2001.0-4 vs 2001.0-2"
3900       reference: 2
3901       compare: 3
3902       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3903     - title: "2005.0-4 vs 2001.0-4"
3904       reference: 3
3905       compare: 5
3906       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3907   legend:
3908     - ''
3909     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3910     - '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).'
3911     - '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.'
3912     - '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.'
3913     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3914     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3915
3916 # VPP Performance Changes 2n-skx 2t1c pdr
3917 - type: "table"
3918   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3923   columns:
3924     - title: "1908.1-2"
3925       data-set: "vpp-performance-changes-2n-skx-h1"
3926     - title: "2001.0-2"
3927       data-set: "vpp-performance-changes-2n-skx-ref"
3928     - title: "2001.0-4"
3929       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3930     - title: "2005.0-4"
3931       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3932   comparisons:
3933     - title: "2001.0-4 vs 2001.0-2"
3934       reference: 2
3935       compare: 3
3936       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3937     - title: "2005.0-4 vs 2001.0-4"
3938       reference: 3
3939       compare: 4
3940       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3941   legend:
3942     - ''
3943     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3944     - '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).'
3945     - '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.'
3946     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3947     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3948
3949 # VPP Performance Changes 2n-skx 4t2c pdr
3950 - type: "table"
3951   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3952   algorithm: "table_comparison"
3953   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3954   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3955   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3956   columns:
3957     - title: "1908.1-2"
3958       data-set: "vpp-performance-changes-2n-skx-h1"
3959     - title: "2001.0-2"
3960       data-set: "vpp-performance-changes-2n-skx-ref"
3961     - title: "2001.0-4"
3962       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3963     - title: "2005.0-4"
3964       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3965   comparisons:
3966     - title: "2001.0-4 vs 2001.0-2"
3967       reference: 2
3968       compare: 3
3969       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3970     - title: "2005.0-4 vs 2001.0-4"
3971       reference: 3
3972       compare: 4
3973       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3974   legend:
3975     - ''
3976     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3977     - '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).'
3978     - '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.'
3979     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3980     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3981
3982 # VPP Performance Changes 2n-skx 2t1c ndr
3983 - type: "table"
3984   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3989   columns:
3990     - title: "1908.1-2"
3991       data-set: "vpp-performance-changes-2n-skx-h1"
3992     - title: "2001.0-2"
3993       data-set: "vpp-performance-changes-2n-skx-ref"
3994     - title: "2001.0-4"
3995       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3996     - title: "2005.0-4"
3997       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3998   comparisons:
3999     - title: "2001.0-4 vs 2001.0-2"
4000       reference: 2
4001       compare: 3
4002       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4003     - title: "2005.0-4 vs 2001.0-4"
4004       reference: 3
4005       compare: 4
4006       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4007   legend:
4008     - ''
4009     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4010     - '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).'
4011     - '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.'
4012     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4013     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4014
4015 # VPP Performance Changes 2n-skx 4t2c ndr
4016 - type: "table"
4017   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4018   algorithm: "table_comparison"
4019   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4020   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4021   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4022   columns:
4023     - title: "1908.1-2"
4024       data-set: "vpp-performance-changes-2n-skx-h1"
4025     - title: "2001.0-2"
4026       data-set: "vpp-performance-changes-2n-skx-ref"
4027     - title: "2001.0-4"
4028       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4029     - title: "2005.0-4"
4030       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4031   comparisons:
4032     - title: "2001.0-4 vs 2001.0-2"
4033       reference: 2
4034       compare: 3
4035       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4036     - title: "2005.0-4 vs 2001.0-4"
4037       reference: 3
4038       compare: 4
4039       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4040   legend:
4041     - ''
4042     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4043     - '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).'
4044     - '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.'
4045     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4046     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4047
4048 # VPP Performance Changes 2n-skx 2t1c pdr-full
4049 - type: "table"
4050   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
4053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4055   columns:
4056     - title: "1908.1-2"
4057       data-set: "vpp-performance-changes-2n-skx-h1"
4058     - title: "2001.0-2"
4059       data-set: "vpp-performance-changes-2n-skx-ref"
4060     - title: "2001.0-4"
4061       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4062     - title: "2005.0-3"
4063       data-set: "vpp-performance-changes-2n-skx-cmp"
4064     - title: "2005.0-4"
4065       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4066   comparisons:
4067     - title: "2005.0-4 vs 2005.0-3"
4068       reference: 4
4069       compare: 5
4070       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4071     - title: "2001.0-4 vs 2001.0-2"
4072       reference: 2
4073       compare: 3
4074       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4075     - title: "2005.0-4 vs 2001.0-4"
4076       reference: 3
4077       compare: 5
4078       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
4079
4080   legend:
4081     - ''
4082     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4083     - '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).'
4084     - '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.'
4085     - '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.'
4086     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4087     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4088
4089 # VPP Performance Changes 2n-skx 4t2c pdr-full
4090 - type: "table"
4091   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4092   algorithm: "table_comparison"
4093   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4095   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4096   columns:
4097     - title: "1908.1-2"
4098       data-set: "vpp-performance-changes-2n-skx-h1"
4099     - title: "2001.0-2"
4100       data-set: "vpp-performance-changes-2n-skx-ref"
4101     - title: "2001.0-4"
4102       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4103     - title: "2005.0-3"
4104       data-set: "vpp-performance-changes-2n-skx-cmp"
4105     - title: "2005.0-4"
4106       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4107   comparisons:
4108     - title: "2005.0-4 vs 2005.0-3"
4109       reference: 4
4110       compare: 5
4111       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4112     - title: "2001.0-4 vs 2001.0-2"
4113       reference: 2
4114       compare: 3
4115       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4116     - title: "2005.0-4 vs 2001.0-4"
4117       reference: 3
4118       compare: 5
4119       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4120   legend:
4121     - ''
4122     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4123     - '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).'
4124     - '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.'
4125     - '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.'
4126     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4127     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4128
4129 # VPP Performance Changes 2n-skx 2t1c ndr-full
4130 - type: "table"
4131   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4136   columns:
4137     - title: "1908.1-2"
4138       data-set: "vpp-performance-changes-2n-skx-h1"
4139     - title: "2001.0-2"
4140       data-set: "vpp-performance-changes-2n-skx-ref"
4141     - title: "2001.0-4"
4142       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4143     - title: "2005.0-3"
4144       data-set: "vpp-performance-changes-2n-skx-cmp"
4145     - title: "2005.0-4"
4146       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4147   comparisons:
4148     - title: "2005.0-4 vs 2005.0-3"
4149       reference: 4
4150       compare: 5
4151       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4152     - title: "2001.0-4 vs 2001.0-2"
4153       reference: 2
4154       compare: 3
4155       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4156     - title: "2005.0-4 vs 2001.0-4"
4157       reference: 3
4158       compare: 5
4159       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4160   legend:
4161     - ''
4162     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4163     - '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).'
4164     - '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.'
4165     - '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.'
4166     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4167     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4168
4169 # VPP Performance Changes 2n-skx 4t2c ndr-full
4170 - type: "table"
4171   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4176   columns:
4177     - title: "1908.1-2"
4178       data-set: "vpp-performance-changes-2n-skx-h1"
4179     - title: "2001.0-2"
4180       data-set: "vpp-performance-changes-2n-skx-ref"
4181     - title: "2001.0-4"
4182       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4183     - title: "2005.0-3"
4184       data-set: "vpp-performance-changes-2n-skx-cmp"
4185     - title: "2005.0-4"
4186       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4187   comparisons:
4188     - title: "2005.0-4 vs 2005.0-3"
4189       reference: 4
4190       compare: 5
4191       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4192     - title: "2001.0-4 vs 2001.0-2"
4193       reference: 2
4194       compare: 3
4195       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4196     - title: "2005.0-4 vs 2001.0-4"
4197       reference: 3
4198       compare: 5
4199       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4200   legend:
4201     - ''
4202     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4203     - '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).'
4204     - '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.'
4205     - '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.'
4206     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4207     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4208
4209 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4210 - type: "table"
4211   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4216   columns:
4217     - title: "2001.0-2"
4218       data-set: "vpp-performance-changes-2n-clx-ref"
4219     - title: "2001.0-4"
4220       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4221     - title: "2005.0-4"
4222       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4223   comparisons:
4224     - title: "2001.0-4 vs 2001.0-2"
4225       reference: 1
4226       compare: 2
4227       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4228     - title: "2005.0-4 vs 2001.0-4"
4229       reference: 2
4230       compare: 3
4231       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4232   legend:
4233     - ''
4234     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4235     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4236     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4237     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4238     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4239
4240 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4241 - type: "table"
4242   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4246   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4247   columns:
4248     - title: "2001.0-2"
4249       data-set: "vpp-performance-changes-2n-clx-ref"
4250     - title: "2001.0-4"
4251       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4252     - title: "2005.0-4"
4253       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4254   comparisons:
4255     - title: "2001.0-4 vs 2001.0-2"
4256       reference: 1
4257       compare: 2
4258       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4259     - title: "2005.0-4 vs 2001.0-4"
4260       reference: 2
4261       compare: 3
4262       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4263   legend:
4264     - ''
4265     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4266     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4267     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4268     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4269     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4270
4271 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4272 - type: "table"
4273   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4278   columns:
4279     - title: "2001.0-2"
4280       data-set: "vpp-performance-changes-2n-clx-ref"
4281     - title: "2001.0-4"
4282       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4283     - title: "2005.0-4"
4284       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4285   comparisons:
4286     - title: "2001.0-4 vs 2001.0-2"
4287       reference: 1
4288       compare: 2
4289       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4290     - title: "2005.0-4 vs 2001.0-4"
4291       reference: 2
4292       compare: 3
4293       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4294   legend:
4295     - ''
4296     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4297     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4298     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4299     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4300     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4301
4302 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4303 - type: "table"
4304   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4305   algorithm: "table_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4308   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4309   columns:
4310     - title: "2001.0-2"
4311       data-set: "vpp-performance-changes-2n-clx-ref"
4312     - title: "2001.0-4"
4313       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4314     - title: "2005.0-4"
4315       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4316   comparisons:
4317     - title: "2001.0-4 vs 2001.0-2"
4318       reference: 1
4319       compare: 2
4320       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4321     - title: "2005.0-4 vs 2001.0-4"
4322       reference: 2
4323       compare: 3
4324       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4325   legend:
4326     - ''
4327     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4328     - '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).'
4329     - '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.'
4330     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4331     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4332
4333 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4334 - type: "table"
4335   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4339   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4340   columns:
4341     - title: "2001.0-2"
4342       data-set: "vpp-performance-changes-2n-clx-ref"
4343     - title: "2001.0-4"
4344       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4345     - title: "2005.0-3"
4346       data-set: "vpp-performance-changes-2n-clx-cmp"
4347     - title: "2005.0-4"
4348       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4349   comparisons:
4350     - title: "2005.0-4 vs 2005.0-3"
4351       reference: 3
4352       compare: 4
4353       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4354     - title: "2001.0-4 vs 2001.0-2"
4355       reference: 1
4356       compare: 2
4357       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4358     - title: "2005.0-4 vs 2001.0-4"
4359       reference: 2
4360       compare: 4
4361       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4362   legend:
4363     - ''
4364     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4365     - '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).'
4366     - '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.'
4367     - '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.'
4368     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4369     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4370
4371 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4372 - type: "table"
4373   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4378   columns:
4379     - title: "2001.0-2"
4380       data-set: "vpp-performance-changes-2n-clx-ref"
4381     - title: "2001.0-4"
4382       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4383     - title: "2005.0-3"
4384       data-set: "vpp-performance-changes-2n-clx-cmp"
4385     - title: "2005.0-4"
4386       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4387   comparisons:
4388     - title: "2005.0-4 vs 2005.0-3"
4389       reference: 3
4390       compare: 4
4391       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4392     - title: "2001.0-4 vs 2001.0-2"
4393       reference: 1
4394       compare: 2
4395       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4396     - title: "2005.0-4 vs 2001.0-4"
4397       reference: 2
4398       compare: 4
4399       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4400   legend:
4401     - ''
4402     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4403     - '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).'
4404     - '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.'
4405     - '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.'
4406     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4407     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4408
4409 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4410 - type: "table"
4411   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4412   algorithm: "table_comparison"
4413   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4415   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4416   columns:
4417     - title: "2001.0-2"
4418       data-set: "vpp-performance-changes-2n-clx-ref"
4419     - title: "2001.0-4"
4420       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4421     - title: "2005.0-3"
4422       data-set: "vpp-performance-changes-2n-clx-cmp"
4423     - title: "2005.0-4"
4424       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4425   comparisons:
4426     - title: "2005.0-4 vs 2005.0-3"
4427       reference: 3
4428       compare: 4
4429       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4430     - title: "2001.0-4 vs 2001.0-2"
4431       reference: 1
4432       compare: 2
4433       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4434     - title: "2005.0-4 vs 2001.0-4"
4435       reference: 2
4436       compare: 4
4437       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4438   legend:
4439     - ''
4440     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4441     - '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).'
4442     - '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.'
4443     - '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.'
4444     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4445     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4446
4447 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4448 - type: "table"
4449   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4454   columns:
4455     - title: "2001.0-2"
4456       data-set: "vpp-performance-changes-2n-clx-ref"
4457     - title: "2001.0-4"
4458       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4459     - title: "2005.0-3"
4460       data-set: "vpp-performance-changes-2n-clx-cmp"
4461     - title: "2005.0-4"
4462       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4463   comparisons:
4464     - title: "2005.0-4 vs 2005.0-3"
4465       reference: 3
4466       compare: 4
4467       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4468     - title: "2001.0-4 vs 2001.0-2"
4469       reference: 1
4470       compare: 2
4471       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4472     - title: "2005.0-4 vs 2001.0-4"
4473       reference: 2
4474       compare: 4
4475       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4476   legend:
4477     - ''
4478     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4479     - '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).'
4480     - '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.'
4481     - '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.'
4482     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4483     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4484
4485 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4486 #- type: "table"
4487 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4488 #  algorithm: "table_comparison"
4489 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4490 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4491 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4492 #  columns:
4493 #    - title: "2001.0-2"
4494 #      data-set: "vpp-performance-changes-2n-clx-ref"
4495 #    - title: "2005.0-3"
4496 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4497 #  comparisons:
4498 #    - title: "Diff"
4499 #      reference: 1
4500 #      compare: 2
4501 #  legend:
4502 #    - ''
4503 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4504 #    - '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).'
4505 #    - '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.'
4506 #    - '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.'
4507 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4508 #
4509 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4510 #- type: "table"
4511 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4512 #  algorithm: "table_comparison"
4513 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4514 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4515 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4516 #  columns:
4517 #    - title: "2001.0-2"
4518 #      data-set: "vpp-performance-changes-2n-clx-ref"
4519 #    - title: "2005.0-3"
4520 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4521 #  comparisons:
4522 #    - title: "Diff"
4523 #      reference: 1
4524 #      compare: 2
4525 #  legend:
4526 #    - ''
4527 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4528 #    - '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).'
4529 #    - '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.'
4530 #    - '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.'
4531 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4532 #
4533 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4534 #- type: "table"
4535 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4536 #  algorithm: "table_comparison"
4537 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4539 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4540 #  columns:
4541 #    - title: "2001.0-2"
4542 #      data-set: "vpp-performance-changes-2n-clx-ref"
4543 #    - title: "2005.0-3"
4544 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4545 #  comparisons:
4546 #    - title: "Diff"
4547 #      reference: 1
4548 #      compare: 2
4549 #  legend:
4550 #    - ''
4551 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4552 #    - '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).'
4553 #    - '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.'
4554 #    - '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.'
4555 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4556 #
4557 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4558 #- type: "table"
4559 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4560 #  algorithm: "table_comparison"
4561 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4563 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4564 #  columns:
4565 #    - title: "2001.0-2"
4566 #      data-set: "vpp-performance-changes-2n-clx-ref"
4567 #    - title: "2005.0-3"
4568 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4569 #  comparisons:
4570 #    - title: "Diff"
4571 #      reference: 1
4572 #      compare: 2
4573 #  legend:
4574 #    - ''
4575 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4576 #    - '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).'
4577 #    - '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.'
4578 #    - '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.'
4579 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4580
4581 # VPP Performance Changes 2n-dnv 1t1c pdr
4582 - type: "table"
4583   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4584   algorithm: "table_comparison"
4585   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4587   filter: "'1T1C'"
4588   columns:
4589     - title: "1908.1-2"
4590       data-set: "vpp-performance-changes-2n-dnv-h1"
4591     - title: "2001.0-2"
4592       data-set: "vpp-performance-changes-2n-dnv-ref"
4593     - title: "2005.0-3"
4594       data-set: "vpp-performance-changes-2n-dnv-cmp"
4595   comparisons:
4596     - title: "2005.0-3 vs 2001.0-2"
4597       reference: 2
4598       compare: 3
4599   legend:
4600     - ''
4601     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4602     - '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).'
4603     - '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.'
4604     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4605
4606 # VPP Performance Changes 2n-dnv 2t2c pdr
4607 - type: "table"
4608   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4609   algorithm: "table_comparison"
4610   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4612   filter: "'2T2C'"
4613   columns:
4614     - title: "1908.1-2"
4615       data-set: "vpp-performance-changes-2n-dnv-h1"
4616     - title: "2001.0-2"
4617       data-set: "vpp-performance-changes-2n-dnv-ref"
4618     - title: "2005.0-3"
4619       data-set: "vpp-performance-changes-2n-dnv-cmp"
4620   comparisons:
4621     - title: "2005.0-3 vs 2001.0-2"
4622       reference: 2
4623       compare: 3
4624   legend:
4625     - ''
4626     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4627     - '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).'
4628     - '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.'
4629     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4630
4631 # VPP Performance Changes 2n-dnv 1t1c ndr
4632 - type: "table"
4633   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4634   algorithm: "table_comparison"
4635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4637   filter: "'1T1C'"
4638   columns:
4639     - title: "1908.1-2"
4640       data-set: "vpp-performance-changes-2n-dnv-h1"
4641     - title: "2001.0-2"
4642       data-set: "vpp-performance-changes-2n-dnv-ref"
4643     - title: "2005.0-3"
4644       data-set: "vpp-performance-changes-2n-dnv-cmp"
4645   comparisons:
4646     - title: "2005.0-3 vs 2001.0-2"
4647       reference: 2
4648       compare: 3
4649   legend:
4650     - ''
4651     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4652     - '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).'
4653     - '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.'
4654     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4655
4656 # VPP Performance Changes 2n-dnv 2t2c ndr
4657 - type: "table"
4658   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4659   algorithm: "table_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4662   filter: "'2T2C'"
4663   columns:
4664     - title: "1908.1-2"
4665       data-set: "vpp-performance-changes-2n-dnv-h1"
4666     - title: "2001.0-2"
4667       data-set: "vpp-performance-changes-2n-dnv-ref"
4668     - title: "2005.0-3"
4669       data-set: "vpp-performance-changes-2n-dnv-cmp"
4670   comparisons:
4671     - title: "2005.0-3 vs 2001.0-2"
4672       reference: 2
4673       compare: 3
4674   legend:
4675     - ''
4676     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4677     - '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).'
4678     - '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.'
4679     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4680
4681 # VPP Performance Changes 3n-dnv 1t1c pdr
4682 - type: "table"
4683   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4684   algorithm: "table_comparison"
4685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4687   filter: "'1T1C'"
4688   columns:
4689     - title: "1908.1-2"
4690       data-set: "vpp-performance-changes-3n-dnv-h1"
4691     - title: "2001.0-2"
4692       data-set: "vpp-performance-changes-3n-dnv-ref"
4693     - title: "2005.0-3"
4694       data-set: "vpp-performance-changes-3n-dnv-cmp"
4695   comparisons:
4696     - title: "2005.0-3 vs 2001.0-2"
4697       reference: 2
4698       compare: 3
4699   legend:
4700     - ''
4701     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4702     - '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).'
4703     - '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.'
4704     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4705
4706 # VPP Performance Changes 3n-dnv 2t2c pdr
4707 - type: "table"
4708   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4709   algorithm: "table_comparison"
4710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4712   filter: "'2T2C'"
4713   columns:
4714     - title: "1908.1-2"
4715       data-set: "vpp-performance-changes-3n-dnv-h1"
4716     - title: "2001.0-2"
4717       data-set: "vpp-performance-changes-3n-dnv-ref"
4718     - title: "2005.0-3"
4719       data-set: "vpp-performance-changes-3n-dnv-cmp"
4720   comparisons:
4721     - title: "2005.0-3 vs 2001.0-2"
4722       reference: 2
4723       compare: 3
4724   legend:
4725     - ''
4726     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4727     - '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).'
4728     - '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.'
4729     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4730
4731 # VPP Performance Changes 3n-dnv 1t1c ndr
4732 - type: "table"
4733   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4737   filter: "'1T1C'"
4738   columns:
4739     - title: "1908.1-2"
4740       data-set: "vpp-performance-changes-3n-dnv-h1"
4741     - title: "2001.0-2"
4742       data-set: "vpp-performance-changes-3n-dnv-ref"
4743     - title: "2005.0-3"
4744       data-set: "vpp-performance-changes-3n-dnv-cmp"
4745   comparisons:
4746     - title: "2005.0-3 vs 2001.0-2"
4747       reference: 2
4748       compare: 3
4749   legend:
4750     - ''
4751     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4752     - '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).'
4753     - '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.'
4754     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4755
4756 # VPP Performance Changes 3n-dnv 2t2c ndr
4757 - type: "table"
4758   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4759   algorithm: "table_comparison"
4760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4762   filter: "'2T2C'"
4763   columns:
4764     - title: "1908.1-2"
4765       data-set: "vpp-performance-changes-3n-dnv-h1"
4766     - title: "2001.0-2"
4767       data-set: "vpp-performance-changes-3n-dnv-ref"
4768     - title: "2005.0-3"
4769       data-set: "vpp-performance-changes-3n-dnv-cmp"
4770   comparisons:
4771     - title: "2005.0-3 vs 2001.0-2"
4772       reference: 2
4773       compare: 3
4774   legend:
4775     - ''
4776     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4777     - '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).'
4778     - '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.'
4779     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4780
4781 # VPP Performance Changes 3n-tsh 1t1c pdr
4782 - type: "table"
4783   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4787   filter: "'1T1C'"
4788   columns:
4789     - title: "1908.1-2"
4790       data-set: "vpp-performance-changes-3n-tsh-h1"
4791     - title: "2001.0-2"
4792       data-set: "vpp-performance-changes-3n-tsh-ref"
4793     - title: "2001.0-4"
4794       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4795     - title: "2005.0-4"
4796       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4797   comparisons:
4798     - title: "2001.0-4 vs 2001.0-2"
4799       reference: 2
4800       compare: 3
4801       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4802     - title: "2005.0-4 vs 2001.0-4"
4803       reference: 3
4804       compare: 4
4805       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4806   legend:
4807     - ''
4808     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4809     - '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).'
4810     - '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.'
4811     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4812     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4813
4814 # VPP Performance Changes 3n-tsh 2t2c pdr
4815 - type: "table"
4816   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4820   filter: "'2T2C'"
4821   columns:
4822     - title: "1908.1-2"
4823       data-set: "vpp-performance-changes-3n-tsh-h1"
4824     - title: "2001.0-2"
4825       data-set: "vpp-performance-changes-3n-tsh-ref"
4826     - title: "2001.0-4"
4827       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4828     - title: "2005.0-4"
4829       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4830   comparisons:
4831     - title: "2001.0-4 vs 2001.0-2"
4832       reference: 2
4833       compare: 3
4834       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4835     - title: "2005.0-4 vs 2001.0-4"
4836       reference: 3
4837       compare: 4
4838       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4839   legend:
4840     - ''
4841     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4842     - '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).'
4843     - '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.'
4844     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4845     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4846
4847 # VPP Performance Changes 3n-tsh 1t1c ndr
4848 - type: "table"
4849   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4853   filter: "'1T1C'"
4854   columns:
4855     - title: "1908.1-2"
4856       data-set: "vpp-performance-changes-3n-tsh-h1"
4857     - title: "2001.0-2"
4858       data-set: "vpp-performance-changes-3n-tsh-ref"
4859     - title: "2001.0-4"
4860       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4861     - title: "2005.0-4"
4862       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4863   comparisons:
4864     - title: "2001.0-4 vs 2001.0-2"
4865       reference: 2
4866       compare: 3
4867       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4868     - title: "2005.0-4 vs 2001.0-4"
4869       reference: 3
4870       compare: 4
4871       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4872   legend:
4873     - ''
4874     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4875     - '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).'
4876     - '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.'
4877     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4878     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4879
4880 # VPP Performance Changes 3n-tsh 2t2c ndr
4881 - type: "table"
4882   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4886   filter: "'2T2C'"
4887   columns:
4888     - title: "1908.1-2"
4889       data-set: "vpp-performance-changes-3n-tsh-h1"
4890     - title: "2001.0-2"
4891       data-set: "vpp-performance-changes-3n-tsh-ref"
4892     - title: "2001.0-4"
4893       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4894     - title: "2005.0-4"
4895       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4896   comparisons:
4897     - title: "2001.0-4 vs 2001.0-2"
4898       reference: 2
4899       compare: 3
4900       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4901     - title: "2005.0-4 vs 2001.0-4"
4902       reference: 3
4903       compare: 4
4904       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4905   legend:
4906     - ''
4907     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4908     - '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).'
4909     - '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.'
4910     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4911     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4912
4913 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4914 - type: "table"
4915   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4916   algorithm: "table_comparison"
4917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4919   filter: "'1T1C'"
4920   columns:
4921     - title: "1908.1-2"
4922       data-set: "vpp-performance-changes-3n-tsh-h1"
4923     - title: "2001.0-2"
4924       data-set: "vpp-performance-changes-3n-tsh-ref"
4925     - title: "2001.0-4"
4926       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4927     - title: "2005.0-3"
4928       data-set: "vpp-performance-changes-3n-tsh-cmp"
4929     - title: "2005.0-4"
4930       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4931   comparisons:
4932     - title: "2005.0-4 vs 2005.0-3"
4933       reference: 4
4934       compare: 5
4935       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4936     - title: "2001.0-4 vs 2001.0-2"
4937       reference: 2
4938       compare: 3
4939       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4940     - title: "2005.0-4 vs 2001.0-4"
4941       reference: 3
4942       compare: 5
4943       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4944   legend:
4945     - ''
4946     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4947     - '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).'
4948     - '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.'
4949     - '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.'
4950     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4951     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4952
4953 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4954 - type: "table"
4955   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4956   algorithm: "table_comparison"
4957   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4959   filter: "'2T2C'"
4960   columns:
4961     - title: "1908.1-2"
4962       data-set: "vpp-performance-changes-3n-tsh-h1"
4963     - title: "2001.0-2"
4964       data-set: "vpp-performance-changes-3n-tsh-ref"
4965     - title: "2001.0-4"
4966       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4967     - title: "2005.0-3"
4968       data-set: "vpp-performance-changes-3n-tsh-cmp"
4969     - title: "2005.0-4"
4970       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4971   comparisons:
4972     - title: "2005.0-4 vs 2005.0-3"
4973       reference: 4
4974       compare: 5
4975       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4976     - title: "2001.0-4 vs 2001.0-2"
4977       reference: 2
4978       compare: 3
4979       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4980     - title: "2005.0-4 vs 2001.0-4"
4981       reference: 3
4982       compare: 5
4983       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4984   legend:
4985     - ''
4986     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4987     - '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).'
4988     - '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.'
4989     - '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.'
4990     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4991     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4992
4993 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4994 - type: "table"
4995   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4996   algorithm: "table_comparison"
4997   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4999   filter: "'1T1C'"
5000   columns:
5001     - title: "1908.1-2"
5002       data-set: "vpp-performance-changes-3n-tsh-h1"
5003     - title: "2001.0-2"
5004       data-set: "vpp-performance-changes-3n-tsh-ref"
5005     - title: "2001.0-4"
5006       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5007     - title: "2005.0-3"
5008       data-set: "vpp-performance-changes-3n-tsh-cmp"
5009     - title: "2005.0-4"
5010       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5011   comparisons:
5012     - title: "2005.0-4 vs 2005.0-3"
5013       reference: 4
5014       compare: 5
5015       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5016     - title: "2001.0-4 vs 2001.0-2"
5017       reference: 2
5018       compare: 3
5019       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5020     - title: "2005.0-4 vs 2001.0-4"
5021       reference: 3
5022       compare: 5
5023       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
5024   legend:
5025     - ''
5026     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5027     - '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).'
5028     - '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.'
5029     - '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.'
5030     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5031     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5032
5033 # VPP Performance Changes 3n-tsh 2t2c ndr-full
5034 - type: "table"
5035   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
5036   algorithm: "table_comparison"
5037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
5038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5039   filter: "'2T2C'"
5040   columns:
5041     - title: "1908.1-2"
5042       data-set: "vpp-performance-changes-3n-tsh-h1"
5043     - title: "2001.0-2"
5044       data-set: "vpp-performance-changes-3n-tsh-ref"
5045     - title: "2001.0-4"
5046       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
5047     - title: "2005.0-3"
5048       data-set: "vpp-performance-changes-3n-tsh-cmp"
5049     - title: "2005.0-4"
5050       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
5051   comparisons:
5052     - title: "2005.0-4 vs 2005.0-3"
5053       reference: 4
5054       compare: 5
5055       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5056     - title: "2001.0-4 vs 2001.0-2"
5057       reference: 2
5058       compare: 3
5059       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5060     - title: "2005.0-4 vs 2001.0-4"
5061       reference: 3
5062       compare: 5
5063       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
5064   legend:
5065     - ''
5066     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5067     - '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).'
5068     - '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.'
5069     - '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.'
5070     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5071     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
5072
5073 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5074 - type: "table"
5075   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5076   algorithm: "table_comparison"
5077   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5079   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5080   columns:
5081     - title: "3n-hsw xl710"
5082       data-set: "vpp-compare-testbeds-ref"
5083       tag: "NIC_Intel-XL710"
5084     - title: "3n-skx xxv710"
5085       data-set: "vpp-compare-testbeds-cmp"
5086       tag: "NIC_Intel-XXV710"
5087   comparisons:
5088     - title: "Diff"
5089       reference: 1
5090       compare: 2
5091   legend:
5092     - ""
5093     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5094     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5095
5096 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5097 - type: "table"
5098   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5099   algorithm: "table_comparison"
5100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5102   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5103   columns:
5104     - title: "3n-hsw xl710"
5105       data-set: "vpp-compare-testbeds-ref"
5106       tag: "NIC_Intel-XL710"
5107     - title: "3n-skx xxv710"
5108       data-set: "vpp-compare-testbeds-cmp"
5109       tag: "NIC_Intel-XXV710"
5110   comparisons:
5111     - title: "Diff"
5112       reference: 1
5113       compare: 2
5114   legend:
5115     - ""
5116     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5117     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5118
5119 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5120 - type: "table"
5121   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5122   algorithm: "table_comparison"
5123   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5125   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5126   columns:
5127     - title: "3n-hsw xl710"
5128       data-set: "vpp-compare-testbeds-ref"
5129       tag: "NIC_Intel-XL710"
5130     - title: "3n-skx xxv710"
5131       data-set: "vpp-compare-testbeds-cmp"
5132       tag: "NIC_Intel-XXV710"
5133   comparisons:
5134     - title: "Diff"
5135       reference: 1
5136       compare: 2
5137   legend:
5138     - ""
5139     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5140     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5141
5142 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5143 - type: "table"
5144   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5148   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5149   columns:
5150     - title: "3n-hsw xl710"
5151       data-set: "vpp-compare-testbeds-ref"
5152       tag: "NIC_Intel-XL710"
5153     - title: "3n-skx xxv710"
5154       data-set: "vpp-compare-testbeds-cmp"
5155       tag: "NIC_Intel-XXV710"
5156   comparisons:
5157     - title: "Diff"
5158       reference: 1
5159       compare: 2
5160   legend:
5161     - ""
5162     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5163     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5164
5165 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5166 - type: "table"
5167   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5168   algorithm: "table_comparison"
5169   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5171   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5172   columns:
5173     - title: "2n-skx"
5174       data-set: "vpp-compare-testbeds-skx-clx-ref"
5175     - title: "2n-clx"
5176       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5177   comparisons:
5178     - title: "Diff"
5179       reference: 1
5180       compare: 2
5181   legend:
5182     - ""
5183     - "2n-skx, 2n-clx - testbeds and NICs tested."
5184     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5185
5186 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5187 - type: "table"
5188   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5189   algorithm: "table_comparison"
5190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5192   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5193   columns:
5194     - title: "2n-skx"
5195       data-set: "vpp-compare-testbeds-skx-clx-ref"
5196     - title: "2n-clx"
5197       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5198   comparisons:
5199     - title: "Diff"
5200       reference: 1
5201       compare: 2
5202   legend:
5203     - ""
5204     - "2n-skx, 2n-clx - testbeds and NICs tested."
5205     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5206
5207 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5208 - type: "table"
5209   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5210   algorithm: "table_comparison"
5211   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5213   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5214   columns:
5215     - title: "2n-skx"
5216       data-set: "vpp-compare-testbeds-skx-clx-ref"
5217     - title: "2n-clx"
5218       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5219   comparisons:
5220     - title: "Diff"
5221       reference: 1
5222       compare: 2
5223   legend:
5224     - ""
5225     - "2n-skx, 2n-clx - testbeds and NICs tested."
5226     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5227
5228 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5229 - type: "table"
5230   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5231   algorithm: "table_comparison"
5232   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5234   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5235   columns:
5236     - title: "2n-skx"
5237       data-set: "vpp-compare-testbeds-skx-clx-ref"
5238     - title: "2n-clx"
5239       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - ""
5246     - "2n-skx, 2n-clx - testbeds and NICs tested."
5247     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5248
5249 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5250 - type: "table"
5251   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5256   columns:
5257     - title: "3n-hsw xl710"
5258       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5259       tag: "NIC_Intel-XL710"
5260     - title: "2n-clx xxv710"
5261       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5262       tag: "NIC_Intel-XXV710"
5263   comparisons:
5264     - title: "Diff"
5265       reference: 1
5266       compare: 2
5267   legend:
5268     - ""
5269     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5270     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5271
5272 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5273 - type: "table"
5274   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5275   algorithm: "table_comparison"
5276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5278   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5279   columns:
5280     - title: "3n-hsw xl710"
5281       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5282       tag: "NIC_Intel-XL710"
5283     - title: "2n-clx xxv710"
5284       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5285       tag: "NIC_Intel-XXV710"
5286   comparisons:
5287     - title: "Diff"
5288       reference: 1
5289       compare: 2
5290   legend:
5291     - ""
5292     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5293     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5294
5295 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5296 - type: "table"
5297   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5298   algorithm: "table_comparison"
5299   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5301   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5302   columns:
5303     - title: "3n-hsw xl710"
5304       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5305       tag: "NIC_Intel-XL710"
5306     - title: "2n-clx xxv710"
5307       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5308       tag: "NIC_Intel-XXV710"
5309   comparisons:
5310     - title: "Diff"
5311       reference: 1
5312       compare: 2
5313   legend:
5314     - ""
5315     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5316     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5317
5318 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5319 - type: "table"
5320   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5321   algorithm: "table_comparison"
5322   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5324   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5325   columns:
5326     - title: "3n-hsw xl710"
5327       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5328       tag: "NIC_Intel-XL710"
5329     - title: "2n-clx xxv710"
5330       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5331       tag: "NIC_Intel-XXV710"
5332   comparisons:
5333     - title: "Diff"
5334       reference: 1
5335       compare: 2
5336   legend:
5337     - ""
5338     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5339     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5340
5341 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5342 - type: "table"
5343   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5344   algorithm: "table_comparison"
5345   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5347   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5348   columns:
5349     - title: "3n-skx"
5350       data-set: "vpp-compare-topologies-ref"
5351     - title: "2n-skx"
5352       data-set: "vpp-compare-topologies-cmp"
5353   comparisons:
5354     - title: "Diff"
5355       reference: 1
5356       compare: 2
5357   legend:
5358     - ""
5359     - "3n-skx, 2n-skx - topologies tested."
5360     - "Diff - difference between 3n-skx and 2n-skx topologies."
5361
5362 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5363 - type: "table"
5364   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5365   algorithm: "table_comparison"
5366   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5368   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5369   columns:
5370     - title: "3n-skx"
5371       data-set: "vpp-compare-topologies-ref"
5372     - title: "2n-skx"
5373       data-set: "vpp-compare-topologies-cmp"
5374   comparisons:
5375     - title: "Diff"
5376       reference: 1
5377       compare: 2
5378   legend:
5379     - ""
5380     - "3n-skx, 2n-skx - topologies tested."
5381     - "Diff - difference between 3n-skx and 2n-skx topologies."
5382
5383 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5384 - type: "table"
5385   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5386   algorithm: "table_comparison"
5387   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5389   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5390   columns:
5391     - title: "3n-skx"
5392       data-set: "vpp-compare-topologies-ref"
5393     - title: "2n-skx"
5394       data-set: "vpp-compare-topologies-cmp"
5395   comparisons:
5396     - title: "Diff"
5397       reference: 1
5398       compare: 2
5399   legend:
5400     - ""
5401     - "3n-skx, 2n-skx - topologies tested."
5402     - "Diff - difference between 3n-skx and 2n-skx topologies."
5403
5404 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5405 - type: "table"
5406   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5407   algorithm: "table_comparison"
5408   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5410   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5411   columns:
5412     - title: "3n-skx"
5413       data-set: "vpp-compare-topologies-ref"
5414     - title: "2n-skx"
5415       data-set: "vpp-compare-topologies-cmp"
5416   comparisons:
5417     - title: "Diff"
5418       reference: 1
5419       compare: 2
5420   legend:
5421     - ""
5422     - "3n-skx, 2n-skx - topologies tested."
5423     - "Diff - difference between 3n-skx and 2n-skx topologies."
5424
5425 # VPP Performance Changes 3n-hsw 1t1c mrr
5426 - type: "table"
5427   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5428   algorithm: "table_comparison"
5429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5431   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5432   columns:
5433     - title: "1908.1-2"
5434       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5435     - title: "2001.0-2"
5436       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5437     - title: "2005.0-3"
5438       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5439     - title: "2005.0-4"
5440       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5441   comparisons:
5442     - title: "2005.0-4 vs 2005.0-3"
5443       reference: 3
5444       compare: 4
5445       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5446     - title: "2005.0-4 vs 2001.0-2"
5447       reference: 2
5448       compare: 4
5449       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5450   legend:
5451     - ''
5452     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5453     - '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).'
5454     - '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.'
5455     - '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.'
5456     - '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.'
5457
5458 # VPP Performance Changes 3n-hsw 2t2c mrr
5459 - type: "table"
5460   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5461   algorithm: "table_comparison"
5462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5464   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5465   columns:
5466     - title: "1908.1-2"
5467       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5468     - title: "2001.0-2"
5469       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5470     - title: "2005.0-3"
5471       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5472     - title: "2005.0-4"
5473       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5474   comparisons:
5475     - title: "2005.0-4 vs 2005.0-3"
5476       reference: 3
5477       compare: 4
5478       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5479     - title: "2005.0-4 vs 2001.0-2"
5480       reference: 2
5481       compare: 4
5482       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5483   legend:
5484     - ''
5485     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5486     - '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).'
5487     - '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.'
5488     - '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.'
5489     - '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.'
5490
5491 # VPP Performance Changes 3n-hsw 4t4c mrr
5492 - type: "table"
5493   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5494   algorithm: "table_comparison"
5495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5497   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5498   columns:
5499     - title: "1908.1-2"
5500       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5501     - title: "2001.0-2"
5502       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5503     - title: "2005.0-3"
5504       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5505     - title: "2005.0-4"
5506       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5507   comparisons:
5508     - title: "2005.0-4 vs 2005.0-3"
5509       reference: 3
5510       compare: 4
5511       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5512     - title: "2005.0-4 vs 2001.0-2"
5513       reference: 2
5514       compare: 4
5515       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5516   legend:
5517     - ''
5518     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5519     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5521     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5522     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5523
5524 # VPP Performance Changes 3n-skx 2t1c mrr
5525 - type: "table"
5526   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5527   algorithm: "table_comparison"
5528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5530   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5531   columns:
5532     - title: "2001.0-2"
5533       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5534     - title: "2005.0-3"
5535       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5536     - title: "2005.0-4"
5537       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5538   comparisons:
5539     - title: "2005.0-4 vs 2005.0-3"
5540       reference: 2
5541       compare: 3
5542       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5543     - title: "2005.0-4 vs 2001.0-2"
5544       reference: 1
5545       compare: 3
5546       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5547   legend:
5548     - ''
5549     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5552     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5553     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5554
5555 # VPP Performance Changes 3n-skx 4t2c mrr
5556 - type: "table"
5557   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5558   algorithm: "table_comparison"
5559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5561   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5562   columns:
5563     - title: "2001.0-2"
5564       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5565     - title: "2005.0-3"
5566       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5567     - title: "2005.0-4"
5568       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5569   comparisons:
5570     - title: "2005.0-4 vs 2005.0-3"
5571       reference: 2
5572       compare: 3
5573       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5574     - title: "2005.0-4 vs 2001.0-2"
5575       reference: 1
5576       compare: 3
5577       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5578   legend:
5579     - ''
5580     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5583     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5584     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5585
5586 # VPP Performance Changes 3n-skx 8t4c mrr
5587 - type: "table"
5588   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5589   algorithm: "table_comparison"
5590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5592   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5593   columns:
5594     - title: "2001.0-2"
5595       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5596     - title: "2005.0-3"
5597       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5598     - title: "2005.0-4"
5599       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5600   comparisons:
5601     - title: "2005.0-4 vs 2005.0-3"
5602       reference: 2
5603       compare: 3
5604       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5605     - title: "2005.0-4 vs 2001.0-2"
5606       reference: 1
5607       compare: 3
5608       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5609   legend:
5610     - ''
5611     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5612     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5614     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5615     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5616
5617 # VPP Performance Changes 2n-skx 2t1c mrr
5618 - type: "table"
5619   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5620   algorithm: "table_comparison"
5621   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5623   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5624   columns:
5625     - title: "2001.0-2"
5626       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5627     - title: "2005.0-3"
5628       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5629     - title: "2005.0-4"
5630       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5631   comparisons:
5632     - title: "2005.0-4 vs 2005.0-3"
5633       reference: 2
5634       compare: 3
5635       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5636     - title: "2005.0-4 vs 2001.0-2"
5637       reference: 1
5638       compare: 3
5639       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5640   legend:
5641     - ''
5642     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5643     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5644     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5645     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5646     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5647
5648 # VPP Performance Changes 2n-skx 4t2c mrr
5649 - type: "table"
5650   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5655   columns:
5656     - title: "2001.0-2"
5657       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5658     - title: "2005.0-3"
5659       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5660     - title: "2005.0-4"
5661       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5662   comparisons:
5663     - title: "2005.0-4 vs 2005.0-3"
5664       reference: 2
5665       compare: 3
5666       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5667     - title: "2005.0-4 vs 2001.0-2"
5668       reference: 1
5669       compare: 3
5670       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5671   legend:
5672     - ''
5673     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5676     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5677     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5678
5679 # VPP Performance Changes 2n-skx 8t4c mrr
5680 - type: "table"
5681   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5682   algorithm: "table_comparison"
5683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5685   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5686   columns:
5687     - title: "2001.0-2"
5688       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5689     - title: "2005.0-3"
5690       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5691     - title: "2005.0-4"
5692       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5693   comparisons:
5694     - title: "2005.0-4 vs 2005.0-3"
5695       reference: 2
5696       compare: 3
5697       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5698     - title: "2005.0-4 vs 2001.0-2"
5699       reference: 1
5700       compare: 3
5701       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5702   legend:
5703     - ''
5704     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5705     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5706     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5707     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5708     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5709
5710 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5711 - type: "table"
5712   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5713   algorithm: "table_comparison"
5714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5717   columns:
5718     - title: "2001.0-2"
5719       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5720     - title: "2005.0-3"
5721       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5722     - title: "2005.0-4"
5723       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5724   comparisons:
5725     - title: "2005.0-4 vs 2005.0-3"
5726       reference: 2
5727       compare: 3
5728       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5729     - title: "2005.0-4 vs 2001.0-2"
5730       reference: 1
5731       compare: 3
5732       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5733   legend:
5734     - ''
5735     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5738     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5739     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5740
5741 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5742 - type: "table"
5743   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5747   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5748   columns:
5749     - title: "2001.0-2"
5750       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5751     - title: "2005.0-3"
5752       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5753     - title: "2005.0-4"
5754       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5755   comparisons:
5756     - title: "2005.0-4 vs 2005.0-3"
5757       reference: 2
5758       compare: 3
5759       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5760     - title: "2005.0-4 vs 2001.0-2"
5761       reference: 1
5762       compare: 3
5763       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5764   legend:
5765     - ''
5766     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5767     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5768     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5769     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5770     - '2005.0-4 vs 2001.0-2: Used as a reference to compare benchmark results of VPP current release v20.05.0 vs previous release v20.01.0.'
5771
5772 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5773 - type: "table"
5774   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5775   algorithm: "table_comparison"
5776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5778   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5779   columns:
5780     - title: "2001.0-2"
5781       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5782     - title: "2005.0-3"
5783       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5784     - title: "2005.0-4"
5785       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5786   comparisons:
5787     - title: "2005.0-4 vs 2005.0-3"
5788       reference: 2
5789       compare: 3
5790       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5791     - title: "2005.0-4 vs 2001.0-2"
5792       reference: 1
5793       compare: 3
5794       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5795   legend:
5796     - ''
5797     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5798     - '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).'
5799     - '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.'
5800     - '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.'
5801     - '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.'
5802
5803 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5804 #- type: "table"
5805 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5806 #  algorithm: "table_comparison"
5807 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5808 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5809 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5810 #  columns:
5811 #    - title: "2001"
5812 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5813 #    - title: "2005"
5814 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5815 #  comparisons:
5816 #    - title: "Diff"
5817 #      reference: 1
5818 #      compare: 2
5819 #  legend:
5820 #    - ""
5821 #    - "2001, 2005 - VPP versions tested."
5822 #    - "Diff - difference between 2001 and 2005 VPP version."
5823 #
5824 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5825 #- type: "table"
5826 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5827 #  algorithm: "table_comparison"
5828 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5829 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5830 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5831 #  columns:
5832 #    - title: "2001"
5833 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5834 #    - title: "2005"
5835 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5836 #  comparisons:
5837 #    - title: "Diff"
5838 #      reference: 1
5839 #      compare: 2
5840 #  legend:
5841 #    - ""
5842 #    - "2001, 2005 - VPP versions tested."
5843 #    - "Diff - difference between 2001 and 2005 VPP version."
5844 #
5845 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5846 #- type: "table"
5847 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5848 #  algorithm: "table_comparison"
5849 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5850 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5851 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5852 #  columns:
5853 #    - title: "2001"
5854 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5855 #    - title: "2005"
5856 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5857 #  comparisons:
5858 #    - title: "Diff"
5859 #      reference: 1
5860 #      compare: 2
5861 #  legend:
5862 #    - ""
5863 #    - "2001, 2005 - VPP versions tested."
5864 #    - "Diff - difference between 2001 and 2005 VPP version."
5865
5866 # VPP Performance Changes 2n-dnv 1t1c mrr
5867 - type: "table"
5868   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5869   algorithm: "table_comparison"
5870   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5872   filter: "'1T1C'"
5873   columns:
5874     - title: "1908.1-2"
5875       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5876     - title: "2001.0-2"
5877       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5878     - title: "2005.0-3"
5879       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5880   comparisons:
5881     - title: "2005.0-3 vs 2001.0-2"
5882       reference: 2
5883       compare: 3
5884   legend:
5885     - ''
5886     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5887     - '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).'
5888     - '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.'
5889     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5890
5891 # VPP Performance Changes 2n-dnv 2t2c mrr
5892 - type: "table"
5893   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5894   algorithm: "table_comparison"
5895   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5897   filter: "'2T2C'"
5898   columns:
5899     - title: "1908.1-2"
5900       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5901     - title: "2001.0-2"
5902       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5903     - title: "2005.0-3"
5904       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5905   comparisons:
5906     - title: "2005.0-3 vs 2001.0-2"
5907       reference: 2
5908       compare: 3
5909   legend:
5910     - ''
5911     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5912     - '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).'
5913     - '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.'
5914     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5915
5916 # VPP Performance Changes 2n-dnv 4t4c mrr
5917 - type: "table"
5918   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5919   algorithm: "table_comparison"
5920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5922   filter: "'4T4C'"
5923   columns:
5924     - title: "1908.1-2"
5925       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5926     - title: "2001.0-2"
5927       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5928     - title: "2005.0-3"
5929       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5930   comparisons:
5931     - title: "2005.0-3 vs 2001.0-2"
5932       reference: 2
5933       compare: 3
5934   legend:
5935     - ''
5936     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5937     - '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).'
5938     - '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.'
5939     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5940
5941 # VPP Performance Changes 3n-dnv 1t1c mrr
5942 - type: "table"
5943   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5944   algorithm: "table_comparison"
5945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5947   filter: "'1T1C'"
5948   columns:
5949     - title: "1908.1-2"
5950       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5951     - title: "2001.0-2"
5952       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5953     - title: "2005.0-3"
5954       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5955   comparisons:
5956     - title: "2005.0-3 vs 2001.0-2"
5957       reference: 2
5958       compare: 3
5959   legend:
5960     - ''
5961     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5962     - '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).'
5963     - '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.'
5964     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5965
5966 # VPP Performance Changes 3n-dnv 2t2c mrr
5967 - type: "table"
5968   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5969   algorithm: "table_comparison"
5970   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5972   filter: "'2T2C'"
5973   columns:
5974     - title: "1908.1-2"
5975       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5976     - title: "2001.0-2"
5977       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5978     - title: "2005.0-3"
5979       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5980   comparisons:
5981     - title: "2005.0-3 vs 2001.0-2"
5982       reference: 2
5983       compare: 3
5984   legend:
5985     - ''
5986     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5987     - '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).'
5988     - '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.'
5989     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5990
5991 # VPP Performance Changes 3n-dnv 4t4c mrr
5992 - type: "table"
5993   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5997   filter: "'4T4C'"
5998   columns:
5999     - title: "1908.1-2"
6000       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6001     - title: "2001.0-2"
6002       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
6003     - title: "2005.0-3"
6004       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6005   comparisons:
6006     - title: "2005.0-3 vs 2001.0-2"
6007       reference: 2
6008       compare: 3
6009   legend:
6010     - ''
6011     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6012     - '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).'
6013     - '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.'
6014     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
6015
6016 # VPP Performance Changes 3n-tsh 1t1c mrr
6017 - type: "table"
6018   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6019   algorithm: "table_comparison"
6020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6022   filter: "'1T1C'"
6023   columns:
6024     - title: "1908.1-2"
6025       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6026     - title: "2001.0-2"
6027       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6028     - title: "2005.0-3"
6029       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6030     - title: "2005.0-4"
6031       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6032   comparisons:
6033     - title: "2005.0-4 vs 2005.0-3"
6034       reference: 3
6035       compare: 4
6036       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
6037     - title: "2005.0-4 vs 2001.0-2"
6038       reference: 2
6039       compare: 4
6040       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
6041   legend:
6042     - ''
6043     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6044     - '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).'
6045     - '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.'
6046     - '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.'
6047     - '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.'
6048
6049 # VPP Performance Changes 3n-tsh 2t2c mrr
6050 - type: "table"
6051   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6052   algorithm: "table_comparison"
6053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6055   filter: "'2T2C'"
6056   columns:
6057     - title: "1908.1-2"
6058       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6059     - title: "2001.0-2"
6060       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6061     - title: "2005.0-3"
6062       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6063     - title: "2005.0-4"
6064       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6065   comparisons:
6066     - title: "2005.0-4 vs 2005.0-3"
6067       reference: 3
6068       compare: 4
6069       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
6070     - title: "2005.0-4 vs 2001.0-2"
6071       reference: 2
6072       compare: 4
6073       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
6074   legend:
6075     - ''
6076     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6077     - '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).'
6078     - '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.'
6079     - '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.'
6080     - '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.'
6081
6082 # VPP Performance Changes 3n-tsh 4t4c mrr
6083 - type: "table"
6084   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6085   algorithm: "table_comparison"
6086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6088   filter: "'4T4C'"
6089   columns:
6090     - title: "1908.1-2"
6091       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6092     - title: "2001.0-2"
6093       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6094     - title: "2005.0-3"
6095       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6096     - title: "2005.0-4"
6097       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6098   comparisons:
6099     - title: "2005.0-4 vs 2005.0-3"
6100       reference: 3
6101       compare: 4
6102       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6103     - title: "2005.0-4 vs 2001.0-2"
6104       reference: 2
6105       compare: 4
6106       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6107   legend:
6108     - ''
6109     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6110     - '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).'
6111     - '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.'
6112     - '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.'
6113     - '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.'
6114
6115 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6116 - type: "table"
6117   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6118   algorithm: "table_comparison"
6119   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6121   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6122   columns:
6123     - title: "3n-hsw xl710"
6124       data-set: "vpp-compare-testbeds-mrr-ref"
6125       tag: "NIC_Intel-XL710"
6126     - title: "3n-skx xxv710"
6127       data-set: "vpp-compare-testbeds-mrr-cmp"
6128       tag: "NIC_Intel-XXV710"
6129   comparisons:
6130     - title: "Diff"
6131       reference: 1
6132       compare: 2
6133   legend:
6134     - ""
6135     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6136     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6137
6138 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6139 - type: "table"
6140   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6141   algorithm: "table_comparison"
6142   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6144   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6145   columns:
6146     - title: "3n-hsw xl710"
6147       data-set: "vpp-compare-testbeds-mrr-ref"
6148       tag: "NIC_Intel-XL710"
6149     - title: "3n-skx xxv710"
6150       data-set: "vpp-compare-testbeds-mrr-cmp"
6151       tag: "NIC_Intel-XXV710"
6152   comparisons:
6153     - title: "Diff"
6154       reference: 1
6155       compare: 2
6156   legend:
6157     - ""
6158     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6159     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6160
6161 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6162 - type: "table"
6163   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6164   algorithm: "table_comparison"
6165   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6167   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6168   columns:
6169     - title: "3n-hsw xl710"
6170       data-set: "vpp-compare-testbeds-mrr-ref"
6171       tag: "NIC_Intel-XL710"
6172     - title: "3n-skx xxv710"
6173       data-set: "vpp-compare-testbeds-mrr-cmp"
6174       tag: "NIC_Intel-XXV710"
6175   comparisons:
6176     - title: "Diff"
6177       reference: 1
6178       compare: 2
6179   legend:
6180     - ""
6181     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6182     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6183
6184 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6185 - type: "table"
6186   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6187   algorithm: "table_comparison"
6188   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6190   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6191   columns:
6192     - title: "2n-skx"
6193       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6194     - title: "2n-clx"
6195       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6196   comparisons:
6197     - title: "Diff"
6198       reference: 1
6199       compare: 2
6200   legend:
6201     - ""
6202     - "2n-skx, 2n-clx - testbeds and NICs tested."
6203     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6204
6205 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6206 - type: "table"
6207   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6208   algorithm: "table_comparison"
6209   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6211   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6212   columns:
6213     - title: "2n-skx"
6214       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6215     - title: "2n-clx"
6216       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6217   comparisons:
6218     - title: "Diff"
6219       reference: 1
6220       compare: 2
6221   legend:
6222     - ""
6223     - "2n-skx, 2n-clx - testbeds and NICs tested."
6224     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6225
6226 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6227 - type: "table"
6228   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6229   algorithm: "table_comparison"
6230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6232   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6233   columns:
6234     - title: "2n-skx"
6235       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6236     - title: "2n-clx"
6237       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6238   comparisons:
6239     - title: "Diff"
6240       reference: 1
6241       compare: 2
6242   legend:
6243     - ""
6244     - "2n-skx, 2n-clx - testbeds and NICs tested."
6245     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6246
6247 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6248 - type: "table"
6249   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6250   algorithm: "table_comparison"
6251   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6253   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6254   columns:
6255     - title: "3n-skx"
6256       data-set: "vpp-compare-topologies-mrr-ref"
6257     - title: "2n-skx"
6258       data-set: "vpp-compare-topologies-mrr-cmp"
6259   comparisons:
6260     - title: "Diff"
6261       reference: 1
6262       compare: 2
6263   legend:
6264     - ""
6265     - "3n-skx, 2n-skx - topologies tested."
6266     - "Diff - difference between 3n-skx and 2n-skx topologies."
6267
6268 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6269 - type: "table"
6270   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6271   algorithm: "table_comparison"
6272   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6274   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6275   columns:
6276     - title: "3n-skx"
6277       data-set: "vpp-compare-topologies-mrr-ref"
6278     - title: "2n-skx"
6279       data-set: "vpp-compare-topologies-mrr-cmp"
6280   comparisons:
6281     - title: "Diff"
6282       reference: 1
6283       compare: 2
6284   legend:
6285     - ""
6286     - "3n-skx, 2n-skx - topologies tested."
6287     - "Diff - difference between 3n-skx and 2n-skx topologies."
6288
6289 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6290 - type: "table"
6291   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6292   algorithm: "table_comparison"
6293   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6295   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6296   columns:
6297     - title: "3n-skx"
6298       data-set: "vpp-compare-topologies-mrr-ref"
6299     - title: "2n-skx"
6300       data-set: "vpp-compare-topologies-mrr-cmp"
6301   comparisons:
6302     - title: "Diff"
6303       reference: 1
6304       compare: 2
6305   legend:
6306     - ""
6307     - "3n-skx, 2n-skx - topologies tested."
6308     - "Diff - difference between 3n-skx and 2n-skx topologies."
6309
6310 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6311 - type: "table"
6312   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6313   algorithm: "table_comparison"
6314   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6316   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6317   columns:
6318     - title: "3n-hsw xl710"
6319       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6320       tag: "NIC_Intel-XL710"
6321     - title: "2n-clx xxv710"
6322       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6323       tag: "NIC_Intel-XXV710"
6324   comparisons:
6325     - title: "Diff"
6326       reference: 1
6327       compare: 2
6328   legend:
6329     - ""
6330     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6331     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6332
6333 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6334 - type: "table"
6335   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6336   algorithm: "table_comparison"
6337   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6339   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6340   columns:
6341     - title: "3n-hsw xl710"
6342       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6343       tag: "NIC_Intel-XL710"
6344     - title: "2n-clx xxv710"
6345       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6346       tag: "NIC_Intel-XXV710"
6347   comparisons:
6348     - title: "Diff"
6349       reference: 1
6350       compare: 2
6351   legend:
6352     - ""
6353     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6354     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6355
6356 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6357 - type: "table"
6358   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6359   algorithm: "table_comparison"
6360   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6362   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6363   columns:
6364     - title: "3n-hsw xl710"
6365       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6366       tag: "NIC_Intel-XL710"
6367     - title: "2n-clx xxv710"
6368       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6369       tag: "NIC_Intel-XXV710"
6370   comparisons:
6371     - title: "Diff"
6372       reference: 1
6373       compare: 2
6374   legend:
6375     - ""
6376     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6377     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6378
6379 # Detailed Test Results - VPP Performance Results 3n-hsw
6380 - type: "table"
6381   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6382   algorithm: "table_merged_details"
6383   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6384   columns:
6385     - title: " |prein| Test Name |preout| "
6386       data: "data name"
6387     - 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| "
6388       data: "data msg"
6389   data: "vpp-perf-results-3n-hsw"
6390   filter: "all"
6391   parameters:
6392   - "name"
6393   - "parent"
6394   - "msg"
6395
6396 # Detailed Test Results - VPP Performance Results 3n-skx
6397 - type: "table"
6398   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6399   algorithm: "table_merged_details"
6400   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6401   columns:
6402     - title: " |prein| Test Name |preout| "
6403       data: "data name"
6404     - 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| "
6405       data: "data msg"
6406   data: "vpp-perf-results-3n-skx"
6407   filter: "all"
6408   remove-ndr: False
6409   parameters:
6410   - "name"
6411   - "parent"
6412   - "msg"
6413
6414 # Detailed Test Results - VPP Performance Results 2n-skx
6415 - type: "table"
6416   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6417   algorithm: "table_merged_details"
6418   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6419   columns:
6420     - title: " |prein| Test Name |preout| "
6421       data: "data name"
6422     - 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| "
6423       data: "data msg"
6424   data: "vpp-perf-results-2n-skx"
6425   filter: "all"
6426   remove-ndr: False
6427   parameters:
6428   - "name"
6429   - "parent"
6430   - "msg"
6431
6432 # Detailed Test Results - VPP Performance Results 2n-clx
6433 - type: "table"
6434   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6435   algorithm: "table_merged_details"
6436   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6437   columns:
6438     - title: " |prein| Test Name |preout| "
6439       data: "data name"
6440     - 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| "
6441       data: "data msg"
6442   data: "vpp-perf-results-2n-clx"
6443   filter: "all"
6444   parameters:
6445   - "name"
6446   - "parent"
6447   - "msg"
6448
6449 # Detailed Test Results - VPP Performance Results 3n-tsh
6450 - type: "table"
6451   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6452   algorithm: "table_merged_details"
6453   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6454   columns:
6455     - title: " |prein| Test Name |preout| "
6456       data: "data name"
6457     - 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| "
6458       data: "data msg"
6459   data: "vpp-perf-results-3n-tsh"
6460   filter: "all"
6461   parameters:
6462   - "name"
6463   - "parent"
6464   - "msg"
6465
6466 # Detailed Test Results - VPP Performance Results 3n-dnv
6467 - type: "table"
6468   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6469   algorithm: "table_merged_details"
6470   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6471   columns:
6472     - title: " |prein| Test Name |preout| "
6473       data: "data name"
6474     - 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| "
6475       data: "data msg"
6476   data: "vpp-perf-results-3n-dnv"
6477   filter: "all"
6478   parameters:
6479   - "name"
6480   - "parent"
6481   - "msg"
6482
6483 # Detailed Test Results - VPP Performance Results 2n-dnv
6484 - type: "table"
6485   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6486   algorithm: "table_merged_details"
6487   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6488   columns:
6489     - title: " |prein| Test Name |preout| "
6490       data: "data name"
6491     - 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| "
6492       data: "data msg"
6493   data: "vpp-perf-results-2n-dnv"
6494   filter: "all"
6495   parameters:
6496   - "name"
6497   - "parent"
6498   - "msg"
6499
6500 # Test configuration - VPP Performance Test Configs 3n-hsw
6501 - type: "table"
6502   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6503   algorithm: "table_merged_details"
6504   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6505   columns:
6506     - title: " |prein| Test Name |preout| "
6507       data: "data name"
6508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6509       data: "data conf-history"
6510   data: "vpp-perf-results-3n-hsw"
6511   filter: "all"
6512   parameters:
6513   - "parent"
6514   - "name"
6515   - "conf-history"
6516
6517 # Test configuration - VPP Performance Test Configs 3n-skx
6518 - type: "table"
6519   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6520   algorithm: "table_merged_details"
6521   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6522   columns:
6523     - title: " |prein| Test Name |preout| "
6524       data: "data name"
6525     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6526       data: "data conf-history"
6527   data: "vpp-perf-results-3n-skx"
6528   filter: "all"
6529   parameters:
6530   - "parent"
6531   - "name"
6532   - "conf-history"
6533
6534 # Test configuration - VPP Performance Test Configs 2n-skx
6535 - type: "table"
6536   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6537   algorithm: "table_merged_details"
6538   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6539   columns:
6540     - title: " |prein| Test Name |preout| "
6541       data: "data name"
6542     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6543       data: "data conf-history"
6544   data: "vpp-perf-results-2n-skx"
6545   filter: "all"
6546   parameters:
6547   - "parent"
6548   - "name"
6549   - "conf-history"
6550
6551 # Test configuration - VPP Performance Test Configs 2n-clx
6552 - type: "table"
6553   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6554   algorithm: "table_merged_details"
6555   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6556   columns:
6557     - title: " |prein| Test Name |preout| "
6558       data: "data name"
6559     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6560       data: "data conf-history"
6561   data: "vpp-perf-results-2n-clx"
6562   filter: "all"
6563   parameters:
6564   - "parent"
6565   - "name"
6566   - "conf-history"
6567
6568 # Test configuration - VPP Performance Test Configs 3n-tsh
6569 - type: "table"
6570   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6571   algorithm: "table_merged_details"
6572   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6573   columns:
6574     - title: " |prein| Test Name |preout| "
6575       data: "data name"
6576     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6577       data: "data conf-history"
6578   data: "vpp-perf-results-3n-tsh"
6579   filter: "all"
6580   parameters:
6581   - "parent"
6582   - "name"
6583   - "conf-history"
6584
6585 # Test configuration - VPP Performance Test Configs 3n-dnv
6586 - type: "table"
6587   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6588   algorithm: "table_merged_details"
6589   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6590   columns:
6591     - title: " |prein| Test Name |preout| "
6592       data: "data name"
6593     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6594       data: "data conf-history"
6595   data: "vpp-perf-results-3n-dnv"
6596   filter: "all"
6597   parameters:
6598   - "parent"
6599   - "name"
6600   - "conf-history"
6601
6602 # Test configuration - VPP Performance Test Configs 2n-dnv
6603 - type: "table"
6604   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6605   algorithm: "table_merged_details"
6606   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6607   columns:
6608     - title: " |prein| Test Name |preout| "
6609       data: "data name"
6610     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6611       data: "data conf-history"
6612   data: "vpp-perf-results-2n-dnv"
6613   filter: "all"
6614   parameters:
6615   - "parent"
6616   - "name"
6617   - "conf-history"
6618
6619 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6620 - type: "table"
6621   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6622   algorithm: "table_oper_data_html"
6623   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6624   data: "vpp-perf-results-3n-hsw"
6625   filter: "all"
6626
6627 # Test Operational Data - VPP Performance Operational Data 3n-skx
6628 - type: "table"
6629   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6630   algorithm: "table_oper_data_html"
6631   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6632   data: "vpp-perf-results-3n-skx"
6633   filter: "all"
6634
6635 # Test Operational Data - VPP Performance Operational Data 2n-skx
6636 - type: "table"
6637   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6638   algorithm: "table_oper_data_html"
6639   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6640   data: "vpp-perf-results-2n-skx"
6641   filter: "all"
6642
6643 # Test Operational Data - VPP Performance Operational Data 2n-clx
6644 - type: "table"
6645   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6646   algorithm: "table_oper_data_html"
6647   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6648   data: "vpp-perf-results-2n-clx"
6649   filter: "all"
6650
6651 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6652 - type: "table"
6653   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6654   algorithm: "table_oper_data_html"
6655   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6656   data: "vpp-perf-results-3n-tsh"
6657   filter: "all"
6658
6659 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6660 - type: "table"
6661   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6662   algorithm: "table_oper_data_html"
6663   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6664   data: "vpp-perf-results-3n-dnv"
6665   filter: "all"
6666
6667 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6668 - type: "table"
6669   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6670   algorithm: "table_oper_data_html"
6671   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6672   data: "vpp-perf-results-2n-dnv"
6673   filter: "all"
6674
6675 # Detailed Test Results - VPP MRR Results 3n-hsw
6676 - type: "table"
6677   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6678   algorithm: "table_merged_details"
6679   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6680   columns:
6681     - title: " |prein| Test Name |preout| "
6682       data: "data name"
6683     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6684       data: "data msg"
6685   data: "vpp-mrr-results-3n-hsw"
6686   filter: "all"
6687   parameters:
6688   - "name"
6689   - "parent"
6690   - "msg"
6691
6692 # Detailed Test Results - VPP MRR Results 3n-skx
6693 - type: "table"
6694   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6695   algorithm: "table_merged_details"
6696   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6697   columns:
6698     - title: " |prein| Test Name |preout| "
6699       data: "data name"
6700     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6701       data: "data msg"
6702   data: "vpp-mrr-results-3n-skx"
6703   filter: "all"
6704   parameters:
6705   - "name"
6706   - "parent"
6707   - "msg"
6708
6709 # Detailed Test Results - VPP MRR Results 2n-skx
6710 - type: "table"
6711   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6712   algorithm: "table_merged_details"
6713   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6714   columns:
6715     - title: " |prein| Test Name |preout| "
6716       data: "data name"
6717     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6718       data: "data msg"
6719   data: "vpp-mrr-results-2n-skx"
6720   filter: "all"
6721   parameters:
6722   - "name"
6723   - "parent"
6724   - "msg"
6725
6726 # Detailed Test Results - VPP MRR Results 2n-clx
6727 - type: "table"
6728   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6729   algorithm: "table_merged_details"
6730   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6731   columns:
6732     - title: " |prein| Test Name |preout| "
6733       data: "data name"
6734     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6735       data: "data msg"
6736   data: "vpp-mrr-results-2n-clx"
6737   filter: "all"
6738   parameters:
6739   - "name"
6740   - "parent"
6741   - "msg"
6742
6743 # Detailed Test Results - VPP MRR Results 3n-tsh
6744 - type: "table"
6745   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6746   algorithm: "table_merged_details"
6747   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6748   columns:
6749     - title: " |prein| Test Name |preout| "
6750       data: "data name"
6751     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6752       data: "data msg"
6753   data: "vpp-mrr-results-3n-tsh"
6754   filter: "all"
6755   parameters:
6756   - "name"
6757   - "parent"
6758   - "msg"
6759
6760 # Detailed Test Results - VPP MRR Results 3n-dnv
6761 - type: "table"
6762   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6763   algorithm: "table_merged_details"
6764   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6765   columns:
6766     - title: " |prein| Test Name |preout| "
6767       data: "data name"
6768     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6769       data: "data msg"
6770   data: "vpp-mrr-results-3n-dnv"
6771   filter: "all"
6772   parameters:
6773   - "name"
6774   - "parent"
6775   - "msg"
6776
6777 # Detailed Test Results - VPP MRR Results 2n-dnv
6778 - type: "table"
6779   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6780   algorithm: "table_merged_details"
6781   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6782   columns:
6783     - title: " |prein| Test Name |preout| "
6784       data: "data name"
6785     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6786       data: "data msg"
6787   data: "vpp-mrr-results-2n-dnv"
6788   filter: "all"
6789   parameters:
6790   - "name"
6791   - "parent"
6792   - "msg"
6793
6794 # Test configuration - VPP MRR Test Configs 3n-hsw
6795 - type: "table"
6796   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6797   algorithm: "table_merged_details"
6798   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6799   columns:
6800     - title: " |prein| Test Name |preout| "
6801       data: "data name"
6802     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6803       data: "data conf-history"
6804   data: "vpp-mrr-results-3n-hsw"
6805   filter: "all"
6806   parameters:
6807   - "parent"
6808   - "name"
6809   - "conf-history"
6810
6811 # Test configuration - VPP MRR Test Configs 3n-skx
6812 - type: "table"
6813   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6814   algorithm: "table_merged_details"
6815   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6816   columns:
6817     - title: " |prein| Test Name |preout| "
6818       data: "data name"
6819     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6820       data: "data conf-history"
6821   data: "vpp-mrr-results-3n-skx"
6822   filter: "all"
6823   parameters:
6824   - "parent"
6825   - "name"
6826   - "conf-history"
6827
6828 # Test configuration - VPP MRR Test Configs 2n-skx
6829 - type: "table"
6830   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6831   algorithm: "table_merged_details"
6832   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6833   columns:
6834     - title: " |prein| Test Name |preout| "
6835       data: "data name"
6836     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6837       data: "data conf-history"
6838   data: "vpp-mrr-results-2n-skx"
6839   filter: "all"
6840   parameters:
6841   - "parent"
6842   - "name"
6843   - "conf-history"
6844
6845 # Test configuration - VPP MRR Test Configs 2n-clx
6846 - type: "table"
6847   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6848   algorithm: "table_merged_details"
6849   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6850   columns:
6851     - title: " |prein| Test Name |preout| "
6852       data: "data name"
6853     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6854       data: "data conf-history"
6855   data: "vpp-mrr-results-2n-clx"
6856   filter: "all"
6857   parameters:
6858   - "parent"
6859   - "name"
6860   - "conf-history"
6861
6862 # Test configuration - VPP MRR Test Configs 3n-tsh
6863 - type: "table"
6864   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6865   algorithm: "table_merged_details"
6866   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6867   columns:
6868     - title: " |prein| Test Name |preout| "
6869       data: "data name"
6870     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6871       data: "data conf-history"
6872   data: "vpp-mrr-results-3n-tsh"
6873   filter: "all"
6874   parameters:
6875   - "parent"
6876   - "name"
6877   - "conf-history"
6878
6879 # Test configuration - VPP MRR Test Configs 3n-dnv
6880 - type: "table"
6881   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6882   algorithm: "table_merged_details"
6883   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6884   columns:
6885     - title: " |prein| Test Name |preout| "
6886       data: "data name"
6887     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6888       data: "data conf-history"
6889   data: "vpp-mrr-results-3n-dnv"
6890   filter: "all"
6891   parameters:
6892   - "parent"
6893   - "name"
6894   - "conf-history"
6895
6896 # Test configuration - VPP MRR Test Configs 2n-dnv
6897 - type: "table"
6898   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6899   algorithm: "table_merged_details"
6900   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6901   columns:
6902     - title: " |prein| Test Name |preout| "
6903       data: "data name"
6904     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6905       data: "data conf-history"
6906   data: "vpp-mrr-results-2n-dnv"
6907   filter: "all"
6908   parameters:
6909   - "parent"
6910   - "name"
6911   - "conf-history"
6912
6913 # Detailed Test Results - VPP Device Results - Ubuntu
6914 - type: "table"
6915   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6916   algorithm: "table_merged_details"
6917   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6918   columns:
6919     - title: " |prein| Test Name |preout| "
6920       data: "data name"
6921     - title: " |prein| Status |preout| "
6922       data: "data status"
6923   data: "vpp-device-results-ubuntu"
6924   filter: "all"
6925   parameters:
6926   - "name"
6927   - "parent"
6928   - "doc"
6929   - "status"
6930
6931 # Test configuration - VPP Device Test Configs - Ubuntu
6932 - type: "table"
6933   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6934   algorithm: "table_merged_details"
6935   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6936   columns:
6937     - title: " |prein| Test Name |preout| "
6938       data: "data name"
6939     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6940       data: "data conf-history"
6941   data: "vpp-device-results-ubuntu"
6942   filter: "all"
6943   parameters:
6944   - "parent"
6945   - "name"
6946   - "conf-history"
6947
6948 ################################################################################
6949
6950 # DPDK Performance Changes 3n-hsw 1t1c pdr
6951 - type: "table"
6952   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6953   algorithm: "table_comparison"
6954   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6956   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6957   columns:
6958     - title: "1908"
6959       data-set: "dpdk-performance-changes-3n-hsw-h1"
6960     - title: "2001"
6961       data-set: "dpdk-performance-changes-3n-hsw-ref"
6962     - title: "2005"
6963       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6964   comparisons:
6965     - title: "Diff"
6966       reference: 2
6967       compare: 3
6968   legend:
6969     - ""
6970     - "1908, 2001, 2005 - DPDK versions tested."
6971     - "Diff - difference between 2001 and 2005 DPDK version."
6972
6973 # DPDK Performance Changes 3n-hsw 2t2c pdr
6974 - type: "table"
6975   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6976   algorithm: "table_comparison"
6977   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6978   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6979   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6980   columns:
6981     - title: "1908"
6982       data-set: "dpdk-performance-changes-3n-hsw-h1"
6983     - title: "2001"
6984       data-set: "dpdk-performance-changes-3n-hsw-ref"
6985     - title: "2005"
6986       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6987   comparisons:
6988     - title: "Diff"
6989       reference: 2
6990       compare: 3
6991   legend:
6992     - ""
6993     - "1908, 2001, 2005 - DPDK versions tested."
6994     - "Diff - difference between 2001 and 2005 DPDK version."
6995
6996 # DPDK Performance Changes 3n-hsw 1t1c pdr
6997 - type: "table"
6998   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6999   algorithm: "table_comparison"
7000   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
7001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7002   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7003   columns:
7004     - title: "1908"
7005       data-set: "dpdk-performance-changes-3n-hsw-h1"
7006     - title: "2001"
7007       data-set: "dpdk-performance-changes-3n-hsw-ref"
7008     - title: "2005"
7009       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7010   comparisons:
7011     - title: "Diff"
7012       reference: 2
7013       compare: 3
7014   legend:
7015     - ""
7016     - "1908, 2001, 2005 - DPDK versions tested."
7017     - "Diff - difference between 2001 and 2005 DPDK version."
7018
7019 # DPDK Performance Changes 3n-hsw 2t2c ndr
7020 - type: "table"
7021   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
7022   algorithm: "table_comparison"
7023   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
7024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7025   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
7026   columns:
7027     - title: "1908"
7028       data-set: "dpdk-performance-changes-3n-hsw-h1"
7029     - title: "2001"
7030       data-set: "dpdk-performance-changes-3n-hsw-ref"
7031     - title: "2005"
7032       data-set: "dpdk-performance-changes-3n-hsw-cmp"
7033   comparisons:
7034     - title: "Diff"
7035       reference: 2
7036       compare: 3
7037   legend:
7038     - ""
7039     - "1908, 2001, 2005 - DPDK versions tested."
7040     - "Diff - difference between 2001 and 2005 DPDK version."
7041
7042 # DPDK Performance Changes 3n-skx 2t1c pdr
7043 - type: "table"
7044   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
7045   algorithm: "table_comparison"
7046   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
7047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7048   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7049   columns:
7050     - title: "1908"
7051       data-set: "dpdk-performance-changes-3n-skx-h1"
7052     - title: "2001"
7053       data-set: "dpdk-performance-changes-3n-skx-ref"
7054     - title: "2005"
7055       data-set: "dpdk-performance-changes-3n-skx-cmp"
7056   comparisons:
7057     - title: "Diff"
7058       reference: 2
7059       compare: 3
7060   legend:
7061     - ""
7062     - "1908, 2001, 2005 - DPDK versions tested."
7063     - "Diff - difference between 2001 and 2005 DPDK version."
7064
7065 # DPDK Performance Changes 3n-skx 4t2c pdr
7066 - type: "table"
7067   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
7068   algorithm: "table_comparison"
7069   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
7070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7071   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7072   columns:
7073     - title: "1908"
7074       data-set: "dpdk-performance-changes-3n-skx-h1"
7075     - title: "2001"
7076       data-set: "dpdk-performance-changes-3n-skx-ref"
7077     - title: "2005"
7078       data-set: "dpdk-performance-changes-3n-skx-cmp"
7079   comparisons:
7080     - title: "Diff"
7081       reference: 2
7082       compare: 3
7083   legend:
7084     - ""
7085     - "1908, 2001, 2005 - DPDK versions tested."
7086     - "Diff - difference between 2001 and 2005 DPDK version."
7087
7088 # DPDK Performance Changes 3n-skx 2t1c ndr
7089 - type: "table"
7090   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7091   algorithm: "table_comparison"
7092   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7093   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7094   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7095   columns:
7096     - title: "1908"
7097       data-set: "dpdk-performance-changes-3n-skx-h1"
7098     - title: "2001"
7099       data-set: "dpdk-performance-changes-3n-skx-ref"
7100     - title: "2005"
7101       data-set: "dpdk-performance-changes-3n-skx-cmp"
7102   comparisons:
7103     - title: "Diff"
7104       reference: 2
7105       compare: 3
7106   legend:
7107     - ""
7108     - "1908, 2001, 2005 - DPDK versions tested."
7109     - "Diff - difference between 2001 and 2005 DPDK version."
7110
7111 # DPDK Performance Changes 3n-skx 4t2c ndr
7112 - type: "table"
7113   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7114   algorithm: "table_comparison"
7115   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7117   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7118   columns:
7119     - title: "1908"
7120       data-set: "dpdk-performance-changes-3n-skx-h1"
7121     - title: "2001"
7122       data-set: "dpdk-performance-changes-3n-skx-ref"
7123     - title: "2005"
7124       data-set: "dpdk-performance-changes-3n-skx-cmp"
7125   comparisons:
7126     - title: "Diff"
7127       reference: 2
7128       compare: 3
7129   legend:
7130     - ""
7131     - "1908, 2001, 2005 - DPDK versions tested."
7132     - "Diff - difference between 2001 and 2005 DPDK version."
7133
7134 # DPDK Performance Changes 2n-skx 2t1c pdr
7135 - type: "table"
7136   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7137   algorithm: "table_comparison"
7138   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7140   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7141   columns:
7142     - title: "1908"
7143       data-set: "dpdk-performance-changes-2n-skx-h1"
7144     - title: "2001"
7145       data-set: "dpdk-performance-changes-2n-skx-ref"
7146     - title: "2005"
7147       data-set: "dpdk-performance-changes-2n-skx-cmp"
7148   comparisons:
7149     - title: "Diff"
7150       reference: 2
7151       compare: 3
7152   legend:
7153     - ""
7154     - "1908, 2001, 2005 - DPDK versions tested."
7155     - "Diff - difference between 2001 and 2005 DPDK version."
7156
7157 # DPDK Performance Changes 2n-skx 4t2c pdr
7158 - type: "table"
7159   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7160   algorithm: "table_comparison"
7161   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7163   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7164   columns:
7165     - title: "1908"
7166       data-set: "dpdk-performance-changes-2n-skx-h1"
7167     - title: "2001"
7168       data-set: "dpdk-performance-changes-2n-skx-ref"
7169     - title: "2005"
7170       data-set: "dpdk-performance-changes-2n-skx-cmp"
7171   comparisons:
7172     - title: "Diff"
7173       reference: 2
7174       compare: 3
7175   legend:
7176     - ""
7177     - "1908, 2001, 2005 - DPDK versions tested."
7178     - "Diff - difference between 2001 and 2005 DPDK version."
7179
7180 # DPDK Performance Changes 2n-skx 2t1c ndr
7181 - type: "table"
7182   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7183   algorithm: "table_comparison"
7184   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7186   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7187   columns:
7188     - title: "1908"
7189       data-set: "dpdk-performance-changes-2n-skx-h1"
7190     - title: "2001"
7191       data-set: "dpdk-performance-changes-2n-skx-ref"
7192     - title: "2005"
7193       data-set: "dpdk-performance-changes-2n-skx-cmp"
7194   comparisons:
7195     - title: "Diff"
7196       reference: 2
7197       compare: 3
7198   legend:
7199     - ""
7200     - "1908, 2001, 2005 - DPDK versions tested."
7201     - "Diff - difference between 2001 and 2005 DPDK version."
7202
7203 # DPDK Performance Changes 2n-skx 4t2c ndr
7204 - type: "table"
7205   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7206   algorithm: "table_comparison"
7207   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7209   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7210   columns:
7211     - title: "1908"
7212       data-set: "dpdk-performance-changes-2n-skx-h1"
7213     - title: "2001"
7214       data-set: "dpdk-performance-changes-2n-skx-ref"
7215     - title: "2005"
7216       data-set: "dpdk-performance-changes-2n-skx-cmp"
7217   comparisons:
7218     - title: "Diff"
7219       reference: 2
7220       compare: 3
7221   legend:
7222     - ""
7223     - "1908, 2001, 2005 - DPDK versions tested."
7224     - "Diff - difference between 2001 and 2005 DPDK version."
7225
7226 # DPDK Performance Changes 2n-clx 2t1c pdr
7227 - type: "table"
7228   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7229   algorithm: "table_comparison"
7230   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7232   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7233   columns:
7234     - title: "2001"
7235       data-set: "dpdk-performance-changes-2n-clx-ref"
7236     - title: "2005"
7237       data-set: "dpdk-performance-changes-2n-clx-cmp"
7238   comparisons:
7239     - title: "Diff"
7240       reference: 1
7241       compare: 2
7242   legend:
7243     - ""
7244     - "2001, 2005 - DPDK versions tested."
7245     - "Diff - difference between 2001 and 2005 DPDK version."
7246
7247 # DPDK Performance Changes 2n-clx 4t2c pdr
7248 - type: "table"
7249   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7250   algorithm: "table_comparison"
7251   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7253   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7254   columns:
7255     - title: "2001"
7256       data-set: "dpdk-performance-changes-2n-clx-ref"
7257     - title: "2005"
7258       data-set: "dpdk-performance-changes-2n-clx-cmp"
7259   comparisons:
7260     - title: "Diff"
7261       reference: 1
7262       compare: 2
7263   legend:
7264     - ""
7265     - "2001, 2005 - DPDK versions tested."
7266     - "Diff - difference between 2001 and 2005 DPDK version."
7267
7268 # DPDK Performance Changes 2n-clx 2t1c ndr
7269 - type: "table"
7270   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7271   algorithm: "table_comparison"
7272   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7274   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7275   columns:
7276     - title: "2001"
7277       data-set: "dpdk-performance-changes-2n-clx-ref"
7278     - title: "2005"
7279       data-set: "dpdk-performance-changes-2n-clx-cmp"
7280   comparisons:
7281     - title: "Diff"
7282       reference: 1
7283       compare: 2
7284   legend:
7285     - ""
7286     - "2001, 2005 - DPDK versions tested."
7287     - "Diff - difference between 2001 and 2005 DPDK version."
7288
7289 # DPDK Performance Changes 2n-clx 4t2c ndr
7290 - type: "table"
7291   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7292   algorithm: "table_comparison"
7293   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7295   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7296   columns:
7297     - title: "2001"
7298       data-set: "dpdk-performance-changes-2n-clx-ref"
7299     - title: "2005"
7300       data-set: "dpdk-performance-changes-2n-clx-cmp"
7301   comparisons:
7302     - title: "Diff"
7303       reference: 1
7304       compare: 2
7305   legend:
7306     - ""
7307     - "2001, 2005 - DPDK versions tested."
7308     - "Diff - difference between 2001 and 2005 DPDK version."
7309
7310 # DPDK Performance Changes 2n-dnv 1t1c pdr
7311 - type: "table"
7312   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7313   algorithm: "table_comparison"
7314   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7316   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7317   columns:
7318     - title: "2001"
7319       data-set: "dpdk-performance-changes-2n-dnv-ref"
7320     - title: "2005"
7321       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7322   comparisons:
7323     - title: "Diff"
7324       reference: 1
7325       compare: 2
7326   legend:
7327     - ""
7328     - "2001, 2005 - DPDK versions tested."
7329     - "Diff - difference between 2001 and 2005 DPDK version."
7330
7331 # DPDK Performance Changes 2n-dnv 2t2c pdr
7332 - type: "table"
7333   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7334   algorithm: "table_comparison"
7335   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7337   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7338   columns:
7339     - title: "2001"
7340       data-set: "dpdk-performance-changes-2n-dnv-ref"
7341     - title: "2005"
7342       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7343   comparisons:
7344     - title: "Diff"
7345       reference: 1
7346       compare: 2
7347   legend:
7348     - ""
7349     - "2001, 2005 - DPDK versions tested."
7350     - "Diff - difference between 2001 and 2005 DPDK version."
7351
7352 # DPDK Performance Changes 2n-dnv 1t1c ndr
7353 - type: "table"
7354   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7355   algorithm: "table_comparison"
7356   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7358   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7359   columns:
7360     - title: "2001"
7361       data-set: "dpdk-performance-changes-2n-dnv-ref"
7362     - title: "2005"
7363       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7364   comparisons:
7365     - title: "Diff"
7366       reference: 1
7367       compare: 2
7368   legend:
7369     - ""
7370     - "2001, 2005 - DPDK versions tested."
7371     - "Diff - difference between 2001 and 2005 DPDK version."
7372
7373 # DPDK Performance Changes 2n-dnv 2t2c ndr
7374 - type: "table"
7375   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7376   algorithm: "table_comparison"
7377   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7379   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7380   columns:
7381     - title: "2001"
7382       data-set: "dpdk-performance-changes-2n-dnv-ref"
7383     - title: "2005"
7384       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7385   comparisons:
7386     - title: "Diff"
7387       reference: 1
7388       compare: 2
7389   legend:
7390     - ""
7391     - "2001, 2005 - DPDK versions tested."
7392     - "Diff - difference between 2001 and 2005 DPDK version."
7393
7394 # DPDK Performance Changes 3n-dnv 1t1c pdr
7395 - type: "table"
7396   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7397   algorithm: "table_comparison"
7398   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7400   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7401   columns:
7402     - title: "2001"
7403       data-set: "dpdk-performance-changes-3n-dnv-ref"
7404     - title: "2005"
7405       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7406   comparisons:
7407     - title: "Diff"
7408       reference: 1
7409       compare: 2
7410   legend:
7411     - ""
7412     - "2001, 2005 - DPDK versions tested."
7413     - "Diff - difference between 2001 and 2005 DPDK version."
7414
7415 # DPDK Performance Changes 3n-dnv 2t2c pdr
7416 - type: "table"
7417   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7418   algorithm: "table_comparison"
7419   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7421   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7422   columns:
7423     - title: "2001"
7424       data-set: "dpdk-performance-changes-3n-dnv-ref"
7425     - title: "2005"
7426       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7427   comparisons:
7428     - title: "Diff"
7429       reference: 1
7430       compare: 2
7431   legend:
7432     - ""
7433     - "2001, 2005 - DPDK versions tested."
7434     - "Diff - difference between 2001 and 2005 DPDK version."
7435
7436 # DPDK Performance Changes 3n-dnv 1t1c ndr
7437 - type: "table"
7438   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7439   algorithm: "table_comparison"
7440   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7442   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7443   columns:
7444     - title: "2001"
7445       data-set: "dpdk-performance-changes-3n-dnv-ref"
7446     - title: "2005"
7447       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7448   comparisons:
7449     - title: "Diff"
7450       reference: 1
7451       compare: 2
7452   legend:
7453     - ""
7454     - "2001, 2005 - DPDK versions tested."
7455     - "Diff - difference between 2001 and 2005 DPDK version."
7456
7457 # DPDK Performance Changes 3n-dnv 2t2c ndr
7458 - type: "table"
7459   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7460   algorithm: "table_comparison"
7461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7463   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7464   columns:
7465     - title: "2001"
7466       data-set: "dpdk-performance-changes-3n-dnv-ref"
7467     - title: "2005"
7468       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7469   comparisons:
7470     - title: "Diff"
7471       reference: 1
7472       compare: 2
7473   legend:
7474     - ""
7475     - "2001, 2005 - DPDK versions tested."
7476     - "Diff - difference between 2001 and 2005 DPDK version."
7477
7478 # DPDK Performance Changes 3n-tsh 1t1c pdr
7479 - type: "table"
7480   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7481   algorithm: "table_comparison"
7482   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7484   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7485   columns:
7486     - title: "2001"
7487       data-set: "dpdk-performance-changes-3n-tsh-ref"
7488     - title: "2005"
7489       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7490   comparisons:
7491     - title: "Diff"
7492       reference: 1
7493       compare: 2
7494   legend:
7495     - ""
7496     - "2001, 2005 - DPDK versions tested."
7497     - "Diff - difference between 2001 and 2005 DPDK version."
7498
7499 # DPDK Performance Changes 3n-tsh 2t2c pdr
7500 - type: "table"
7501   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7502   algorithm: "table_comparison"
7503   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7505   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7506   columns:
7507     - title: "2001"
7508       data-set: "dpdk-performance-changes-3n-tsh-ref"
7509     - title: "2005"
7510       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7511   comparisons:
7512     - title: "Diff"
7513       reference: 1
7514       compare: 2
7515   legend:
7516     - ""
7517     - "2001, 2005 - DPDK versions tested."
7518     - "Diff - difference between 2001 and 2005 DPDK version."
7519
7520 # DPDK Performance Changes 3n-tsh 1t1c ndr
7521 - type: "table"
7522   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7523   algorithm: "table_comparison"
7524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7526   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7527   columns:
7528     - title: "2001"
7529       data-set: "dpdk-performance-changes-3n-tsh-ref"
7530     - title: "2005"
7531       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7532   comparisons:
7533     - title: "Diff"
7534       reference: 1
7535       compare: 2
7536   legend:
7537     - ""
7538     - "2001, 2005 - DPDK versions tested."
7539     - "Diff - difference between 2001 and 2005 DPDK version."
7540
7541 # DPDK Performance Changes 3n-tsh 2t2c ndr
7542 - type: "table"
7543   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7544   algorithm: "table_comparison"
7545   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7547   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7548   columns:
7549     - title: "2001"
7550       data-set: "dpdk-performance-changes-3n-tsh-ref"
7551     - title: "2005"
7552       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7553   comparisons:
7554     - title: "Diff"
7555       reference: 1
7556       compare: 2
7557   legend:
7558     - ""
7559     - "2001, 2005 - DPDK versions tested."
7560     - "Diff - difference between 2001 and 2005 DPDK version."
7561
7562 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7563 - type: "table"
7564   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7565   algorithm: "table_comparison"
7566   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7568   filter: "'NIC_Intel-X710'"
7569   columns:
7570     - title: "3n-hsw x710"
7571       data-set: "dpdk-compare-testbeds-ref"
7572     - title: "3n-skx x710"
7573       data-set: "dpdk-compare-testbeds-cmp"
7574   comparisons:
7575     - title: "Diff"
7576       reference: 1
7577       compare: 2
7578   legend:
7579     - ""
7580     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7581     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7582
7583 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7584 - type: "table"
7585   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7586   algorithm: "table_comparison"
7587   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7589   filter: "'NIC_Intel-X710'"
7590   columns:
7591     - title: "3n-hsw x710"
7592       data-set: "dpdk-compare-testbeds-ref"
7593     - title: "3n-skx x710"
7594       data-set: "dpdk-compare-testbeds-cmp"
7595   comparisons:
7596     - title: "Diff"
7597       reference: 1
7598       compare: 2
7599   legend:
7600     - ""
7601     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7602     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7603
7604 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7605 - type: "table"
7606   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7607   algorithm: "table_comparison"
7608   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7610   filter: "'NIC_Intel-XXV710'"
7611   columns:
7612     - title: "2n-skx"
7613       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7614     - title: "2n-clx"
7615       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7616   comparisons:
7617     - title: "Diff"
7618       reference: 1
7619       compare: 2
7620   legend:
7621     - ""
7622     - "2n-skx, 2n-clx - testbeds and NICs tested."
7623     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7624
7625 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7626 - type: "table"
7627   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7628   algorithm: "table_comparison"
7629   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7631   filter: "'NIC_Intel-XXV710'"
7632   columns:
7633     - title: "2n-skx"
7634       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7635     - title: "2n-clx"
7636       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7637   comparisons:
7638     - title: "Diff"
7639       reference: 1
7640       compare: 2
7641   legend:
7642     - ""
7643     - "2n-skx, 2n-clx - testbeds and NICs tested."
7644     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7645
7646 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7647 - type: "table"
7648   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7649   algorithm: "table_comparison"
7650   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7652   filter: "'NIC_Intel-XXV710'"
7653   columns:
7654     - title: "3n-skx"
7655       data-set: "dpdk-compare-topologies-ref"
7656     - title: "2n-skx"
7657       data-set: "dpdk-compare-topologies-cmp"
7658   comparisons:
7659     - title: "Diff"
7660       reference: 1
7661       compare: 2
7662   legend:
7663     - ""
7664     - "3n-skx, 2n-skx - topologies tested."
7665     - "Diff - difference between 3n-skx and 2n-skx topologies."
7666
7667 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7668 - type: "table"
7669   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7670   algorithm: "table_comparison"
7671   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7673   filter: "'NIC_Intel-XXV710'"
7674   columns:
7675     - title: "3n-skx"
7676       data-set: "dpdk-compare-topologies-ref"
7677     - title: "2n-skx"
7678       data-set: "dpdk-compare-topologies-cmp"
7679   comparisons:
7680     - title: "Diff"
7681       reference: 1
7682       compare: 2
7683   legend:
7684     - ""
7685     - "3n-skx, 2n-skx - topologies tested."
7686     - "Diff - difference between 3n-skx and 2n-skx topologies."
7687
7688 # Detailed Test Results - DPDK Performance Results 3n-hsw
7689 - type: "table"
7690   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7691   algorithm: "table_merged_details"
7692   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7693   columns:
7694     - title: " |prein| Test Name |preout| "
7695       data: "data name"
7696     - 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| "
7697       data: "data msg"
7698   data: "dpdk-perf-results-3n-hsw"
7699   filter: "all"
7700   parameters:
7701   - "name"
7702   - "parent"
7703   - "msg"
7704
7705 # Detailed Test Results - DPDK Performance Results 3n-skx
7706 - type: "table"
7707   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7708   algorithm: "table_merged_details"
7709   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7710   columns:
7711     - title: " |prein| Test Name |preout| "
7712       data: "data name"
7713     - 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| "
7714       data: "data msg"
7715   data: "dpdk-perf-results-3n-skx"
7716   filter: "all"
7717   remove-ndr: False
7718   parameters:
7719   - "name"
7720   - "parent"
7721   - "msg"
7722
7723 # Detailed Test Results - DPDK Performance Results 2n-skx
7724 - type: "table"
7725   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7726   algorithm: "table_merged_details"
7727   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7728   columns:
7729     - title: " |prein| Test Name |preout| "
7730       data: "data name"
7731     - 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| "
7732       data: "data msg"
7733   data: "dpdk-perf-results-2n-skx"
7734   filter: "all"
7735   remove-ndr: False
7736   parameters:
7737   - "name"
7738   - "parent"
7739   - "msg"
7740
7741 # Detailed Test Results - DPDK Performance Results 2n-clx
7742 - type: "table"
7743   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7744   algorithm: "table_merged_details"
7745   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7746   columns:
7747     - title: " |prein| Test Name |preout| "
7748       data: "data name"
7749     - 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| "
7750       data: "data msg"
7751   data: "dpdk-perf-results-2n-clx"
7752   filter: "all"
7753   parameters:
7754   - "name"
7755   - "parent"
7756   - "msg"
7757
7758 # Detailed Test Results - DPDK Performance Results 2n-dnv
7759 - type: "table"
7760   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7761   algorithm: "table_merged_details"
7762   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7763   columns:
7764     - title: " |prein| Test Name |preout| "
7765       data: "data name"
7766     - 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| "
7767       data: "data msg"
7768   data: "dpdk-perf-results-2n-dnv"
7769   filter: "all"
7770   parameters:
7771   - "name"
7772   - "parent"
7773   - "msg"
7774
7775 # Detailed Test Results - DPDK Performance Results 3n-dnv
7776 - type: "table"
7777   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7778   algorithm: "table_merged_details"
7779   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7780   columns:
7781     - title: " |prein| Test Name |preout| "
7782       data: "data name"
7783     - 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| "
7784       data: "data msg"
7785   data: "dpdk-perf-results-3n-dnv"
7786   filter: "all"
7787   parameters:
7788   - "name"
7789   - "parent"
7790   - "msg"
7791
7792 # Detailed Test Results - DPDK Performance Results 3n-tsh
7793 - type: "table"
7794   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7795   algorithm: "table_merged_details"
7796   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7797   columns:
7798     - title: " |prein| Test Name |preout| "
7799       data: "data name"
7800     - 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| "
7801       data: "data msg"
7802   data: "dpdk-perf-results-3n-tsh"
7803   filter: "all"
7804   parameters:
7805   - "name"
7806   - "parent"
7807   - "msg"
7808
7809 ################################################################################
7810 ###                                F I L E S                                 ###
7811 ################################################################################
7812
7813 # VPP Performance Results
7814 - type: "file"
7815   title: "VPP Performance Results"
7816   algorithm: "file_details_split"
7817   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7818   dir-tables:
7819     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7820     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7821     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7822     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7823     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7824 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7825 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7826   data:
7827     - "vpp-perf-results-2n-skx"
7828     - "vpp-perf-results-3n-skx"
7829     - "vpp-perf-results-2n-clx"
7830     - "vpp-perf-results-3n-hsw"
7831     - "vpp-perf-results-3n-tsh"
7832 #    - "vpp-perf-results-2n-dnv"
7833 #    - "vpp-perf-results-3n-dnv"
7834   filter: "all"
7835   data-start-level: 4
7836   order-chapters:
7837     level-1:
7838       - "l2"
7839       - "ip4"
7840       - "ip6"
7841       - "srv6"
7842       - "ip4_tunnels"
7843       - "ip6_tunnels"
7844       - "vm_vhost"
7845       - "container_memif"
7846       - "crypto"
7847       - "vts"
7848       - "lb"
7849       - "nfv_density"
7850       - "hoststack"
7851     level-2:
7852       - "2n-skx"
7853       - "3n-skx"
7854       - "2n-clx"
7855       - "3n-hsw"
7856       - "3n-tsh"
7857       - "2n-dnv"
7858       - "3n-dnv"
7859     level-3:
7860       - "xl710"
7861       - "x520"
7862       - "xxv710"
7863       - "x710"
7864       - "x553"
7865       - "cx556a"
7866       - "vic1227"
7867       - "vic1385"
7868
7869 # VPP Performance Configuration
7870 - type: "file"
7871   title: "VPP Performance Configuration"
7872   algorithm: "file_details_split"
7873   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7874   dir-tables:
7875     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7876     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7877     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7878     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7879     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7880 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7881 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7882   data:
7883     - "vpp-perf-results-2n-skx"
7884     - "vpp-perf-results-3n-skx"
7885     - "vpp-perf-results-2n-clx"
7886     - "vpp-perf-results-3n-hsw"
7887     - "vpp-perf-results-3n-tsh"
7888 #    - "vpp-perf-results-2n-dnv"
7889 #    - "vpp-perf-results-3n-dnv"
7890   filter: "all"
7891   data-start-level: 4
7892   order-chapters:
7893     level-1:
7894       - "l2"
7895       - "ip4"
7896       - "ip6"
7897       - "srv6"
7898       - "ip4_tunnels"
7899       - "ip6_tunnels"
7900       - "vm_vhost"
7901       - "container_memif"
7902       - "crypto"
7903       - "vts"
7904       - "lb"
7905       - "nfv_density"
7906       - "hoststack"
7907     level-2:
7908       - "2n-skx"
7909       - "3n-skx"
7910       - "2n-clx"
7911       - "3n-hsw"
7912       - "3n-tsh"
7913       - "2n-dnv"
7914       - "3n-dnv"
7915     level-3:
7916       - "xl710"
7917       - "x520"
7918       - "xxv710"
7919       - "x710"
7920       - "x553"
7921       - "cx556a"
7922       - "vic1227"
7923       - "vic1385"
7924
7925 # VPP Performance Operational
7926 - type: "file"
7927   title: "VPP Performance Operational"
7928   algorithm: "file_details_split_html"
7929   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7930   dir-tables:
7931     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7932     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7933     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7934     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7935     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7936 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7937 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7938   data:
7939     - "vpp-perf-results-2n-skx"
7940     - "vpp-perf-results-3n-skx"
7941     - "vpp-perf-results-2n-clx"
7942     - "vpp-perf-results-3n-hsw"
7943     - "vpp-perf-results-3n-tsh"
7944 #    - "vpp-perf-results-2n-dnv"
7945 #    - "vpp-perf-results-3n-dnv"
7946   filter: "all"
7947   data-start-level: 4
7948   order-chapters:
7949     level-1:
7950       - "l2"
7951       - "ip4"
7952       - "ip6"
7953       - "srv6"
7954       - "ip4_tunnels"
7955       - "ip6_tunnels"
7956       - "vm_vhost"
7957       - "container_memif"
7958       - "crypto"
7959       - "vts"
7960       - "lb"
7961       - "nfv_density"
7962       - "hoststack"
7963     level-2:
7964       - "2n-skx"
7965       - "3n-skx"
7966       - "2n-clx"
7967       - "3n-hsw"
7968       - "3n-tsh"
7969       - "2n-dnv"
7970       - "3n-dnv"
7971     level-3:
7972       - "xl710"
7973       - "x520"
7974       - "xxv710"
7975       - "x710"
7976       - "x553"
7977       - "cx556a"
7978       - "vic1227"
7979       - "vic1385"
7980
7981 # VPP MRR Results
7982 - type: "file"
7983   title: "VPP MRR Results"
7984   algorithm: "file_details_split"
7985   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7986   dir-tables:
7987     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7988     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7989     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7990     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7991     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7992 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7993 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7994   data:
7995     - "vpp-mrr-results-2n-skx"
7996     - "vpp-mrr-results-3n-skx"
7997     - "vpp-mrr-results-2n-clx"
7998     - "vpp-mrr-results-3n-hsw"
7999     - "vpp-mrr-results-3n-tsh"
8000 #    - "vpp-mrr-results-2n-dnv"
8001 #    - "vpp-mrr-results-3n-dnv"
8002   filter: "all"
8003   data-start-level: 4
8004   order-chapters:
8005     level-1:
8006       - "l2"
8007       - "ip4"
8008       - "ip6"
8009       - "srv6"
8010       - "ip4_tunnels"
8011       - "ip6_tunnels"
8012       - "vm_vhost"
8013       - "container_memif"
8014       - "crypto"
8015       - "vts"
8016       - "lb"
8017       - "nfv_density"
8018       - "hoststack"
8019     level-2:
8020       - "2n-skx"
8021       - "3n-skx"
8022       - "2n-clx"
8023       - "3n-hsw"
8024       - "3n-tsh"
8025       - "2n-dnv"
8026       - "3n-dnv"
8027     level-3:
8028       - "xl710"
8029       - "x520"
8030       - "xxv710"
8031       - "x710"
8032       - "x553"
8033       - "cx556a"
8034       - "vic1227"
8035       - "vic1385"
8036
8037 # VPP MRR Configuration
8038 - type: "file"
8039   title: "VPP MRR Configuration"
8040   algorithm: "file_details_split"
8041   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
8042   dir-tables:
8043     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
8044     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
8045     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
8046     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
8047     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
8048     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
8049     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
8050   data:
8051     - "vpp-mrr-results-2n-skx"
8052     - "vpp-mrr-results-3n-skx"
8053     - "vpp-mrr-results-2n-clx"
8054     - "vpp-mrr-results-3n-hsw"
8055     - "vpp-mrr-results-3n-tsh"
8056 #    - "vpp-mrr-results-2n-dnv"
8057 #    - "vpp-mrr-results-3n-dnv"
8058   filter: "all"
8059   data-start-level: 4
8060   order-chapters:
8061     level-1:
8062       - "l2"
8063       - "ip4"
8064       - "ip6"
8065       - "srv6"
8066       - "ip4_tunnels"
8067       - "ip6_tunnels"
8068       - "vm_vhost"
8069       - "container_memif"
8070       - "crypto"
8071       - "vts"
8072       - "lb"
8073       - "nfv_density"
8074       - "hoststack"
8075     level-2:
8076       - "2n-skx"
8077       - "3n-skx"
8078       - "2n-clx"
8079       - "3n-hsw"
8080       - "3n-tsh"
8081       - "2n-dnv"
8082       - "3n-dnv"
8083     level-3:
8084       - "xl710"
8085       - "x520"
8086       - "xxv710"
8087       - "x710"
8088       - "x553"
8089       - "cx556a"
8090       - "vic1227"
8091       - "vic1385"
8092
8093 # VPP Device Results - Ubuntu
8094 - type: "file"
8095   title: "VPP Device Results - Ubuntu"
8096   algorithm: "file_test_results"
8097   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8098   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8099   data: "vpp-device-results-ubuntu"
8100   filter: "all"
8101   data-start-level: 4
8102
8103 # VPP Device Configuration - Ubuntu
8104 - type: "file"
8105   title: "VPP Device Configuration - Ubuntu"
8106   algorithm: "file_test_results"
8107   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8108   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8109   data: "vpp-device-results-ubuntu"
8110   filter: "all"
8111   data-start-level: 4
8112
8113 # DPDK Performance Results 3n-hsw
8114 - type: "file"
8115   title: "DPDK Performance Results 3n-hsw"
8116   algorithm: "file_test_results"
8117   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8118   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8119   data: "dpdk-perf-results-3n-hsw"
8120   filter: "all"
8121   data-start-level: 4
8122
8123 # DPDK Performance Results 3n-skx
8124 - type: "file"
8125   title: "DPDK Performance Results 3n-skx"
8126   algorithm: "file_test_results"
8127   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8128   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8129   data: "dpdk-perf-results-3n-skx"
8130   filter: "all"
8131   data-start-level: 4
8132
8133 # DPDK Performance Results 2n-skx
8134 - type: "file"
8135   title: "DPDK Performance Results 2n-skx"
8136   algorithm: "file_test_results"
8137   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8138   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8139   data: "dpdk-perf-results-2n-skx"
8140   filter: "all"
8141   data-start-level: 4
8142
8143 # DPDK Performance Results 2n-clx
8144 - type: "file"
8145   title: "DPDK Performance Results 2n-clx"
8146   algorithm: "file_test_results"
8147   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8148   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8149   data: "dpdk-perf-results-2n-clx"
8150   filter: "all"
8151   data-start-level: 4
8152
8153 # DPDK Performance Results 2n-dnv
8154 - type: "file"
8155   title: "DPDK Performance Results 2n-dnv"
8156   algorithm: "file_test_results"
8157   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8158   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8159   data: "dpdk-perf-results-2n-dnv"
8160   filter: "all"
8161   data-start-level: 4
8162
8163 # DPDK Performance Results 3n-dnv
8164 - type: "file"
8165   title: "DPDK Performance Results 3n-dnv"
8166   algorithm: "file_test_results"
8167   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8168   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8169   data: "dpdk-perf-results-3n-dnv"
8170   filter: "all"
8171   data-start-level: 4
8172
8173 # DPDK Performance Results 3n-tsh
8174 - type: "file"
8175   title: "DPDK Performance Results 3n-tsh"
8176   algorithm: "file_test_results"
8177   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8178   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8179   data: "dpdk-perf-results-3n-tsh"
8180   filter: "all"
8181   data-start-level: 4
8182
8183 ################################################################################
8184 ###                                P L O T S                                 ###
8185 ################################################################################
8186
8187 # Hoststack tests 3n-hsw
8188
8189 - type: "plot"
8190   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8191   algorithm: "plot_perf_box_name"
8192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8193   data: "plot-vpp-hoststack-3n-hsw"
8194   include:
8195     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8196     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8197   layout:
8198     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8199     layout: "plot-hoststack"
8200
8201 - type: "plot"
8202   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8203   algorithm: "plot_perf_box_name"
8204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8205   data: "plot-vpp-hoststack-3n-hsw"
8206   include:
8207     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8208     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8209   layout:
8210     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8211     layout: "plot-hoststack"
8212
8213 - type: "plot"
8214   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8215   algorithm: "plot_perf_box_name"
8216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8217   data: "plot-vpp-hoststack-3n-hsw"
8218   include:
8219     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8220     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8221     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8222     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8223   layout:
8224     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8225     layout: "plot-hoststack"
8226
8227 ################################################################################
8228
8229 # Soak Test (PLRsearch), boxes - 2n-clx
8230 - type: "plot"
8231   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8232   algorithm: "plot_perf_box_name"
8233   output-file-type: ".html"
8234   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8235   data: "plot-vpp-soak-2n-clx"
8236   include:
8237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8243   layout:
8244     title: "30 Minutes Soak Test (PLRsearch)"
8245     layout: "plot-soak-throughput"
8246
8247 # Soak Test (PLRsearch), boxes - 2n-clx
8248 - type: "plot"
8249   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8250   algorithm: "plot_perf_box_name"
8251   output-file-type: ".html"
8252   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8253   data: "plot-vpp-soak-2n-clx"
8254   include:
8255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8260     - "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"
8261   layout:
8262     title: "30 Minutes Soak Test (PLRsearch)"
8263     layout: "plot-soak-throughput"
8264
8265 # Soak Test (PLRsearch), boxes - 2n-skx
8266 - type: "plot"
8267   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8268   algorithm: "plot_perf_box_name"
8269   output-file-type: ".html"
8270   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8271   data: "plot-vpp-soak-2n-skx"
8272   include:
8273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8279   layout:
8280     title: "30 Minutes Soak Test (PLRsearch)"
8281     layout: "plot-soak-throughput"
8282
8283 # Soak Test (PLRsearch), boxes - 2n-skx
8284 - type: "plot"
8285   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8286   algorithm: "plot_perf_box_name"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8289   data: "plot-vpp-soak-2n-skx"
8290   include:
8291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8296     - "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"
8297   layout:
8298     title: "30 Minutes Soak Test (PLRsearch)"
8299     layout: "plot-soak-throughput"
8300
8301 ###############################################################################
8302
8303 # Reconf tests 2n-skx
8304
8305 - type: "plot"
8306   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8307   algorithm: "plot_nf_reconf_box_name"
8308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8309   data: "plot-vpp-nfv-reconf-2n-skx"
8310   include:
8311     - "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"
8312     - "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"
8313     - "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"
8314     - "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"
8315     - "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"
8316     - "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"
8317   layout:
8318     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8319     layout: "plot-throughput"
8320
8321 - type: "plot"
8322   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8323   algorithm: "plot_nf_reconf_box_name"
8324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8325   data: "plot-vpp-nfv-reconf-2n-skx"
8326   include:
8327     - "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"
8328     - "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"
8329     - "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"
8330     - "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"
8331     - "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"
8332     - "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"
8333   layout:
8334     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8335     layout: "plot-throughput"
8336
8337 - type: "plot"
8338   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8339   algorithm: "plot_nf_reconf_box_name"
8340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8341   data: "plot-vpp-nfv-reconf-2n-skx"
8342   include:
8343     - "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"
8344     - "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"
8345     - "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"
8346     - "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"
8347     - "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"
8348     - "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"
8349   layout:
8350     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8351     layout: "plot-throughput"
8352
8353 ###############################################################################
8354
8355 # Reconf tests 2n-clx
8356
8357 - type: "plot"
8358   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8359   algorithm: "plot_nf_reconf_box_name"
8360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8361   data: "plot-vpp-nfv-reconf-2n-clx"
8362   include:
8363     - "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"
8364     - "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"
8365     - "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"
8366     - "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"
8367   layout:
8368     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8369     layout: "plot-throughput"
8370
8371 - type: "plot"
8372   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8373   algorithm: "plot_nf_reconf_box_name"
8374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8375   data: "plot-vpp-nfv-reconf-2n-clx"
8376   include:
8377     - "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"
8378     - "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"
8379     - "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"
8380     - "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"
8381   layout:
8382     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8383     layout: "plot-throughput"
8384
8385 - type: "plot"
8386   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8387   algorithm: "plot_nf_reconf_box_name"
8388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8389   data: "plot-vpp-nfv-reconf-2n-clx"
8390   include:
8391     - "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"
8392     - "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"
8393     - "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"
8394     - "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"
8395   layout:
8396     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8397     layout: "plot-throughput"
8398
8399 ###############################################################################
8400
8401 # Plots - NF Density - VSC - MRR IMIX
8402 - type: "plot"
8403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8404   algorithm: "plot_nf_heatmap"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8407   data: "plot-vpp-nfv-2n-skx-mrr"
8408   filter: "'NIC_Intel-XXV710' and
8409            'NF_DENSITY' and
8410            'VHOST' and
8411            not 'VXLAN' and
8412            'CHAIN' and
8413            'NF_VPPIP4' and
8414            'IMIX' and
8415            '2T1C' and
8416            'MRR'"
8417   parameters:
8418   - "result"
8419   - "name"
8420   - "tags"
8421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8422   x-axis: "X = VNFs per Service Chain"
8423   y-axis: "Y = Number of Service Chains"
8424   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8425   layout:
8426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8427     layout: "plot-service-density"
8428
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file-type: ".html"
8433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8434   data: "plot-vpp-nfv-2n-skx-mrr"
8435   filter: "'NIC_Intel-XXV710' and
8436            'NF_DENSITY' and
8437            'VHOST' and
8438            not 'VXLAN' and
8439            'CHAIN' and
8440            'NF_VPPIP4' and
8441            'IMIX' and
8442            '4T2C' and
8443            'MRR'"
8444   parameters:
8445   - "result"
8446   - "name"
8447   - "tags"
8448   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = VNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8454     layout: "plot-service-density"
8455
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file-type: ".html"
8460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8461   data: "plot-vpp-nfv-2n-skx-mrr"
8462   filter: "'NIC_Intel-XXV710' and
8463            'NF_DENSITY' and
8464            'VHOST' and
8465            not 'VXLAN' and
8466            'CHAIN' and
8467            'NF_VPPIP4' and
8468            'IMIX' and
8469            '8T4C' and
8470            'MRR'"
8471   parameters:
8472   - "result"
8473   - "name"
8474   - "tags"
8475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = VNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8481     layout: "plot-service-density"
8482
8483 # Plots - NF Density - VSC - NDR IMIX
8484 - type: "plot"
8485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8486   algorithm: "plot_nf_heatmap"
8487   output-file-type: ".html"
8488   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8489   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8490   filter: "'NIC_Intel-XXV710' and
8491            'NF_DENSITY' and
8492            'VHOST' and
8493            not 'VXLAN' and
8494            'CHAIN' and
8495            'NF_VPPIP4' and
8496            'IMIX' and
8497            '2T1C' and
8498            'NDRPDR'"
8499   parameters:
8500   - "throughput"
8501   - "name"
8502   - "tags"
8503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8504   x-axis: "X = VNFs per Service Chain"
8505   y-axis: "Y = Number of Service Chains"
8506   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8507   layout:
8508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8509     layout: "plot-service-density"
8510
8511 - type: "plot"
8512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8513   algorithm: "plot_nf_heatmap"
8514   output-file-type: ".html"
8515   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8516   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8517   filter: "'NIC_Intel-XXV710' and
8518            'NF_DENSITY' and
8519            'VHOST' and
8520            not 'VXLAN' and
8521            'CHAIN' and
8522            'NF_VPPIP4' and
8523            'IMIX' and
8524            '4T2C' and
8525            'NDRPDR'"
8526   parameters:
8527   - "throughput"
8528   - "name"
8529   - "tags"
8530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8531   x-axis: "X = VNFs per Service Chain"
8532   y-axis: "Y = Number of Service Chains"
8533   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8534   layout:
8535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8536     layout: "plot-service-density"
8537
8538 - type: "plot"
8539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8540   algorithm: "plot_nf_heatmap"
8541   output-file-type: ".html"
8542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8543   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8544   filter: "'NIC_Intel-XXV710' and
8545            'NF_DENSITY' and
8546            'VHOST' and
8547            not 'VXLAN' and
8548            'CHAIN' and
8549            'NF_VPPIP4' and
8550            'IMIX' and
8551            '8T4C' and
8552            'NDRPDR'"
8553   parameters:
8554   - "throughput"
8555   - "name"
8556   - "tags"
8557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8558   x-axis: "X = VNFs per Service Chain"
8559   y-axis: "Y = Number of Service Chains"
8560   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8561   layout:
8562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8563     layout: "plot-service-density"
8564
8565 # Plots - NF Density - VSC - PDR IMIX
8566 - type: "plot"
8567   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8568   algorithm: "plot_nf_heatmap"
8569   output-file-type: ".html"
8570   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8571   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8572   filter: "'NIC_Intel-XXV710' and
8573            'NF_DENSITY' and
8574            'VHOST' and
8575            not 'VXLAN' and
8576            'CHAIN' and
8577            'NF_VPPIP4' and
8578            'IMIX' and
8579            '2T1C' and
8580            'NDRPDR'"
8581   parameters:
8582   - "throughput"
8583   - "name"
8584   - "tags"
8585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8586   x-axis: "X = VNFs per Service Chain"
8587   y-axis: "Y = Number of Service Chains"
8588   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8589   layout:
8590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8591     layout: "plot-service-density"
8592
8593 - type: "plot"
8594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8595   algorithm: "plot_nf_heatmap"
8596   output-file-type: ".html"
8597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8599   filter: "'NIC_Intel-XXV710' and
8600            'NF_DENSITY' and
8601            'VHOST' and
8602            not 'VXLAN' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IMIX' and
8606            '4T2C' and
8607            'NDRPDR'"
8608   parameters:
8609   - "throughput"
8610   - "name"
8611   - "tags"
8612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8613   x-axis: "X = VNFs per Service Chain"
8614   y-axis: "Y = Number of Service Chains"
8615   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8616   layout:
8617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8618     layout: "plot-service-density"
8619
8620 - type: "plot"
8621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8622   algorithm: "plot_nf_heatmap"
8623   output-file-type: ".html"
8624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8625   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8626   filter: "'NIC_Intel-XXV710' and
8627            'NF_DENSITY' and
8628            'VHOST' and
8629            not 'VXLAN' and
8630            'CHAIN' and
8631            'NF_VPPIP4' and
8632            'IMIX' and
8633            '8T4C' and
8634            'NDRPDR'"
8635   parameters:
8636   - "throughput"
8637   - "name"
8638   - "tags"
8639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8640   x-axis: "X = VNFs per Service Chain"
8641   y-axis: "Y = Number of Service Chains"
8642   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8643   layout:
8644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8645     layout: "plot-service-density"
8646
8647 ###############################################################################
8648
8649 # Plots - NF Density - VSC - MRR IMIX
8650 - type: "plot"
8651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8652   algorithm: "plot_nf_heatmap"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8655   data: "plot-vpp-nfv-2n-skx-mrr"
8656   filter: "'NIC_Intel-XXV710' and
8657            'NF_DENSITY' and
8658            'VHOST' and
8659            'VXLAN' and
8660            'CHAIN' and
8661            'IMIX' and
8662            '2T1C' and
8663            'MRR'"
8664   parameters:
8665   - "result"
8666   - "name"
8667   - "tags"
8668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8669   x-axis: "X = VNFs per Service Chain"
8670   y-axis: "Y = Number of Service Chains"
8671   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8672   layout:
8673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8674     layout: "plot-service-density"
8675
8676 - type: "plot"
8677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8678   algorithm: "plot_nf_heatmap"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8681   data: "plot-vpp-nfv-2n-skx-mrr"
8682   filter: "'NIC_Intel-XXV710' and
8683            'NF_DENSITY' and
8684            'VHOST' and
8685            'VXLAN' and
8686            'CHAIN' and
8687            'IMIX' and
8688            '4T2C' and
8689            'MRR'"
8690   parameters:
8691   - "result"
8692   - "name"
8693   - "tags"
8694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8695   x-axis: "X = VNFs per Service Chain"
8696   y-axis: "Y = Number of Service Chains"
8697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8698   layout:
8699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8700     layout: "plot-service-density"
8701
8702 - type: "plot"
8703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8704   algorithm: "plot_nf_heatmap"
8705   output-file-type: ".html"
8706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8707   data: "plot-vpp-nfv-2n-skx-mrr"
8708   filter: "'NIC_Intel-XXV710' and
8709            'NF_DENSITY' and
8710            'VHOST' and
8711            'VXLAN' and
8712            'CHAIN' and
8713            'IMIX' and
8714            '8T4C' and
8715            'MRR'"
8716   parameters:
8717   - "result"
8718   - "name"
8719   - "tags"
8720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8721   x-axis: "X = VNFs per Service Chain"
8722   y-axis: "Y = Number of Service Chains"
8723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8724   layout:
8725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8726     layout: "plot-service-density"
8727
8728 # Plots - NF Density - VSC - NDR IMIX
8729 - type: "plot"
8730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8731   algorithm: "plot_nf_heatmap"
8732   output-file-type: ".html"
8733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8734   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8735   filter: "'NIC_Intel-XXV710' and
8736            'NF_DENSITY' and
8737            'VHOST' and
8738            'VXLAN' and
8739            'CHAIN' and
8740            'IMIX' and
8741            '2T1C' and
8742            'NDRPDR'"
8743   parameters:
8744   - "throughput"
8745   - "name"
8746   - "tags"
8747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8748   x-axis: "X = VNFs per Service Chain"
8749   y-axis: "Y = Number of Service Chains"
8750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8751   layout:
8752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8753     layout: "plot-service-density"
8754
8755 - type: "plot"
8756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8757   algorithm: "plot_nf_heatmap"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8760   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8761   filter: "'NIC_Intel-XXV710' and
8762            'NF_DENSITY' and
8763            'VHOST' and
8764            'VXLAN' and
8765            'CHAIN' and
8766            'IMIX' and
8767            '4T2C' and
8768            'NDRPDR'"
8769   parameters:
8770   - "throughput"
8771   - "name"
8772   - "tags"
8773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8774   x-axis: "X = VNFs per Service Chain"
8775   y-axis: "Y = Number of Service Chains"
8776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8777   layout:
8778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8779     layout: "plot-service-density"
8780
8781 - type: "plot"
8782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8783   algorithm: "plot_nf_heatmap"
8784   output-file-type: ".html"
8785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8786   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8787   filter: "'NIC_Intel-XXV710' and
8788            'NF_DENSITY' and
8789            'VHOST' and
8790            'VXLAN' and
8791            'CHAIN' and
8792            'IMIX' and
8793            '8T4C' and
8794            'NDRPDR'"
8795   parameters:
8796   - "throughput"
8797   - "name"
8798   - "tags"
8799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8800   x-axis: "X = VNFs per Service Chain"
8801   y-axis: "Y = Number of Service Chains"
8802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8803   layout:
8804     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8805     layout: "plot-service-density"
8806
8807 # Plots - NF Density - VSC - PDR IMIX
8808 - type: "plot"
8809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8810   algorithm: "plot_nf_heatmap"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8813   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8814   filter: "'NIC_Intel-XXV710' and
8815            'NF_DENSITY' and
8816            'VHOST' and
8817            'VXLAN' and
8818            'CHAIN' and
8819            'IMIX' and
8820            '2T1C' and
8821            'NDRPDR'"
8822   parameters:
8823   - "throughput"
8824   - "name"
8825   - "tags"
8826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8827   x-axis: "X = VNFs per Service Chain"
8828   y-axis: "Y = Number of Service Chains"
8829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8830   layout:
8831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8832     layout: "plot-service-density"
8833
8834 - type: "plot"
8835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8836   algorithm: "plot_nf_heatmap"
8837   output-file-type: ".html"
8838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8840   filter: "'NIC_Intel-XXV710' and
8841            'NF_DENSITY' and
8842            'VHOST' and
8843            'VXLAN' and
8844            'CHAIN' and
8845            'IMIX' and
8846            '4T2C' and
8847            'NDRPDR'"
8848   parameters:
8849   - "throughput"
8850   - "name"
8851   - "tags"
8852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8853   x-axis: "X = VNFs per Service Chain"
8854   y-axis: "Y = Number of Service Chains"
8855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8856   layout:
8857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8858     layout: "plot-service-density"
8859
8860 - type: "plot"
8861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8862   algorithm: "plot_nf_heatmap"
8863   output-file-type: ".html"
8864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8866   filter: "'NIC_Intel-XXV710' and
8867            'NF_DENSITY' and
8868            'VHOST' and
8869            'VXLAN' and
8870            'CHAIN' and
8871            'IMIX' and
8872            '8T4C' and
8873            'NDRPDR'"
8874   parameters:
8875   - "throughput"
8876   - "name"
8877   - "tags"
8878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8879   x-axis: "X = VNFs per Service Chain"
8880   y-axis: "Y = Number of Service Chains"
8881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8882   layout:
8883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8884     layout: "plot-service-density"
8885
8886 ###############################################################################
8887
8888 # Plots - NF Density - CSC - MRR IMIX
8889 - type: "plot"
8890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8891   algorithm: "plot_nf_heatmap"
8892   output-file-type: ".html"
8893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8894   data: "plot-vpp-nfv-2n-skx-mrr"
8895   filter: "'NIC_Intel-XXV710' and
8896            'NF_DENSITY' and
8897            'DOCKER' and
8898            'CHAIN' and
8899            'NF_VPPIP4' and
8900            'IMIX' and
8901            '2T1C' and
8902            'MRR'"
8903   parameters:
8904   - "result"
8905   - "name"
8906   - "tags"
8907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8908   x-axis: "X = CNFs per Service Chain"
8909   y-axis: "Y = Number of Service Chains"
8910   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8911   layout:
8912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8913     layout: "plot-service-density"
8914
8915 - type: "plot"
8916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8917   algorithm: "plot_nf_heatmap"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8920   data: "plot-vpp-nfv-2n-skx-mrr"
8921   filter: "'NIC_Intel-XXV710' and
8922            'NF_DENSITY' and
8923            'DOCKER' and
8924            'CHAIN' and
8925            'NF_VPPIP4' and
8926            'IMIX' and
8927            '4T2C' and
8928            'MRR'"
8929   parameters:
8930   - "result"
8931   - "name"
8932   - "tags"
8933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8934   x-axis: "X = CNFs per Service Chain"
8935   y-axis: "Y = Number of Service Chains"
8936   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8937   layout:
8938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8939     layout: "plot-service-density"
8940
8941 - type: "plot"
8942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8943   algorithm: "plot_nf_heatmap"
8944   output-file-type: ".html"
8945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8946   data: "plot-vpp-nfv-2n-skx-mrr"
8947   filter: "'NIC_Intel-XXV710' and
8948            'NF_DENSITY' and
8949            'DOCKER' and
8950            'CHAIN' and
8951            'NF_VPPIP4' and
8952            'IMIX' and
8953            '8T4C' and
8954            'MRR'"
8955   parameters:
8956   - "result"
8957   - "name"
8958   - "tags"
8959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8960   x-axis: "X = CNFs per Service Chain"
8961   y-axis: "Y = Number of Service Chains"
8962   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8963   layout:
8964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8965     layout: "plot-service-density"
8966
8967 # Plots - NF Density - CSC - NDR IMIX
8968 - type: "plot"
8969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8970   algorithm: "plot_nf_heatmap"
8971   output-file-type: ".html"
8972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8973   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8974   filter: "'NIC_Intel-XXV710' and
8975            'NF_DENSITY' and
8976            'DOCKER' and
8977            'CHAIN' and
8978            'NF_VPPIP4' and
8979            'IMIX' and
8980            '2T1C' and
8981            'NDRPDR'"
8982   parameters:
8983   - "throughput"
8984   - "name"
8985   - "tags"
8986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8987   x-axis: "X = CNFs per Service Chain"
8988   y-axis: "Y = Number of Service Chains"
8989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8990   layout:
8991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8992     layout: "plot-service-density"
8993
8994 - type: "plot"
8995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8996   algorithm: "plot_nf_heatmap"
8997   output-file-type: ".html"
8998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8999   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9000   filter: "'NIC_Intel-XXV710' and
9001            'NF_DENSITY' and
9002            'DOCKER' and
9003            'CHAIN' and
9004            'NF_VPPIP4' and
9005            'IMIX' and
9006            '4T2C' and
9007            'NDRPDR'"
9008   parameters:
9009   - "throughput"
9010   - "name"
9011   - "tags"
9012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9013   x-axis: "X = CNFs per Service Chain"
9014   y-axis: "Y = Number of Service Chains"
9015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9016   layout:
9017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9018     layout: "plot-service-density"
9019
9020 - type: "plot"
9021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9022   algorithm: "plot_nf_heatmap"
9023   output-file-type: ".html"
9024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
9025   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9026   filter: "'NIC_Intel-XXV710' and
9027            'NF_DENSITY' and
9028            'DOCKER' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IMIX' and
9032            '8T4C' and
9033            'NDRPDR'"
9034   parameters:
9035   - "throughput"
9036   - "name"
9037   - "tags"
9038   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9039   x-axis: "X = CNFs per Service Chain"
9040   y-axis: "Y = Number of Service Chains"
9041   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9042   layout:
9043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9044     layout: "plot-service-density"
9045
9046 # Plots - NF Density - CSC - PDR IMIX
9047 - type: "plot"
9048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9049   algorithm: "plot_nf_heatmap"
9050   output-file-type: ".html"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9053   filter: "'NIC_Intel-XXV710' and
9054            'NF_DENSITY' and
9055            'DOCKER' and
9056            'CHAIN' and
9057            'NF_VPPIP4' and
9058            'IMIX' and
9059            '2T1C' and
9060            'NDRPDR'"
9061   parameters:
9062   - "throughput"
9063   - "name"
9064   - "tags"
9065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9066   x-axis: "X = CNFs per Service Chain"
9067   y-axis: "Y = Number of Service Chains"
9068   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9069   layout:
9070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9071     layout: "plot-service-density"
9072
9073 - type: "plot"
9074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9075   algorithm: "plot_nf_heatmap"
9076   output-file-type: ".html"
9077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9078   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9079   filter: "'NIC_Intel-XXV710' and
9080            'NF_DENSITY' and
9081            'DOCKER' and
9082            'CHAIN' and
9083            'NF_VPPIP4' and
9084            'IMIX' and
9085            '4T2C' and
9086            'NDRPDR'"
9087   parameters:
9088   - "throughput"
9089   - "name"
9090   - "tags"
9091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9092   x-axis: "X = CNFs per Service Chain"
9093   y-axis: "Y = Number of Service Chains"
9094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9095   layout:
9096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9097     layout: "plot-service-density"
9098
9099 - type: "plot"
9100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9101   algorithm: "plot_nf_heatmap"
9102   output-file-type: ".html"
9103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9104   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9105   filter: "'NIC_Intel-XXV710' and
9106            'NF_DENSITY' and
9107            'DOCKER' and
9108            'CHAIN' and
9109            'NF_VPPIP4' and
9110            'IMIX' and
9111            '8T4C' and
9112            'NDRPDR'"
9113   parameters:
9114   - "throughput"
9115   - "name"
9116   - "tags"
9117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9118   x-axis: "X = CNFs per Service Chain"
9119   y-axis: "Y = Number of Service Chains"
9120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9121   layout:
9122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9123     layout: "plot-service-density"
9124
9125 ################################################################################
9126 #
9127 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9128 #- type: "plot"
9129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9130 #  algorithm: "plot_nf_heatmap"
9131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9132 #  data: "plot-vpp-nfv-3n-skx-mrr"
9133 #  filter: "'NIC_Intel-XXV710' and
9134 #           'NF_DENSITY' and
9135 #           'DOCKER' and
9136 #           'CHAIN' and
9137 #           'NF_VPPIP4' and
9138 #           'IPSEC' and
9139 #           'TNL_4' and
9140 #           'IMIX' and
9141 #           '2T1C' and
9142 #           'MRR'"
9143 #  parameters:
9144 #  - "result"
9145 #  - "name"
9146 #  - "tags"
9147 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9148 #  x-axis: "X = CNFs per Service Chain"
9149 #  y-axis: "Y = Number of Service Chains"
9150 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9151 #  layout:
9152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9153 #    layout: "plot-service-density"
9154 #
9155 #- type: "plot"
9156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9157 #  algorithm: "plot_nf_heatmap"
9158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9159 #  data: "plot-vpp-nfv-3n-skx-mrr"
9160 #  filter: "'NIC_Intel-XXV710' and
9161 #           'NF_DENSITY' and
9162 #           'DOCKER' and
9163 #           'CHAIN' and
9164 #           'NF_VPPIP4' and
9165 #           'IPSEC' and
9166 #           'TNL_4' and
9167 #           'IMIX' and
9168 #           '4T2C' and
9169 #           'MRR'"
9170 #  parameters:
9171 #  - "result"
9172 #  - "name"
9173 #  - "tags"
9174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9175 #  x-axis: "X = CNFs per Service Chain"
9176 #  y-axis: "Y = Number of Service Chains"
9177 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9178 #  layout:
9179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9180 #    layout: "plot-service-density"
9181 #
9182 #- type: "plot"
9183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9184 #  algorithm: "plot_nf_heatmap"
9185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9186 #  data: "plot-vpp-nfv-3n-skx-mrr"
9187 #  filter: "'NIC_Intel-XXV710' and
9188 #           'NF_DENSITY' and
9189 #           'DOCKER' and
9190 #           'CHAIN' and
9191 #           'NF_VPPIP4' and
9192 #           'IPSEC' and
9193 #           'TNL_4' and
9194 #           'IMIX' and
9195 #           '8T4C' and
9196 #           'MRR'"
9197 #  parameters:
9198 #  - "result"
9199 #  - "name"
9200 #  - "tags"
9201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9202 #  x-axis: "X = CNFs per Service Chain"
9203 #  y-axis: "Y = Number of Service Chains"
9204 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9205 #  layout:
9206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9207 #    layout: "plot-service-density"
9208
9209 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9210 - type: "plot"
9211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9212   algorithm: "plot_nf_heatmap"
9213   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9214   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9215   filter: "'NIC_Intel-XXV710' and
9216            'NF_DENSITY' and
9217            'DOCKER' and
9218            'CHAIN' and
9219            'NF_VPPIP4' and
9220            'IPSEC' and
9221            'TNL_4' and
9222            'IMIX' and
9223            '2T1C' and
9224            'NDRPDR'"
9225   parameters:
9226   - "throughput"
9227   - "name"
9228   - "tags"
9229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9230   x-axis: "X = CNFs per Service Chain"
9231   y-axis: "Y = Number of Service Chains"
9232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9233   layout:
9234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9235     layout: "plot-service-density"
9236
9237 - type: "plot"
9238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9239   algorithm: "plot_nf_heatmap"
9240   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9241   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9242   filter: "'NIC_Intel-XXV710' and
9243            'NF_DENSITY' and
9244            'DOCKER' and
9245            'CHAIN' and
9246            'NF_VPPIP4' and
9247            'IPSEC' and
9248            'TNL_4' and
9249            'IMIX' and
9250            '4T2C' and
9251            'NDRPDR'"
9252   parameters:
9253   - "throughput"
9254   - "name"
9255   - "tags"
9256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9257   x-axis: "X = CNFs per Service Chain"
9258   y-axis: "Y = Number of Service Chains"
9259   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9260   layout:
9261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9262     layout: "plot-service-density"
9263
9264 - type: "plot"
9265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9266   algorithm: "plot_nf_heatmap"
9267   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9268   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9269   filter: "'NIC_Intel-XXV710' and
9270            'NF_DENSITY' and
9271            'DOCKER' and
9272            'CHAIN' and
9273            'NF_VPPIP4' and
9274            'IPSEC' and
9275            'TNL_4' and
9276            'IMIX' and
9277            '8T4C' and
9278            'NDRPDR'"
9279   parameters:
9280   - "throughput"
9281   - "name"
9282   - "tags"
9283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9284   x-axis: "X = CNFs per Service Chain"
9285   y-axis: "Y = Number of Service Chains"
9286   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9287   layout:
9288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9289     layout: "plot-service-density"
9290
9291 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9292 - type: "plot"
9293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9294   algorithm: "plot_nf_heatmap"
9295   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9296   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9297   filter: "'NIC_Intel-XXV710' and
9298            'NF_DENSITY' and
9299            'DOCKER' and
9300            'CHAIN' and
9301            'NF_VPPIP4' and
9302            'IPSEC' and
9303            'TNL_4' and
9304            'IMIX' and
9305            '2T1C' and
9306            'NDRPDR'"
9307   parameters:
9308   - "throughput"
9309   - "name"
9310   - "tags"
9311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9312   x-axis: "X = CNFs per Service Chain"
9313   y-axis: "Y = Number of Service Chains"
9314   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9315   layout:
9316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9317     layout: "plot-service-density"
9318
9319 - type: "plot"
9320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9321   algorithm: "plot_nf_heatmap"
9322   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9323   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9324   filter: "'NIC_Intel-XXV710' and
9325            'NF_DENSITY' and
9326            'DOCKER' and
9327            'CHAIN' and
9328            'NF_VPPIP4' and
9329            'IPSEC' and
9330            'TNL_4' and
9331            'IMIX' and
9332            '4T2C' and
9333            'NDRPDR'"
9334   parameters:
9335   - "throughput"
9336   - "name"
9337   - "tags"
9338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9339   x-axis: "X = CNFs per Service Chain"
9340   y-axis: "Y = Number of Service Chains"
9341   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9342   layout:
9343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9344     layout: "plot-service-density"
9345
9346 - type: "plot"
9347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9348   algorithm: "plot_nf_heatmap"
9349   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9350   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9351   filter: "'NIC_Intel-XXV710' and
9352            'NF_DENSITY' and
9353            'DOCKER' and
9354            'CHAIN' and
9355            'NF_VPPIP4' and
9356            'IPSEC' and
9357            'TNL_4' and
9358            'IMIX' and
9359            '8T4C' and
9360            'NDRPDR'"
9361   parameters:
9362   - "throughput"
9363   - "name"
9364   - "tags"
9365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9366   x-axis: "X = CNFs per Service Chain"
9367   y-axis: "Y = Number of Service Chains"
9368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9369   layout:
9370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9371     layout: "plot-service-density"
9372
9373 ###############################################################################
9374
9375 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9380 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9381 #  filter: "'NIC_Intel-XL710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'CHAIN' and
9385 #           'NF_VPPIP4' and
9386 #           'IMIX' and
9387 #           'TNL_4' and
9388 #           '1T1C' and
9389 #           'MRR'"
9390 #  parameters:
9391 #  - "result"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Chain"
9396 #  y-axis: "Y = Number of Service Chains"
9397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9400 #    layout: "plot-service-density"
9401 #
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9406 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9407 #  filter: "'NIC_Intel-XL710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'CHAIN' and
9411 #           'NF_VPPIP4' and
9412 #           'IPSEC' and
9413 #           'TNL_4' and
9414 #           'IMIX' and
9415 #           '2T2C' and
9416 #           'MRR'"
9417 #  parameters:
9418 #  - "result"
9419 #  - "name"
9420 #  - "tags"
9421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9422 #  x-axis: "X = CNFs per Service Chain"
9423 #  y-axis: "Y = Number of Service Chains"
9424 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9425 #  layout:
9426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9427 #    layout: "plot-service-density"
9428 #
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9433 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9434 #  filter: "'NIC_Intel-XL710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_4' and
9441 #           'IMIX' and
9442 #           '4T4C' and
9443 #           'MRR'"
9444 #  parameters:
9445 #  - "result"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9454 #    layout: "plot-service-density"
9455
9456 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9457 #- type: "plot"
9458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9459 #  algorithm: "plot_nf_heatmap"
9460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9461 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9462 #  filter: "'NIC_Intel-XL710' and
9463 #           'NF_DENSITY' and
9464 #           'DOCKER' and
9465 #           'CHAIN' and
9466 #           'NF_VPPIP4' and
9467 #           'IPSEC' and
9468 #           'TNL_4' and
9469 #           'IMIX' and
9470 #           '1T1C' and
9471 #           'NDRPDR'"
9472 #  parameters:
9473 #  - "throughput"
9474 #  - "name"
9475 #  - "tags"
9476 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9477 #  x-axis: "X = CNFs per Service Chain"
9478 #  y-axis: "Y = Number of Service Chains"
9479 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9480 #  layout:
9481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9482 #    layout: "plot-service-density"
9483 #
9484 #- type: "plot"
9485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9486 #  algorithm: "plot_nf_heatmap"
9487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9488 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9489 #  filter: "'NIC_Intel-XL710' and
9490 #           'NF_DENSITY' and
9491 #           'DOCKER' and
9492 #           'CHAIN' and
9493 #           'NF_VPPIP4' and
9494 #           'IPSEC' and
9495 #           'TNL_4' and
9496 #           'IMIX' and
9497 #           '2T2C' and
9498 #           'NDRPDR'"
9499 #  parameters:
9500 #  - "throughput"
9501 #  - "name"
9502 #  - "tags"
9503 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9504 #  x-axis: "X = CNFs per Service Chain"
9505 #  y-axis: "Y = Number of Service Chains"
9506 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9507 #  layout:
9508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9509 #    layout: "plot-service-density"
9510 #
9511 #- type: "plot"
9512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9513 #  algorithm: "plot_nf_heatmap"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9515 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9516 #  filter: "'NIC_Intel-XL710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'CHAIN' and
9520 #           'NF_VPPIP4' and
9521 #           'IPSEC' and
9522 #           'TNL_4' and
9523 #           'IMIX' and
9524 #           '4T4C' and
9525 #           'NDRPDR'"
9526 #  parameters:
9527 #  - "throughput"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9536 #    layout: "plot-service-density"
9537 #
9538 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9543 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9544 #  filter: "'NIC_Intel-XL710' and
9545 #           'NF_DENSITY' and
9546 #           'DOCKER' and
9547 #           'CHAIN' and
9548 #           'NF_VPPIP4' and
9549 #           'IPSEC' and
9550 #           'TNL_4' and
9551 #           'IMIX' and
9552 #           '1T1C' and
9553 #           'NDRPDR'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = CNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9564 #    layout: "plot-service-density"
9565 #
9566 #- type: "plot"
9567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9568 #  algorithm: "plot_nf_heatmap"
9569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9571 #  filter: "'NIC_Intel-XL710' and
9572 #           'NF_DENSITY' and
9573 #           'DOCKER' and
9574 #           'CHAIN' and
9575 #           'NF_VPPIP4' and
9576 #           'IPSEC' and
9577 #           'TNL_4' and
9578 #           'IMIX' and
9579 #           '2T2C' and
9580 #           'NDRPDR'"
9581 #  parameters:
9582 #  - "throughput"
9583 #  - "name"
9584 #  - "tags"
9585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9586 #  x-axis: "X = CNFs per Service Chain"
9587 #  y-axis: "Y = Number of Service Chains"
9588 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9589 #  layout:
9590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9591 #    layout: "plot-service-density"
9592 #
9593 #- type: "plot"
9594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9595 #  algorithm: "plot_nf_heatmap"
9596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9598 #  filter: "'NIC_Intel-XL710' and
9599 #           'NF_DENSITY' and
9600 #           'DOCKER' and
9601 #           'CHAIN' and
9602 #           'NF_VPPIP4' and
9603 #           'IPSEC' and
9604 #           'TNL_4' and
9605 #           'IMIX' and
9606 #           '4T4C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9618 #    layout: "plot-service-density"
9619
9620 ###############################################################################
9621
9622 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9623 #- type: "plot"
9624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9625 #  algorithm: "plot_nf_heatmap"
9626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9627 #  data: "plot-vpp-nfv-3n-skx-mrr"
9628 #  filter: "'NIC_Intel-XXV710' and
9629 #           'NF_DENSITY' and
9630 #           'DOCKER' and
9631 #           'CHAIN' and
9632 #           'NF_VPPIP4' and
9633 #           'IPSEC' and
9634 #           'TNL_1000' and
9635 #           'IMIX' and
9636 #           '2T1C' and
9637 #           'MRR'"
9638 #  parameters:
9639 #  - "result"
9640 #  - "name"
9641 #  - "tags"
9642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9643 #  x-axis: "X = CNFs per Service Chain"
9644 #  y-axis: "Y = Number of Service Chains"
9645 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9646 #  layout:
9647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9648 #    layout: "plot-service-density"
9649 #
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9654 #  data: "plot-vpp-nfv-3n-skx-mrr"
9655 #  filter: "'NIC_Intel-XXV710' and
9656 #           'NF_DENSITY' and
9657 #           'DOCKER' and
9658 #           'CHAIN' and
9659 #           'NF_VPPIP4' and
9660 #           'IPSEC' and
9661 #           'TNL_1000' and
9662 #           'IMIX' and
9663 #           '4T2C' and
9664 #           'MRR'"
9665 #  parameters:
9666 #  - "result"
9667 #  - "name"
9668 #  - "tags"
9669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670 #  x-axis: "X = CNFs per Service Chain"
9671 #  y-axis: "Y = Number of Service Chains"
9672 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673 #  layout:
9674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9675 #    layout: "plot-service-density"
9676 #
9677 #- type: "plot"
9678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9679 #  algorithm: "plot_nf_heatmap"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9681 #  data: "plot-vpp-nfv-3n-skx-mrr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'CHAIN' and
9686 #           'NF_VPPIP4' and
9687 #           'IPSEC' and
9688 #           'TNL_1000' and
9689 #           'IMIX' and
9690 #           '8T4C' and
9691 #           'MRR'"
9692 #  parameters:
9693 #  - "result"
9694 #  - "name"
9695 #  - "tags"
9696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9697 #  x-axis: "X = CNFs per Service Chain"
9698 #  y-axis: "Y = Number of Service Chains"
9699 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9700 #  layout:
9701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9702 #    layout: "plot-service-density"
9703
9704 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9705 - type: "plot"
9706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9707   algorithm: "plot_nf_heatmap"
9708   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9709   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9710   filter: "'NIC_Intel-XXV710' and
9711            'NF_DENSITY' and
9712            'DOCKER' and
9713            'CHAIN' and
9714            'NF_VPPIP4' and
9715            'IPSEC' and
9716            'TNL_1000' and
9717            'IMIX' and
9718            '2T1C' and
9719            'NDRPDR'"
9720   parameters:
9721   - "throughput"
9722   - "name"
9723   - "tags"
9724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = CNFs per Service Chain"
9726   y-axis: "Y = Number of Service Chains"
9727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9736   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9737   filter: "'NIC_Intel-XXV710' and
9738            'NF_DENSITY' and
9739            'DOCKER' and
9740            'CHAIN' and
9741            'NF_VPPIP4' and
9742            'IPSEC' and
9743            'TNL_1000' and
9744            'IMIX' and
9745            '4T2C' and
9746            'NDRPDR'"
9747   parameters:
9748   - "throughput"
9749   - "name"
9750   - "tags"
9751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9752   x-axis: "X = CNFs per Service Chain"
9753   y-axis: "Y = Number of Service Chains"
9754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9755   layout:
9756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9757     layout: "plot-service-density"
9758
9759 - type: "plot"
9760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9761   algorithm: "plot_nf_heatmap"
9762   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9763   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9764   filter: "'NIC_Intel-XXV710' and
9765            'NF_DENSITY' and
9766            'DOCKER' and
9767            'CHAIN' and
9768            'NF_VPPIP4' and
9769            'IPSEC' and
9770            'TNL_1000' and
9771            'IMIX' and
9772            '8T4C' and
9773            'NDRPDR'"
9774   parameters:
9775   - "throughput"
9776   - "name"
9777   - "tags"
9778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9779   x-axis: "X = CNFs per Service Chain"
9780   y-axis: "Y = Number of Service Chains"
9781   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9782   layout:
9783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9784     layout: "plot-service-density"
9785
9786 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9787 - type: "plot"
9788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9789   algorithm: "plot_nf_heatmap"
9790   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9791   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9792   filter: "'NIC_Intel-XXV710' and
9793            'NF_DENSITY' and
9794            'DOCKER' and
9795            'CHAIN' and
9796            'NF_VPPIP4' and
9797            'IPSEC' and
9798            'TNL_1000' and
9799            'IMIX' and
9800            '2T1C' and
9801            'NDRPDR'"
9802   parameters:
9803   - "throughput"
9804   - "name"
9805   - "tags"
9806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807   x-axis: "X = CNFs per Service Chain"
9808   y-axis: "Y = Number of Service Chains"
9809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810   layout:
9811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9812     layout: "plot-service-density"
9813
9814 - type: "plot"
9815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9816   algorithm: "plot_nf_heatmap"
9817   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9818   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9819   filter: "'NIC_Intel-XXV710' and
9820            'NF_DENSITY' and
9821            'DOCKER' and
9822            'CHAIN' and
9823            'NF_VPPIP4' and
9824            'IPSEC' and
9825            'TNL_1000' and
9826            'IMIX' and
9827            '4T2C' and
9828            'NDRPDR'"
9829   parameters:
9830   - "throughput"
9831   - "name"
9832   - "tags"
9833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9834   x-axis: "X = CNFs per Service Chain"
9835   y-axis: "Y = Number of Service Chains"
9836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9837   layout:
9838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9839     layout: "plot-service-density"
9840
9841 - type: "plot"
9842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9843   algorithm: "plot_nf_heatmap"
9844   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9845   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9846   filter: "'NIC_Intel-XXV710' and
9847            'NF_DENSITY' and
9848            'DOCKER' and
9849            'CHAIN' and
9850            'NF_VPPIP4' and
9851            'IPSEC' and
9852            'TNL_1000' and
9853            'IMIX' and
9854            '8T4C' and
9855            'NDRPDR'"
9856   parameters:
9857   - "throughput"
9858   - "name"
9859   - "tags"
9860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861   x-axis: "X = CNFs per Service Chain"
9862   y-axis: "Y = Number of Service Chains"
9863   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9864   layout:
9865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9866     layout: "plot-service-density"
9867
9868 ###############################################################################
9869
9870 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9871 #- type: "plot"
9872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9873 #  algorithm: "plot_nf_heatmap"
9874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9875 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9876 #  filter: "'NIC_Intel-XL710' and
9877 #           'NF_DENSITY' and
9878 #           'DOCKER' and
9879 #           'CHAIN' and
9880 #           'NF_VPPIP4' and
9881 #           'IMIX' and
9882 #           'TNL_1000' and
9883 #           '1T1C' and
9884 #           'MRR'"
9885 #  parameters:
9886 #  - "result"
9887 #  - "name"
9888 #  - "tags"
9889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9890 #  x-axis: "X = CNFs per Service Chain"
9891 #  y-axis: "Y = Number of Service Chains"
9892 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9893 #  layout:
9894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9895 #    layout: "plot-service-density"
9896 #
9897 #- type: "plot"
9898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9899 #  algorithm: "plot_nf_heatmap"
9900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9901 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9902 #  filter: "'NIC_Intel-XL710' and
9903 #           'NF_DENSITY' and
9904 #           'DOCKER' and
9905 #           'CHAIN' and
9906 #           'NF_VPPIP4' and
9907 #           'IPSEC' and
9908 #           'TNL_1000' and
9909 #           'IMIX' and
9910 #           '2T2C' and
9911 #           'MRR'"
9912 #  parameters:
9913 #  - "result"
9914 #  - "name"
9915 #  - "tags"
9916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9917 #  x-axis: "X = CNFs per Service Chain"
9918 #  y-axis: "Y = Number of Service Chains"
9919 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9920 #  layout:
9921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9922 #    layout: "plot-service-density"
9923 #
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9928 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9929 #  filter: "'NIC_Intel-XL710' and
9930 #           'NF_DENSITY' and
9931 #           'DOCKER' and
9932 #           'CHAIN' and
9933 #           'NF_VPPIP4' and
9934 #           'IPSEC' and
9935 #           'TNL_1000' and
9936 #           'IMIX' and
9937 #           '4T4C' and
9938 #           'MRR'"
9939 #  parameters:
9940 #  - "result"
9941 #  - "name"
9942 #  - "tags"
9943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9944 #  x-axis: "X = CNFs per Service Chain"
9945 #  y-axis: "Y = Number of Service Chains"
9946 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9947 #  layout:
9948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9949 #    layout: "plot-service-density"
9950
9951 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9952 #- type: "plot"
9953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9954 #  algorithm: "plot_nf_heatmap"
9955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9956 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9957 #  filter: "'NIC_Intel-XL710' and
9958 #           'NF_DENSITY' and
9959 #           'DOCKER' and
9960 #           'CHAIN' and
9961 #           'NF_VPPIP4' and
9962 #           'IPSEC' and
9963 #           'TNL_1000' and
9964 #           'IMIX' and
9965 #           '1T1C' and
9966 #           'NDRPDR'"
9967 #  parameters:
9968 #  - "throughput"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Chain"
9973 #  y-axis: "Y = Number of Service Chains"
9974 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9977 #    layout: "plot-service-density"
9978 #
9979 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9983 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9984 #  filter: "'NIC_Intel-XL710' and
9985 #           'NF_DENSITY' and
9986 #           'DOCKER' and
9987 #           'CHAIN' and
9988 #           'NF_VPPIP4' and
9989 #           'IPSEC' and
9990 #           'TNL_1000' and
9991 #           'IMIX' and
9992 #           '2T2C' and
9993 #           'NDRPDR'"
9994 #  parameters:
9995 #  - "throughput"
9996 #  - "name"
9997 #  - "tags"
9998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9999 #  x-axis: "X = CNFs per Service Chain"
10000 #  y-axis: "Y = Number of Service Chains"
10001 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10002 #  layout:
10003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10004 #    layout: "plot-service-density"
10005 #
10006 #- type: "plot"
10007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10008 #  algorithm: "plot_nf_heatmap"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
10010 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10011 #  filter: "'NIC_Intel-XL710' and
10012 #           'NF_DENSITY' and
10013 #           'DOCKER' and
10014 #           'CHAIN' and
10015 #           'NF_VPPIP4' and
10016 #           'IPSEC' and
10017 #           'TNL_1000' and
10018 #           'IMIX' and
10019 #           '4T4C' and
10020 #           'NDRPDR'"
10021 #  parameters:
10022 #  - "throughput"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Chain"
10027 #  y-axis: "Y = Number of Service Chains"
10028 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
10031 #    layout: "plot-service-density"
10032 #
10033 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
10034 #- type: "plot"
10035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10036 #  algorithm: "plot_nf_heatmap"
10037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
10038 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10039 #  filter: "'NIC_Intel-XL710' and
10040 #           'NF_DENSITY' and
10041 #           'DOCKER' and
10042 #           'CHAIN' and
10043 #           'NF_VPPIP4' and
10044 #           'IPSEC' and
10045 #           'TNL_1000' and
10046 #           'IMIX' and
10047 #           '1T1C' and
10048 #           'NDRPDR'"
10049 #  parameters:
10050 #  - "throughput"
10051 #  - "name"
10052 #  - "tags"
10053 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054 #  x-axis: "X = CNFs per Service Chain"
10055 #  y-axis: "Y = Number of Service Chains"
10056 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057 #  layout:
10058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10059 #    layout: "plot-service-density"
10060 #
10061 #- type: "plot"
10062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10063 #  algorithm: "plot_nf_heatmap"
10064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10065 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10066 #  filter: "'NIC_Intel-XL710' and
10067 #           'NF_DENSITY' and
10068 #           'DOCKER' and
10069 #           'CHAIN' and
10070 #           'NF_VPPIP4' and
10071 #           'IPSEC' and
10072 #           'TNL_1000' and
10073 #           'IMIX' and
10074 #           '2T2C' and
10075 #           'NDRPDR'"
10076 #  parameters:
10077 #  - "throughput"
10078 #  - "name"
10079 #  - "tags"
10080 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10081 #  x-axis: "X = CNFs per Service Chain"
10082 #  y-axis: "Y = Number of Service Chains"
10083 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10084 #  layout:
10085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10086 #    layout: "plot-service-density"
10087 #
10088 #- type: "plot"
10089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10090 #  algorithm: "plot_nf_heatmap"
10091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10092 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10093 #  filter: "'NIC_Intel-XL710' and
10094 #           'NF_DENSITY' and
10095 #           'DOCKER' and
10096 #           'CHAIN' and
10097 #           'NF_VPPIP4' and
10098 #           'IPSEC' and
10099 #           'TNL_1000' and
10100 #           'IMIX' and
10101 #           '4T4C' and
10102 #           'NDRPDR'"
10103 #  parameters:
10104 #  - "throughput"
10105 #  - "name"
10106 #  - "tags"
10107 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10108 #  x-axis: "X = CNFs per Service Chain"
10109 #  y-axis: "Y = Number of Service Chains"
10110 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10111 #  layout:
10112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10113 #    layout: "plot-service-density"
10114
10115 ###############################################################################
10116
10117 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10118 #- type: "plot"
10119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10120 #  algorithm: "plot_nf_heatmap"
10121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10122 #  data: "plot-vpp-nfv-3n-skx-mrr"
10123 #  filter: "'NIC_Intel-XXV710' and
10124 #           'NF_DENSITY' and
10125 #           'DOCKER' and
10126 #           'CHAIN' and
10127 #           'NF_VPPIP4' and
10128 #           'IPSEC' and
10129 #           'TNL_10000' and
10130 #           'IMIX' and
10131 #           '2T1C' and
10132 #           'MRR'"
10133 #  parameters:
10134 #  - "result"
10135 #  - "name"
10136 #  - "tags"
10137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10138 #  x-axis: "X = CNFs per Service Chain"
10139 #  y-axis: "Y = Number of Service Chains"
10140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10141 #  layout:
10142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10143 #    layout: "plot-service-density"
10144 #
10145 #- type: "plot"
10146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10147 #  algorithm: "plot_nf_heatmap"
10148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10149 #  data: "plot-vpp-nfv-3n-skx-mrr"
10150 #  filter: "'NIC_Intel-XXV710' and
10151 #           'NF_DENSITY' and
10152 #           'DOCKER' and
10153 #           'CHAIN' and
10154 #           'NF_VPPIP4' and
10155 #           'IPSEC' and
10156 #           'TNL_10000' and
10157 #           'IMIX' and
10158 #           '4T2C' and
10159 #           'MRR'"
10160 #  parameters:
10161 #  - "result"
10162 #  - "name"
10163 #  - "tags"
10164 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10165 #  x-axis: "X = CNFs per Service Chain"
10166 #  y-axis: "Y = Number of Service Chains"
10167 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10168 #  layout:
10169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10170 #    layout: "plot-service-density"
10171 #
10172 #- type: "plot"
10173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10174 #  algorithm: "plot_nf_heatmap"
10175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10176 #  data: "plot-vpp-nfv-3n-skx-mrr"
10177 #  filter: "'NIC_Intel-XXV710' and
10178 #           'NF_DENSITY' and
10179 #           'DOCKER' and
10180 #           'CHAIN' and
10181 #           'NF_VPPIP4' and
10182 #           'IPSEC' and
10183 #           'TNL_10000' and
10184 #           'IMIX' and
10185 #           '8T4C' and
10186 #           'MRR'"
10187 #  parameters:
10188 #  - "result"
10189 #  - "name"
10190 #  - "tags"
10191 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10192 #  x-axis: "X = CNFs per Service Chain"
10193 #  y-axis: "Y = Number of Service Chains"
10194 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10195 #  layout:
10196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10197 #    layout: "plot-service-density"
10198
10199 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10200 - type: "plot"
10201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10202   algorithm: "plot_nf_heatmap"
10203   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10204   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10205   filter: "'NIC_Intel-XXV710' and
10206            'NF_DENSITY' and
10207            'DOCKER' and
10208            'CHAIN' and
10209            'NF_VPPIP4' and
10210            'IPSEC' and
10211            'TNL_10000' and
10212            'IMIX' and
10213            '2T1C' and
10214            'NDRPDR'"
10215   parameters:
10216   - "throughput"
10217   - "name"
10218   - "tags"
10219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10220   x-axis: "X = CNFs per Service Chain"
10221   y-axis: "Y = Number of Service Chains"
10222   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10223   layout:
10224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10225     layout: "plot-service-density"
10226
10227 - type: "plot"
10228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10229   algorithm: "plot_nf_heatmap"
10230   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10231   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10232   filter: "'NIC_Intel-XXV710' and
10233            'NF_DENSITY' and
10234            'DOCKER' and
10235            'CHAIN' and
10236            'NF_VPPIP4' and
10237            'IPSEC' and
10238            'TNL_10000' and
10239            'IMIX' and
10240            '4T2C' and
10241            'NDRPDR'"
10242   parameters:
10243   - "throughput"
10244   - "name"
10245   - "tags"
10246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10247   x-axis: "X = CNFs per Service Chain"
10248   y-axis: "Y = Number of Service Chains"
10249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10250   layout:
10251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10252     layout: "plot-service-density"
10253
10254 - type: "plot"
10255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10256   algorithm: "plot_nf_heatmap"
10257   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10258   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10259   filter: "'NIC_Intel-XXV710' and
10260            'NF_DENSITY' and
10261            'DOCKER' and
10262            'CHAIN' and
10263            'NF_VPPIP4' and
10264            'IPSEC' and
10265            'TNL_10000' and
10266            'IMIX' and
10267            '8T4C' and
10268            'NDRPDR'"
10269   parameters:
10270   - "throughput"
10271   - "name"
10272   - "tags"
10273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10274   x-axis: "X = CNFs per Service Chain"
10275   y-axis: "Y = Number of Service Chains"
10276   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10277   layout:
10278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10279     layout: "plot-service-density"
10280
10281 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10282 - type: "plot"
10283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10284   algorithm: "plot_nf_heatmap"
10285   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10286   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10287   filter: "'NIC_Intel-XXV710' and
10288            'NF_DENSITY' and
10289            'DOCKER' and
10290            'CHAIN' and
10291            'NF_VPPIP4' and
10292            'IPSEC' and
10293            'TNL_10000' and
10294            'IMIX' and
10295            '2T1C' and
10296            'NDRPDR'"
10297   parameters:
10298   - "throughput"
10299   - "name"
10300   - "tags"
10301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10302   x-axis: "X = CNFs per Service Chain"
10303   y-axis: "Y = Number of Service Chains"
10304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10305   layout:
10306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10307     layout: "plot-service-density"
10308
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10313   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10314   filter: "'NIC_Intel-XXV710' and
10315            'NF_DENSITY' and
10316            'DOCKER' and
10317            'CHAIN' and
10318            'NF_VPPIP4' and
10319            'IPSEC' and
10320            'TNL_10000' and
10321            'IMIX' and
10322            '4T2C' and
10323            'NDRPDR'"
10324   parameters:
10325   - "throughput"
10326   - "name"
10327   - "tags"
10328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10329   x-axis: "X = CNFs per Service Chain"
10330   y-axis: "Y = Number of Service Chains"
10331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10332   layout:
10333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10334     layout: "plot-service-density"
10335
10336 - type: "plot"
10337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10338   algorithm: "plot_nf_heatmap"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10340   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'DOCKER' and
10344            'CHAIN' and
10345            'NF_VPPIP4' and
10346            'IPSEC' and
10347            'TNL_10000' and
10348            'IMIX' and
10349            '8T4C' and
10350            'NDRPDR'"
10351   parameters:
10352   - "throughput"
10353   - "name"
10354   - "tags"
10355   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10356   x-axis: "X = CNFs per Service Chain"
10357   y-axis: "Y = Number of Service Chains"
10358   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10359   layout:
10360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10361     layout: "plot-service-density"
10362
10363 ###############################################################################
10364
10365 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10366 #- type: "plot"
10367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10368 #  algorithm: "plot_nf_heatmap"
10369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10370 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10371 #  filter: "'NIC_Intel-XL710' and
10372 #           'NF_DENSITY' and
10373 #           'DOCKER' and
10374 #           'CHAIN' and
10375 #           'NF_VPPIP4' and
10376 #           'IMIX' and
10377 #           'TNL_10000' and
10378 #           '1T1C' and
10379 #           'MRR'"
10380 #  parameters:
10381 #  - "result"
10382 #  - "name"
10383 #  - "tags"
10384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10385 #  x-axis: "X = CNFs per Service Chain"
10386 #  y-axis: "Y = Number of Service Chains"
10387 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10388 #  layout:
10389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10390 #    layout: "plot-service-density"
10391 #
10392 #- type: "plot"
10393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10394 #  algorithm: "plot_nf_heatmap"
10395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10396 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10397 #  filter: "'NIC_Intel-XL710' and
10398 #           'NF_DENSITY' and
10399 #           'DOCKER' and
10400 #           'CHAIN' and
10401 #           'NF_VPPIP4' and
10402 #           'IPSEC' and
10403 #           'TNL_10000' and
10404 #           'IMIX' and
10405 #           '2T2C' and
10406 #           'MRR'"
10407 #  parameters:
10408 #  - "result"
10409 #  - "name"
10410 #  - "tags"
10411 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10412 #  x-axis: "X = CNFs per Service Chain"
10413 #  y-axis: "Y = Number of Service Chains"
10414 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10415 #  layout:
10416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10417 #    layout: "plot-service-density"
10418 #
10419 #- type: "plot"
10420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10421 #  algorithm: "plot_nf_heatmap"
10422 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10423 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10424 #  filter: "'NIC_Intel-XL710' and
10425 #           'NF_DENSITY' and
10426 #           'DOCKER' and
10427 #           'CHAIN' and
10428 #           'NF_VPPIP4' and
10429 #           'IPSEC' and
10430 #           'TNL_10000' and
10431 #           'IMIX' and
10432 #           '4T4C' and
10433 #           'MRR'"
10434 #  parameters:
10435 #  - "result"
10436 #  - "name"
10437 #  - "tags"
10438 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10439 #  x-axis: "X = CNFs per Service Chain"
10440 #  y-axis: "Y = Number of Service Chains"
10441 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10442 #  layout:
10443 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10444 #    layout: "plot-service-density"
10445
10446 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10447 #- type: "plot"
10448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10449 #  algorithm: "plot_nf_heatmap"
10450 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10451 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10452 #  filter: "'NIC_Intel-XL710' and
10453 #           'NF_DENSITY' and
10454 #           'DOCKER' and
10455 #           'CHAIN' and
10456 #           'NF_VPPIP4' and
10457 #           'IPSEC' and
10458 #           'TNL_10000' and
10459 #           'IMIX' and
10460 #           '1T1C' and
10461 #           'NDRPDR'"
10462 #  parameters:
10463 #  - "throughput"
10464 #  - "name"
10465 #  - "tags"
10466 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10467 #  x-axis: "X = CNFs per Service Chain"
10468 #  y-axis: "Y = Number of Service Chains"
10469 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10470 #  layout:
10471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10472 #    layout: "plot-service-density"
10473 #
10474 #- type: "plot"
10475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10476 #  algorithm: "plot_nf_heatmap"
10477 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10478 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10479 #  filter: "'NIC_Intel-XL710' and
10480 #           'NF_DENSITY' and
10481 #           'DOCKER' and
10482 #           'CHAIN' and
10483 #           'NF_VPPIP4' and
10484 #           'IPSEC' and
10485 #           'TNL_10000' and
10486 #           'IMIX' and
10487 #           '2T2C' and
10488 #           'NDRPDR'"
10489 #  parameters:
10490 #  - "throughput"
10491 #  - "name"
10492 #  - "tags"
10493 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10494 #  x-axis: "X = CNFs per Service Chain"
10495 #  y-axis: "Y = Number of Service Chains"
10496 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10497 #  layout:
10498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10499 #    layout: "plot-service-density"
10500 #
10501 #- type: "plot"
10502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10503 #  algorithm: "plot_nf_heatmap"
10504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10505 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10506 #  filter: "'NIC_Intel-XL710' and
10507 #           'NF_DENSITY' and
10508 #           'DOCKER' and
10509 #           'CHAIN' and
10510 #           'NF_VPPIP4' and
10511 #           'IPSEC' and
10512 #           'TNL_10000' and
10513 #           'IMIX' and
10514 #           '4T4C' and
10515 #           'NDRPDR'"
10516 #  parameters:
10517 #  - "throughput"
10518 #  - "name"
10519 #  - "tags"
10520 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10521 #  x-axis: "X = CNFs per Service Chain"
10522 #  y-axis: "Y = Number of Service Chains"
10523 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10524 #  layout:
10525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10526 #    layout: "plot-service-density"
10527 #
10528 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10529 #- type: "plot"
10530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10531 #  algorithm: "plot_nf_heatmap"
10532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10533 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10534 #  filter: "'NIC_Intel-XL710' and
10535 #           'NF_DENSITY' and
10536 #           'DOCKER' and
10537 #           'CHAIN' and
10538 #           'NF_VPPIP4' and
10539 #           'IPSEC' and
10540 #           'TNL_10000' and
10541 #           'IMIX' and
10542 #           '1T1C' and
10543 #           'NDRPDR'"
10544 #  parameters:
10545 #  - "throughput"
10546 #  - "name"
10547 #  - "tags"
10548 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10549 #  x-axis: "X = CNFs per Service Chain"
10550 #  y-axis: "Y = Number of Service Chains"
10551 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10552 #  layout:
10553 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10554 #    layout: "plot-service-density"
10555 #
10556 #- type: "plot"
10557 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10558 #  algorithm: "plot_nf_heatmap"
10559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10560 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10561 #  filter: "'NIC_Intel-XL710' and
10562 #           'NF_DENSITY' and
10563 #           'DOCKER' and
10564 #           'CHAIN' and
10565 #           'NF_VPPIP4' and
10566 #           'IPSEC' and
10567 #           'TNL_10000' and
10568 #           'IMIX' and
10569 #           '2T2C' and
10570 #           'NDRPDR'"
10571 #  parameters:
10572 #  - "throughput"
10573 #  - "name"
10574 #  - "tags"
10575 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10576 #  x-axis: "X = CNFs per Service Chain"
10577 #  y-axis: "Y = Number of Service Chains"
10578 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10579 #  layout:
10580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10581 #    layout: "plot-service-density"
10582 #
10583 #- type: "plot"
10584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10585 #  algorithm: "plot_nf_heatmap"
10586 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10587 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10588 #  filter: "'NIC_Intel-XL710' and
10589 #           'NF_DENSITY' and
10590 #           'DOCKER' and
10591 #           'CHAIN' and
10592 #           'NF_VPPIP4' and
10593 #           'IPSEC' and
10594 #           'TNL_10000' and
10595 #           'IMIX' and
10596 #           '4T4C' and
10597 #           'NDRPDR'"
10598 #  parameters:
10599 #  - "throughput"
10600 #  - "name"
10601 #  - "tags"
10602 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10603 #  x-axis: "X = CNFs per Service Chain"
10604 #  y-axis: "Y = Number of Service Chains"
10605 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10606 #  layout:
10607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10608 #    layout: "plot-service-density"
10609
10610 ###############################################################################
10611
10612 # Plots - NF Density - CSP - MRR IMIX
10613 - type: "plot"
10614   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10615   algorithm: "plot_nf_heatmap"
10616   output-file-type: ".html"
10617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10618   data: "plot-vpp-nfv-2n-skx-mrr"
10619   filter: "'NIC_Intel-XXV710' and
10620            'NF_DENSITY' and
10621            'DOCKER' and
10622            'PIPELINE' and
10623            'NF_VPPIP4' and
10624            'IMIX' and
10625            '2T1C' and
10626            'MRR'"
10627   parameters:
10628   - "result"
10629   - "name"
10630   - "tags"
10631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10632   x-axis: "X = CNFs per Service Pipeline"
10633   y-axis: "Y = Number of Service Pipelines"
10634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10635   layout:
10636     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10637     layout: "plot-service-density"
10638
10639 - type: "plot"
10640   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10641   algorithm: "plot_nf_heatmap"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10644   data: "plot-vpp-nfv-2n-skx-mrr"
10645   filter: "'NIC_Intel-XXV710' and
10646            'NF_DENSITY' and
10647            'DOCKER' and
10648            'PIPELINE' and
10649            'NF_VPPIP4' and
10650            'IMIX' and
10651            '4T2C' and
10652            'MRR'"
10653   parameters:
10654   - "result"
10655   - "name"
10656   - "tags"
10657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10658   x-axis: "X = CNFs per Service Pipeline"
10659   y-axis: "Y = Number of Service Pipelines"
10660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10661   layout:
10662     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10663     layout: "plot-service-density"
10664
10665 - type: "plot"
10666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10667   algorithm: "plot_nf_heatmap"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10670   data: "plot-vpp-nfv-2n-skx-mrr"
10671   filter: "'NIC_Intel-XXV710' and
10672            'NF_DENSITY' and
10673            'DOCKER' and
10674            'PIPELINE' and
10675            'NF_VPPIP4' and
10676            'IMIX' and
10677            '8T4C' and
10678            'MRR'"
10679   parameters:
10680   - "result"
10681   - "name"
10682   - "tags"
10683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10684   x-axis: "X = CNFs per Service Pipeline"
10685   y-axis: "Y = Number of Service Pipelines"
10686   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10687   layout:
10688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10689     layout: "plot-service-density"
10690
10691 # Plots - NF Density - CSP - NDR IMIX
10692 - type: "plot"
10693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10694   algorithm: "plot_nf_heatmap"
10695   output-file-type: ".html"
10696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10697   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10698   filter: "'NIC_Intel-XXV710' and
10699            'NF_DENSITY' and
10700            'DOCKER' and
10701            'PIPELINE' and
10702            'NF_VPPIP4' and
10703            'IMIX' and
10704            '2T1C' and
10705            'NDRPDR'"
10706   parameters:
10707   - "throughput"
10708   - "name"
10709   - "tags"
10710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10711   x-axis: "X = CNFs per Service Pipeline"
10712   y-axis: "Y = Number of Service Pipelines"
10713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10714   layout:
10715     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10716     layout: "plot-service-density"
10717
10718 - type: "plot"
10719   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10720   algorithm: "plot_nf_heatmap"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10723   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10724   filter: "'NIC_Intel-XXV710' and
10725            'NF_DENSITY' and
10726            'DOCKER' and
10727            'PIPELINE' and
10728            'NF_VPPIP4' and
10729            'IMIX' and
10730            '4T2C' and
10731            'NDRPDR'"
10732   parameters:
10733   - "throughput"
10734   - "name"
10735   - "tags"
10736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10737   x-axis: "X = CNFs per Service Pipeline"
10738   y-axis: "Y = Number of Service Pipelines"
10739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10740   layout:
10741     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10742     layout: "plot-service-density"
10743
10744 - type: "plot"
10745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10746   algorithm: "plot_nf_heatmap"
10747   output-file-type: ".html"
10748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10749   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10750   filter: "'NIC_Intel-XXV710' and
10751            'NF_DENSITY' and
10752            'DOCKER' and
10753            'PIPELINE' and
10754            'NF_VPPIP4' and
10755            'IMIX' and
10756            '8T4C' and
10757            'NDRPDR'"
10758   parameters:
10759   - "throughput"
10760   - "name"
10761   - "tags"
10762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10763   x-axis: "X = CNFs per Service Pipeline"
10764   y-axis: "Y = Number of Service Pipelines"
10765   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10766   layout:
10767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10768     layout: "plot-service-density"
10769
10770 # Plots - NF Density - CSP - PDR IMIX
10771 - type: "plot"
10772   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10773   algorithm: "plot_nf_heatmap"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10776   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10777   filter: "'NIC_Intel-XXV710' and
10778            'NF_DENSITY' and
10779            'DOCKER' and
10780            'PIPELINE' and
10781            'NF_VPPIP4' and
10782            'IMIX' and
10783            '2T1C' and
10784            'NDRPDR'"
10785   parameters:
10786   - "throughput"
10787   - "name"
10788   - "tags"
10789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10790   x-axis: "X = CNFs per Service Pipeline"
10791   y-axis: "Y = Number of Service Pipelines"
10792   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10793   layout:
10794     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10795     layout: "plot-service-density"
10796
10797 - type: "plot"
10798   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10799   algorithm: "plot_nf_heatmap"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10802   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10803   filter: "'NIC_Intel-XXV710' and
10804            'NF_DENSITY' and
10805            'DOCKER' and
10806            'PIPELINE' and
10807            'NF_VPPIP4' and
10808            'IMIX' and
10809            '4T2C' and
10810            'NDRPDR'"
10811   parameters:
10812   - "throughput"
10813   - "name"
10814   - "tags"
10815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10816   x-axis: "X = CNFs per Service Pipeline"
10817   y-axis: "Y = Number of Service Pipelines"
10818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10819   layout:
10820     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10821     layout: "plot-service-density"
10822
10823 - type: "plot"
10824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10825   algorithm: "plot_nf_heatmap"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10828   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10829   filter: "'NIC_Intel-XXV710' and
10830            'NF_DENSITY' and
10831            'DOCKER' and
10832            'PIPELINE' and
10833            'NF_VPPIP4' and
10834            'IMIX' and
10835            '8T4C' and
10836            'NDRPDR'"
10837   parameters:
10838   - "throughput"
10839   - "name"
10840   - "tags"
10841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10842   x-axis: "X = CNFs per Service Pipeline"
10843   y-axis: "Y = Number of Service Pipelines"
10844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10845   layout:
10846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10847     layout: "plot-service-density"
10848
10849 ###############################################################################
10850 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10851
10852 - type: "plot"
10853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10854   algorithm: "plot_nf_heatmap"
10855   output-file-type: ".html"
10856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10857   data: "plot-vpp-nfv-2n-clx-mrr"
10858   filter: "'NIC_Intel-XXV710' and
10859            'NF_DENSITY' and
10860            'VHOST' and
10861            not 'VXLAN' and
10862            'CHAIN' and
10863            'NF_VPPIP4' and
10864            'IMIX' and
10865            '2T1C' and
10866            'MRR'"
10867   parameters:
10868   - "result"
10869   - "name"
10870   - "tags"
10871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10872   x-axis: "X = VNFs per Service Chain"
10873   y-axis: "Y = Number of Service Chains"
10874   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10875   layout:
10876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10877     layout: "plot-service-density"
10878
10879 - type: "plot"
10880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10881   algorithm: "plot_nf_heatmap"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10884   data: "plot-vpp-nfv-2n-clx-mrr"
10885   filter: "'NIC_Intel-XXV710' and
10886            'NF_DENSITY' and
10887            'VHOST' and
10888            not 'VXLAN' and
10889            'CHAIN' and
10890            'NF_VPPIP4' and
10891            'IMIX' and
10892            '4T2C' and
10893            'MRR'"
10894   parameters:
10895   - "result"
10896   - "name"
10897   - "tags"
10898   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10899   x-axis: "X = VNFs per Service Chain"
10900   y-axis: "Y = Number of Service Chains"
10901   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10902   layout:
10903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10904     layout: "plot-service-density"
10905
10906 - type: "plot"
10907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10908   algorithm: "plot_nf_heatmap"
10909   output-file-type: ".html"
10910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10911   data: "plot-vpp-nfv-2n-clx-mrr"
10912   filter: "'NIC_Intel-XXV710' and
10913            'NF_DENSITY' and
10914            'VHOST' and
10915            not 'VXLAN' and
10916            'CHAIN' and
10917            'NF_VPPIP4' and
10918            'IMIX' and
10919            '8T4C' and
10920            'MRR'"
10921   parameters:
10922   - "result"
10923   - "name"
10924   - "tags"
10925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10926   x-axis: "X = VNFs per Service Chain"
10927   y-axis: "Y = Number of Service Chains"
10928   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10929   layout:
10930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10931     layout: "plot-service-density"
10932
10933 # Plots - NF Density - VSC - NDR IMIX
10934 - type: "plot"
10935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10936   algorithm: "plot_nf_heatmap"
10937   output-file-type: ".html"
10938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10939   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10940   filter: "'NIC_Intel-XXV710' and
10941            'NF_DENSITY' and
10942            'VHOST' and
10943            not 'VXLAN' and
10944            'CHAIN' and
10945            'NF_VPPIP4' and
10946            'IMIX' and
10947            '2T1C' and
10948            'NDRPDR'"
10949   parameters:
10950   - "throughput"
10951   - "name"
10952   - "tags"
10953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10954   x-axis: "X = VNFs per Service Chain"
10955   y-axis: "Y = Number of Service Chains"
10956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10957   layout:
10958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10959     layout: "plot-service-density"
10960
10961 - type: "plot"
10962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10963   algorithm: "plot_nf_heatmap"
10964   output-file-type: ".html"
10965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10966   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10967   filter: "'NIC_Intel-XXV710' and
10968            'NF_DENSITY' and
10969            'VHOST' and
10970            not 'VXLAN' and
10971            'CHAIN' and
10972            'NF_VPPIP4' and
10973            'IMIX' and
10974            '4T2C' and
10975            'NDRPDR'"
10976   parameters:
10977   - "throughput"
10978   - "name"
10979   - "tags"
10980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10981   x-axis: "X = VNFs per Service Chain"
10982   y-axis: "Y = Number of Service Chains"
10983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10984   layout:
10985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10986     layout: "plot-service-density"
10987
10988 - type: "plot"
10989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10990   algorithm: "plot_nf_heatmap"
10991   output-file-type: ".html"
10992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10993   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10994   filter: "'NIC_Intel-XXV710' and
10995            'NF_DENSITY' and
10996            'VHOST' and
10997            not 'VXLAN' and
10998            'CHAIN' and
10999            'NF_VPPIP4' and
11000            'IMIX' and
11001            '8T4C' and
11002            'NDRPDR'"
11003   parameters:
11004   - "throughput"
11005   - "name"
11006   - "tags"
11007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11008   x-axis: "X = VNFs per Service Chain"
11009   y-axis: "Y = Number of Service Chains"
11010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11011   layout:
11012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
11013     layout: "plot-service-density"
11014
11015 # Plots - NF Density - VSC - PDR IMIX
11016 - type: "plot"
11017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11018   algorithm: "plot_nf_heatmap"
11019   output-file-type: ".html"
11020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
11021   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11022   filter: "'NIC_Intel-XXV710' and
11023            'NF_DENSITY' and
11024            'VHOST' and
11025            not 'VXLAN' and
11026            'CHAIN' and
11027            'NF_VPPIP4' and
11028            'IMIX' and
11029            '2T1C' and
11030            'NDRPDR'"
11031   parameters:
11032   - "throughput"
11033   - "name"
11034   - "tags"
11035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = VNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11041     layout: "plot-service-density"
11042
11043 - type: "plot"
11044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11045   algorithm: "plot_nf_heatmap"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11048   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11049   filter: "'NIC_Intel-XXV710' and
11050            'NF_DENSITY' and
11051            'VHOST' and
11052            not 'VXLAN' and
11053            'CHAIN' and
11054            'NF_VPPIP4' and
11055            'IMIX' and
11056            '4T2C' and
11057            'NDRPDR'"
11058   parameters:
11059   - "throughput"
11060   - "name"
11061   - "tags"
11062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = VNFs per Service Chain"
11064   y-axis: "Y = Number of Service Chains"
11065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11068     layout: "plot-service-density"
11069
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'VHOST' and
11079            not 'VXLAN' and
11080            'CHAIN' and
11081            'NF_VPPIP4' and
11082            'IMIX' and
11083            '8T4C' and
11084            'NDRPDR'"
11085   parameters:
11086   - "throughput"
11087   - "name"
11088   - "tags"
11089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11090   x-axis: "X = VNFs per Service Chain"
11091   y-axis: "Y = Number of Service Chains"
11092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11093   layout:
11094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11095     layout: "plot-service-density"
11096
11097 # Plots - NF Density - VSC - MRR IMIX
11098 - type: "plot"
11099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11100   algorithm: "plot_nf_heatmap"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11103   data: "plot-vpp-nfv-2n-clx-mrr"
11104   filter: "'NIC_Intel-XXV710' and
11105            'NF_DENSITY' and
11106            'VHOST' and
11107            'VXLAN' and
11108            'CHAIN' and
11109            'IMIX' and
11110            '2T1C' and
11111            'MRR'"
11112   parameters:
11113   - "result"
11114   - "name"
11115   - "tags"
11116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11117   x-axis: "X = VNFs per Service Chain"
11118   y-axis: "Y = Number of Service Chains"
11119   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11120   layout:
11121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11122     layout: "plot-service-density"
11123
11124 - type: "plot"
11125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11126   algorithm: "plot_nf_heatmap"
11127   output-file-type: ".html"
11128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11129   data: "plot-vpp-nfv-2n-clx-mrr"
11130   filter: "'NIC_Intel-XXV710' and
11131            'NF_DENSITY' and
11132            'VHOST' and
11133            'VXLAN' and
11134            'CHAIN' and
11135            'IMIX' and
11136            '4T2C' and
11137            'MRR'"
11138   parameters:
11139   - "result"
11140   - "name"
11141   - "tags"
11142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11143   x-axis: "X = VNFs per Service Chain"
11144   y-axis: "Y = Number of Service Chains"
11145   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11146   layout:
11147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11148     layout: "plot-service-density"
11149
11150 - type: "plot"
11151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11152   algorithm: "plot_nf_heatmap"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11155   data: "plot-vpp-nfv-2n-clx-mrr"
11156   filter: "'NIC_Intel-XXV710' and
11157            'NF_DENSITY' and
11158            'VHOST' and
11159            'VXLAN' and
11160            'CHAIN' and
11161            'IMIX' and
11162            '8T4C' and
11163            'MRR'"
11164   parameters:
11165   - "result"
11166   - "name"
11167   - "tags"
11168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11169   x-axis: "X = VNFs per Service Chain"
11170   y-axis: "Y = Number of Service Chains"
11171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11172   layout:
11173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11174     layout: "plot-service-density"
11175
11176 # Plots - NF Density - VSC - NDR IMIX
11177 - type: "plot"
11178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11179   algorithm: "plot_nf_heatmap"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11183   filter: "'NIC_Intel-XXV710' and
11184            'NF_DENSITY' and
11185            'VHOST' and
11186            'VXLAN' and
11187            'CHAIN' and
11188            'IMIX' and
11189            '2T1C' and
11190            'NDRPDR'"
11191   parameters:
11192   - "throughput"
11193   - "name"
11194   - "tags"
11195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11196   x-axis: "X = VNFs per Service Chain"
11197   y-axis: "Y = Number of Service Chains"
11198   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11199   layout:
11200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11201     layout: "plot-service-density"
11202
11203 - type: "plot"
11204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11205   algorithm: "plot_nf_heatmap"
11206   output-file-type: ".html"
11207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11209   filter: "'NIC_Intel-XXV710' and
11210            'NF_DENSITY' and
11211            'VHOST' and
11212            'VXLAN' and
11213            'CHAIN' and
11214            'IMIX' and
11215            '4T2C' and
11216            'NDRPDR'"
11217   parameters:
11218   - "throughput"
11219   - "name"
11220   - "tags"
11221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11222   x-axis: "X = VNFs per Service Chain"
11223   y-axis: "Y = Number of Service Chains"
11224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11225   layout:
11226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11227     layout: "plot-service-density"
11228
11229 - type: "plot"
11230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11231   algorithm: "plot_nf_heatmap"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11234   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11235   filter: "'NIC_Intel-XXV710' and
11236            'NF_DENSITY' and
11237            'VHOST' and
11238            'VXLAN' and
11239            'CHAIN' and
11240            'IMIX' and
11241            '8T4C' and
11242            'NDRPDR'"
11243   parameters:
11244   - "throughput"
11245   - "name"
11246   - "tags"
11247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11248   x-axis: "X = VNFs per Service Chain"
11249   y-axis: "Y = Number of Service Chains"
11250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11251   layout:
11252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11253     layout: "plot-service-density"
11254
11255 # Plots - NF Density - VSC - PDR IMIX
11256 - type: "plot"
11257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11258   algorithm: "plot_nf_heatmap"
11259   output-file-type: ".html"
11260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11261   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11262   filter: "'NIC_Intel-XXV710' and
11263            'NF_DENSITY' and
11264            'VHOST' and
11265            'VXLAN' and
11266            'CHAIN' and
11267            'IMIX' and
11268            '2T1C' and
11269            'NDRPDR'"
11270   parameters:
11271   - "throughput"
11272   - "name"
11273   - "tags"
11274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11275   x-axis: "X = VNFs per Service Chain"
11276   y-axis: "Y = Number of Service Chains"
11277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11278   layout:
11279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11280     layout: "plot-service-density"
11281
11282 - type: "plot"
11283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11284   algorithm: "plot_nf_heatmap"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11287   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11288   filter: "'NIC_Intel-XXV710' and
11289            'NF_DENSITY' and
11290            'VHOST' and
11291            'VXLAN' and
11292            'CHAIN' and
11293            'IMIX' and
11294            '4T2C' and
11295            'NDRPDR'"
11296   parameters:
11297   - "throughput"
11298   - "name"
11299   - "tags"
11300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11301   x-axis: "X = VNFs per Service Chain"
11302   y-axis: "Y = Number of Service Chains"
11303   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11304   layout:
11305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11306     layout: "plot-service-density"
11307
11308 - type: "plot"
11309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11310   algorithm: "plot_nf_heatmap"
11311   output-file-type: ".html"
11312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11313   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11314   filter: "'NIC_Intel-XXV710' and
11315            'NF_DENSITY' and
11316            'VHOST' and
11317            'VXLAN' and
11318            'CHAIN' and
11319            'IMIX' and
11320            '8T4C' and
11321            'NDRPDR'"
11322   parameters:
11323   - "throughput"
11324   - "name"
11325   - "tags"
11326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11327   x-axis: "X = VNFs per Service Chain"
11328   y-axis: "Y = Number of Service Chains"
11329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11330   layout:
11331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11332     layout: "plot-service-density"
11333
11334 # Plots - NF Density - CSC - MRR IMIX
11335 - type: "plot"
11336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11337   algorithm: "plot_nf_heatmap"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11340   data: "plot-vpp-nfv-2n-clx-mrr"
11341   filter: "'NIC_Intel-XXV710' and
11342            'NF_DENSITY' and
11343            'DOCKER' and
11344            'CHAIN' and
11345            'NF_VPPIP4' and
11346            'IMIX' and
11347            '2T1C' and
11348            'MRR'"
11349   parameters:
11350   - "result"
11351   - "name"
11352   - "tags"
11353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11354   x-axis: "X = CNFs per Service Chain"
11355   y-axis: "Y = Number of Service Chains"
11356   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11357   layout:
11358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11359     layout: "plot-service-density"
11360
11361 - type: "plot"
11362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11363   algorithm: "plot_nf_heatmap"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11366   data: "plot-vpp-nfv-2n-clx-mrr"
11367   filter: "'NIC_Intel-XXV710' and
11368            'NF_DENSITY' and
11369            'DOCKER' and
11370            'CHAIN' and
11371            'NF_VPPIP4' and
11372            'IMIX' and
11373            '4T2C' and
11374            'MRR'"
11375   parameters:
11376   - "result"
11377   - "name"
11378   - "tags"
11379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11380   x-axis: "X = CNFs per Service Chain"
11381   y-axis: "Y = Number of Service Chains"
11382   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11383   layout:
11384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11385     layout: "plot-service-density"
11386
11387 - type: "plot"
11388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11389   algorithm: "plot_nf_heatmap"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11392   data: "plot-vpp-nfv-2n-clx-mrr"
11393   filter: "'NIC_Intel-XXV710' and
11394            'NF_DENSITY' and
11395            'DOCKER' and
11396            'CHAIN' and
11397            'NF_VPPIP4' and
11398            'IMIX' and
11399            '8T4C' and
11400            'MRR'"
11401   parameters:
11402   - "result"
11403   - "name"
11404   - "tags"
11405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11406   x-axis: "X = CNFs per Service Chain"
11407   y-axis: "Y = Number of Service Chains"
11408   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11409   layout:
11410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11411     layout: "plot-service-density"
11412
11413 # Plots - NF Density - CSC - NDR IMIX
11414 - type: "plot"
11415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11416   algorithm: "plot_nf_heatmap"
11417   output-file-type: ".html"
11418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11420   filter: "'NIC_Intel-XXV710' and
11421            'NF_DENSITY' and
11422            'DOCKER' and
11423            'CHAIN' and
11424            'NF_VPPIP4' and
11425            'IMIX' and
11426            '2T1C' and
11427            'NDRPDR'"
11428   parameters:
11429   - "throughput"
11430   - "name"
11431   - "tags"
11432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11433   x-axis: "X = CNFs per Service Chain"
11434   y-axis: "Y = Number of Service Chains"
11435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11436   layout:
11437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11438     layout: "plot-service-density"
11439
11440 - type: "plot"
11441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11442   algorithm: "plot_nf_heatmap"
11443   output-file-type: ".html"
11444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11446   filter: "'NIC_Intel-XXV710' and
11447            'NF_DENSITY' and
11448            'DOCKER' and
11449            'CHAIN' and
11450            'NF_VPPIP4' and
11451            'IMIX' and
11452            '4T2C' and
11453            'NDRPDR'"
11454   parameters:
11455   - "throughput"
11456   - "name"
11457   - "tags"
11458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11459   x-axis: "X = CNFs per Service Chain"
11460   y-axis: "Y = Number of Service Chains"
11461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11462   layout:
11463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11464     layout: "plot-service-density"
11465
11466 - type: "plot"
11467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11468   algorithm: "plot_nf_heatmap"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11472   filter: "'NIC_Intel-XXV710' and
11473            'NF_DENSITY' and
11474            'DOCKER' and
11475            'CHAIN' and
11476            'NF_VPPIP4' and
11477            'IMIX' and
11478            '8T4C' and
11479            'NDRPDR'"
11480   parameters:
11481   - "throughput"
11482   - "name"
11483   - "tags"
11484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11485   x-axis: "X = CNFs per Service Chain"
11486   y-axis: "Y = Number of Service Chains"
11487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11488   layout:
11489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11490     layout: "plot-service-density"
11491
11492 # Plots - NF Density - CSC - PDR IMIX
11493 - type: "plot"
11494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11495   algorithm: "plot_nf_heatmap"
11496   output-file-type: ".html"
11497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11499   filter: "'NIC_Intel-XXV710' and
11500            'NF_DENSITY' and
11501            'DOCKER' and
11502            'CHAIN' and
11503            'NF_VPPIP4' and
11504            'IMIX' and
11505            '2T1C' and
11506            'NDRPDR'"
11507   parameters:
11508   - "throughput"
11509   - "name"
11510   - "tags"
11511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11512   x-axis: "X = CNFs per Service Chain"
11513   y-axis: "Y = Number of Service Chains"
11514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11515   layout:
11516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11517     layout: "plot-service-density"
11518
11519 - type: "plot"
11520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11521   algorithm: "plot_nf_heatmap"
11522   output-file-type: ".html"
11523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11524   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11525   filter: "'NIC_Intel-XXV710' and
11526            'NF_DENSITY' and
11527            'DOCKER' and
11528            'CHAIN' and
11529            'NF_VPPIP4' and
11530            'IMIX' and
11531            '4T2C' and
11532            'NDRPDR'"
11533   parameters:
11534   - "throughput"
11535   - "name"
11536   - "tags"
11537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11538   x-axis: "X = CNFs per Service Chain"
11539   y-axis: "Y = Number of Service Chains"
11540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11541   layout:
11542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11543     layout: "plot-service-density"
11544
11545 - type: "plot"
11546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11547   algorithm: "plot_nf_heatmap"
11548   output-file-type: ".html"
11549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11550   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11551   filter: "'NIC_Intel-XXV710' and
11552            'NF_DENSITY' and
11553            'DOCKER' and
11554            'CHAIN' and
11555            'NF_VPPIP4' and
11556            'IMIX' and
11557            '8T4C' and
11558            'NDRPDR'"
11559   parameters:
11560   - "throughput"
11561   - "name"
11562   - "tags"
11563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11564   x-axis: "X = CNFs per Service Chain"
11565   y-axis: "Y = Number of Service Chains"
11566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11567   layout:
11568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11569     layout: "plot-service-density"
11570
11571 # Plots - NF Density - CSP - MRR IMIX
11572 - type: "plot"
11573   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11574   algorithm: "plot_nf_heatmap"
11575   output-file-type: ".html"
11576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11577   data: "plot-vpp-nfv-2n-clx-mrr"
11578   filter: "'NIC_Intel-XXV710' and
11579            'NF_DENSITY' and
11580            'DOCKER' and
11581            'PIPELINE' and
11582            'NF_VPPIP4' and
11583            'IMIX' and
11584            '2T1C' and
11585            'MRR'"
11586   parameters:
11587   - "result"
11588   - "name"
11589   - "tags"
11590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11591   x-axis: "X = CNFs per Service Pipeline"
11592   y-axis: "Y = Number of Service Pipelines"
11593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11594   layout:
11595     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11596     layout: "plot-service-density"
11597
11598 - type: "plot"
11599   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11600   algorithm: "plot_nf_heatmap"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11603   data: "plot-vpp-nfv-2n-clx-mrr"
11604   filter: "'NIC_Intel-XXV710' and
11605            'NF_DENSITY' and
11606            'DOCKER' and
11607            'PIPELINE' and
11608            'NF_VPPIP4' and
11609            'IMIX' and
11610            '4T2C' and
11611            'MRR'"
11612   parameters:
11613   - "result"
11614   - "name"
11615   - "tags"
11616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11617   x-axis: "X = CNFs per Service Pipeline"
11618   y-axis: "Y = Number of Service Pipelines"
11619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11620   layout:
11621     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11622     layout: "plot-service-density"
11623
11624 - type: "plot"
11625   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11626   algorithm: "plot_nf_heatmap"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11629   data: "plot-vpp-nfv-2n-clx-mrr"
11630   filter: "'NIC_Intel-XXV710' and
11631            'NF_DENSITY' and
11632            'DOCKER' and
11633            'PIPELINE' and
11634            'NF_VPPIP4' and
11635            'IMIX' and
11636            '8T4C' and
11637            'MRR'"
11638   parameters:
11639   - "result"
11640   - "name"
11641   - "tags"
11642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11643   x-axis: "X = CNFs per Service Pipeline"
11644   y-axis: "Y = Number of Service Pipelines"
11645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11646   layout:
11647     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11648     layout: "plot-service-density"
11649
11650 # Plots - NF Density - CSP - NDR IMIX
11651 - type: "plot"
11652   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11653   algorithm: "plot_nf_heatmap"
11654   output-file-type: ".html"
11655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11657   filter: "'NIC_Intel-XXV710' and
11658            'NF_DENSITY' and
11659            'DOCKER' and
11660            'PIPELINE' and
11661            'NF_VPPIP4' and
11662            'IMIX' and
11663            '2T1C' and
11664            'NDRPDR'"
11665   parameters:
11666   - "throughput"
11667   - "name"
11668   - "tags"
11669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11670   x-axis: "X = CNFs per Service Pipeline"
11671   y-axis: "Y = Number of Service Pipelines"
11672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11673   layout:
11674     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11675     layout: "plot-service-density"
11676
11677 - type: "plot"
11678   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11679   algorithm: "plot_nf_heatmap"
11680   output-file-type: ".html"
11681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11683   filter: "'NIC_Intel-XXV710' and
11684            'NF_DENSITY' and
11685            'DOCKER' and
11686            'PIPELINE' and
11687            'NF_VPPIP4' and
11688            'IMIX' and
11689            '4T2C' and
11690            'NDRPDR'"
11691   parameters:
11692   - "throughput"
11693   - "name"
11694   - "tags"
11695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11696   x-axis: "X = CNFs per Service Pipeline"
11697   y-axis: "Y = Number of Service Pipelines"
11698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11699   layout:
11700     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11701     layout: "plot-service-density"
11702
11703 - type: "plot"
11704   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11705   algorithm: "plot_nf_heatmap"
11706   output-file-type: ".html"
11707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11709   filter: "'NIC_Intel-XXV710' and
11710            'NF_DENSITY' and
11711            'DOCKER' and
11712            'PIPELINE' and
11713            'NF_VPPIP4' and
11714            'IMIX' and
11715            '8T4C' and
11716            'NDRPDR'"
11717   parameters:
11718   - "throughput"
11719   - "name"
11720   - "tags"
11721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11722   x-axis: "X = CNFs per Service Pipeline"
11723   y-axis: "Y = Number of Service Pipelines"
11724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11725   layout:
11726     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11727     layout: "plot-service-density"
11728
11729 # Plots - NF Density - CSP - PDR IMIX
11730 - type: "plot"
11731   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11732   algorithm: "plot_nf_heatmap"
11733   output-file-type: ".html"
11734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11736   filter: "'NIC_Intel-XXV710' and
11737            'NF_DENSITY' and
11738            'DOCKER' and
11739            'PIPELINE' and
11740            'NF_VPPIP4' and
11741            'IMIX' and
11742            '2T1C' and
11743            'NDRPDR'"
11744   parameters:
11745   - "throughput"
11746   - "name"
11747   - "tags"
11748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11749   x-axis: "X = CNFs per Service Pipeline"
11750   y-axis: "Y = Number of Service Pipelines"
11751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11752   layout:
11753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11754     layout: "plot-service-density"
11755
11756 - type: "plot"
11757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11758   algorithm: "plot_nf_heatmap"
11759   output-file-type: ".html"
11760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11762   filter: "'NIC_Intel-XXV710' and
11763            'NF_DENSITY' and
11764            'DOCKER' and
11765            'PIPELINE' and
11766            'NF_VPPIP4' and
11767            'IMIX' and
11768            '4T2C' and
11769            'NDRPDR'"
11770   parameters:
11771   - "throughput"
11772   - "name"
11773   - "tags"
11774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11775   x-axis: "X = CNFs per Service Pipeline"
11776   y-axis: "Y = Number of Service Pipelines"
11777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11778   layout:
11779     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11780     layout: "plot-service-density"
11781
11782 - type: "plot"
11783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11784   algorithm: "plot_nf_heatmap"
11785   output-file-type: ".html"
11786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11788   filter: "'NIC_Intel-XXV710' and
11789            'NF_DENSITY' and
11790            'DOCKER' and
11791            'PIPELINE' and
11792            'NF_VPPIP4' and
11793            'IMIX' and
11794            '8T4C' and
11795            'NDRPDR'"
11796   parameters:
11797   - "throughput"
11798   - "name"
11799   - "tags"
11800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11801   x-axis: "X = CNFs per Service Pipeline"
11802   y-axis: "Y = Number of Service Pipelines"
11803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11804   layout:
11805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11806     layout: "plot-service-density"
11807
11808 ################################################################################
11809
11810 # Packet Throughput
11811
11812 - type: "plot"
11813   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11817   include:
11818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11822   layout:
11823     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11831   include:
11832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11836   layout:
11837     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11845   include:
11846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11850   layout:
11851     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11864   layout:
11865     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11873   include:
11874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11879   layout:
11880     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11881     layout: "plot-throughput"
11882
11883 - type: "plot"
11884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11885   algorithm: "plot_perf_box_name"
11886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11888   include:
11889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11894   layout:
11895     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11909   layout:
11910     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11911     layout: "plot-throughput"
11912
11913 - type: "plot"
11914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11918   include:
11919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11924   layout:
11925     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11933   include:
11934     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11935     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11936     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11937     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11938     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11939   layout:
11940     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11941     layout: "plot-throughput"
11942
11943 - type: "plot"
11944   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11948   include:
11949     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11950     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11951     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11952     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11953     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11954   layout:
11955     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11970   layout:
11971     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11986   layout:
11987     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11995   include:
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12001   layout:
12002     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12016   layout:
12017     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12029   layout:
12030     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12042   layout:
12043     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12057   layout:
12058     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12072   layout:
12073     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12085   layout:
12086     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12094   include:
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12098   layout:
12099     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12114   layout:
12115     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12130   layout:
12131     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12136   algorithm: "plot_perf_box_name"
12137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12139   include:
12140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12146   layout:
12147     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12155   include:
12156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12162   layout:
12163     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12171   include:
12172     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12175   layout:
12176     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12184   include:
12185     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12188   layout:
12189     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12200 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12201 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12202 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12203   layout:
12204     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12212   include:
12213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12215 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12216 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12217 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12218   layout:
12219     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12233   layout:
12234     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12248   layout:
12249     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12257   include:
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12278   layout:
12279     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12294   layout:
12295     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12310   layout:
12311     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12326   layout:
12327     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12335   include:
12336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12342   layout:
12343     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12351   include:
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12357   layout:
12358     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12366   include:
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12372   layout:
12373     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12381   include:
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12388   layout:
12389     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12397   include:
12398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12404   layout:
12405     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12413   include:
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12419   layout:
12420     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12428   include:
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12434   layout:
12435     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12442   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12443   include:
12444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12450   layout:
12451     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12459   include:
12460     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12466   layout:
12467     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12475   include:
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12481   layout:
12482     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12496   layout:
12497     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12505   include:
12506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12512   layout:
12513     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12520   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12521   include:
12522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12528   layout:
12529     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12537   include:
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12540   layout:
12541     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12542     layout: "plot-throughput"
12543
12544 - type: "plot"
12545   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12546   algorithm: "plot_perf_box_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12549   include:
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12552   layout:
12553     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12580   layout:
12581     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12582     layout: "plot-throughput"
12583
12584 - type: "plot"
12585   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12586   algorithm: "plot_perf_box_name"
12587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12589   include:
12590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12594   layout:
12595     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12608   layout:
12609     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12617   include:
12618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12622   layout:
12623     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12631   include:
12632     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12636   layout:
12637     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12644   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12645   include:
12646     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12650   layout:
12651     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12659   include:
12660     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12664   layout:
12665     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12696   layout:
12697     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12711   layout:
12712     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12726   layout:
12727     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12735   include:
12736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12741   layout:
12742     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12756   layout:
12757     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12765   include:
12766     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12769   layout:
12770     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12778   include:
12779     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12782   layout:
12783     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12784     layout: "plot-throughput"
12785
12786 - type: "plot"
12787   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12788   algorithm: "plot_perf_box_name"
12789   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12791   include:
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12795   layout:
12796     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12804   include:
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12808   layout:
12809     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12823   layout:
12824     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12838   layout:
12839     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12847   include:
12848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12868   layout:
12869     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12877   include:
12878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12883   layout:
12884     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12892   include:
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12898   layout:
12899     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12907   include:
12908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12913   layout:
12914     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12922   include:
12923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12928   layout:
12929     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12937   include:
12938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12943   layout:
12944     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12952   include:
12953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12958   layout:
12959     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12967   include:
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974   layout:
12975     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12983   include:
12984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990   layout:
12991     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12999   include:
13000     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004   layout:
13005     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13013   include:
13014     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018   layout:
13019     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13082   layout:
13083     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13091   include:
13092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13098   layout:
13099     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13107   include:
13108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13114   layout:
13115     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13123   include:
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13130   layout:
13131     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13139   include:
13140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13146   layout:
13147     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13155   include:
13156     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13162   layout:
13163     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13170   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13171   include:
13172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13178   layout:
13179     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13194   layout:
13195     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13203   include:
13204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13226   layout:
13227     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13232   algorithm: "plot_perf_box_name"
13233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13235   include:
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13242   layout:
13243     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13251   include:
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13258   layout:
13259     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13267   include:
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13274   layout:
13275     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13283   include:
13284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13288   layout:
13289     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13297   include:
13298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13302   layout:
13303     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13316   layout:
13317     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13330   layout:
13331     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13339   include:
13340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13346   layout:
13347     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13355   include:
13356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13362   layout:
13363     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13377   layout:
13378     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13392   layout:
13393     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13407   layout:
13408     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416   include:
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13436   layout:
13437     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13438     layout: "plot-throughput"
13439
13440 - type: "plot"
13441   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13442   algorithm: "plot_perf_box_name"
13443   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13445   include:
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13450   layout:
13451     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13466   layout:
13467     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13482   layout:
13483     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13498   layout:
13499     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13530   layout:
13531     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13539   include:
13540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13546   layout:
13547     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13555   include:
13556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13562   layout:
13563     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13571   include:
13572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13578   layout:
13579     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13587   include:
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592   layout:
13593     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13601   include:
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606   layout:
13607     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13608     layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13615   include:
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13622   layout:
13623     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13631   include:
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13638   layout:
13639     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13640     layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13647   include:
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13654   layout:
13655     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13663   include:
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13670   layout:
13671     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13672     layout: "plot-throughput"
13673
13674 #- type: "plot"
13675 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13676 #  algorithm: "plot_perf_box_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13678 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13681 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13682 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13683 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13684 #  layout:
13685 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13686 #    layout: "plot-throughput"
13687 #
13688 #- type: "plot"
13689 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13690 #  algorithm: "plot_perf_box_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13692 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13693 #  include:
13694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13698 #  layout:
13699 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13700 #    layout: "plot-throughput"
13701
13702 - type: "plot"
13703   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13704   algorithm: "plot_perf_box_name"
13705   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13706   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13707   include:
13708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13714   layout:
13715     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13716     layout: "plot-throughput"
13717
13718 - type: "plot"
13719   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13720   algorithm: "plot_perf_box_name"
13721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13723   include:
13724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13730   layout:
13731     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13732     layout: "plot-throughput"
13733
13734 #- type: "plot"
13735 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13736 #  algorithm: "plot_perf_box_name"
13737 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13738 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13739 #  include:
13740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13744 #  layout:
13745 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13746 #    layout: "plot-throughput"
13747 #
13748 #- type: "plot"
13749 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13750 #  algorithm: "plot_perf_box_name"
13751 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13752 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13753 #  include:
13754 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13758 #  layout:
13759 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13760 #    layout: "plot-throughput"
13761
13762 - type: "plot"
13763   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13764   algorithm: "plot_perf_box_name"
13765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13767   include:
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13774   layout:
13775     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13776     layout: "plot-throughput"
13777
13778 - type: "plot"
13779   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13780   algorithm: "plot_perf_box_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13783   include:
13784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13789     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13790   layout:
13791     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13792     layout: "plot-throughput"
13793
13794 #- type: "plot"
13795 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13796 #  algorithm: "plot_perf_box_name"
13797 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13798 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13799 #  include:
13800 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13801 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13802 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13806 #  layout:
13807 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13808 #    layout: "plot-throughput"
13809 #
13810 #- type: "plot"
13811 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13812 #  algorithm: "plot_perf_box_name"
13813 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13814 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13815 #  include:
13816 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13817 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13818 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13819 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13820 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13821 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13822 #  layout:
13823 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13824 #    layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13831   include:
13832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13838   layout:
13839     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13840     layout: "plot-throughput"
13841
13842 - type: "plot"
13843   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13844   algorithm: "plot_perf_box_name"
13845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13847   include:
13848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13854   layout:
13855     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13856     layout: "plot-throughput"
13857
13858 - type: "plot"
13859   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13860   algorithm: "plot_perf_box_name"
13861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13863   include:
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13867 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13868 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13870   layout:
13871     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13879   include:
13880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13883 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13884 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13885 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13886   layout:
13887     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13902   layout:
13903     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13904     layout: "plot-throughput"
13905
13906 - type: "plot"
13907   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13908   algorithm: "plot_perf_box_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13915     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13918   layout:
13919     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13924   algorithm: "plot_perf_box_name"
13925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13927   include:
13928     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13929     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13930     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13931     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13932     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13933     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13934   layout:
13935     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13936     layout: "plot-throughput"
13937
13938 - type: "plot"
13939   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13940   algorithm: "plot_perf_box_name"
13941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13943   include:
13944     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13950   layout:
13951     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13952     layout: "plot-throughput"
13953
13954 #- type: "plot"
13955 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13956 #  algorithm: "plot_perf_box_name"
13957 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13958 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13959 #  include:
13960 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13961 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13962 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13963 #  layout:
13964 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13965 #    layout: "plot-throughput"
13966 #
13967 #- type: "plot"
13968 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13969 #  algorithm: "plot_perf_box_name"
13970 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13971 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13972 #  include:
13973 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13976 #  layout:
13977 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13978 #    layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13991   layout:
13992     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14006   layout:
14007     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14008     layout: "plot-throughput"
14009
14010 - type: "plot"
14011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14012   algorithm: "plot_perf_box_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   include:
14016     - "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"
14017     - "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"
14018     - "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"
14019     - "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"
14020     - "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"
14021   layout:
14022     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14027   algorithm: "plot_perf_box_name"
14028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14030   include:
14031     - "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"
14032     - "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"
14033     - "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"
14034     - "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"
14035     - "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"
14036   layout:
14037     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14045   include:
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14051   layout:
14052     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14060   include:
14061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14066   layout:
14067     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14068     layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14081   layout:
14082     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14087   algorithm: "plot_perf_box_name"
14088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14096   layout:
14097     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14105   include:
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14111   layout:
14112     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14126   layout:
14127     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14128     layout: "plot-throughput"
14129
14130 - type: "plot"
14131   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14132   algorithm: "plot_perf_box_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14135   include:
14136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14141   layout:
14142     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14143     layout: "plot-throughput"
14144
14145 - type: "plot"
14146   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14147   algorithm: "plot_perf_box_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14150   include:
14151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14156   layout:
14157     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14162   algorithm: "plot_perf_box_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14170   layout:
14171     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14172     layout: "plot-throughput"
14173
14174 - type: "plot"
14175   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14176   algorithm: "plot_perf_box_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184   layout:
14185     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "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"
14195     - "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"
14196     - "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"
14197     - "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"
14198   layout:
14199     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14200     layout: "plot-throughput"
14201
14202 - type: "plot"
14203   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14204   algorithm: "plot_perf_box_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "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"
14209     - "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"
14210     - "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"
14211     - "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"
14212   layout:
14213     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14218   algorithm: "plot_perf_box_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14228   layout:
14229     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14230     layout: "plot-throughput"
14231
14232 - type: "plot"
14233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14234   algorithm: "plot_perf_box_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14237   include:
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14246     layout: "plot-throughput"
14247
14248 - type: "plot"
14249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14250   algorithm: "plot_perf_box_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276   layout:
14277     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14282   algorithm: "plot_perf_box_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14292   layout:
14293     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14294     layout: "plot-throughput"
14295
14296 - type: "plot"
14297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14298   algorithm: "plot_perf_box_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14301   include:
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14308   layout:
14309     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14310     layout: "plot-throughput"
14311
14312 - type: "plot"
14313   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14314   algorithm: "plot_perf_box_name"
14315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14317   include:
14318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14323   layout:
14324     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14329   algorithm: "plot_perf_box_name"
14330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14332   include:
14333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14338   layout:
14339     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14340     layout: "plot-throughput"
14341
14342 - type: "plot"
14343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14344   algorithm: "plot_perf_box_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14350   layout:
14351     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14356   algorithm: "plot_perf_box_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14362   layout:
14363     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14371   include:
14372     - "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"
14373     - "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"
14374   layout:
14375     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14383   include:
14384     - "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"
14385     - "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"
14386   layout:
14387     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14388     layout: "plot-throughput"
14389
14390 - type: "plot"
14391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14392   algorithm: "plot_perf_box_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14395   include:
14396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14398   layout:
14399     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14400     layout: "plot-throughput"
14401
14402 - type: "plot"
14403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14404   algorithm: "plot_perf_box_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14407   include:
14408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14410   layout:
14411     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14412     layout: "plot-throughput"
14413
14414 - type: "plot"
14415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14416   algorithm: "plot_perf_box_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14422   layout:
14423     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14428   algorithm: "plot_perf_box_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14431   include:
14432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14434   layout:
14435     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14436     layout: "plot-throughput"
14437
14438 - type: "plot"
14439   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14440   algorithm: "plot_perf_box_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14443   include:
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14450   layout:
14451     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14452     layout: "plot-throughput"
14453
14454 - type: "plot"
14455   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14456   algorithm: "plot_perf_box_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14459   include:
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14466   layout:
14467     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14468     layout: "plot-throughput"
14469
14470 - type: "plot"
14471   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14472   algorithm: "plot_perf_box_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14474   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14475   include:
14476     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14482   layout:
14483     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14484     layout: "plot-throughput"
14485
14486 - type: "plot"
14487   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14488   algorithm: "plot_perf_box_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14490   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14491   include:
14492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14498   layout:
14499     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14500     layout: "plot-throughput"
14501
14502 #- type: "plot"
14503 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14504 #  algorithm: "plot_perf_box_name"
14505 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14506 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14507 #  include:
14508 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14509 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14510 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14511 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14512 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14513 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14514 #  layout:
14515 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14516 #    layout: "plot-throughput"
14517 #
14518 #- type: "plot"
14519 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14520 #  algorithm: "plot_perf_box_name"
14521 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14522 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14523 #  include:
14524 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14525 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14526 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14527 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14528 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14529 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14530 #  layout:
14531 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14532 #    layout: "plot-throughput"
14533
14534 - type: "plot"
14535   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14536   algorithm: "plot_perf_box_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "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"
14541     - "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"
14542     - "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"
14543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14544     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14545     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14546   layout:
14547     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14548     layout: "plot-throughput"
14549
14550 - type: "plot"
14551   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14552   algorithm: "plot_perf_box_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "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"
14557     - "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"
14558     - "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"
14559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14560     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14561     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14562   layout:
14563     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14564     layout: "plot-throughput"
14565
14566 ################################################################################
14567
14568 # Packet Speedup
14569
14570 - type: "plot"
14571   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14572   algorithm: "plot_tsa_name"
14573   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14575   include:
14576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14580   layout:
14581     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14608   layout:
14609     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14622   layout:
14623     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14637   layout:
14638     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14652   layout:
14653     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14667   layout:
14668     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14678     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14679     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14680     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14681     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14682   layout:
14683     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14698   layout:
14699     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14700     layout: "plot-throughput-speedup-analysis"
14701
14702 - type: "plot"
14703   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14704   algorithm: "plot_tsa_name"
14705   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14707   include:
14708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14714   layout:
14715     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14729   layout:
14730     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14744   layout:
14745     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14757   layout:
14758     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14766   include:
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14770   layout:
14771     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14785   layout:
14786     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14800   layout:
14801     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14809   include:
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14813   layout:
14814     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14826   layout:
14827     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14842   layout:
14843     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14851   include:
14852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14858   layout:
14859     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14874   layout:
14875     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14890   layout:
14891     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14899   include:
14900     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14903   layout:
14904     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14916   layout:
14917     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14929 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14930 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14931   layout:
14932     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14940   include:
14941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14944 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14945 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14946   layout:
14947     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14961   layout:
14962     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14976   layout:
14977     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14991   layout:
14992     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14993     layout: "plot-throughput-speedup-analysis"
14994
14995 - type: "plot"
14996   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15000   include:
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15022   layout:
15023     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15038   layout:
15039     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15054   layout:
15055     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15056     layout: "plot-throughput-speedup-analysis"
15057
15058 - type: "plot"
15059   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15060   algorithm: "plot_tsa_name"
15061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15063   include:
15064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15070   layout:
15071     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15079   include:
15080     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15082   layout:
15083     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15091   include:
15092     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15094   layout:
15095     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15108   layout:
15109     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15122   layout:
15123     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15136   layout:
15137     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15150   layout:
15151     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15159   include:
15160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15166   layout:
15167     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15182   layout:
15183     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15197   layout:
15198     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15212   layout:
15213     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15221   include:
15222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15227   layout:
15228     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15236   include:
15237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15242   layout:
15243     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15244     layout: "plot-throughput-speedup-analysis"
15245
15246 - type: "plot"
15247   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15248   algorithm: "plot_tsa_name"
15249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15251   include:
15252     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15255   layout:
15256     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15264   include:
15265     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15268   layout:
15269     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15270     layout: "plot-throughput-speedup-analysis"
15271
15272 - type: "plot"
15273   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15274   algorithm: "plot_tsa_name"
15275   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15277   include:
15278     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15281   layout:
15282     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15290   include:
15291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15294   layout:
15295     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15309   layout:
15310     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15324   layout:
15325     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15339   layout:
15340     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15341     layout: "plot-throughput-speedup-analysis"
15342
15343 - type: "plot"
15344   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15345   algorithm: "plot_tsa_name"
15346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15348   include:
15349     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15354   layout:
15355     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15363   include:
15364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370   layout:
15371     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15379   include:
15380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15386   layout:
15387     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15395   include:
15396     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15400   layout:
15401     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15409   include:
15410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15414   layout:
15415     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15430   layout:
15431     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15445     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15446   layout:
15447     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15462   layout:
15463     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15471   include:
15472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15478   layout:
15479     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15487   include:
15488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15494   layout:
15495     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15503   include:
15504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15510   layout:
15511     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15526   layout:
15527     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15535   include:
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15542   layout:
15543     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15551   include:
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15558   layout:
15559     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15574   layout:
15575     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15576     layout: "plot-throughput-speedup-analysis"
15577
15578 - type: "plot"
15579   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15580   algorithm: "plot_tsa_name"
15581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15583   include:
15584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15588   layout:
15589     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15597   include:
15598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15602   layout:
15603     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15611   include:
15612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15616   layout:
15617     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15630   layout:
15631     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15639   include:
15640     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15646   layout:
15647     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15655   include:
15656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15662   layout:
15663     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15677   layout:
15678     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15692   layout:
15693     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15707   layout:
15708     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   include:
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15736   layout:
15737     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15745   include:
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15750   layout:
15751     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15752     layout: "plot-throughput-speedup-analysis"
15753
15754 - type: "plot"
15755   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15756   algorithm: "plot_tsa_name"
15757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15759   include:
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15766   layout:
15767     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15768     layout: "plot-throughput-speedup-analysis"
15769
15770 - type: "plot"
15771   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15772   algorithm: "plot_tsa_name"
15773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15775   include:
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15782   layout:
15783     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15791   include:
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15798   layout:
15799     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15807   include:
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15814   layout:
15815     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15823   include:
15824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15830   layout:
15831     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15839   include:
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15846   layout:
15847     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15855   include:
15856     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15860     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15861     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15862   layout:
15863     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15871   include:
15872     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15873     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15874     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15875     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15876     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15877     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15878   layout:
15879     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15887   include:
15888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15894   layout:
15895     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15903   include:
15904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15908     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15909     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15910   layout:
15911     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15919   include:
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15925   layout:
15926     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15934   include:
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15940   layout:
15941     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15949   include:
15950     - "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"
15951     - "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"
15952     - "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"
15953     - "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"
15954     - "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"
15955   layout:
15956     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15964   include:
15965     - "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"
15966     - "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"
15967     - "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"
15968     - "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"
15969     - "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"
15970   layout:
15971     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15979   include:
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15985   layout:
15986     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15994   include:
15995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16000   layout:
16001     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16009   include:
16010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16015   layout:
16016     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16024   include:
16025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16030   layout:
16031     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16039   include:
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16045   layout:
16046     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16054   include:
16055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16060   layout:
16061     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16069   include:
16070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16075   layout:
16076     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16084   include:
16085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16090   layout:
16091     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16099   include:
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104   layout:
16105     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16113   include:
16114     - "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"
16115     - "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"
16116     - "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"
16117     - "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"
16118   layout:
16119     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16127   include:
16128     - "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"
16129     - "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"
16130     - "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"
16131     - "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"
16132   layout:
16133     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16141   include:
16142     - "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"
16143     - "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"
16144     - "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"
16145     - "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"
16146   layout:
16147     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16155   include:
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162   layout:
16163     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16171   include:
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178   layout:
16179     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16187   include:
16188     - "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"
16189     - "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"
16190     - "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"
16191     - "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"
16192     - "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"
16193     - "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"
16194   layout:
16195     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16203   include:
16204     - "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"
16205     - "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"
16206     - "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"
16207     - "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"
16208     - "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"
16209     - "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"
16210   layout:
16211     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16219   include:
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226   layout:
16227     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16235   include:
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242   layout:
16243     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16244     layout: "plot-throughput-speedup-analysis"
16245
16246 - type: "plot"
16247   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16248   algorithm: "plot_tsa_name"
16249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16251   include:
16252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16257   layout:
16258     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16259     layout: "plot-throughput-speedup-analysis"
16260
16261 - type: "plot"
16262   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16263   algorithm: "plot_tsa_name"
16264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16266   include:
16267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16272   layout:
16273     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16281   include:
16282     - "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"
16283     - "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"
16284   layout:
16285     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 - type: "plot"
16289   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16290   algorithm: "plot_tsa_name"
16291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16293   include:
16294     - "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"
16295     - "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"
16296   layout:
16297     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16298     layout: "plot-throughput-speedup-analysis"
16299
16300 - type: "plot"
16301   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16302   algorithm: "plot_tsa_name"
16303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16305   include:
16306     - "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"
16307     - "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"
16308   layout:
16309     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16317   include:
16318     - "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"
16319     - "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"
16320   layout:
16321     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16329   include:
16330     - "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"
16331     - "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"
16332     - "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"
16333     - "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"
16334     - "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"
16335     - "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"
16336   layout:
16337     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16345   include:
16346     - "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"
16347     - "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"
16348     - "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"
16349     - "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"
16350     - "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"
16351     - "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"
16352   layout:
16353     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16361   include:
16362     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16363     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16364     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16365     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16366     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16367   layout:
16368     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16376   include:
16377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16379     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16380     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16382   layout:
16383     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16397   layout:
16398     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16412   layout:
16413     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16421   include:
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16428   layout:
16429     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16437   include:
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16444   layout:
16445     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16453   include:
16454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16458   layout:
16459     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16467   include:
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16472   layout:
16473     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16481   include:
16482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16487   layout:
16488     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16496   include:
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16501     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16502   layout:
16503     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16511   include:
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16515     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16529     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16530     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16531     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16532     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16533     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16534   layout:
16535     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16548   layout:
16549     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16550     layout: "plot-throughput-speedup-analysis"
16551
16552 - type: "plot"
16553   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16554   algorithm: "plot_tsa_name"
16555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16557   include:
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16562   layout:
16563     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16571   include:
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16578   layout:
16579     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16587   include:
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16594   layout:
16595     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 - type: "plot"
16599   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16600   algorithm: "plot_tsa_name"
16601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16603   include:
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16610   layout:
16611     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16612     layout: "plot-throughput-speedup-analysis"
16613
16614 - type: "plot"
16615   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16616   algorithm: "plot_tsa_name"
16617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16619   include:
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16626   layout:
16627     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16628     layout: "plot-throughput-speedup-analysis"
16629
16630 - type: "plot"
16631   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16632   algorithm: "plot_tsa_name"
16633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16635   include:
16636     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16637     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16638     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16639     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16640     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16641     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16642   layout:
16643     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16644     layout: "plot-throughput-speedup-analysis"
16645
16646 - type: "plot"
16647   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16648   algorithm: "plot_tsa_name"
16649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16651   include:
16652     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16653     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16654     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16655     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16656     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16658   layout:
16659     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16660     layout: "plot-throughput-speedup-analysis"
16661
16662 - type: "plot"
16663   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16664   algorithm: "plot_tsa_name"
16665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16667   include:
16668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16674   layout:
16675     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 - type: "plot"
16679   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16680   algorithm: "plot_tsa_name"
16681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16683   include:
16684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16690   layout:
16691     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16692     layout: "plot-throughput-speedup-analysis"
16693
16694 - type: "plot"
16695   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16696   algorithm: "plot_tsa_name"
16697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16699   include:
16700     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16706   layout:
16707     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16708     layout: "plot-throughput-speedup-analysis"
16709
16710 - type: "plot"
16711   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16712   algorithm: "plot_tsa_name"
16713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16715   include:
16716     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16722   layout:
16723     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16724     layout: "plot-throughput-speedup-analysis"
16725
16726 #- type: "plot"
16727 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16728 #  algorithm: "plot_tsa_name"
16729 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16730 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16731 #  include:
16732 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16733 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16734 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16735 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16736 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16737 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16738 #  layout:
16739 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16740 #    layout: "plot-throughput-speedup-analysis"
16741 #
16742 #- type: "plot"
16743 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16744 #  algorithm: "plot_tsa_name"
16745 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16746 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16747 #  include:
16748 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16749 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16750 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16751 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16752 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16753 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16754 #  layout:
16755 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16756 #    layout: "plot-throughput-speedup-analysis"
16757
16758 - type: "plot"
16759   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16760   algorithm: "plot_tsa_name"
16761   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16762   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16763   include:
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16769   layout:
16770     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16771     layout: "plot-throughput-speedup-analysis"
16772
16773 - type: "plot"
16774   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16775   algorithm: "plot_tsa_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16778   include:
16779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16784   layout:
16785     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16786     layout: "plot-throughput-speedup-analysis"
16787
16788 - type: "plot"
16789   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16790   algorithm: "plot_tsa_name"
16791   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16792   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16793   include:
16794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16800   layout:
16801     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16809   include:
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16816   layout:
16817     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16818     layout: "plot-throughput-speedup-analysis"
16819
16820 - type: "plot"
16821   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16822   algorithm: "plot_tsa_name"
16823   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16824   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16825   include:
16826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16831   layout:
16832     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 - type: "plot"
16836   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16837   algorithm: "plot_tsa_name"
16838   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16839   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16840   include:
16841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16846   layout:
16847     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16848     layout: "plot-throughput-speedup-analysis"
16849
16850 #- type: "plot"
16851 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16852 #  algorithm: "plot_tsa_name"
16853 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16854 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16855 #  include:
16856 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16857 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16858 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16859 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16860 #  layout:
16861 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16862 #    layout: "plot-throughput-speedup-analysis"
16863 #
16864 #- type: "plot"
16865 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16866 #  algorithm: "plot_tsa_name"
16867 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16868 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16869 #  include:
16870 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16871 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16872 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16873 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16874 #  layout:
16875 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16876 #    layout: "plot-throughput-speedup-analysis"
16877
16878 - type: "plot"
16879   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16880   algorithm: "plot_tsa_name"
16881   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16882   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16883   include:
16884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16890   layout:
16891     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16906   layout:
16907     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16908     layout: "plot-throughput-speedup-analysis"
16909
16910 - type: "plot"
16911   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16912   algorithm: "plot_tsa_name"
16913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16915   include:
16916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16921   layout:
16922     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16936   layout:
16937     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16938     layout: "plot-throughput-speedup-analysis"
16939
16940 - type: "plot"
16941   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16942   algorithm: "plot_tsa_name"
16943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16945   include:
16946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16952   layout:
16953     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16954     layout: "plot-throughput-speedup-analysis"
16955
16956 - type: "plot"
16957   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16958   algorithm: "plot_tsa_name"
16959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16961   include:
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16968   layout:
16969     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16970     layout: "plot-throughput-speedup-analysis"
16971
16972 - type: "plot"
16973   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16974   algorithm: "plot_tsa_name"
16975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16977   include:
16978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16982   layout:
16983     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16991   include:
16992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17005   include:
17006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 - type: "plot"
17031   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17032   algorithm: "plot_tsa_name"
17033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17035   include:
17036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17042   layout:
17043     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17044     layout: "plot-throughput-speedup-analysis"
17045
17046 - type: "plot"
17047   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17048   algorithm: "plot_tsa_name"
17049   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17050   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17051   include:
17052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17058   layout:
17059     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 #- type: "plot"
17063 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17064 #  algorithm: "plot_tsa_name"
17065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067 #  include:
17068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17072 #  layout:
17073 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17074 #    layout: "plot-throughput-speedup-analysis"
17075 #
17076 #- type: "plot"
17077 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17078 #  algorithm: "plot_tsa_name"
17079 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17080 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17081 #  include:
17082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17086 #  layout:
17087 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17088 #    layout: "plot-throughput-speedup-analysis"
17089
17090 - type: "plot"
17091   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17092   algorithm: "plot_tsa_name"
17093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17095   include:
17096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17102   layout:
17103     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17104     layout: "plot-throughput-speedup-analysis"
17105
17106 - type: "plot"
17107   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17108   algorithm: "plot_tsa_name"
17109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17111   include:
17112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17118   layout:
17119     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17120     layout: "plot-throughput-speedup-analysis"
17121
17122 #- type: "plot"
17123 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17124 #  algorithm: "plot_tsa_name"
17125 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17126 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17127 #  include:
17128 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17129 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17130 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17131 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17132 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17133 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17134 #  layout:
17135 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17136 #    layout: "plot-throughput-speedup-analysis"
17137 #
17138 #- type: "plot"
17139 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17140 #  algorithm: "plot_tsa_name"
17141 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17142 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17143 #  include:
17144 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17145 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17146 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17147 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17148 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17149 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17150 #  layout:
17151 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17152 #    layout: "plot-throughput-speedup-analysis"
17153
17154 #- type: "plot"
17155 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17156 #  algorithm: "plot_tsa_name"
17157 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17158 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17159 #  include:
17160 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17161 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17162 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17163 #  layout:
17164 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17165 #    layout: "plot-throughput-speedup-analysis"
17166 #
17167 #- type: "plot"
17168 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17169 #  algorithm: "plot_tsa_name"
17170 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17171 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17172 #  include:
17173 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17174 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17175 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17176 #  layout:
17177 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17178 #    layout: "plot-throughput-speedup-analysis"
17179
17180 ################################################################################
17181
17182 # Packet Throughput - DPDK
17183
17184 # 2n-skx-xxv710
17185
17186 - type: "plot"
17187   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17190   data: "plot-dpdk-throughput-latency-2n-skx"
17191   include:
17192     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17193     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17194   layout:
17195     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17202   data: "plot-dpdk-throughput-latency-2n-skx"
17203   include:
17204     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17206   layout:
17207     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17214   data: "plot-dpdk-throughput-latency-2n-skx"
17215   include:
17216     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17217     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17218   layout:
17219     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17226   data: "plot-dpdk-throughput-latency-2n-skx"
17227   include:
17228     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17229     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17230   layout:
17231     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17232     layout: "plot-throughput"
17233
17234 # 2n-skx-x710
17235
17236 - type: "plot"
17237   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17240   data: "plot-dpdk-throughput-latency-2n-skx"
17241   include:
17242     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17243     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17244   layout:
17245     title: "2n-skx-x710-64b-2t1c-base-ndr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17252   data: "plot-dpdk-throughput-latency-2n-skx"
17253   include:
17254     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17255     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17256   layout:
17257     title: "2n-skx-x710-64b-4t2c-base-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17264   data: "plot-dpdk-throughput-latency-2n-skx"
17265   include:
17266     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17267     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17268   layout:
17269     title: "2n-skx-x710-64b-2t1c-base-pdr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17276   data: "plot-dpdk-throughput-latency-2n-skx"
17277   include:
17278     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17279     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17280   layout:
17281     title: "2n-skx-x710-64b-4t2c-base-pdr"
17282     layout: "plot-throughput"
17283
17284 # 3n-skx-xxv710
17285
17286 - type: "plot"
17287   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17290   data: "plot-dpdk-throughput-latency-3n-skx"
17291   include:
17292     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17293     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17294   layout:
17295     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17296     layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17302   data: "plot-dpdk-throughput-latency-3n-skx"
17303   include:
17304     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17305     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17306   layout:
17307     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17314   data: "plot-dpdk-throughput-latency-3n-skx"
17315   include:
17316     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17317     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17318   layout:
17319     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17326   data: "plot-dpdk-throughput-latency-3n-skx"
17327   include:
17328     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17332     layout: "plot-throughput"
17333
17334 # 3n-skx-x710
17335
17336 - type: "plot"
17337   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17340   data: "plot-dpdk-throughput-latency-3n-skx"
17341   include:
17342     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17343     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17344   layout:
17345     title: "3n-skx-x710-64b-2t1c-base-ndr"
17346     layout: "plot-throughput"
17347
17348 - type: "plot"
17349   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17352   data: "plot-dpdk-throughput-latency-3n-skx"
17353   include:
17354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17356   layout:
17357     title: "3n-skx-x710-64b-4t2c-base-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17364   data: "plot-dpdk-throughput-latency-3n-skx"
17365   include:
17366     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17367     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17368   layout:
17369     title: "3n-skx-x710-64b-2t1c-base-pdr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-3n-skx"
17377   include:
17378     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "3n-skx-x710-64b-4t2c-base-pdr"
17382     layout: "plot-throughput"
17383
17384 # 3n-hsw-xl710
17385
17386 - type: "plot"
17387   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17390   data: "plot-dpdk-throughput-latency-3n-hsw"
17391   include:
17392     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17393     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17394   layout:
17395     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17396     layout: "plot-throughput"
17397
17398 - type: "plot"
17399   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17400   algorithm: "plot_perf_box_name"
17401   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17402   data: "plot-dpdk-throughput-latency-3n-hsw"
17403   include:
17404     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17405     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17406   layout:
17407     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17414   data: "plot-dpdk-throughput-latency-3n-hsw"
17415   include:
17416     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17417     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17418   layout:
17419     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17426   data: "plot-dpdk-throughput-latency-3n-hsw"
17427   include:
17428     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17429     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17430   layout:
17431     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17432     layout: "plot-throughput"
17433
17434 # 3n-hsw-x710
17435
17436 - type: "plot"
17437   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17438   algorithm: "plot_perf_box_name"
17439   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17440   data: "plot-dpdk-throughput-latency-3n-hsw"
17441   include:
17442     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17443     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17444   layout:
17445     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17446     layout: "plot-throughput"
17447
17448 - type: "plot"
17449   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17450   algorithm: "plot_perf_box_name"
17451   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17452   data: "plot-dpdk-throughput-latency-3n-hsw"
17453   include:
17454     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17455     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17456   layout:
17457     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17464   data: "plot-dpdk-throughput-latency-3n-hsw"
17465   include:
17466     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17467     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17468   layout:
17469     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-3n-hsw"
17477   include:
17478     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17479     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17480   layout:
17481     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17482     layout: "plot-throughput"
17483
17484 # 2n-dnv-x553
17485
17486 - type: "plot"
17487   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17488   algorithm: "plot_perf_box_name"
17489   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17490   data: "plot-dpdk-throughput-latency-2n-dnv"
17491   include:
17492     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17493     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17494   layout:
17495     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17496     layout: "plot-throughput"
17497
17498 - type: "plot"
17499   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-2n-dnv"
17503   include:
17504     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17505     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17506   layout:
17507     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17514   data: "plot-dpdk-throughput-latency-2n-dnv"
17515   include:
17516     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17517     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17518   layout:
17519     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17526   data: "plot-dpdk-throughput-latency-2n-dnv"
17527   include:
17528     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17529     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17530   layout:
17531     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17532     layout: "plot-throughput"
17533
17534 # 3n-dnv-x553
17535
17536 - type: "plot"
17537   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17540   data: "plot-dpdk-throughput-latency-3n-dnv"
17541   include:
17542     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17543     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17544   layout:
17545     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17552   data: "plot-dpdk-throughput-latency-3n-dnv"
17553   include:
17554     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17555     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17556   layout:
17557     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17564   data: "plot-dpdk-throughput-latency-3n-dnv"
17565   include:
17566     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17567     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17568   layout:
17569     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17576   data: "plot-dpdk-throughput-latency-3n-dnv"
17577   include:
17578     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17579     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17580   layout:
17581     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17582     layout: "plot-throughput"
17583
17584 # 3n-tsh-x520
17585
17586 - type: "plot"
17587   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17588   algorithm: "plot_perf_box_name"
17589   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17590   data: "plot-dpdk-throughput-latency-3n-tsh"
17591   include:
17592     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17593     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17594   layout:
17595     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17596     layout: "plot-throughput"
17597
17598 - type: "plot"
17599   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17602   data: "plot-dpdk-throughput-latency-3n-tsh"
17603   include:
17604     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17605     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17606   layout:
17607     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17614   data: "plot-dpdk-throughput-latency-3n-tsh"
17615   include:
17616     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17617     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17618   layout:
17619     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17626   data: "plot-dpdk-throughput-latency-3n-tsh"
17627   include:
17628     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17629     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17630   layout:
17631     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17632     layout: "plot-throughput"
17633
17634 ################################################################################
17635 ###   2n-clx                                                                 ###
17636 ################################################################################
17637
17638 # Packet Throughput
17639
17640 - type: "plot"
17641   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17642   algorithm: "plot_perf_box_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17650   layout:
17651     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17664   layout:
17665     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17666     layout: "plot-throughput"
17667
17668 - type: "plot"
17669   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17670   algorithm: "plot_perf_box_name"
17671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17673   include:
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17678   layout:
17679     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17692   layout:
17693     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17705     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17706   layout:
17707     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17715   include:
17716 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17719     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17720   layout:
17721     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17736   layout:
17737     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17752   layout:
17753     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17758   algorithm: "plot_perf_box_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17772   algorithm: "plot_perf_box_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17780   layout:
17781     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17782     layout: "plot-throughput"
17783
17784 - type: "plot"
17785   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17786   algorithm: "plot_perf_box_name"
17787   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17789   include:
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17806   layout:
17807     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17808     layout: "plot-throughput"
17809
17810 - type: "plot"
17811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17812   algorithm: "plot_perf_box_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17849   layout:
17850     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17910   layout:
17911     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17916   algorithm: "plot_perf_box_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17938   layout:
17939     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17950   layout:
17951     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17952     layout: "plot-throughput"
17953
17954 - type: "plot"
17955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17956   algorithm: "plot_perf_box_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17966   layout:
17967     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17968     layout: "plot-throughput"
17969
17970 - type: "plot"
17971   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17972   algorithm: "plot_perf_box_name"
17973   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975   include:
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17982   layout:
17983     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17984     layout: "plot-throughput"
17985
17986 - type: "plot"
17987   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17988   algorithm: "plot_perf_box_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17991   include:
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17997 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17998   layout:
17999     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18000     layout: "plot-throughput"
18001
18002 - type: "plot"
18003   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18004   algorithm: "plot_perf_box_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18013 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18014   layout:
18015     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18030   layout:
18031     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18046   layout:
18047     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18063     layout: "plot-throughput"
18064
18065 - type: "plot"
18066   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18067   algorithm: "plot_perf_box_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18076   layout:
18077     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18078     layout: "plot-throughput"
18079
18080 - type: "plot"
18081   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18082   algorithm: "plot_perf_box_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18093     layout: "plot-throughput"
18094
18095 - type: "plot"
18096   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18097   algorithm: "plot_perf_box_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18121   layout:
18122     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18123     layout: "plot-throughput"
18124
18125 - type: "plot"
18126   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18127   algorithm: "plot_perf_box_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18136   layout:
18137     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18151   layout:
18152     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18153     layout: "plot-throughput"
18154
18155 - type: "plot"
18156   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18157   algorithm: "plot_perf_box_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18181   layout:
18182     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18183     layout: "plot-throughput"
18184
18185 - type: "plot"
18186   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18187   algorithm: "plot_perf_box_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18214     layout: "plot-throughput"
18215
18216 - type: "plot"
18217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18218   algorithm: "plot_perf_box_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18230     layout: "plot-throughput"
18231
18232 - type: "plot"
18233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18234   algorithm: "plot_perf_box_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18272   layout:
18273     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18274     layout: "plot-throughput"
18275
18276 - type: "plot"
18277   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18278   algorithm: "plot_perf_box_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18281   include:
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18288   layout:
18289     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18302   layout:
18303     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18304     layout: "plot-throughput"
18305
18306 - type: "plot"
18307   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18308   algorithm: "plot_perf_box_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18316   layout:
18317     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18332   layout:
18333     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18334     layout: "plot-throughput"
18335
18336 - type: "plot"
18337   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18338   algorithm: "plot_perf_box_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18348   layout:
18349     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18350     layout: "plot-throughput"
18351
18352 - type: "plot"
18353   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18354   algorithm: "plot_perf_box_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18362   layout:
18363     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18364     layout: "plot-throughput"
18365
18366 - type: "plot"
18367   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18368   algorithm: "plot_perf_box_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18373     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18376   layout:
18377     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18378     layout: "plot-throughput"
18379
18380 - type: "plot"
18381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18382   algorithm: "plot_perf_box_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18408     layout: "plot-throughput"
18409
18410 - type: "plot"
18411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18412   algorithm: "plot_perf_box_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "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"
18417     - "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"
18418     - "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"
18419     - "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"
18420     - "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"
18421   layout:
18422     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18423     layout: "plot-throughput"
18424
18425 - type: "plot"
18426   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18427   algorithm: "plot_perf_box_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "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"
18432     - "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"
18433     - "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"
18434     - "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"
18435     - "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"
18436   layout:
18437     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18451   layout:
18452     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18453     layout: "plot-throughput"
18454
18455 - type: "plot"
18456   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18457   algorithm: "plot_perf_box_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18468     layout: "plot-throughput"
18469
18470 - type: "plot"
18471   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18472   algorithm: "plot_perf_box_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18481   layout:
18482     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18483     layout: "plot-throughput"
18484
18485 - type: "plot"
18486   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18487   algorithm: "plot_perf_box_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18498     layout: "plot-throughput"
18499
18500 - type: "plot"
18501   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18502   algorithm: "plot_perf_box_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18510   layout:
18511     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18512     layout: "plot-throughput"
18513
18514 - type: "plot"
18515   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18516   algorithm: "plot_perf_box_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18524   layout:
18525     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18526     layout: "plot-throughput"
18527
18528 - type: "plot"
18529   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18530   algorithm: "plot_perf_box_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "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"
18535     - "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"
18536     - "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"
18537     - "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"
18538   layout:
18539     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18540     layout: "plot-throughput"
18541
18542 - type: "plot"
18543   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18544   algorithm: "plot_perf_box_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "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"
18549     - "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"
18550     - "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"
18551     - "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"
18552   layout:
18553     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18554     layout: "plot-throughput"
18555
18556 - type: "plot"
18557   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18558   algorithm: "plot_perf_box_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "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"
18563     - "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"
18564     - "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"
18565     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18566     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18567     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18568   layout:
18569     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18570     layout: "plot-throughput"
18571
18572 - type: "plot"
18573   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18574   algorithm: "plot_perf_box_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "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"
18579     - "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"
18580     - "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"
18581     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18582     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18583     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18584   layout:
18585     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18586     layout: "plot-throughput"
18587
18588 ################################################################################
18589
18590 # Packet Speedup
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18597   include:
18598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18602   layout:
18603     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18616   layout:
18617     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18618     layout: "plot-throughput-speedup-analysis"
18619
18620 - type: "plot"
18621   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18622   algorithm: "plot_tsa_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18630   layout:
18631     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18632     layout: "plot-throughput-speedup-analysis"
18633
18634 - type: "plot"
18635   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18636   algorithm: "plot_tsa_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18655     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18656     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18657     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18658   layout:
18659     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18660     layout: "plot-throughput-speedup-analysis"
18661
18662 - type: "plot"
18663   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18664   algorithm: "plot_tsa_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18672   layout:
18673     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18674     layout: "plot-throughput-speedup-analysis"
18675
18676 - type: "plot"
18677   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18678   algorithm: "plot_tsa_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18688   layout:
18689     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18704   layout:
18705     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18706     layout: "plot-throughput-speedup-analysis"
18707
18708 - type: "plot"
18709   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18710   algorithm: "plot_tsa_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18720     layout: "plot-throughput-speedup-analysis"
18721
18722 - type: "plot"
18723   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18724   algorithm: "plot_tsa_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18734     layout: "plot-throughput-speedup-analysis"
18735
18736 - type: "plot"
18737   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18738   algorithm: "plot_tsa_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18745   layout:
18746     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18747     layout: "plot-throughput-speedup-analysis"
18748
18749 - type: "plot"
18750   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18751   algorithm: "plot_tsa_name"
18752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18754   include:
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18758   layout:
18759     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18760     layout: "plot-throughput-speedup-analysis"
18761
18762 - type: "plot"
18763   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18764   algorithm: "plot_tsa_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18773   layout:
18774     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18788   layout:
18789     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18801   layout:
18802     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18830   layout:
18831     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18832     layout: "plot-throughput-speedup-analysis"
18833
18834 - type: "plot"
18835   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18836   algorithm: "plot_tsa_name"
18837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18839   include:
18840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18846   layout:
18847     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18862   layout:
18863     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18864     layout: "plot-throughput-speedup-analysis"
18865
18866 - type: "plot"
18867   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18868   algorithm: "plot_tsa_name"
18869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18871   include:
18872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18890   layout:
18891     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18899   include:
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18902   layout:
18903     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18904     layout: "plot-throughput-speedup-analysis"
18905
18906 - type: "plot"
18907   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18908   algorithm: "plot_tsa_name"
18909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18911   include:
18912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18918   layout:
18919     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18920     layout: "plot-throughput-speedup-analysis"
18921
18922 - type: "plot"
18923   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18924   algorithm: "plot_tsa_name"
18925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18927   include:
18928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18934   layout:
18935     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18950   layout:
18951     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18966   layout:
18967     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18982   layout:
18983     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18991   include:
18992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18998   layout:
18999     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19000     layout: "plot-throughput-speedup-analysis"
19001
19002 - type: "plot"
19003   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19004   algorithm: "plot_tsa_name"
19005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19007   include:
19008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19013   layout:
19014     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19028   layout:
19029     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19071     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19072     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19073   layout:
19074     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19088   layout:
19089     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19103   layout:
19104     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19118   layout:
19119     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19133   layout:
19134     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19135     layout: "plot-throughput-speedup-analysis"
19136
19137 - type: "plot"
19138   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19139   algorithm: "plot_tsa_name"
19140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19142   include:
19143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19164   layout:
19165     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19166     layout: "plot-throughput-speedup-analysis"
19167
19168 - type: "plot"
19169   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19170   algorithm: "plot_tsa_name"
19171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19173   include:
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19180   layout:
19181     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19182     layout: "plot-throughput-speedup-analysis"
19183
19184 - type: "plot"
19185   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19186   algorithm: "plot_tsa_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19194   layout:
19195     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19224   layout:
19225     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19226     layout: "plot-throughput-speedup-analysis"
19227
19228 - type: "plot"
19229   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19230   algorithm: "plot_tsa_name"
19231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19233   include:
19234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19240   layout:
19241     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19254   layout:
19255     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19256     layout: "plot-throughput-speedup-analysis"
19257
19258 - type: "plot"
19259   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19260   algorithm: "plot_tsa_name"
19261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19263   include:
19264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19268   layout:
19269     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19270     layout: "plot-throughput-speedup-analysis"
19271
19272 - type: "plot"
19273   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19274   algorithm: "plot_tsa_name"
19275   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19277   include:
19278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19284   layout:
19285     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19286     layout: "plot-throughput-speedup-analysis"
19287
19288 - type: "plot"
19289   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19290   algorithm: "plot_tsa_name"
19291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19293   include:
19294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19300   layout:
19301     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19302     layout: "plot-throughput-speedup-analysis"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19314   layout:
19315     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19316     layout: "plot-throughput-speedup-analysis"
19317
19318 - type: "plot"
19319   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19320   algorithm: "plot_tsa_name"
19321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19323   include:
19324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19328   layout:
19329     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19337   include:
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19343   layout:
19344     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19358   layout:
19359     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19360     layout: "plot-throughput-speedup-analysis"
19361
19362 - type: "plot"
19363   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19364   algorithm: "plot_tsa_name"
19365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19367   include:
19368     - "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"
19369     - "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"
19370     - "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"
19371     - "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"
19372     - "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"
19373   layout:
19374     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19375     layout: "plot-throughput-speedup-analysis"
19376
19377 - type: "plot"
19378   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19379   algorithm: "plot_tsa_name"
19380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19382   include:
19383     - "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"
19384     - "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"
19385     - "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"
19386     - "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"
19387     - "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"
19388   layout:
19389     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19390     layout: "plot-throughput-speedup-analysis"
19391
19392 - type: "plot"
19393   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19394   algorithm: "plot_tsa_name"
19395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19397   include:
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19403   layout:
19404     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19405     layout: "plot-throughput-speedup-analysis"
19406
19407 - type: "plot"
19408   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19409   algorithm: "plot_tsa_name"
19410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19412   include:
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19418   layout:
19419     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19420     layout: "plot-throughput-speedup-analysis"
19421
19422 - type: "plot"
19423   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19424   algorithm: "plot_tsa_name"
19425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19427   include:
19428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19433   layout:
19434     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19435     layout: "plot-throughput-speedup-analysis"
19436
19437 - type: "plot"
19438   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19439   algorithm: "plot_tsa_name"
19440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19442   include:
19443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19448   layout:
19449     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19450     layout: "plot-throughput-speedup-analysis"
19451
19452 - type: "plot"
19453   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19454   algorithm: "plot_tsa_name"
19455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19457   include:
19458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19462   layout:
19463     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19464     layout: "plot-throughput-speedup-analysis"
19465
19466 - type: "plot"
19467   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19468   algorithm: "plot_tsa_name"
19469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19471   include:
19472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19476   layout:
19477     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19478     layout: "plot-throughput-speedup-analysis"
19479
19480 - type: "plot"
19481   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19482   algorithm: "plot_tsa_name"
19483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19485   include:
19486     - "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"
19487     - "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"
19488     - "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"
19489     - "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"
19490   layout:
19491     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19492     layout: "plot-throughput-speedup-analysis"
19493
19494 - type: "plot"
19495   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19496   algorithm: "plot_tsa_name"
19497   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19499   include:
19500     - "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"
19501     - "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"
19502     - "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"
19503     - "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"
19504   layout:
19505     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19506     layout: "plot-throughput-speedup-analysis"
19507
19508 - type: "plot"
19509   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19510   algorithm: "plot_tsa_name"
19511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19513   include:
19514     - "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"
19515     - "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"
19516     - "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"
19517     - "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"
19518     - "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"
19519     - "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"
19520   layout:
19521     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19522     layout: "plot-throughput-speedup-analysis"
19523
19524 - type: "plot"
19525   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19526   algorithm: "plot_tsa_name"
19527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19529   include:
19530     - "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"
19531     - "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"
19532     - "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"
19533     - "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"
19534     - "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"
19535     - "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"
19536   layout:
19537     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19538     layout: "plot-throughput-speedup-analysis"
19539
19540 ################################################################################
19541
19542 # Packet Throughput - DPDK
19543
19544 # 2n-clx-xxv710
19545
19546 - type: "plot"
19547   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19548   algorithm: "plot_perf_box_name"
19549   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19550   data: "plot-dpdk-throughput-latency-2n-clx"
19551   include:
19552     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19553     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19554   layout:
19555     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19556     layout: "plot-throughput"
19557
19558 - type: "plot"
19559   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19560   algorithm: "plot_perf_box_name"
19561   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19562   data: "plot-dpdk-throughput-latency-2n-clx"
19563   include:
19564     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19565     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19566   layout:
19567     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19568     layout: "plot-throughput"
19569
19570 - type: "plot"
19571   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19572   algorithm: "plot_perf_box_name"
19573   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19574   data: "plot-dpdk-throughput-latency-2n-clx"
19575   include:
19576     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19577     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19578   layout:
19579     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19580     layout: "plot-throughput"
19581
19582 - type: "plot"
19583   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19584   algorithm: "plot_perf_box_name"
19585   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19586   data: "plot-dpdk-throughput-latency-2n-clx"
19587   include:
19588     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19589     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19590   layout:
19591     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19592     layout: "plot-throughput"
19593
19594 # 2n-clx-x710
19595
19596 - type: "plot"
19597   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19598   algorithm: "plot_perf_box_name"
19599   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19600   data: "plot-dpdk-throughput-latency-2n-clx"
19601   include:
19602     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19603     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19604   layout:
19605     title: "2n-clx-x710-64b-2t1c-base-ndr"
19606     layout: "plot-throughput"
19607
19608 - type: "plot"
19609   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19610   algorithm: "plot_perf_box_name"
19611   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19612   data: "plot-dpdk-throughput-latency-2n-clx"
19613   include:
19614     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19615     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19616   layout:
19617     title: "2n-clx-x710-64b-4t2c-base-ndr"
19618     layout: "plot-throughput"
19619
19620 - type: "plot"
19621   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19622   algorithm: "plot_perf_box_name"
19623   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19624   data: "plot-dpdk-throughput-latency-2n-clx"
19625   include:
19626     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19627     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19628   layout:
19629     title: "2n-clx-x710-64b-2t1c-base-pdr"
19630     layout: "plot-throughput"
19631
19632 - type: "plot"
19633   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19634   algorithm: "plot_perf_box_name"
19635   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19636   data: "plot-dpdk-throughput-latency-2n-clx"
19637   include:
19638     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19639     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19640   layout:
19641     title: "2n-clx-x710-64b-4t2c-base-pdr"
19642     layout: "plot-throughput"
19643
19644 ################################################################################
19645
19646 - type: "plot"
19647   title: "Latency by percentile: 2n-skx"
19648   algorithm: "plot_hdrh_lat_by_percentile"
19649   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19650   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19651   target-links: "../../_static/vpp"
19652   data: "plot-vpp-hdrh-lat-2n-skx"
19653   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19654   layout:
19655     layout: "plot-hdrh-latency-by-percentile"
19656
19657 - type: "plot"
19658   title: "Latency by percentile: 3n-skx"
19659   algorithm: "plot_hdrh_lat_by_percentile"
19660   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19661   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19662   target-links: "../../_static/vpp"
19663   data: "plot-vpp-hdrh-lat-3n-skx"
19664   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19665   layout:
19666     layout: "plot-hdrh-latency-by-percentile"
19667
19668 - type: "plot"
19669   title: "Latency by percentile: 2n-clx"
19670   algorithm: "plot_hdrh_lat_by_percentile"
19671   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19672   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19673   target-links: "../../_static/vpp"
19674   data: "plot-vpp-hdrh-lat-2n-clx"
19675   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19676   layout:
19677     layout: "plot-hdrh-latency-by-percentile"
19678
19679 - type: "plot"
19680   title: "Latency by percentile: 3n-hsw"
19681   algorithm: "plot_hdrh_lat_by_percentile"
19682   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19683   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19684   target-links: "../../_static/vpp"
19685   data: "plot-vpp-hdrh-lat-3n-hsw"
19686   filter: "'1T1C' and 'NIC_Intel-XL710'"
19687   layout:
19688     layout: "plot-hdrh-latency-by-percentile"
19689
19690 - type: "plot"
19691   title: "Latency by percentile: 3n-tsh"
19692   algorithm: "plot_hdrh_lat_by_percentile"
19693   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19694   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19695   target-links: "../../_static/vpp"
19696   data: "plot-vpp-hdrh-lat-3n-tsh"
19697   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19698   layout:
19699     layout: "plot-hdrh-latency-by-percentile"
19700
19701 - type: "plot"
19702   title: "Latency by percentile: DPDK 2n-skx"
19703   algorithm: "plot_hdrh_lat_by_percentile"
19704   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19705   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19706   target-links: "../../_static/dpdk"
19707   data: "plot-dpdk-hdrh-lat-2n-skx"
19708   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19709   layout:
19710     layout: "plot-hdrh-latency-by-percentile"
19711
19712 - type: "plot"
19713   title: "Latency by percentile: DPDK 3n-skx"
19714   algorithm: "plot_hdrh_lat_by_percentile"
19715   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19716   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19717   target-links: "../../_static/dpdk"
19718   data: "plot-dpdk-hdrh-lat-3n-skx"
19719   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19720   layout:
19721     layout: "plot-hdrh-latency-by-percentile"
19722
19723 - type: "plot"
19724   title: "Latency by percentile: DPDK 2n-clx"
19725   algorithm: "plot_hdrh_lat_by_percentile"
19726   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19727   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19728   target-links: "../../_static/dpdk"
19729   data: "plot-dpdk-hdrh-lat-2n-clx"
19730   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19731   layout:
19732     layout: "plot-hdrh-latency-by-percentile"
19733
19734 - type: "plot"
19735   title: "Latency by percentile: DPDK 3n-hsw"
19736   algorithm: "plot_hdrh_lat_by_percentile"
19737   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19738   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19739   target-links: "../../_static/dpdk"
19740   data: "plot-dpdk-hdrh-lat-3n-hsw"
19741   filter: "'1T1C' and 'NIC_Intel-XL710'"
19742   layout:
19743     layout: "plot-hdrh-latency-by-percentile"
19744
19745 - type: "plot"
19746   title: "Latency by percentile: DPDK 3n-tsh"
19747   algorithm: "plot_hdrh_lat_by_percentile"
19748   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19749   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19750   target-links: "../../_static/dpdk"
19751   data: "plot-dpdk-hdrh-lat-3n-tsh"
19752   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19753   layout:
19754     layout: "plot-hdrh-latency-by-percentile"