Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 20  # NDRPDR sel env 4
156         - 21  # NDRPDR sel env 4
157         - 22  # NDRPDR sel env 4
158         - 23  # NDRPDR sel env 4
159         - 24  # NDRPDR sel env 4
160         - 25  # NDRPDR sel env 4
161         - 26  # NDRPDR sel env 4
162         - 27  # NDRPDR sel env 4
163         - 28  # NDRPDR sel env 4
164         - 29  # NDRPDR sel env 4
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 29  # NDRPDR sel env 4
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 25  # NDRPDR iter
203         - 26  # NDRPDR iter
204         - 27  # NDRPDR iter
205         - 28  # NDRPDR iter
206         - 29  # NDRPDR iter
207         - 30  # NDRPDR iter
208         - 31  # NDRPDR iter
209         - 32  # NDRPDR iter
210         - 33  # NDRPDR iter
211         - 34  # NDRPDR iter
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 25  # NDRPDR iter
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 42  # NDRPDR sel env 4
222         - 43  # NDRPDR sel env 4
223         - 44  # NDRPDR sel env 4
224         - 45  # NDRPDR sel env 4
225         - 47  # NDRPDR sel env 4
226
227     plot-vpp-hdrh-lat-3n-skx:
228       csit-vpp-perf-report-iterative-2005-3n-skx:
229         - 47  # NDRPDR sel env 4
230
231     plot-vpp-nfv-3n-skx-ndrpdr:
232       csit-vpp-perf-report-iterative-2005-3n-skx:
233         - 4   # NDRPDR sel
234         - 5   # NDRPDR sel ??? all x710 failed
235         - 33  # NDRPDR sel
236         - 28  # NDRPDR sel
237         - 34  # NDRPDR sel
238
239     plot-vpp-nfv-3n-skx-mrr:
240       csit-vpp-perf-report-iterative-2005-3n-skx:
241         - 49  # MRR sel env 4
242
243     plot-dpdk-throughput-latency-3n-skx:
244       csit-dpdk-perf-report-iterative-2005-3n-skx:
245         - 28  # NDRPDR iter
246         - 29  # NDRPDR iter
247         - 30  # NDRPDR iter
248         - 31  # NDRPDR iter
249         - 32  # NDRPDR iter
250         - 33  # NDRPDR iter
251         - 34  # NDRPDR iter
252         - 35  # NDRPDR iter
253         - 36  # NDRPDR iter
254         - 37  # NDRPDR iter
255
256     plot-dpdk-hdrh-lat-3n-skx:
257       csit-dpdk-perf-report-iterative-2005-3n-skx:
258         - 28  # NDRPDR iter
259
260     # 2n-skx
261
262     plot-vpp-throughput-lat-tsa-2n-skx:
263       csit-vpp-perf-report-iterative-2005-2n-skx:
264         - 88  # NDRPDR sel env 4
265         - 89  # NDRPDR sel env 4
266         - 90  # NDRPDR sel env 4
267         - 91  # NDRPDR sel env 4
268         - 92  # NDRPDR sel env 4
269         - 93  # NDRPDR sel env 4
270         - 94  # NDRPDR sel env 4
271
272     plot-vpp-hdrh-lat-2n-skx:
273       csit-vpp-perf-report-iterative-2005-2n-skx:
274         - 94  # NDRPDR sel
275
276     plot-vpp-soak-2n-skx:
277       csit-vpp-perf-report-iterative-2005-2n-skx:
278         - 49  # Soak
279         - 54  # Soak
280
281     plot-vpp-nfv-2n-skx-ndrpdr:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 43  # NDRPDR sel
284         - 38  # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 78  # nf-density-sel
287         - 83  # nf-density-sel
288
289     plot-vpp-nfv-2n-skx-mrr:
290       csit-vpp-perf-report-iterative-2005-2n-skx:
291         - 42  # MRR sel
292
293     plot-vpp-nfv-reconf-2n-skx:
294       csit-vpp-perf-report-iterative-2005-2n-skx:
295         - 48  # Reconf
296         - 50  # Reconf
297         - 51  # Reconf
298         - 52  # Reconf
299         - 53  # Reconf
300         - 60  # Reconf
301         - 70  # Reconf
302         - 71  # Reconf
303         - 63  # Reconf
304         - 66  # Reconf
305
306     plot-dpdk-throughput-latency-2n-skx:
307       csit-dpdk-perf-report-iterative-2005-2n-skx:
308         - 20  # NDRPDR iter
309         - 21  # NDRPDR iter
310         - 22  # NDRPDR iter
311         - 23  # NDRPDR iter
312         - 24  # NDRPDR iter
313         - 25  # NDRPDR iter
314         - 26  # NDRPDR iter
315         - 27  # NDRPDR iter
316         - 28  # NDRPDR iter
317         - 29  # NDRPDR iter
318
319     plot-dpdk-hdrh-lat-2n-skx:
320       csit-dpdk-perf-report-iterative-2005-2n-skx:
321         - 20  # NDRPDR iter
322
323     # 2n-clx
324
325     plot-vpp-throughput-lat-tsa-2n-clx:
326       csit-vpp-perf-report-iterative-2005-2n-clx:
327         - 62  # NDRPDR sel env 4
328         - 63  # NDRPDR sel env 4
329         - 64  # NDRPDR sel env 4
330         - 65  # NDRPDR sel env 4
331         - 66  # NDRPDR sel env 4
332         - 68  # NDRPDR sel env 4
333         - 69  # NDRPDR sel env 4
334         - 70  # NDRPDR sel env 4
335
336     plot-vpp-hdrh-lat-2n-clx:
337       csit-vpp-perf-report-iterative-2005-2n-clx:
338         - 70  # NDRPDR sel env 4
339
340 #    plot-vpp-http-server-performance:
341 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
342 #      csit-vpp-perf-verify-2001-2n-clx:
343 #        - 80  # TCP
344
345     plot-vpp-nfv-2n-clx-ndrpdr:
346       csit-vpp-perf-report-iterative-2005-2n-clx:
347         - 7   # NDRPDR sel
348         - 38  # NDRPDR sel
349         - 9   # NDRPDR sel
350         - 39  # NDRPDR sel
351         - 40  # NDRPDR sel
352         - 57  # 2n-clx nfv-density-00
353         - 58  # 2n-clx nfv-density-00
354         - 59  # 2n-clx nfv-density-00
355         - 60  # 2n-clx nfv-density-00
356         - 61  # 2n-clx nfv-density-00
357
358     plot-vpp-nfv-2n-clx-mrr:
359       csit-vpp-perf-report-iterative-2005-2n-clx:
360         - 12   # MRR
361
362     plot-vpp-nfv-reconf-2n-clx:
363       csit-vpp-perf-report-iterative-2005-2n-clx:
364         - 42  # Reconf
365         - 45  # Reconf
366         - 46  # Reconf
367         - 47  # Reconf
368         - 48  # Reconf
369         - 52  # Reconf
370         - 53  # Reconf
371         - 54  # Reconf
372         - 55  # Reconf
373         - 56  # Reconf
374
375     plot-vpp-soak-2n-clx:
376       csit-vpp-perf-report-iterative-2005-2n-clx:
377         - 44  # Soak
378         - 49  # Soak
379
380     plot-dpdk-throughput-latency-2n-clx:
381       csit-dpdk-perf-report-iterative-2005-2n-clx:
382         - 20  # NDRPDR iter
383         - 21  # NDRPDR iter
384         - 22  # NDRPDR iter
385         - 23  # NDRPDR iter
386         - 24  # NDRPDR iter
387         - 25  # NDRPDR iter
388         - 26  # NDRPDR iter
389         - 27  # NDRPDR iter
390         - 28  # NDRPDR iter
391         - 29  # NDRPDR iter
392
393     plot-dpdk-hdrh-lat-2n-clx:
394       csit-dpdk-perf-report-iterative-2005-2n-clx:
395         - 21  # NDRPDR iter
396
397     # 3n-tsh
398
399     plot-vpp-throughput-lat-tsa-3n-tsh:
400       csit-vpp-perf-report-iterative-2005-3n-tsh:
401         - 23  # NDRPDR sel env 4
402         - 25  # NDRPDR sel env 4
403
404     plot-vpp-hdrh-lat-3n-tsh:
405       csit-vpp-perf-report-iterative-2005-3n-tsh:
406         - 25  # NDRPDR sel env 4
407
408     plot-dpdk-throughput-latency-3n-tsh:
409       csit-dpdk-perf-report-iterative-2005-3n-tsh:
410         - 5   # NDRPDR sel
411
412     plot-dpdk-hdrh-lat-3n-tsh:
413       csit-dpdk-perf-report-iterative-2005-3n-tsh:
414         - 5   # NDRPDR sel
415
416     # 3n-dnv
417
418     plot-vpp-throughput-lat-tsa-3n-dnv:
419       csit-vpp-perf-report-iterative-2005-3n-dnv:
420         - 2   # NDRPDR sel
421         - 3   # NDRPDR sel
422         - 4   # NDRPDR sel
423         - 5   # NDRPDR sel
424         - 6   # NDRPDR sel
425         - 7   # NDRPDR sel
426         - 9   # NDRPDR sel
427         - 10  # NDRPDR sel
428         - 11  # NDRPDR sel
429         - 12  # NDRPDR sel
430
431     plot-dpdk-throughput-latency-3n-dnv:
432       csit-dpdk-perf-report-iterative-2005-3n-dnv:
433         - 6   # NDRPDR sel
434         - 7   # NDRPDR sel
435         - 8   # NDRPDR sel
436         - 9   # NDRPDR sel
437         - 10  # NDRPDR sel
438         - 11  # NDRPDR sel
439         - 12  # NDRPDR sel
440         - 13  # NDRPDR sel
441         - 14  # NDRPDR sel
442         - 16  # NDRPDR sel
443
444     # 2n-dnv
445
446     plot-vpp-throughput-lat-tsa-2n-dnv:
447       csit-vpp-perf-report-iterative-2005-2n-dnv:
448         - 3   # NDRPDR sel
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
459     plot-dpdk-throughput-latency-2n-dnv:
460       csit-dpdk-perf-report-iterative-2005-2n-dnv:
461         - 8   # NDRPDR sel
462         - 9   # NDRPDR sel
463         - 10  # NDRPDR sel
464         - 11  # NDRPDR sel
465         - 12  # NDRPDR sel
466         - 13  # NDRPDR sel
467         - 14  # NDRPDR sel
468         - 15  # NDRPDR sel
469         - 16  # NDRPDR sel
470         - 17  # NDRPDR sel
471
472     ###########################################################################
473     # Simple tables (only one data set):
474
475     # NIC Comparisons
476
477     vpp-nic-comparison-3n-skx:
478       csit-vpp-perf-report-iterative-2005-3n-skx:
479         - 42  # NDRPDR sel env 4
480         - 43  # NDRPDR sel env 4
481         - 44  # NDRPDR sel env 4
482         - 45  # NDRPDR sel env 4
483         - 47  # NDRPDR sel env 4
484
485     vpp-nic-comparison-2n-skx:
486       csit-vpp-perf-report-iterative-2005-2n-skx:
487         - 88  # NDRPDR sel env 4
488         - 89  # NDRPDR sel env 4
489         - 90  # NDRPDR sel env 4
490         - 91  # NDRPDR sel env 4
491         - 92  # NDRPDR sel env 4
492         - 93  # NDRPDR sel env 4
493         - 94  # NDRPDR sel env 4
494
495     vpp-nic-comparison-3n-skx-mrr:
496       csit-vpp-perf-report-iterative-2005-3n-skx:
497         - 49  # MRR sel env 4
498
499     vpp-nic-comparison-2n-skx-mrr:
500       csit-vpp-perf-report-iterative-2005-2n-skx:
501         - 99  # MRR sel env 4
502
503     # Results
504
505     vpp-perf-results-3n-hsw:
506       csit-vpp-perf-report-iterative-2005-3n-hsw:
507         - 29  # NDRPDR sel env 4
508 #      csit-vpp-perf-report-coverage-2005-3n-hsw:
509 #        - 1   # perf-full-3n-dnv-crypto_I
510 #        - 7   # perf-full-3n-hsw-crypto_II
511 #        - 3   # perf-full-3n-hsw-crypto_III
512 #        - 4   # perf-full-3n-dnv-crypto_IV
513 #        - 5   # perf-full-3n-hsw-ip4_I
514 #        - 6   # perf-full-3n-hsw-ip4_II
515 #        - 8   # perf-full-3n-hsw-ip4_III
516 #        - 9   # perf-full-3n-hsw-ip4_IV
517 #        - 10  # perf-full-3n-hsw-ip4_V
518 #        - 26  # perf-full-3n-hsw-ip4_VI
519 #        - 18  # perf-full-3n-hsw-ip4_VII
520 #        - 27  # perf-full-3n-hsw-ip4_VIII
521 #        - 28  # perf-full-3n-hsw-ip4_IX
522 #        - 29  # perf-full-3n-hsw-ip6_I
523 #        - 35  # perf-full-3n-hsw-ip6_II
524 #        - 42  # perf-full-3n-hsw-l2_I
525 #        - 33  # perf-full-3n-hsw-l2_II
526 #        - 37  # perf-full-3n-hsw-l2_III
527 #        - 45  # perf-full-3n-hsw-l2_IV
528 #        - 43  # perf-full-3n-hsw-l2_V
529 #        - 40  # perf-full-3n-hsw-l2_VI
530 #        - 44  # perf-full-3n-hsw-l2_VII
531 #        - 51  # perf-full-3n-hsw-l2_VIII
532 #        - 50  # perf-full-3n-hsw-l2_IX
533 #        - 52  # perf-full-3n-hsw-l2_X
534 #        - 53  # perf-full-3n-hsw-l2_XI
535 #        - 54  # perf-full-3n-hsw-memif
536 #        - 55  # perf-full-3n-hsw-ip4tunnels-I
537 #        - 56  # perf-full-3n-hsw-ip4tunnels-II
538 #        - 57  # perf-full-3n-hsw-ip4tunnels-III
539 #        - 58  # perf-full-3n-hsw-ip6tunnels-I
540 #        - 59  # perf-full-3n-hsw-srv6-I
541 #        - 60  # perf-full-3n-hsw-srv6-II
542 #        - 61  # perf-full-3n-hsw-vhost-I
543 #        - 62  # perf-full-3n-hsw-vhost-II
544 #        - 63  # perf-full-3n-hsw-vhost-III
545
546     vpp-perf-results-3n-skx:
547       csit-vpp-perf-report-iterative-2005-3n-skx:
548         - 47  # NDRPDR sel env 4
549 #      csit-vpp-perf-report-coverage-2005-3n-skx:
550 #        - 10  # perf-full-3n-skx-crypto_I
551 #        - 11  # perf-full-3n-skx-crypto_II
552 #        - 12  # perf-full-3n-skx-crypto_III
553 #        - 5   # perf-full-3n-skx-ip4_I
554 #        - 14  # perf-full-3n-skx-ip4_II
555 #        - 7   # perf-full-3n-skx-ip4_III
556 #        - 15  # perf-full-3n-skx-ip4_IV
557 #        - 16  # perf-full-3n-skx-ip4_V
558 #        - 17  # perf-full-3n-skx-ip4_VI
559 #        - 18  # perf-full-3n-skx-ip4_VII
560 #        - 19  # perf-full-3n-skx-ip4_VIII
561 #        - 20  # perf-full-3n-skx-ip4_IX
562 #        - 24  # perf-full-3n-skx-ip6_I
563 #        - 25  # perf-full-3n-skx-ip6_II
564 #        - 21  # perf-full-3n-skx-ip4tunnels-I
565 #        - 22  # perf-full-3n-skx-ip4tunnels-II
566 #        - 23  # perf-full-3n-skx-ip4tunnels-III
567 #        - 26  # perf-full-3n-skx-ip6tunnels-I
568 #        - 28  # perf-full-3n-skx-l2_II
569 #        - 29  # perf-full-3n-skx-l2_III
570 #        - 30  # perf-full-3n-skx-l2_IV
571 #        - 32  # perf-full-3n-skx-l2_VI
572 #        - 33  # perf-full-3n-skx-l2_VII
573 #        - 34  # perf-full-3n-skx-l2_VIII
574 #        - 35  # perf-full-3n-skx-l2_IX
575 #        - 36  # perf-full-3n-skx-l2_X
576 #        - 37  # perf-full-3n-skx-l2_XI
577 #        - 38  # perf-full-3n-skx-memif
578 #        - 39  # perf-full-3n-skx-srv6-I
579 #        - 40  # perf-full-3n-skx-srv6-II
580 #        - 43  # perf-full-3n-skx-vhost-III
581
582     vpp-perf-results-2n-skx:
583       csit-vpp-perf-report-iterative-2005-2n-skx:
584         - 94  # NDRPDR sel env 4
585 #      csit-vpp-perf-report-coverage-2005-2n-skx:
586 #        - 11  # perf-full-2n-skx-ip4_I
587 #        - 3   # perf-full-2n-skx-ip4_II
588 #        - 18  # perf-full-2n-skx-ip4_III
589 #        - 19  # perf-full-2n-skx-ip4_IV
590 #        - 5   # perf-full-2n-skx-ip4_V
591 #        - 20  # perf-full-2n-skx-ip4_VI
592 #        - 7   # perf-full-2n-skx-ip6_I
593 #        - 21  # perf-full-2n-skx-ip6_II
594 #        - 9   # perf-full-2n-skx-l2_I
595 #        - 22  # perf-full-2n-skx-l2_II
596 #        - 23  # perf-full-2n-skx-memif
597 #        - 24  # perf-full-2n-skx-loadbalancer
598 #        - 25  # perf-full-2n-skx-vhost I
599 #        - 26  # perf-full-2n-skx-vhost II
600 #        - 27  # perf-full-2n-skx-vts
601
602     vpp-perf-results-2n-clx:
603       csit-vpp-perf-report-iterative-2005-2n-clx:
604         - 62  # NDRPDR sel env 4
605 #      csit-vpp-perf-report-coverage-2005-2n-clx:
606 #        - 21  # perf-full-2n-clx-ip4_I
607 #        - 2   # perf-full-2n-clx-ip4_II
608 #        - 3   # perf-full-2n-clx-ip4_III
609 #        - 4   # perf-full-2n-clx-ip4_IV
610 #        - 5   # perf-full-2n-clx-ip4_V
611 #        - 6   # perf-full-2n-clx-ip4_VI
612 #        - 7   # perf-full-2n-clx-ip6_I
613 #        - 16  # perf-full-2n-clx-ip6_II
614 #        - 23  # perf-full-2n-clx-l2_I
615 #        - 10  # perf-full-2n-clx-l2_II
616 #        - 11  # perf-full-2n-clx-memif
617 #        - 12  # perf-full-2n-clx-loadbalancer
618 #        - 13  # perf-full-2n-clx-vhost I
619 #        - 22  # perf-full-2n-clx-vhost II
620 #        - 15  # perf-full-2n-clx-vts
621
622     vpp-perf-results-3n-tsh:
623       csit-vpp-perf-report-iterative-2005-3n-tsh:
624         - 25  # NDRPDR sel env 4
625
626     vpp-perf-results-3n-dnv:
627       csit-vpp-perf-report-coverage-2005-3n-dnv:
628         - 1   # perf-full-3n-dnv-crypto_I
629         - 24  # perf-full-3n-dnv-crypto_II
630         - 5   # perf-full-3n-dnv-ip4_I
631         - 13  # perf-full-3n-dnv-ip4_II
632         - 17  # perf-full-3n-dnv-ip6_I
633         - 18  # perf-full-3n-dnv-ip6_II
634         - 21  # perf-full-3n-dnv-l2_I
635         - 22  # perf-full-3n-dnv-l2_II
636         - 23  # perf-full-3n-dnv-ip4-tunnels_I
637
638     vpp-perf-results-2n-dnv:
639       csit-vpp-perf-report-coverage-2005-2n-dnv:
640         - 1   # perf-full-2n-dnv-ip4_I
641         - 2   # perf-full-2n-dnv-ip4_II
642         - 3   # perf-full-2n-dnv-ip6_I
643         - 4   # perf-full-2n-dnv-ip6_II
644         - 5   # perf-full-2n-dnv-l2_I
645         - 6   # perf-full-2n-dnv-l2_II
646
647     vpp-mrr-results-3n-hsw:
648       csit-vpp-perf-report-iterative-2005-3n-hsw:
649         - 30  # MRR env 4
650
651     vpp-mrr-results-3n-skx:
652       csit-vpp-perf-report-iterative-2005-3n-skx:
653         - 49  # MRR sel env 4
654
655     vpp-mrr-results-2n-skx:
656       csit-vpp-perf-report-iterative-2005-2n-skx:
657         - 99  # MRR sel env 4
658
659     vpp-mrr-results-2n-clx:
660       csit-vpp-perf-report-iterative-2005-2n-clx:
661         - 72  # MRR env 4
662
663     vpp-mrr-results-3n-tsh:
664       csit-vpp-perf-report-iterative-2005-3n-tsh:
665         - 27  # MRR sel env 4
666
667     vpp-mrr-results-3n-dnv:
668       csit-vpp-perf-report-iterative-2005-3n-dnv:
669         - 8   # MRR
670
671     vpp-mrr-results-2n-dnv:
672       csit-vpp-perf-report-iterative-2005-2n-dnv:
673         - 15  # MRR sel
674
675     vpp-device-results-ubuntu:
676       csit-vpp-device-2005-ubuntu1804-1n-skx:
677         - 35
678
679     dpdk-perf-results-3n-hsw:
680       csit-dpdk-perf-report-iterative-2005-3n-hsw:
681         - 25  # NDRPDR iter
682
683     dpdk-perf-results-3n-skx:
684       csit-dpdk-perf-report-iterative-2005-3n-skx:
685         - 28  # NDRPDR iter
686
687     dpdk-perf-results-2n-skx:
688       csit-dpdk-perf-report-iterative-2005-2n-skx:
689         - 20  # NDRPDR iter
690
691     dpdk-perf-results-2n-clx:
692       csit-dpdk-perf-report-iterative-2005-2n-clx:
693         - 21  # NDRPDR iter
694
695     dpdk-perf-results-2n-dnv:
696       csit-dpdk-perf-report-iterative-2005-2n-dnv:
697         - 8   # NDRPDR sel
698
699     dpdk-perf-results-3n-dnv:
700       csit-dpdk-perf-report-iterative-2005-3n-dnv:
701         - 6   # NDRPDR sel
702
703     dpdk-perf-results-3n-tsh:
704       csit-dpdk-perf-report-iterative-2005-3n-tsh:
705         - 5   # NDRPDR sel
706
707 ###########################################################################
708     # Tables (more than one data set)
709
710     # Performance changes
711
712     vpp-performance-changes-3n-hsw-h1:
713       csit-vpp-perf-verify-1908-3n-hsw:
714         - 12  # NDRPDR sel
715         - 13  # NDRPDR sel
716         - 14  # NDRPDR sel
717         - 15  # NDRPDR sel
718         - 16  # NDRPDR sel
719         - 17  # NDRPDR sel
720         - 18  # NDRPDR sel
721         - 19  # NDRPDR sel
722         - 20  # NDRPDR sel
723         - 21  # NDRPDR sel
724     vpp-performance-changes-3n-hsw-ref:
725       csit-vpp-perf-verify-2001-3n-hsw:
726         - 21  # NDRPDR sel
727         - 22  # NDRPDR sel
728         - 23  # NDRPDR sel
729         - 24  # NDRPDR sel
730         - 25  # NDRPDR sel
731         - 29  # NDRPDR sel
732         - 30  # NDRPDR sel
733         - 31  # NDRPDR sel
734         - 32  # NDRPDR sel
735         - 34  # NDRPDR sel
736     vpp-performance-changes-3n-hsw-cmp:
737       csit-vpp-perf-report-iterative-2005-3n-hsw:
738         - 3   # NDRPDR sel
739         - 4   # NDRPDR sel
740         - 5   # NDRPDR sel
741         - 10  # NDRPDR sel
742         - 11  # NDRPDR sel
743         - 12  # NDRPDR sel
744         - 15  # NDRPDR sel
745         - 16  # NDRPDR sel
746         - 18  # NDRPDR sel
747         - 19  # NDRPDR sel
748     vpp-performance-changes-3n-hsw-cmp-2:
749       csit-vpp-perf-report-iterative-2005-3n-hsw:
750         - 20  # NDRPDR sel env 4
751         - 21  # NDRPDR sel env 4
752         - 22  # NDRPDR sel env 4
753         - 23  # NDRPDR sel env 4
754         - 24  # NDRPDR sel env 4
755         - 25  # NDRPDR sel env 4
756         - 26  # NDRPDR sel env 4
757         - 27  # NDRPDR sel env 4
758         - 28  # NDRPDR sel env 4
759         - 29  # NDRPDR sel env 4
760     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
761       csit-vpp-perf-report-iterative-2005-3n-hsw:
762         - 31  # NDRPDR sel 2001.0-4
763         - 32  # NDRPDR sel 2001.0-4
764         - 33  # NDRPDR sel 2001.0-4
765         - 34  # NDRPDR sel 2001.0-4
766         - 35  # NDRPDR sel 2001.0-4
767         - 36  # NDRPDR sel 2001.0-4
768         - 38  # NDRPDR sel 2001.0-4
769
770     vpp-performance-changes-3n-skx-h1:
771       csit-vpp-perf-verify-1908_1-3n-skx:
772         - 26  # NDRPDR sel - new1908.1
773         - 27  # NDRPDR sel - new1908.1
774         - 28  # NDRPDR sel - new1908.1
775         - 29  # NDRPDR sel - new1908.1
776         - 30  # NDRPDR sel - new1908.1
777         - 31  # NDRPDR sel - new1908.1
778         - 33  # NDRPDR sel - new1908.1
779         - 34  # NDRPDR sel - new1908.1
780         - 35  # NDRPDR sel - new1908.1
781         - 36  # NDRPDR sel - new1908.1
782     vpp-performance-changes-3n-skx-ref:
783       csit-vpp-perf-verify-2001-3n-skx:
784         - 69  # NDRPDR sel - new2001.0
785         - 71  # NDRPDR sel - new2001.0
786         - 72  # NDRPDR sel - new2001.0
787         - 76  # NDRPDR sel - new2001.0
788         - 77  # NDRPDR sel - new2001.0
789         - 78  # NDRPDR sel - new2001.0
790         - 80  # NDRPDR sel - new2001.0
791     vpp-performance-changes-3n-skx-cmp:
792       csit-vpp-perf-report-iterative-2005-3n-skx:
793         - 4   # NDRPDR sel
794         - 5   # NDRPDR sel ??? all x710 failed
795         - 33  # NDRPDR sel
796         - 28  # NDRPDR sel
797         - 34  # NDRPDR sel
798         - 36  # NDRPDR sel
799         - 37  # NDRPDR sel
800         - 38  # NDRPDR sel
801         - 39  # NDRPDR sel
802         - 41  # NDRPDR sel
803     vpp-performance-changes-3n-skx-cmp-2:
804       csit-vpp-perf-report-iterative-2005-3n-skx:
805         - 42  # NDRPDR sel env 4
806         - 43  # NDRPDR sel env 4
807         - 44  # NDRPDR sel env 4
808         - 45  # NDRPDR sel env 4
809         - 47  # NDRPDR sel env 4
810     vpp-performance-changes-3n-skx-cmp-2001.0-4:
811       csit-vpp-perf-report-iterative-2005-3n-skx:
812         - 50  # NDRPDR sel 2001.0-4
813         - 51  # NDRPDR sel 2001.0-4
814         - 52  # NDRPDR sel 2001.0-4
815         - 53  # NDRPDR sel 2001.0-4
816         - 54  # NDRPDR sel 2001.0-4
817
818     vpp-performance-changes-2n-skx-h1:
819       csit-vpp-perf-verify-1908_1-2n-skx:
820         - 39  # NDRPDR sel - new1908.1
821         - 40  # NDRPDR sel - new1908.1
822         - 41  # NDRPDR sel - new1908.1
823         - 43  # NDRPDR sel - new1908.1
824         - 44  # NDRPDR sel - new1908.1
825         - 45  # NDRPDR sel - new1908.1
826         - 46  # NDRPDR sel - new1908.1
827         - 47  # NDRPDR sel - new1908.1
828         - 48  # NDRPDR sel - new1908.1
829         - 49  # NDRPDR sel - new1908.1
830     vpp-performance-changes-2n-skx-ref:
831       csit-vpp-perf-verify-2001-2n-skx:
832         - 143  # NDRPDR sel - new2001.0
833         - 146  # NDRPDR sel - new2001.0
834         - 147  # NDRPDR sel - new2001.0
835         - 148  # NDRPDR sel - new2001.0
836         - 149  # NDRPDR sel - new2001.0
837         - 150  # NDRPDR sel - new2001.0
838         - 151  # NDRPDR sel - new2001.0
839         - 152  # NDRPDR sel - new2001.0
840         - 153  # NDRPDR sel - new2001.0
841         - 154  # NDRPDR sel - new2001.0
842     vpp-performance-changes-2n-skx-cmp:
843       csit-vpp-perf-report-iterative-2005-2n-skx:
844         - 43  # NDRPDR sel
845         - 38  # NDRPDR sel
846         - 7   # NDRPDR sel
847         - 65  # NDRPDR sel
848         - 47  # NDRPDR sel
849         - 55  # NDRPDR sel
850         - 67  # NDRPDR sel
851         - 75  # NDRPDR sel
852         - 76  # NDRPDR sel
853         - 73  # NDRPDR sel
854     vpp-performance-changes-2n-skx-cmp-2:
855       csit-vpp-perf-report-iterative-2005-2n-skx:
856         - 88  # NDRPDR sel env 4
857         - 89  # NDRPDR sel env 4
858         - 90  # NDRPDR sel env 4
859         - 91  # NDRPDR sel env 4
860         - 92  # NDRPDR sel env 4
861         - 93  # NDRPDR sel env 4
862         - 94  # NDRPDR sel env 4
863     vpp-performance-changes-2n-skx-cmp-2001.0-4:
864       csit-vpp-perf-report-iterative-2005-2n-skx:
865         - 100 # NDRPDR sel 2001.0-4
866         - 101 # NDRPDR sel 2001.0-4
867         - 102 # NDRPDR sel 2001.0-4
868         - 103 # NDRPDR sel 2001.0-4
869         - 104 # NDRPDR sel 2001.0-4
870         - 105 # NDRPDR sel 2001.0-4
871
872 #    vpp-performance-changes-nfv-2n-skx-ref:
873 #      csit-vpp-perf-verify-2001-2n-skx:
874 #        - 30  # NFV
875 #        - 31  # NFV
876 #    vpp-performance-changes-nfv-2n-skx-cmp:
877 #      csit-vpp-perf-report-iterative-2005-2n-skx:
878 #        - 43  # NDRPDR sel
879 #        - 38  # NDRPDR sel
880 #        - 7   # NDRPDR sel
881 #        - 78  # nf-density-sel
882 #        - 83  # nf-density-sel
883
884     vpp-performance-changes-2n-clx-ref:
885       csit-vpp-perf-verify-2001-2n-clx:
886         - 28  # NDRPDR sel
887         - 29  # NDRPDR sel
888         - 32  # NDRPDR sel
889         - 40  # NDRPDR sel
890         - 43  # NDRPDR sel
891         - 44  # NDRPDR sel
892         - 45  # NDRPDR sel
893         - 47  # NDRPDR sel
894         - 48  # NDRPDR sel
895         - 49  # NDRPDR sel
896     vpp-performance-changes-2n-clx-cmp:
897       csit-vpp-perf-report-iterative-2005-2n-clx:
898         - 7   # NDRPDR sel
899         - 38  # NDRPDR sel
900         - 9   # NDRPDR sel
901         - 32  # NDRPDR sel ???
902         - 33  # NDRPDR sel ???
903         - 39  # NDRPDR sel
904         - 40  # NDRPDR sel
905         - 43  # NDRPDR sel
906         - 50  # NDRPDR sel
907         - 51  # NDRPDR sel
908     vpp-performance-changes-2n-clx-cmp-2:
909       csit-vpp-perf-report-iterative-2005-2n-clx:
910         - 62  # NDRPDR sel env 4
911         - 63  # NDRPDR sel env 4
912         - 64  # NDRPDR sel env 4
913         - 65  # NDRPDR sel env 4
914         - 66  # NDRPDR sel env 4
915         - 68  # NDRPDR sel env 4
916         - 69  # NDRPDR sel env 4
917         - 70  # NDRPDR sel env 4
918     vpp-performance-changes-2n-clx-cmp-2001.0-4:
919       csit-vpp-perf-report-iterative-2005-2n-clx:
920         - 73  # NDRPDR sel 2001.0-4
921         - 74  # NDRPDR sel 2001.0-4
922         - 75  # NDRPDR sel 2001.0-4
923         - 76  # NDRPDR sel 2001.0-4
924         - 77  # NDRPDR sel 2001.0-4
925         - 78  # NDRPDR sel 2001.0-4
926         - 79  # NDRPDR sel 2001.0-4
927         - 80  # NDRPDR sel 2001.0-4
928
929     vpp-performance-changes-2n-dnv-h1:
930       csit-vpp-perf-verify-1908-2n-dnv:
931         - 1   # NDRPDR sel
932         - 2   # NDRPDR sel
933         - 3   # NDRPDR sel
934         - 4   # NDRPDR sel
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 8   # NDRPDR sel
939         - 9   # NDRPDR sel
940         - 10  # NDRPDR sel
941     vpp-performance-changes-2n-dnv-ref:
942       csit-vpp-perf-verify-2001-2n-dnv:
943         - 4   # NDRPDR sel
944         - 5   # NDRPDR sel
945         - 6   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 11  # NDRPDR sel
951         - 13  # NDRPDR sel
952         - 16  # NDRPDR sel
953     vpp-performance-changes-2n-dnv-cmp:
954       csit-vpp-perf-report-iterative-2005-2n-dnv:
955         - 3   # NDRPDR sel
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 9   # NDRPDR sel
960         - 10  # NDRPDR sel
961         - 11  # NDRPDR sel
962         - 12  # NDRPDR sel
963         - 13  # NDRPDR sel
964         - 14  # NDRPDR sel
965
966     vpp-performance-changes-3n-dnv-h1:
967       csit-vpp-perf-verify-1908-3n-dnv:
968         - 6   # NDRPDR sel
969         - 7   # NDRPDR sel
970         - 8   # NDRPDR sel
971         - 9   # NDRPDR sel
972         - 10  # NDRPDR sel
973         - 12  # NDRPDR sel
974         - 13  # NDRPDR sel
975         - 14  # NDRPDR sel
976         - 15  # NDRPDR sel
977         - 16  # NDRPDR sel
978     vpp-performance-changes-3n-dnv-ref:
979       csit-vpp-perf-verify-2001-3n-dnv:
980         - 5   # NDRPDR sel
981         - 6   # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 9   # NDRPDR sel
985         - 10  # NDRPDR sel
986         - 12  # NDRPDR sel
987         - 16  # NDRPDR sel
988         - 17  # NDRPDR sel
989         - 18  # NDRPDR sel
990     vpp-performance-changes-3n-dnv-cmp:
991       csit-vpp-perf-report-iterative-2005-3n-dnv:
992         - 2   # NDRPDR sel
993         - 3   # NDRPDR sel
994         - 4   # NDRPDR sel
995         - 5   # NDRPDR sel
996         - 6   # NDRPDR sel
997         - 7   # NDRPDR sel
998         - 9   # NDRPDR sel
999         - 10  # NDRPDR sel
1000         - 11  # NDRPDR sel
1001         - 12  # NDRPDR sel
1002
1003     vpp-performance-changes-3n-tsh-h1:
1004       csit-vpp-perf-verify-1908-3n-tsh:
1005         - 7   # NDRPDR sel
1006         - 8   # NDRPDR sel
1007         - 9   # NDRPDR sel
1008         - 10  # NDRPDR sel
1009         - 11  # NDRPDR sel
1010         - 12  # NDRPDR sel
1011         - 13  # NDRPDR sel
1012         - 14  # NDRPDR sel
1013         - 15  # NDRPDR sel
1014         - 16  # NDRPDR sel
1015     vpp-performance-changes-3n-tsh-ref:
1016       csit-vpp-perf-verify-2001-3n-tsh:
1017         - 3   # NDRPDR sel
1018         - 4   # NDRPDR sel
1019         - 7   # NDRPDR sel
1020         - 8   # NDRPDR sel
1021         - 10  # NDRPDR sel
1022         - 12  # NDRPDR sel
1023         - 13  # NDRPDR sel
1024         - 14  # NDRPDR sel
1025         - 15  # NDRPDR sel
1026         - 21  # NDRPDR sel
1027     vpp-performance-changes-3n-tsh-cmp:
1028       csit-vpp-perf-report-iterative-2005-3n-tsh:
1029         - 9   # NDRPDR sel
1030         - 11  # NDRPDR sel
1031         - 12  # NDRPDR sel
1032         - 20  # NDRPDR sel
1033         - 14  # NDRPDR sel
1034         - 21  # NDRPDR sel
1035     vpp-performance-changes-3n-tsh-cmp-2:
1036       csit-vpp-perf-report-iterative-2005-3n-tsh:
1037         - 23  # NDRPDR sel env 4
1038         - 25  # NDRPDR sel env 4
1039     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1040       csit-vpp-perf-report-iterative-2005-3n-tsh:
1041         - 28  # NDRPDR sel 2001.0-4
1042         - 29  # NDRPDR sel 2001.0-4
1043         - 31  # NDRPDR sel 2001.0-4
1044
1045     vpp-soak-vs-ndr-2n-skx-ref:
1046       csit-vpp-perf-report-iterative-2005-2n-skx:
1047         - 43  # NDRPDR sel
1048         - 38  # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 65  # NDRPDR sel
1051         - 47  # NDRPDR sel
1052         - 55  # NDRPDR sel
1053         - 67  # NDRPDR sel
1054         - 75  # NDRPDR sel
1055         - 76  # NDRPDR sel
1056         - 73  # NDRPDR sel
1057     vpp-soak-vs-ndr-2n-skx-cmp:
1058       csit-vpp-perf-report-iterative-2005-2n-skx:
1059         - 49  # Soak
1060         - 54  # Soak
1061     vpp-soak-vs-ndr-2n-skx:
1062       csit-vpp-perf-report-iterative-2005-2n-skx:
1063         - 43  # NDRPDR sel
1064         - 38  # NDRPDR sel
1065         - 7   # NDRPDR sel
1066         - 65  # NDRPDR sel
1067         - 47  # NDRPDR sel
1068         - 55  # NDRPDR sel
1069         - 67  # NDRPDR sel
1070         - 75  # NDRPDR sel
1071         - 76  # NDRPDR sel
1072         - 73  # NDRPDR sel
1073         - 49  # Soak
1074         - 54  # Soak
1075
1076     vpp-soak-vs-ndr-2n-clx-ref:
1077       csit-vpp-perf-report-iterative-2005-2n-clx:
1078         - 7   # NDRPDR sel
1079         - 38  # NDRPDR sel
1080         - 9   # NDRPDR sel
1081         - 32  # NDRPDR sel ???
1082         - 33  # NDRPDR sel ???
1083         - 39  # NDRPDR sel
1084         - 40  # NDRPDR sel
1085         - 43  # NDRPDR sel
1086         - 50  # NDRPDR sel
1087         - 51  # NDRPDR sel
1088     vpp-soak-vs-ndr-2n-clx-cmp:
1089       csit-vpp-perf-report-iterative-2005-2n-clx:
1090         - 44  # Soak
1091         - 49  # Soak
1092     vpp-soak-vs-ndr-2n-clx:
1093       csit-vpp-perf-report-iterative-2005-2n-clx:
1094         - 7   # NDRPDR sel
1095         - 38  # NDRPDR sel
1096         - 9   # NDRPDR sel
1097         - 32  # NDRPDR sel ???
1098         - 33  # NDRPDR sel ???
1099         - 39  # NDRPDR sel
1100         - 40  # NDRPDR sel
1101         - 43  # NDRPDR sel
1102         - 50  # NDRPDR sel
1103         - 51  # NDRPDR sel
1104         - 44  # Soak
1105         - 49  # Soak
1106
1107     vpp-performance-changes-3n-hsw-mrr-h1:
1108       csit-vpp-perf-verify-1908-3n-hsw:
1109         - 39  # MRR sel
1110     vpp-performance-changes-3n-hsw-mrr-ref:
1111       csit-vpp-perf-verify-2001-3n-hsw:
1112         - 17  # MRR sel
1113     vpp-performance-changes-3n-hsw-mrr-cmp:
1114       csit-vpp-perf-report-iterative-2005-3n-hsw:
1115         - 13  # MRR
1116     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1117       csit-vpp-perf-report-iterative-2005-3n-hsw:
1118         - 30  # MRR env 4
1119
1120 #    vpp-performance-changes-3n-skx-mrr-h1:
1121 #      csit-vpp-perf-verify-1908-3n-skx:
1122 #        - 36  # MRR sel
1123     vpp-performance-changes-3n-skx-mrr-ref:
1124       csit-vpp-perf-verify-2001-3n-skx:
1125         - 50  # MRR sel
1126         - 53  # MRR sel addition
1127     vpp-performance-changes-3n-skx-mrr-cmp:
1128       csit-vpp-perf-report-iterative-2005-3n-skx:
1129         - 6   # MRR sel
1130     vpp-performance-changes-3n-skx-mrr-cmp-2:
1131       csit-vpp-perf-report-iterative-2005-3n-skx:
1132         - 49  # MRR sel env 4
1133
1134 #    vpp-performance-changes-2n-skx-mrr-h1:
1135 #      csit-vpp-perf-verify-1908-2n-skx:
1136 #        - 69  # MRR sel
1137     vpp-performance-changes-2n-skx-mrr-ref:
1138       csit-vpp-perf-verify-2001-2n-skx:
1139         - 101 # MRR sel
1140         - 128 # MRR sel addition
1141     vpp-performance-changes-2n-skx-mrr-cmp:
1142       csit-vpp-perf-report-iterative-2005-2n-skx:
1143         - 42  # MRR sel
1144     vpp-performance-changes-2n-skx-mrr-cmp-2:
1145       csit-vpp-perf-report-iterative-2005-2n-skx:
1146         - 99  # MRR sel env 4
1147
1148     vpp-performance-changes-2n-clx-mrr-ref:
1149       csit-vpp-perf-verify-2001-2n-clx:
1150         - 39  # MRR
1151     vpp-performance-changes-2n-clx-mrr-cmp:
1152       csit-vpp-perf-report-iterative-2005-2n-clx:
1153         - 12   # MRR
1154     vpp-performance-changes-2n-clx-mrr-cmp-2:
1155       csit-vpp-perf-report-iterative-2005-2n-clx:
1156         - 72   # MRR sel env 4
1157
1158 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1159 #      csit-vpp-perf-verify-1908-2n-skx:
1160 #        - 71  # NFV MRR
1161 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1162 #      # csit-vpp-perf-verify-2001-2n-skx:
1163 #      csit-vpp-perf-verify-1908-2n-skx:
1164 #        - 71  # NFV MRR
1165
1166     vpp-performance-changes-2n-dnv-mrr-h1:
1167       csit-vpp-perf-verify-1908-2n-dnv:
1168         - 11  # MRR sel
1169     vpp-performance-changes-2n-dnv-mrr-ref:
1170       csit-vpp-perf-verify-2001-2n-dnv:
1171         - 12  # MRR sel
1172     vpp-performance-changes-2n-dnv-mrr-cmp:
1173       csit-vpp-perf-report-iterative-2005-2n-dnv:
1174         - 15  # MRR sel
1175
1176     vpp-performance-changes-3n-dnv-mrr-h1:
1177       csit-vpp-perf-verify-1908-3n-dnv:
1178         - 17  # MRR sel
1179     vpp-performance-changes-3n-dnv-mrr-ref:
1180       csit-vpp-perf-verify-2001-3n-dnv:
1181         - 11  # MRR sel
1182     vpp-performance-changes-3n-dnv-mrr-cmp:
1183       csit-vpp-perf-report-iterative-2005-3n-dnv:
1184         - 8   # MRR
1185
1186     vpp-performance-changes-3n-tsh-mrr-h1:
1187       csit-vpp-perf-verify-1908-3n-tsh:
1188         - 17  # MRR sel
1189     vpp-performance-changes-3n-tsh-mrr-ref:
1190       csit-vpp-perf-verify-2001-3n-tsh:
1191         - 9   # MRR sel
1192     vpp-performance-changes-3n-tsh-mrr-cmp:
1193       csit-vpp-perf-report-iterative-2005-3n-tsh:
1194         - 10  # MRR sel
1195     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1196       csit-vpp-perf-report-iterative-2005-3n-tsh:
1197         - 27  # MRR sel env 4
1198
1199     dpdk-performance-changes-3n-hsw-h1:
1200       csit-dpdk-perf-verify-1908-3n-hsw:
1201         - 2   # NDRPDR sel
1202         - 3   # NDRPDR sel
1203         - 4   # NDRPDR sel
1204         - 5   # NDRPDR sel
1205         - 6   # NDRPDR sel
1206         - 7   # NDRPDR sel
1207         - 8   # NDRPDR sel
1208         - 9   # NDRPDR sel
1209         - 10  # NDRPDR sel
1210         - 11  # NDRPDR sel
1211     dpdk-performance-changes-3n-hsw-ref:
1212       csit-dpdk-perf-verify-2001-3n-hsw:
1213         - 4   # NDRPDR sel
1214         - 5   # NDRPDR sel
1215         - 6   # NDRPDR sel
1216         - 7   # NDRPDR sel
1217         - 8   # NDRPDR sel
1218         - 9   # NDRPDR sel
1219         - 10  # NDRPDR sel
1220         - 11  # NDRPDR sel
1221         - 12  # NDRPDR sel
1222         - 13  # NDRPDR sel
1223         - 15  # NDRPDR sel
1224         - 16  # NDRPDR sel
1225         - 17  # NDRPDR sel
1226         - 18  # NDRPDR sel
1227         - 19  # NDRPDR sel
1228         - 20  # NDRPDR sel
1229         - 21  # NDRPDR sel
1230         - 22  # NDRPDR sel
1231         - 23  # NDRPDR sel
1232         - 24  # NDRPDR sel
1233     dpdk-performance-changes-3n-hsw-cmp:
1234       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1235         - 25  # NDRPDR iter
1236         - 26  # NDRPDR iter
1237         - 27  # NDRPDR iter
1238         - 28  # NDRPDR iter
1239         - 29  # NDRPDR iter
1240         - 30  # NDRPDR iter
1241         - 31  # NDRPDR iter
1242         - 32  # NDRPDR iter
1243         - 33  # NDRPDR iter
1244         - 34  # NDRPDR iter
1245
1246     dpdk-performance-changes-3n-skx-h1:
1247       csit-dpdk-perf-verify-1908-3n-skx:
1248         - 3   # NDRPDR sel
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     dpdk-performance-changes-3n-skx-ref:
1259       csit-dpdk-perf-verify-2001-3n-skx:
1260         - 29  # NDRPDR sel xxv710
1261         - 33  # NDRPDR sel xxv710
1262         - 34  # NDRPDR sel xxv710
1263         - 35  # NDRPDR sel xxv710
1264         - 36  # NDRPDR sel xxv710
1265         - 37  # NDRPDR sel xxv710
1266         - 41  # NDRPDR sel xxv710
1267         - 42  # NDRPDR sel xxv710
1268         - 43  # NDRPDR sel xxv710
1269         - 45  # NDRPDR sel xxv710
1270         - 30  # NDRPDR sel x710
1271         - 31  # NDRPDR sel x710
1272         - 32  # NDRPDR sel x710
1273         - 38  # NDRPDR sel x710
1274         - 39  # NDRPDR sel x710
1275         - 40  # NDRPDR sel x710
1276         - 44  # NDRPDR sel x710
1277         - 46  # NDRPDR sel x710
1278         - 47  # NDRPDR sel x710
1279         - 48  # NDRPDR sel x710
1280     dpdk-performance-changes-3n-skx-cmp:
1281       csit-dpdk-perf-report-iterative-2005-3n-skx:
1282         - 28  # NDRPDR iter
1283         - 29  # NDRPDR iter
1284         - 30  # NDRPDR iter
1285         - 31  # NDRPDR iter
1286         - 32  # NDRPDR iter
1287         - 33  # NDRPDR iter
1288         - 34  # NDRPDR iter
1289         - 35  # NDRPDR iter
1290         - 36  # NDRPDR iter
1291         - 37  # NDRPDR iter
1292
1293     dpdk-performance-changes-2n-skx-h1:
1294       csit-dpdk-perf-verify-1908-2n-skx:
1295         - 2   # NDRPDR sel
1296         - 3   # NDRPDR sel
1297         - 4   # NDRPDR sel
1298         - 5   # NDRPDR sel
1299         - 7   # NDRPDR sel
1300         - 8   # NDRPDR sel
1301         - 9   # NDRPDR sel
1302         - 10  # NDRPDR sel
1303         - 11  # NDRPDR sel
1304         - 12  # NDRPDR sel
1305     dpdk-performance-changes-2n-skx-ref:
1306       csit-dpdk-perf-verify-2001-2n-skx:
1307         - 35  # NDRPDR sel xxv710
1308         - 36  # NDRPDR sel xxv710
1309         - 37  # NDRPDR sel xxv710
1310         - 41  # NDRPDR sel xxv710
1311         - 42  # NDRPDR sel xxv710
1312         - 43  # NDRPDR sel xxv710
1313         - 46  # NDRPDR sel xxv710
1314         - 47  # NDRPDR sel xxv710
1315         - 52  # NDRPDR sel xxv710
1316         - 53  # NDRPDR sel xxv710
1317         - 38  # NDRPDR sel x710
1318         - 39  # NDRPDR sel x710
1319         - 40  # NDRPDR sel x710
1320         - 44  # NDRPDR sel x710
1321         - 45  # NDRPDR sel x710
1322         - 48  # NDRPDR sel x710
1323         - 49  # NDRPDR sel x710
1324         - 50  # NDRPDR sel x710
1325         - 51  # NDRPDR sel x710
1326         - 54  # NDRPDR sel x710
1327     dpdk-performance-changes-2n-skx-cmp:
1328       csit-dpdk-perf-report-iterative-2005-2n-skx:
1329         - 20  # NDRPDR iter
1330         - 21  # NDRPDR iter
1331         - 22  # NDRPDR iter
1332         - 23  # NDRPDR iter
1333         - 24  # NDRPDR iter
1334         - 25  # NDRPDR iter
1335         - 26  # NDRPDR iter
1336         - 27  # NDRPDR iter
1337         - 28  # NDRPDR iter
1338         - 29  # NDRPDR iter
1339
1340     dpdk-performance-changes-2n-clx-ref:
1341       csit-dpdk-perf-verify-2001-2n-clx:
1342         - 15  # NDRPDR sel
1343         - 16  # NDRPDR sel
1344         - 17  # NDRPDR sel
1345         - 18  # NDRPDR sel
1346         - 19  # NDRPDR sel
1347         - 20  # NDRPDR sel
1348         - 21  # NDRPDR sel
1349         - 22  # NDRPDR sel
1350         - 23  # NDRPDR sel
1351         - 24  # NDRPDR sel
1352         - 25  # NDRPDR sel
1353         - 26  # NDRPDR sel
1354         - 27  # NDRPDR sel
1355         - 28  # NDRPDR sel
1356         - 29  # NDRPDR sel
1357         - 30  # NDRPDR sel
1358         - 31  # NDRPDR sel
1359         - 32  # NDRPDR sel
1360         - 33  # NDRPDR sel
1361         - 34  # NDRPDR sel
1362     dpdk-performance-changes-2n-clx-cmp:
1363       csit-dpdk-perf-report-iterative-2005-2n-clx:
1364         - 20  # NDRPDR iter
1365         - 21  # NDRPDR iter
1366         - 22  # NDRPDR iter
1367         - 23  # NDRPDR iter
1368         - 24  # NDRPDR iter
1369         - 25  # NDRPDR iter
1370         - 26  # NDRPDR iter
1371         - 27  # NDRPDR iter
1372         - 28  # NDRPDR iter
1373         - 29  # NDRPDR iter
1374
1375     dpdk-performance-changes-2n-dnv-ref:
1376       csit-dpdk-perf-verify-2001-2n-dnv:
1377         - 9   # NDRPDR sel
1378         - 10  # NDRPDR sel
1379         - 11  # NDRPDR sel
1380         - 12  # NDRPDR sel
1381         - 13  # NDRPDR sel
1382         - 14  # NDRPDR sel
1383         - 15  # NDRPDR sel
1384         - 16  # NDRPDR sel
1385         - 17  # NDRPDR sel
1386         - 18  # NDRPDR sel
1387     dpdk-performance-changes-2n-dnv-cmp:
1388       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1389         - 8   # NDRPDR sel
1390         - 9   # NDRPDR sel
1391         - 10  # NDRPDR sel
1392         - 11  # NDRPDR sel
1393         - 12  # NDRPDR sel
1394         - 13  # NDRPDR sel
1395         - 14  # NDRPDR sel
1396         - 15  # NDRPDR sel
1397         - 16  # NDRPDR sel
1398         - 17  # NDRPDR sel
1399
1400     dpdk-performance-changes-3n-dnv-ref:
1401       csit-dpdk-perf-verify-2001-3n-dnv:
1402         - 12  # NDRPDR sel
1403         - 13  # NDRPDR sel
1404         - 14  # NDRPDR sel
1405         - 15  # NDRPDR sel
1406         - 16  # NDRPDR sel
1407         - 17  # NDRPDR sel
1408         - 18  # NDRPDR sel
1409         - 19  # NDRPDR sel
1410         - 20  # NDRPDR sel
1411         - 22  # NDRPDR sel
1412     dpdk-performance-changes-3n-dnv-cmp:
1413       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1414         - 6   # NDRPDR sel
1415         - 7   # NDRPDR sel
1416         - 8   # NDRPDR sel
1417         - 9   # NDRPDR sel
1418         - 10  # NDRPDR sel
1419         - 11  # NDRPDR sel
1420         - 12  # NDRPDR sel
1421         - 13  # NDRPDR sel
1422         - 14  # NDRPDR sel
1423         - 16  # NDRPDR sel
1424
1425     dpdk-performance-changes-3n-tsh-ref:
1426       csit-dpdk-perf-verify-2001-3n-tsh:
1427         - 3   # NDRPDR sel
1428         - 4   # NDRPDR sel
1429         - 5   # NDRPDR sel
1430         - 9   # NDRPDR sel
1431         - 10  # NDRPDR sel
1432         - 11  # NDRPDR sel
1433         - 12  # NDRPDR sel
1434         - 14  # NDRPDR sel
1435         - 15  # NDRPDR sel
1436         - 18  # NDRPDR sel
1437     dpdk-performance-changes-3n-tsh-cmp:
1438       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1439         - 5   # NDRPDR sel
1440
1441     # Compare testbeds
1442
1443     vpp-compare-testbeds-ref:
1444       csit-vpp-perf-report-iterative-2005-3n-hsw:
1445         - 20  # NDRPDR sel env 4
1446         - 21  # NDRPDR sel env 4
1447         - 22  # NDRPDR sel env 4
1448         - 23  # NDRPDR sel env 4
1449         - 24  # NDRPDR sel env 4
1450         - 25  # NDRPDR sel env 4
1451         - 26  # NDRPDR sel env 4
1452         - 27  # NDRPDR sel env 4
1453         - 28  # NDRPDR sel env 4
1454         - 29  # NDRPDR sel env 4
1455     vpp-compare-testbeds-cmp:
1456       csit-vpp-perf-report-iterative-2005-3n-skx:
1457         - 42  # NDRPDR sel env 4
1458         - 43  # NDRPDR sel env 4
1459         - 44  # NDRPDR sel env 4
1460         - 45  # NDRPDR sel env 4
1461         - 47  # NDRPDR sel env 4
1462
1463     vpp-compare-testbeds-skx-clx-ref:
1464       csit-vpp-perf-report-iterative-2005-2n-skx:
1465         - 88  # NDRPDR sel env 4
1466         - 89  # NDRPDR sel env 4
1467         - 90  # NDRPDR sel env 4
1468         - 91  # NDRPDR sel env 4
1469         - 92  # NDRPDR sel env 4
1470         - 93  # NDRPDR sel env 4
1471         - 94  # NDRPDR sel env 4
1472     vpp-compare-testbeds-skx-clx-cmp:
1473       csit-vpp-perf-report-iterative-2005-2n-clx:
1474         - 62  # NDRPDR sel env 4
1475         - 63  # NDRPDR sel env 4
1476         - 64  # NDRPDR sel env 4
1477         - 65  # NDRPDR sel env 4
1478         - 66  # NDRPDR sel env 4
1479         - 68  # NDRPDR sel env 4
1480         - 69  # NDRPDR sel env 4
1481         - 70  # NDRPDR sel env 4
1482
1483     vpp-compare-testbeds-hsw-clx-ref:
1484       csit-vpp-perf-report-iterative-2005-3n-hsw:
1485         - 20  # NDRPDR sel env 4
1486         - 21  # NDRPDR sel env 4
1487         - 22  # NDRPDR sel env 4
1488         - 23  # NDRPDR sel env 4
1489         - 24  # NDRPDR sel env 4
1490         - 25  # NDRPDR sel env 4
1491         - 26  # NDRPDR sel env 4
1492         - 27  # NDRPDR sel env 4
1493         - 28  # NDRPDR sel env 4
1494         - 29  # NDRPDR sel env 4
1495     vpp-compare-testbeds-hsw-clx-cmp:
1496       csit-vpp-perf-report-iterative-2005-2n-clx:
1497         - 62  # NDRPDR sel env 4
1498         - 63  # NDRPDR sel env 4
1499         - 64  # NDRPDR sel env 4
1500         - 65  # NDRPDR sel env 4
1501         - 66  # NDRPDR sel env 4
1502         - 68  # NDRPDR sel env 4
1503         - 69  # NDRPDR sel env 4
1504         - 70  # NDRPDR sel env 4
1505
1506     vpp-compare-testbeds-mrr-ref:
1507       csit-vpp-perf-report-iterative-2005-3n-hsw:
1508         - 30  # MRR env 4
1509     vpp-compare-testbeds-mrr-cmp:
1510       csit-vpp-perf-report-iterative-2005-3n-skx:
1511         - 49  # MRR sel env 4
1512
1513     vpp-compare-testbeds-mrr-skx-clx-ref:
1514       csit-vpp-perf-report-iterative-2005-2n-skx:
1515         - 99  # MRR sel env 4
1516     vpp-compare-testbeds-mrr-skx-clx-cmp:
1517       csit-vpp-perf-report-iterative-2005-2n-clx:
1518         - 72  # MRR env 4
1519
1520     vpp-compare-testbeds-mrr-hsw-clx-ref:
1521       csit-vpp-perf-report-iterative-2005-3n-hsw:
1522         - 30  # MRR env 4
1523     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1524       csit-vpp-perf-report-iterative-2005-2n-clx:
1525         - 72  # MRR env 4
1526
1527     dpdk-compare-testbeds-ref:
1528       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1529         - 25  # NDRPDR iter
1530         - 26  # NDRPDR iter
1531         - 27  # NDRPDR iter
1532         - 28  # NDRPDR iter
1533         - 29  # NDRPDR iter
1534         - 30  # NDRPDR iter
1535         - 31  # NDRPDR iter
1536         - 32  # NDRPDR iter
1537         - 33  # NDRPDR iter
1538         - 34  # NDRPDR iter
1539     dpdk-compare-testbeds-cmp:
1540       csit-dpdk-perf-report-iterative-2005-3n-skx:
1541         - 28  # NDRPDR iter
1542         - 29  # NDRPDR iter
1543         - 30  # NDRPDR iter
1544         - 31  # NDRPDR iter
1545         - 32  # NDRPDR iter
1546         - 33  # NDRPDR iter
1547         - 34  # NDRPDR iter
1548         - 35  # NDRPDR iter
1549         - 36  # NDRPDR iter
1550         - 37  # NDRPDR iter
1551
1552     dpdk-compare-testbeds-skx-clx-ref:
1553       csit-dpdk-perf-report-iterative-2005-2n-skx:
1554         - 20  # NDRPDR iter
1555         - 21  # NDRPDR iter
1556         - 22  # NDRPDR iter
1557         - 23  # NDRPDR iter
1558         - 24  # NDRPDR iter
1559         - 25  # NDRPDR iter
1560         - 26  # NDRPDR iter
1561         - 27  # NDRPDR iter
1562         - 28  # NDRPDR iter
1563         - 29  # NDRPDR iter
1564     dpdk-compare-testbeds-skx-clx-cmp:
1565       csit-dpdk-perf-report-iterative-2005-2n-clx:
1566         - 20  # NDRPDR iter
1567         - 21  # NDRPDR iter
1568         - 22  # NDRPDR iter
1569         - 23  # NDRPDR iter
1570         - 24  # NDRPDR iter
1571         - 25  # NDRPDR iter
1572         - 26  # NDRPDR iter
1573         - 27  # NDRPDR iter
1574         - 28  # NDRPDR iter
1575         - 29  # NDRPDR iter
1576
1577     # Compare topologies
1578
1579     vpp-compare-topologies-ref:
1580       csit-vpp-perf-report-iterative-2005-3n-skx:
1581         - 42  # NDRPDR sel env 4
1582         - 43  # NDRPDR sel env 4
1583         - 44  # NDRPDR sel env 4
1584         - 45  # NDRPDR sel env 4
1585         - 47  # NDRPDR sel env 4
1586     vpp-compare-topologies-cmp:
1587       csit-vpp-perf-report-iterative-2005-2n-skx:
1588         - 88  # NDRPDR sel env 4
1589         - 89  # NDRPDR sel env 4
1590         - 90  # NDRPDR sel env 4
1591         - 91  # NDRPDR sel env 4
1592         - 92  # NDRPDR sel env 4
1593         - 93  # NDRPDR sel env 4
1594         - 94  # NDRPDR sel env 4
1595
1596     vpp-compare-topologies-mrr-ref:
1597       csit-vpp-perf-report-iterative-2005-3n-skx:
1598         - 49  # MRR sel env 4
1599     vpp-compare-topologies-mrr-cmp:
1600       csit-vpp-perf-report-iterative-2005-2n-skx:
1601         - 99  # MRR sel env 4
1602
1603     dpdk-compare-topologies-ref:
1604       csit-dpdk-perf-report-iterative-2005-3n-skx:
1605         - 28  # NDRPDR iter
1606         - 29  # NDRPDR iter
1607         - 30  # NDRPDR iter
1608         - 31  # NDRPDR iter
1609         - 32  # NDRPDR iter
1610         - 33  # NDRPDR iter
1611         - 34  # NDRPDR iter
1612         - 35  # NDRPDR iter
1613         - 36  # NDRPDR iter
1614         - 37  # NDRPDR iter
1615     dpdk-compare-topologies-cmp:
1616       csit-dpdk-perf-report-iterative-2005-2n-skx:
1617         - 20  # NDRPDR iter
1618         - 21  # NDRPDR iter
1619         - 22  # NDRPDR iter
1620         - 23  # NDRPDR iter
1621         - 24  # NDRPDR iter
1622         - 25  # NDRPDR iter
1623         - 26  # NDRPDR iter
1624         - 27  # NDRPDR iter
1625         - 28  # NDRPDR iter
1626         - 29  # NDRPDR iter
1627
1628   plot-layouts:
1629
1630     plot-soak-throughput:
1631       titlefont:
1632         size: 18
1633       xaxis:
1634         title: "<b>Test Cases [Index]</b>"
1635         titlefont:
1636           size: 16
1637         autorange: True
1638         fixedrange: False
1639         gridcolor: "rgb(230, 230, 230)"
1640         linecolor: "rgb(220, 220, 220)"
1641         linewidth: 1
1642         showgrid: True
1643         showline: True
1644         showticklabels: True
1645         tickcolor: "rgb(220, 220, 220)"
1646         tickmode: "linear"
1647         tickfont:
1648           size: 16
1649         zeroline: False
1650       yaxis:
1651         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1652         titlefont:
1653           size: 16
1654         gridcolor: "rgb(230, 230, 230)"
1655         hoverformat: ".4r"
1656         tickformat: ".3r"
1657         linecolor: "rgb(220, 220, 220)"
1658         linewidth: 1
1659         showgrid: True
1660         showline: True
1661         showticklabels: True
1662         tickcolor: "rgb(220, 220, 220)"
1663         tickfont:
1664           size: 16
1665         zeroline: False
1666         range: [0,50]
1667       autosize: False
1668       margin:
1669         t: 50
1670         b: 0
1671         l: 80
1672         r: 20
1673       showlegend: True
1674       legend:
1675         orientation: "h"
1676         font:
1677           size: 16
1678       width: 700
1679       height: 900
1680       paper_bgcolor: "#fff"
1681       plot_bgcolor: "#fff"
1682       hoverlabel:
1683         namelength: -1
1684
1685     plot-service-density:
1686       titlefont:
1687         size: 18
1688       xaxis:
1689         side: "top"
1690         autorange: True
1691         fixedrange: False
1692         showgrid: False
1693         showline: False
1694         showticklabels: False
1695         ticks: ""
1696         ticklen: 0
1697         tickwidth: 0
1698         zeroline: False
1699       yaxis:
1700         autorange: "reversed"
1701         showgrid: False
1702         showline: False
1703         showticklabels: False
1704         ticks: ""
1705         ticklen: 0
1706         tickwidth: 0
1707         zeroline: False
1708       showlegend: False
1709       paper_bgcolor: "#fff"
1710       plot_bgcolor: "#fff"
1711       width: 700
1712       height: 700
1713       hoverlabel:
1714         namelength: -1
1715
1716     plot-hoststack:
1717       titlefont:
1718         size: 16
1719       xaxis:
1720         title: "<b>Test Cases [Index]</b>"
1721         titlefont:
1722           size: 14
1723         autorange: True
1724         fixedrange: False
1725         gridcolor: "rgb(230, 230, 230)"
1726         linecolor: "rgb(220, 220, 220)"
1727         linewidth: 1
1728         showgrid: True
1729         showline: True
1730         showticklabels: True
1731         tickcolor: "rgb(220, 220, 220)"
1732         tickmode: "linear"
1733         tickfont:
1734           size: 14
1735         zeroline: False
1736       yaxis:
1737         title: "<b>Bandwidth [Gbps]</b>"
1738         titlefont:
1739           size: 14
1740         gridcolor: "rgb(230, 230, 230)"
1741         hoverformat: ".4s"
1742         linecolor: "rgb(220, 220, 220)"
1743         linewidth: 1
1744         rangemode: "tozero"
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(230, 230, 230)"
1749         tickformat: ".3s"
1750         tickfont:
1751           size: 14
1752         zeroline: False
1753       boxmode: "group"
1754       boxgroupgap: 0.5
1755       autosize: False
1756       margin:
1757         t: 50
1758         b: 20
1759         l: 80
1760         r: 20
1761       showlegend: True
1762       legend:
1763         orientation: "h"
1764         font:
1765           size: 14
1766       width: 700
1767       height: 800
1768       paper_bgcolor: "#fff"
1769       plot_bgcolor: "#fff"
1770       hoverlabel:
1771         namelength: -1
1772
1773     plot-throughput:
1774       titlefont:
1775         size: 18
1776       xaxis:
1777         title: "<b>Test Cases [Index]</b>"
1778         titlefont:
1779           size: 16
1780         autorange: True
1781         fixedrange: False
1782         gridcolor: "rgb(230, 230, 230)"
1783         linecolor: "rgb(220, 220, 220)"
1784         linewidth: 1
1785         showgrid: True
1786         showline: True
1787         showticklabels: True
1788         tickcolor: "rgb(220, 220, 220)"
1789         tickmode: "linear"
1790         tickfont:
1791           size: 16
1792         zeroline: False
1793       yaxis:
1794         title: "<b>Packet Throughput [Mpps]</b>"
1795         titlefont:
1796           size: 16
1797         gridcolor: "rgb(230, 230, 230)"
1798         hoverformat: ".4r"
1799         tickformat: ".3r"
1800         linecolor: "rgb(220, 220, 220)"
1801         linewidth: 1
1802         showgrid: True
1803         showline: True
1804         showticklabels: True
1805         tickcolor: "rgb(220, 220, 220)"
1806         tickfont:
1807           size: 16
1808         zeroline: False
1809         range: [0,50]
1810       autosize: False
1811       margin:
1812         t: 50
1813         b: 0
1814         l: 80
1815         r: 20
1816       showlegend: True
1817       legend:
1818         orientation: "h"
1819         font:
1820           size: 16
1821       width: 700
1822       height: 900
1823       paper_bgcolor: "#fff"
1824       plot_bgcolor: "#fff"
1825       hoverlabel:
1826         namelength: -1
1827
1828     plot-throughput-speedup-analysis:
1829       titlefont:
1830         size: 18
1831       xaxis:
1832         title: "<b>Number of Cores [Qty]</b>"
1833         titlefont:
1834           size: 16
1835         autorange: True
1836         fixedrange: False
1837         gridcolor: "rgb(230, 230, 230)"
1838         linecolor: "rgb(220, 220, 220)"
1839         linewidth: 1
1840         showgrid: True
1841         showline: True
1842         showticklabels: True
1843         tickcolor: "rgb(238, 238, 238)"
1844         tickmode: "linear"
1845         tickfont:
1846           size: 16
1847         zeroline: False
1848       yaxis:
1849         title: "<b>Packet Throughput [Mpps]</b>"
1850         titlefont:
1851           size: 16
1852         type: "linear"
1853         gridcolor: "rgb(230, 230, 230)"
1854         hoverformat: ".4s"
1855         linecolor: "rgb(220, 220, 220)"
1856         linewidth: 1
1857         showgrid: True
1858         showline: True
1859         showticklabels: True
1860         tickcolor: "rgb(220, 220, 220)"
1861         tickformat: ".4s"
1862         tickfont:
1863           size: 16
1864         zeroline: True
1865         rangemode: "tozero"
1866         range: [0,100]
1867       legend:
1868         orientation: "h"
1869         font:
1870           size: 16
1871         xanchor: "left"
1872         yanchor: "top"
1873         x: 0
1874         y: -0.2
1875         bgcolor: "rgba(255, 255, 255, 0)"
1876         bordercolor: "rgba(255, 255, 255, 0)"
1877         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1878       autosize: False
1879       margin:
1880           't': 50
1881           'b': 150
1882           'l': 85
1883           'r': 10
1884       showlegend: True
1885       width: 700
1886       height: 700
1887       paper_bgcolor: "#fff"
1888       plot_bgcolor: "#fff"
1889       hoverlabel:
1890         namelength: -1
1891       annotations: [
1892         {
1893           text: "_ _          __          ...",
1894           align: "left",
1895           showarrow: False,
1896           xref: "paper",
1897           yref: "paper",
1898           xanchor: "left",
1899           yanchor: "top",
1900           x: 0,
1901           y: -0.13,
1902           font: {
1903             family: "Consolas, Courier New",
1904             size: 15
1905           },
1906         },
1907         {
1908           text: "    Perfect     Measured     Limit",
1909           align: "left",
1910           showarrow: False,
1911           xref: "paper",
1912           yref: "paper",
1913           xanchor: "left",
1914           yanchor: "top",
1915           x: 0,
1916           y: -0.15,
1917           font: {
1918             family: "Consolas, Courier New",
1919             size: 15
1920           },
1921         },
1922       ]
1923
1924     plot-latency:
1925       titlefont:
1926         size: 18
1927       xaxis:
1928         title: "<b>Direction</b>"
1929         titlefont:
1930           size: 16
1931         autorange: True
1932         fixedrange: False
1933         gridcolor: "rgb(230, 230, 230)"
1934         linecolor: "rgb(220, 220, 220)"
1935         linewidth: 1
1936         showgrid: True
1937         showline: True
1938         showticklabels: False
1939         tickcolor: "rgb(220, 220, 220)"
1940         tickmode: "linear"
1941         tickfont:
1942           size: 16
1943         zeroline: False
1944       yaxis:
1945         title: "<b>Packet Latency [uSec]</b>"
1946         titlefont:
1947           size: 16
1948         type: "linear"
1949         gridcolor: "rgb(230, 230, 230)"
1950         hoverformat: ".4s"
1951         linecolor: "rgb(220, 220, 220)"
1952         linewidth: 1
1953         showgrid: True
1954         showline: True
1955         showticklabels: True
1956         tickcolor: "rgb(220, 220, 220)"
1957         tickformat: ".4s"
1958         tickfont:
1959           size: 16
1960         zeroline: True
1961         rangemode: "tozero"
1962       legend:
1963         orientation: "h"
1964         font:
1965           size: 16
1966         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1967       autosize: False
1968       margin:
1969           't': 50
1970           'b': 150
1971           'l': 80
1972           'r': 10
1973       showlegend: True
1974       width: 700
1975       height: 700
1976       paper_bgcolor: "#fff"
1977       plot_bgcolor: "#fff"
1978       hoverlabel:
1979         namelength: -1
1980
1981     plot-hdrh-latency:
1982       title:
1983         text: ""
1984         xanchor: "center"
1985         x: 0.5
1986         font:
1987           size: 16
1988       width: 700
1989       plot_bgcolor: "white"
1990       annotations:
1991         - font:
1992             size: 14
1993           showarrow: False
1994           text: "<b>Packet Latency [uSec]</b>"
1995           x: 1
1996           xanchor: "right"
1997           xref: "paper"
1998           y: -0.045
1999           yanchor: "top"
2000           yref: "paper"
2001         - font:
2002             size: 14
2003           showarrow: False
2004           text: "<b>Probability [%]</b>"
2005           textangle: 270
2006           x: -0.06
2007           xanchor: "center"
2008           xref: "paper"
2009           y: 0.5
2010           yanchor: "middle"
2011           yref: "paper"
2012         - font:
2013             size: 14
2014           showarrow: False
2015           text: "<b>Direction: E-W</b>"
2016           x: 0.24
2017           xanchor: "center"
2018           xref: "paper"
2019           y: 1.05
2020           yanchor: "bottom"
2021           yref: "paper"
2022         - font:
2023             size: 14
2024           showarrow: False
2025           text: "<b>Direction: W-E</b>"
2026           x: 0.74
2027           xanchor: "center"
2028           xref: "paper"
2029           y: 1.05
2030           yanchor: "bottom"
2031           yref: "paper"
2032
2033     plot-hdrh-latency-percentile:
2034       title:
2035         text: ""
2036         xanchor: "center"
2037         x: 0.5
2038         font:
2039           size: 18
2040       xaxis:
2041         type: "log"
2042         title: "<b>Percentile [%]</b>"
2043         titlefont:
2044           size: 16
2045         autorange: True
2046         fixedrange: False
2047         gridcolor: "rgb(230, 230, 230)"
2048         linecolor: "rgb(220, 220, 220)"
2049         linewidth: 1
2050         showgrid: True
2051         showline: True
2052         showticklabels: True
2053         tickcolor: "rgb(220, 220, 220)"
2054         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2055         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2056         tickfont:
2057           size: 16
2058       yaxis:
2059         title: "<b>Packet Latency [uSec]</b>"
2060         titlefont:
2061           size: 16
2062         gridcolor: "rgb(230, 230, 230)"
2063         linecolor: "rgb(220, 220, 220)"
2064         linewidth: 1
2065         showgrid: True
2066         showline: True
2067         showticklabels: True
2068         tickcolor: "rgb(220, 220, 220)"
2069         tickfont:
2070           size: 16
2071       autosize: False
2072       showlegend: True
2073       legend:
2074         traceorder: "normal"
2075         orientation: "h"
2076         font:
2077           size: 16
2078         xanchor: "left"
2079         yanchor: "top"
2080         x: 0
2081         y: -0.15
2082         bgcolor: "rgba(255, 255, 255, 0)"
2083         bordercolor: "rgba(255, 255, 255, 0)"
2084       width: 700
2085       height: 700
2086       paper_bgcolor: "white"
2087       plot_bgcolor: "white"
2088
2089     plot-hdrh-latency-by-percentile:
2090       title:
2091         text: "<b>Latency by Percentile Distribution</b>"
2092         xanchor: "center"
2093         x: 0.5
2094         font:
2095           size: 18
2096       showlegend: True
2097       legend:
2098         traceorder: "normal"
2099         orientation: "h"
2100         font:
2101           size: 16
2102         xanchor: "left"
2103         yanchor: "top"
2104         x: 0
2105         y: -0.2
2106         bgcolor: "rgba(255, 255, 255, 0)"
2107         bordercolor: "rgba(255, 255, 255, 0)"
2108       xaxis:
2109         type: "linear"
2110         title: "<b>Percentile [%]</b>"
2111         titlefont:
2112           size: 14
2113         autorange: False
2114         fixedrange: False
2115         range: [0, 100]
2116         gridcolor: "rgb(230, 230, 230)"
2117         linecolor: "rgb(220, 220, 220)"
2118         linewidth: 1
2119         showgrid: True
2120         showline: True
2121         showticklabels: True
2122         tickcolor: "rgb(220, 220, 220)"
2123         tickvals: [0, 25, 50, 75, 100]
2124         ticktext: [0, 25, 50, 75, 100]
2125         tickfont:
2126           size: 14
2127       yaxis:
2128         title: "<b>One-Way Latency per Direction [uSec]</b>"
2129         titlefont:
2130           size: 14
2131         gridcolor: "rgb(230, 230, 230)"
2132         linecolor: "rgb(220, 220, 220)"
2133         linewidth: 1
2134         showgrid: True
2135         showline: True
2136         showticklabels: True
2137         tickcolor: "rgb(220, 220, 220)"
2138         tickfont:
2139           size: 14
2140       width: 700
2141       height: 700
2142       paper_bgcolor: "white"
2143       plot_bgcolor: "white"
2144
2145 - type: "static"
2146   src-path: "{DIR[RST]}"
2147   dst-path: "{DIR[WORKING,SRC]}"
2148
2149 - type: "input"
2150   general:
2151     file-name: "output_info.xml.gz"
2152     file-format: ".gz"
2153     arch-file-format:
2154       - ".gz"
2155       - ".zip"
2156     download-path: "{job}/{build}/archives/{filename}"
2157     extract: "output.xml"
2158
2159     zip-file-name: "robot-plugin.zip"
2160     zip-file-format: ".zip"
2161     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2162     zip-extract: "robot-plugin/output.xml"
2163
2164   builds:
2165
2166     csit-vpp-perf-verify-1908-3n-hsw:
2167       - 12  # NDRPDR sel
2168       - 13  # NDRPDR sel
2169       - 14  # NDRPDR sel
2170       - 15  # NDRPDR sel
2171       - 16  # NDRPDR sel
2172       - 17  # NDRPDR sel
2173       - 18  # NDRPDR sel
2174       - 19  # NDRPDR sel
2175       - 20  # NDRPDR sel
2176       - 21  # NDRPDR sel
2177       - 39  # MRR sel
2178     csit-vpp-perf-verify-2001-3n-hsw:
2179       - 21  # NDRPDR sel
2180       - 22  # NDRPDR sel
2181       - 23  # NDRPDR sel
2182       - 24  # NDRPDR sel
2183       - 25  # NDRPDR sel
2184       - 29  # NDRPDR sel
2185       - 30  # NDRPDR sel
2186       - 31  # NDRPDR sel
2187       - 32  # NDRPDR sel
2188       - 34  # NDRPDR sel
2189       - 17  # MRR sel
2190     csit-vpp-perf-report-iterative-2005-3n-hsw:
2191       - 3   # NDRPDR sel
2192       - 4   # NDRPDR sel
2193       - 5   # NDRPDR sel
2194       - 10  # NDRPDR sel
2195       - 11  # NDRPDR sel
2196       - 12  # NDRPDR sel
2197       - 15  # NDRPDR sel
2198       - 16  # NDRPDR sel
2199       - 18  # NDRPDR sel
2200       - 19  # NDRPDR sel
2201       - 20  # NDRPDR sel env 4
2202       - 21  # NDRPDR sel env 4
2203       - 22  # NDRPDR sel env 4
2204       - 23  # NDRPDR sel env 4
2205       - 24  # NDRPDR sel env 4
2206       - 25  # NDRPDR sel env 4
2207       - 26  # NDRPDR sel env 4
2208       - 27  # NDRPDR sel env 4
2209       - 28  # NDRPDR sel env 4
2210       - 29  # NDRPDR sel env 4
2211       - 13  # MRR
2212       - 30  # MRR env 4
2213       - 31  # NDRPDR sel 2001.0-4
2214       - 32  # NDRPDR sel 2001.0-4
2215       - 33  # NDRPDR sel 2001.0-4
2216       - 34  # NDRPDR sel 2001.0-4
2217       - 35  # NDRPDR sel 2001.0-4
2218       - 36  # NDRPDR sel 2001.0-4
2219       - 38  # NDRPDR sel 2001.0-4
2220     csit-vpp-perf-verify-2005-3n-hsw:
2221       - 3   # hoststack
2222       - 5   # hoststack
2223       - 6   # hoststack
2224       - 7   # hoststack
2225       - 8   # hoststack
2226       - 9   # hoststack
2227       - 10  # hoststack
2228       - 11  # hoststack
2229       - 12  # hoststack
2230       - 13  # hoststack
2231     csit-vpp-perf-report-coverage-2005-3n-hsw:
2232 #      - 1   # perf-full-3n-dnv-crypto_I
2233 #      - 7   # perf-full-3n-hsw-crypto_II
2234 #      - 3   # perf-full-3n-hsw-crypto_III
2235 #      - 4   # perf-full-3n-dnv-crypto_IV
2236 #      - 5   # perf-full-3n-hsw-ip4_I
2237 #      - 6   # perf-full-3n-hsw-ip4_II
2238 #      - 8   # perf-full-3n-hsw-ip4_III
2239 #      - 9   # perf-full-3n-hsw-ip4_IV
2240 #      - 10  # perf-full-3n-hsw-ip4_V
2241 #      - 26  # perf-full-3n-hsw-ip4_VI
2242 #      - 18  # perf-full-3n-hsw-ip4_VII
2243 #      - 27  # perf-full-3n-hsw-ip4_VIII
2244 #      - 28  # perf-full-3n-hsw-ip4_IX
2245 #      - 29  # perf-full-3n-hsw-ip6_I
2246 #      - 35  # perf-full-3n-hsw-ip6_II
2247 #      - 42  # perf-full-3n-hsw-l2_I
2248 #      - 33  # perf-full-3n-hsw-l2_II
2249 #      - 37  # perf-full-3n-hsw-l2_III
2250 #      - 45  # perf-full-3n-hsw-l2_IV
2251 #      - 43  # perf-full-3n-hsw-l2_V
2252 #      - 40  # perf-full-3n-hsw-l2_VI
2253 #      - 44  # perf-full-3n-hsw-l2_VII
2254 #      - 51  # perf-full-3n-hsw-l2_VIII
2255 #      - 50  # perf-full-3n-hsw-l2_IX
2256 #      - 52  # perf-full-3n-hsw-l2_X
2257 #      - 53  # perf-full-3n-hsw-l2_XI
2258 #      - 54  # perf-full-3n-hsw-memif
2259 #      - 55  # perf-full-3n-hsw-ip4tunnels-I
2260 #      - 56  # perf-full-3n-hsw-ip4tunnels-II
2261 #      - 57  # perf-full-3n-hsw-ip4tunnels-III
2262 #      - 58  # perf-full-3n-hsw-ip6tunnels-I
2263 #      - 59  # perf-full-3n-hsw-srv6-I
2264 #      - 60  # perf-full-3n-hsw-srv6-II
2265 #      - 61  # perf-full-3n-hsw-vhost-I
2266 #      - 62  # perf-full-3n-hsw-vhost-II
2267 #      - 63  # perf-full-3n-hsw-vhost-III
2268
2269     csit-vpp-perf-verify-1908_1-3n-skx:
2270       - 26  # NDRPDR sel - new1908.1
2271       - 27  # NDRPDR sel - new1908.1
2272       - 28  # NDRPDR sel - new1908.1
2273       - 29  # NDRPDR sel - new1908.1
2274       - 30  # NDRPDR sel - new1908.1
2275       - 31  # NDRPDR sel - new1908.1
2276       - 33  # NDRPDR sel - new1908.1
2277       - 34  # NDRPDR sel - new1908.1
2278       - 35  # NDRPDR sel - new1908.1
2279       - 36  # NDRPDR sel - new1908.1
2280     csit-vpp-perf-verify-2001-3n-skx:
2281       - 69  # NDRPDR sel - new2001.0
2282       - 71  # NDRPDR sel - new2001.0
2283       - 72  # NDRPDR sel - new2001.0
2284       - 76  # NDRPDR sel - new2001.0
2285       - 77  # NDRPDR sel - new2001.0
2286       - 78  # NDRPDR sel - new2001.0
2287       - 80  # NDRPDR sel - new2001.0
2288       - 50  # MRR sel
2289       - 53  # MRR sel addition
2290     csit-vpp-perf-report-iterative-2005-3n-skx:
2291       - 4   # NDRPDR sel
2292       - 5   # NDRPDR sel ??? all x710 failed
2293       - 33  # NDRPDR sel
2294       - 28  # NDRPDR sel
2295       - 34  # NDRPDR sel
2296       - 36  # NDRPDR sel
2297       - 37  # NDRPDR sel
2298       - 38  # NDRPDR sel
2299       - 39  # NDRPDR sel
2300       - 41  # NDRPDR sel
2301       - 42  # NDRPDR sel env 4
2302       - 43  # NDRPDR sel env 4
2303       - 44  # NDRPDR sel env 4
2304       - 45  # NDRPDR sel env 4
2305       - 47  # NDRPDR sel env 4
2306       - 50  # NDRPDR sel 2001.0-4
2307       - 51  # NDRPDR sel 2001.0-4
2308       - 52  # NDRPDR sel 2001.0-4
2309       - 53  # NDRPDR sel 2001.0-4
2310       - 54  # NDRPDR sel 2001.0-4
2311       - 6   # MRR sel
2312       - 49  # MRR sel env 4
2313 #    csit-vpp-perf-report-coverage-2005-3n-skx:
2314 #      - 10  # perf-full-3n-skx-crypto_I
2315 #      - 11  # perf-full-3n-skx-crypto_II
2316 #      - 12  # perf-full-3n-skx-crypto_III
2317 #      - 5   # perf-full-3n-skx-ip4_I
2318 #      - 14  # perf-full-3n-skx-ip4_II
2319 #      - 7   # perf-full-3n-skx-ip4_III
2320 #      - 15  # perf-full-3n-skx-ip4_IV
2321 #      - 16  # perf-full-3n-skx-ip4_V
2322 #      - 17  # perf-full-3n-skx-ip4_VI
2323 #      - 18  # perf-full-3n-skx-ip4_VII
2324 #      - 19  # perf-full-3n-skx-ip4_VIII
2325 #      - 20  # perf-full-3n-skx-ip4_IX
2326 #      - 24  # perf-full-3n-skx-ip6_I
2327 #      - 25  # perf-full-3n-skx-ip6_II
2328 #      - 21  # perf-full-3n-skx-ip4tunnels-I
2329 #      - 22  # perf-full-3n-skx-ip4tunnels-II
2330 #      - 23  # perf-full-3n-skx-ip4tunnels-III
2331 #      - 26  # perf-full-3n-skx-ip6tunnels-I
2332 #      - 28  # perf-full-3n-skx-l2_II
2333 #      - 29  # perf-full-3n-skx-l2_III
2334 #      - 30  # perf-full-3n-skx-l2_IV
2335 #      - 32  # perf-full-3n-skx-l2_VI
2336 #      - 33  # perf-full-3n-skx-l2_VII
2337 #      - 34  # perf-full-3n-skx-l2_VIII
2338 #      - 35  # perf-full-3n-skx-l2_IX
2339 #      - 36  # perf-full-3n-skx-l2_X
2340 #      - 37  # perf-full-3n-skx-l2_XI
2341 #      - 38  # perf-full-3n-skx-memif
2342 #      - 39  # perf-full-3n-skx-srv6-I
2343 #      - 40  # perf-full-3n-skx-srv6-II
2344 #      - 43  # perf-full-3n-skx-vhost-III
2345
2346     csit-vpp-perf-verify-1908_1-2n-skx:
2347       - 39  # NDRPDR sel - new1908.1
2348       - 40  # NDRPDR sel - new1908.1
2349       - 41  # NDRPDR sel - new1908.1
2350       - 43  # NDRPDR sel - new1908.1
2351       - 44  # NDRPDR sel - new1908.1
2352       - 45  # NDRPDR sel - new1908.1
2353       - 46  # NDRPDR sel - new1908.1
2354       - 47  # NDRPDR sel - new1908.1
2355       - 48  # NDRPDR sel - new1908.1
2356       - 49  # NDRPDR sel - new1908.1
2357     csit-vpp-perf-verify-2001-2n-skx:
2358       - 143  # NDRPDR sel - new2001.0
2359       - 146  # NDRPDR sel - new2001.0
2360       - 147  # NDRPDR sel - new2001.0
2361       - 148  # NDRPDR sel - new2001.0
2362       - 149  # NDRPDR sel - new2001.0
2363       - 150  # NDRPDR sel - new2001.0
2364       - 151  # NDRPDR sel - new2001.0
2365       - 152  # NDRPDR sel - new2001.0
2366       - 153  # NDRPDR sel - new2001.0
2367       - 154  # NDRPDR sel - new2001.0
2368       - 101  # MRR sel - old
2369       - 128  # MRR sel addition - old
2370     csit-vpp-perf-report-iterative-2005-2n-skx:
2371       - 43  # NDRPDR sel
2372       - 38  # NDRPDR sel
2373       - 7   # NDRPDR sel
2374       - 65  # NDRPDR sel
2375       - 47  # NDRPDR sel
2376       - 55  # NDRPDR sel
2377       - 67  # NDRPDR sel
2378       - 75  # NDRPDR sel
2379       - 76  # NDRPDR sel
2380       - 73  # NDRPDR sel
2381       - 88  # NDRPDR sel env 4
2382       - 89  # NDRPDR sel env 4
2383       - 90  # NDRPDR sel env 4
2384       - 91  # NDRPDR sel env 4
2385       - 92  # NDRPDR sel env 4
2386       - 93  # NDRPDR sel env 4
2387       - 94  # NDRPDR sel env 4
2388       - 100 # NDRPDR sel 2001.0-4
2389       - 101 # NDRPDR sel 2001.0-4
2390       - 102 # NDRPDR sel 2001.0-4
2391       - 103 # NDRPDR sel 2001.0-4
2392       - 104 # NDRPDR sel 2001.0-4
2393       - 105 # NDRPDR sel 2001.0-4
2394       - 42  # MRR sel
2395       - 99  # MRR sel env 4
2396       - 48  # Reconf
2397       - 50  # Reconf
2398       - 51  # Reconf
2399       - 52  # Reconf
2400       - 53  # Reconf
2401       - 60  # Reconf
2402       - 70  # Reconf
2403       - 71  # Reconf
2404       - 63  # Reconf
2405       - 66  # Reconf
2406       - 49  # Soak
2407       - 54  # Soak
2408       - 78  # nf-density-sel
2409       - 83  # nf-density-sel
2410 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2411 #      - 11  # perf-full-2n-skx-ip4_I
2412 #      - 3   # perf-full-2n-skx-ip4_II
2413 #      - 18  # perf-full-2n-skx-ip4_III
2414 #      - 19  # perf-full-2n-skx-ip4_IV
2415 #      - 5   # perf-full-2n-skx-ip4_V
2416 #      - 20  # perf-full-2n-skx-ip4_VI
2417 #      - 7   # perf-full-2n-skx-ip6_I
2418 #      - 21  # perf-full-2n-skx-ip6_II
2419 #      - 9   # perf-full-2n-skx-l2_I
2420 #      - 22  # perf-full-2n-skx-l2_II
2421 #      - 23  # perf-full-2n-skx-memif
2422 #      - 24  # perf-full-2n-skx-loadbalancer
2423 #      - 25  # perf-full-2n-skx-vhost I
2424 #      - 26  # perf-full-2n-skx-vhost II
2425 #      - 27  # perf-full-2n-skx-vts
2426
2427     csit-vpp-perf-verify-1908_1-2n-clx:
2428       - 5  # NDRPDR sel
2429       - 6  # NDRPDR sel
2430       - 7  # NDRPDR sel
2431       - 8  # NDRPDR sel
2432       - 9  # NDRPDR sel
2433     csit-vpp-perf-verify-2001-2n-clx:
2434       - 28  # NDRPDR sel
2435       - 29  # NDRPDR sel
2436       - 32  # NDRPDR sel
2437       - 40  # NDRPDR sel
2438       - 43  # NDRPDR sel
2439       - 44  # NDRPDR sel
2440       - 45  # NDRPDR sel
2441       - 47  # NDRPDR sel
2442       - 48  # NDRPDR sel
2443       - 49  # NDRPDR sel
2444       - 39  # MRR
2445     csit-vpp-perf-report-iterative-2005-2n-clx:
2446       - 7   # NDRPDR sel
2447       - 38  # NDRPDR sel
2448       - 9   # NDRPDR sel
2449       - 32  # NDRPDR sel ???
2450       - 33  # NDRPDR sel ???
2451       - 39  # NDRPDR sel
2452       - 40  # NDRPDR sel
2453       - 43  # NDRPDR sel
2454       - 50  # NDRPDR sel
2455       - 51  # NDRPDR sel
2456       - 62  # NDRPDR sel env 4
2457       - 63  # NDRPDR sel env 4
2458       - 64  # NDRPDR sel env 4
2459       - 65  # NDRPDR sel env 4
2460       - 66  # NDRPDR sel env 4
2461       - 68  # NDRPDR sel env 4
2462       - 69  # NDRPDR sel env 4
2463       - 70  # NDRPDR sel env 4
2464       - 73  # NDRPDR sel 2001.0-4
2465       - 74  # NDRPDR sel 2001.0-4
2466       - 75  # NDRPDR sel 2001.0-4
2467       - 76  # NDRPDR sel 2001.0-4
2468       - 77  # NDRPDR sel 2001.0-4
2469       - 78  # NDRPDR sel 2001.0-4
2470       - 79  # NDRPDR sel 2001.0-4
2471       - 80  # NDRPDR sel 2001.0-4
2472       - 12  # MRR
2473       - 72  # MRR env 4
2474       - 42  # Reconf
2475       - 45  # Reconf
2476       - 46  # Reconf
2477       - 47  # Reconf
2478       - 48  # Reconf
2479       - 52  # Reconf
2480       - 53  # Reconf
2481       - 54  # Reconf
2482       - 55  # Reconf
2483       - 56  # Reconf
2484       - 44  # Soak
2485       - 49  # Soak
2486       - 57  # 2n-clx nfv-density-00
2487       - 58  # 2n-clx nfv-density-00
2488       - 59  # 2n-clx nfv-density-00
2489       - 60  # 2n-clx nfv-density-00
2490       - 61  # 2n-clx nfv-density-00
2491 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2492 #      - 21  # perf-full-2n-clx-ip4_I
2493 #      - 2   # perf-full-2n-clx-ip4_II
2494 #      - 3   # perf-full-2n-clx-ip4_III
2495 #      - 4   # perf-full-2n-clx-ip4_IV
2496 #      - 5   # perf-full-2n-clx-ip4_V
2497 #      - 6   # perf-full-2n-clx-ip4_VI
2498 #      - 7   # perf-full-2n-clx-ip6_I
2499 #      - 16  # perf-full-2n-clx-ip6_II
2500 #      - 23  # perf-full-2n-clx-l2_I
2501 #      - 10  # perf-full-2n-clx-l2_II
2502 #      - 11  # perf-full-2n-clx-memif
2503 #      - 12  # perf-full-2n-clx-loadbalancer
2504 #      - 13  # perf-full-2n-clx-vhost I
2505 #      - 22  # perf-full-2n-clx-vhost II
2506 #      - 15  # perf-full-2n-clx-vts
2507
2508     csit-vpp-perf-verify-1908-3n-tsh:
2509       - 7   # NDRPDR sel
2510       - 8   # NDRPDR sel
2511       - 9   # NDRPDR sel
2512       - 10  # NDRPDR sel
2513       - 11  # NDRPDR sel
2514       - 12  # NDRPDR sel
2515       - 13  # NDRPDR sel
2516       - 14  # NDRPDR sel
2517       - 15  # NDRPDR sel
2518       - 16  # NDRPDR sel
2519       - 17  # MRR sel
2520     csit-vpp-perf-verify-2001-3n-tsh:
2521       - 3   # NDRPDR sel
2522       - 4   # NDRPDR sel
2523       - 7   # NDRPDR sel
2524       - 8   # NDRPDR sel
2525       - 10  # NDRPDR sel
2526       - 12  # NDRPDR sel
2527       - 13  # NDRPDR sel
2528       - 14  # NDRPDR sel
2529       - 15  # NDRPDR sel
2530       - 21  # NDRPDR sel
2531       - 9   # MRR sel
2532     csit-vpp-perf-report-iterative-2005-3n-tsh:
2533       - 9   # NDRPDR sel
2534       - 11  # NDRPDR sel
2535       - 12  # NDRPDR sel
2536       - 20  # NDRPDR sel
2537       - 14  # NDRPDR sel
2538       - 21  # NDRPDR sel
2539       - 23  # NDRPDR sel env 4
2540       - 25  # NDRPDR sel env 4
2541       - 28  # NDRPDR sel 2001.0-4
2542       - 29  # NDRPDR sel 2001.0-4
2543       - 31  # NDRPDR sel 2001.0-4
2544       - 10  # MRR sel
2545       - 27  # MRR sel env 4
2546
2547     csit-vpp-perf-verify-1908-3n-dnv:
2548       - 6   # NDRPDR sel
2549       - 7   # NDRPDR sel
2550       - 8   # NDRPDR sel
2551       - 9   # NDRPDR sel
2552       - 10  # NDRPDR sel
2553       - 12  # NDRPDR sel
2554       - 13  # NDRPDR sel
2555       - 14  # NDRPDR sel
2556       - 15  # NDRPDR sel
2557       - 16  # NDRPDR sel
2558       - 17  # MRR sel
2559     csit-vpp-perf-verify-2001-3n-dnv:
2560       - 5   # NDRPDR sel
2561       - 6   # NDRPDR sel
2562       - 7   # NDRPDR sel
2563       - 8   # NDRPDR sel
2564       - 9   # NDRPDR sel
2565       - 10  # NDRPDR sel
2566       - 12  # NDRPDR sel
2567       - 16  # NDRPDR sel
2568       - 17  # NDRPDR sel
2569       - 18  # NDRPDR sel
2570       - 11  # MRR sel
2571     csit-vpp-perf-report-iterative-2005-3n-dnv:
2572       - 2   # NDRPDR sel
2573       - 3   # NDRPDR sel
2574       - 4   # NDRPDR sel
2575       - 5   # NDRPDR sel
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 9   # NDRPDR sel
2579       - 10  # NDRPDR sel
2580       - 11  # NDRPDR sel
2581       - 12  # NDRPDR sel
2582       - 8   # MRR
2583     csit-vpp-perf-report-coverage-2005-3n-dnv:
2584       - 1   # perf-full-3n-dnv-crypto_I
2585       - 24  # perf-full-3n-dnv-crypto_II
2586       - 5   # perf-full-3n-dnv-ip4_I
2587       - 13  # perf-full-3n-dnv-ip4_II
2588       - 17  # perf-full-3n-dnv-ip6_I
2589       - 18  # perf-full-3n-dnv-ip6_II
2590       - 21  # perf-full-3n-dnv-l2_I
2591       - 22  # perf-full-3n-dnv-l2_II
2592       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2593
2594     csit-vpp-perf-verify-1908-2n-dnv:
2595       - 1   # NDRPDR sel
2596       - 2   # NDRPDR sel
2597       - 3   # NDRPDR sel
2598       - 4   # NDRPDR sel
2599       - 5   # NDRPDR sel
2600       - 6   # NDRPDR sel
2601       - 7   # NDRPDR sel
2602       - 8   # NDRPDR sel
2603       - 9   # NDRPDR sel
2604       - 10  # NDRPDR sel
2605       - 11  # MRR sel
2606     csit-vpp-perf-verify-2001-2n-dnv:
2607       - 4   # NDRPDR sel
2608       - 5   # NDRPDR sel
2609       - 6   # NDRPDR sel
2610       - 7   # NDRPDR sel
2611       - 8   # NDRPDR sel
2612       - 9   # NDRPDR sel
2613       - 10  # NDRPDR sel
2614       - 11  # NDRPDR sel
2615       - 13  # NDRPDR sel
2616       - 16  # NDRPDR sel
2617       - 12  # MRR sel
2618     csit-vpp-perf-report-iterative-2005-2n-dnv:
2619       - 3   # NDRPDR sel
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625       - 11  # NDRPDR sel
2626       - 12  # NDRPDR sel
2627       - 13  # NDRPDR sel
2628       - 14  # NDRPDR sel
2629       - 15  # MRR sel
2630     csit-vpp-perf-report-coverage-2005-2n-dnv:
2631       - 1   # perf-full-2n-dnv-ip4_I
2632       - 2   # perf-full-2n-dnv-ip4_II
2633       - 3   # perf-full-2n-dnv-ip6_I
2634       - 4   # perf-full-2n-dnv-ip6_II
2635       - 5   # perf-full-2n-dnv-l2_I
2636       - 6   # perf-full-2n-dnv-l2_II
2637
2638     csit-dpdk-perf-verify-1908-3n-hsw:
2639       - 2   # NDRPDR sel
2640       - 3   # NDRPDR sel
2641       - 4   # NDRPDR sel
2642       - 5   # NDRPDR sel
2643       - 6   # NDRPDR sel
2644       - 7   # NDRPDR sel
2645       - 8   # NDRPDR sel
2646       - 9   # NDRPDR sel
2647       - 10  # NDRPDR sel
2648       - 11  # NDRPDR sel
2649     csit-dpdk-perf-verify-2001-3n-hsw:
2650       - 4   # NDRPDR sel
2651       - 5   # NDRPDR sel
2652       - 6   # NDRPDR sel
2653       - 7   # NDRPDR sel
2654       - 8   # NDRPDR sel
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 11  # NDRPDR sel
2658       - 12  # NDRPDR sel
2659       - 13  # NDRPDR sel
2660       - 15  # NDRPDR sel
2661       - 16  # NDRPDR sel
2662       - 17  # NDRPDR sel
2663       - 18  # NDRPDR sel
2664       - 19  # NDRPDR sel
2665       - 20  # NDRPDR sel
2666       - 21  # NDRPDR sel
2667       - 22  # NDRPDR sel
2668       - 23  # NDRPDR sel
2669       - 24  # NDRPDR sel
2670     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2671       - 25  # NDRPDR iter
2672       - 26  # NDRPDR iter
2673       - 27  # NDRPDR iter
2674       - 28  # NDRPDR iter
2675       - 29  # NDRPDR iter
2676       - 30  # NDRPDR iter
2677       - 31  # NDRPDR iter
2678       - 32  # NDRPDR iter
2679       - 33  # NDRPDR iter
2680       - 34  # NDRPDR iter
2681
2682     csit-dpdk-perf-verify-1908-3n-skx:
2683       - 3   # NDRPDR sel
2684       - 4   # NDRPDR sel
2685       - 5   # NDRPDR sel
2686       - 6   # NDRPDR sel
2687       - 7   # NDRPDR sel
2688       - 8   # NDRPDR sel
2689       - 9   # NDRPDR sel
2690       - 10  # NDRPDR sel
2691       - 11  # NDRPDR sel
2692       - 12  # NDRPDR sel
2693     csit-dpdk-perf-verify-2001-3n-skx:
2694       - 29  # NDRPDR sel xxv710
2695       - 33  # NDRPDR sel xxv710
2696       - 34  # NDRPDR sel xxv710
2697       - 35  # NDRPDR sel xxv710
2698       - 36  # NDRPDR sel xxv710
2699       - 37  # NDRPDR sel xxv710
2700       - 41  # NDRPDR sel xxv710
2701       - 42  # NDRPDR sel xxv710
2702       - 43  # NDRPDR sel xxv710
2703       - 45  # NDRPDR sel xxv710
2704       - 30  # NDRPDR sel x710
2705       - 31  # NDRPDR sel x710
2706       - 32  # NDRPDR sel x710
2707       - 38  # NDRPDR sel x710
2708       - 39  # NDRPDR sel x710
2709       - 40  # NDRPDR sel x710
2710       - 44  # NDRPDR sel x710
2711       - 46  # NDRPDR sel x710
2712       - 47  # NDRPDR sel x710
2713       - 48  # NDRPDR sel x710
2714     csit-dpdk-perf-report-iterative-2005-3n-skx:
2715       - 28  # NDRPDR iter
2716       - 29  # NDRPDR iter
2717       - 30  # NDRPDR iter
2718       - 31  # NDRPDR iter
2719       - 32  # NDRPDR iter
2720       - 33  # NDRPDR iter
2721       - 34  # NDRPDR iter
2722       - 35  # NDRPDR iter
2723       - 36  # NDRPDR iter
2724       - 37  # NDRPDR iter
2725
2726     csit-dpdk-perf-verify-1908-2n-skx:
2727       - 2   # NDRPDR sel
2728       - 3   # NDRPDR sel
2729       - 4   # NDRPDR sel
2730       - 5   # NDRPDR sel
2731       - 7   # NDRPDR sel
2732       - 8   # NDRPDR sel
2733       - 9   # NDRPDR sel
2734       - 10  # NDRPDR sel
2735       - 11  # NDRPDR sel
2736       - 12  # NDRPDR sel
2737     csit-dpdk-perf-verify-2001-2n-skx:
2738       - 35  # NDRPDR sel xxv710
2739       - 36  # NDRPDR sel xxv710
2740       - 37  # NDRPDR sel xxv710
2741       - 41  # NDRPDR sel xxv710
2742       - 42  # NDRPDR sel xxv710
2743       - 43  # NDRPDR sel xxv710
2744       - 46  # NDRPDR sel xxv710
2745       - 47  # NDRPDR sel xxv710
2746       - 52  # NDRPDR sel xxv710
2747       - 53  # NDRPDR sel xxv710
2748       - 38  # NDRPDR sel x710
2749       - 39  # NDRPDR sel x710
2750       - 40  # NDRPDR sel x710
2751       - 44  # NDRPDR sel x710
2752       - 45  # NDRPDR sel x710
2753       - 48  # NDRPDR sel x710
2754       - 49  # NDRPDR sel x710
2755       - 50  # NDRPDR sel x710
2756       - 51  # NDRPDR sel x710
2757       - 54  # NDRPDR sel x710
2758     csit-dpdk-perf-report-iterative-2005-2n-skx:
2759       - 20  # NDRPDR iter
2760       - 21  # NDRPDR iter
2761       - 22  # NDRPDR iter
2762       - 23  # NDRPDR iter
2763       - 24  # NDRPDR iter
2764       - 25  # NDRPDR iter
2765       - 26  # NDRPDR iter
2766       - 27  # NDRPDR iter
2767       - 28  # NDRPDR iter
2768       - 29  # NDRPDR iter
2769
2770     csit-dpdk-perf-verify-2001-2n-clx:
2771       - 15  # NDRPDR sel
2772       - 16  # NDRPDR sel
2773       - 17  # NDRPDR sel
2774       - 18  # NDRPDR sel
2775       - 19  # NDRPDR sel
2776       - 20  # NDRPDR sel
2777       - 21  # NDRPDR sel
2778       - 22  # NDRPDR sel
2779       - 23  # NDRPDR sel
2780       - 24  # NDRPDR sel
2781       - 25  # NDRPDR sel
2782       - 26  # NDRPDR sel
2783       - 27  # NDRPDR sel
2784       - 28  # NDRPDR sel
2785       - 29  # NDRPDR sel
2786       - 30  # NDRPDR sel
2787       - 31  # NDRPDR sel
2788       - 32  # NDRPDR sel
2789       - 33  # NDRPDR sel
2790       - 34  # NDRPDR sel
2791     csit-dpdk-perf-report-iterative-2005-2n-clx:
2792       - 20  # NDRPDR iter
2793       - 21  # NDRPDR iter
2794       - 22  # NDRPDR iter
2795       - 23  # NDRPDR iter
2796       - 24  # NDRPDR iter
2797       - 25  # NDRPDR iter
2798       - 26  # NDRPDR iter
2799       - 27  # NDRPDR iter
2800       - 28  # NDRPDR iter
2801       - 29  # NDRPDR iter
2802
2803     csit-dpdk-perf-verify-2001-2n-dnv:
2804       - 9   # NDRPDR sel
2805       - 10  # NDRPDR sel
2806       - 11  # NDRPDR sel
2807       - 12  # NDRPDR sel
2808       - 13  # NDRPDR sel
2809       - 14  # NDRPDR sel
2810       - 15  # NDRPDR sel
2811       - 16  # NDRPDR sel
2812       - 17  # NDRPDR sel
2813       - 18  # NDRPDR sel
2814     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2815       - 8   # NDRPDR sel
2816       - 9   # NDRPDR sel
2817       - 10  # NDRPDR sel
2818       - 11  # NDRPDR sel
2819       - 12  # NDRPDR sel
2820       - 13  # NDRPDR sel
2821       - 14  # NDRPDR sel
2822       - 15  # NDRPDR sel
2823       - 16  # NDRPDR sel
2824       - 17  # NDRPDR sel
2825
2826     csit-dpdk-perf-verify-2001-3n-dnv:
2827       - 12  # NDRPDR sel
2828       - 13  # NDRPDR sel
2829       - 14  # NDRPDR sel
2830       - 15  # NDRPDR sel
2831       - 16  # NDRPDR sel
2832       - 17  # NDRPDR sel
2833       - 18  # NDRPDR sel
2834       - 19  # NDRPDR sel
2835       - 20  # NDRPDR sel
2836       - 22  # NDRPDR sel
2837     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2838       - 6   # NDRPDR sel
2839       - 7   # NDRPDR sel
2840       - 8   # NDRPDR sel
2841       - 9   # NDRPDR sel
2842       - 10  # NDRPDR sel
2843       - 11  # NDRPDR sel
2844       - 12  # NDRPDR sel
2845       - 13  # NDRPDR sel
2846       - 14  # NDRPDR sel
2847       - 16  # NDRPDR sel
2848
2849     csit-dpdk-perf-verify-2001-3n-tsh:
2850       - 3   # NDRPDR sel
2851       - 4   # NDRPDR sel
2852       - 5   # NDRPDR sel
2853       - 9   # NDRPDR sel
2854       - 10  # NDRPDR sel
2855       - 11  # NDRPDR sel
2856       - 12  # NDRPDR sel
2857       - 14  # NDRPDR sel
2858       - 15  # NDRPDR sel
2859       - 18  # NDRPDR sel
2860     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2861       - 5   # NDRPDR sel
2862
2863     csit-vpp-device-2005-ubuntu1804-1n-skx:
2864       - 35
2865
2866 - type: "output"
2867   output: "report"
2868   format:
2869     html:
2870     - full
2871 #    pdf:
2872 #    - minimal
2873
2874 ################################################################################
2875 ###                               T A B L E S                                ###
2876 ################################################################################
2877
2878 # VPP Soak vs NDR - 2n-skx
2879 - type: "table"
2880   title: "VPP Soak vs NDR 2n-skx"
2881   algorithm: "table_soak_vs_ndr"
2882   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2883   reference:
2884     title: "NDR"
2885     data: "vpp-soak-vs-ndr-2n-skx-ref"
2886   compare:
2887     title: "Soak"
2888     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2889   data: "vpp-soak-vs-ndr-2n-skx"
2890   include-tests: "NDR"
2891   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2892   parameters:
2893     - "throughput"
2894     - "name"
2895     - "parent"
2896
2897 # VPP Soak vs NDR - 2n-clx
2898 - type: "table"
2899   title: "VPP Soak vs NDR 2n-clx"
2900   algorithm: "table_soak_vs_ndr"
2901   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2902   reference:
2903     title: "NDR"
2904     data: "vpp-soak-vs-ndr-2n-clx-ref"
2905   compare:
2906     title: "Soak"
2907     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2908   data: "vpp-soak-vs-ndr-2n-clx"
2909   include-tests: "NDR"
2910   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2911   parameters:
2912     - "throughput"
2913     - "name"
2914     - "parent"
2915
2916 ################################################################################
2917
2918 # VPP Compare NICs 3n-skx 2t1c ndr
2919 - type: "table"
2920   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2921   algorithm: "table_comparison"
2922   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2924   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2925   columns:
2926     - title: "x710"
2927       data-set: "vpp-nic-comparison-3n-skx"
2928       tag: "NIC_Intel-X710"
2929     - title: "xxv710"
2930       data-set: "vpp-nic-comparison-3n-skx"
2931       tag: "NIC_Intel-XXV710"
2932   comparisons:
2933     - title: "Diff"
2934       reference: 1
2935       compare: 2
2936   legend:
2937     - ""
2938     - "x710, xxv710 - NICs tested."
2939     - "Diff - difference between x710 and xxv710 NIC."
2940
2941 # VPP Compare NICs 3n-skx 4t2c ndr
2942 - type: "table"
2943   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2944   algorithm: "table_comparison"
2945   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2947   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2948   columns:
2949     - title: "x710"
2950       data-set: "vpp-nic-comparison-3n-skx"
2951       tag: "NIC_Intel-X710"
2952     - title: "xxv710"
2953       data-set: "vpp-nic-comparison-3n-skx"
2954       tag: "NIC_Intel-XXV710"
2955   comparisons:
2956     - title: "Diff"
2957       reference: 1
2958       compare: 2
2959   legend:
2960     - ""
2961     - "x710, xxv710 - NICs tested."
2962     - "Diff - difference between x710 and xxv710 NIC."
2963
2964 # VPP Compare NICs 3n-skx 2t1c pdr
2965 - type: "table"
2966   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2967   algorithm: "table_comparison"
2968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2970   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2971   columns:
2972     - title: "x710"
2973       data-set: "vpp-nic-comparison-3n-skx"
2974       tag: "NIC_Intel-X710"
2975     - title: "xxv710"
2976       data-set: "vpp-nic-comparison-3n-skx"
2977       tag: "NIC_Intel-XXV710"
2978   comparisons:
2979     - title: "Diff"
2980       reference: 1
2981       compare: 2
2982   legend:
2983     - ""
2984     - "x710, xxv710 - NICs tested."
2985     - "Diff - difference between x710 and xxv710 NIC."
2986
2987 # VPP Compare NICs 3n-skx 4t2c pdr
2988 - type: "table"
2989   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2990   algorithm: "table_comparison"
2991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2993   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2994   columns:
2995     - title: "x710"
2996       data-set: "vpp-nic-comparison-3n-skx"
2997       tag: "NIC_Intel-X710"
2998     - title: "xxv710"
2999       data-set: "vpp-nic-comparison-3n-skx"
3000       tag: "NIC_Intel-XXV710"
3001   comparisons:
3002     - title: "Diff"
3003       reference: 1
3004       compare: 2
3005   legend:
3006     - ""
3007     - "x710, xxv710 - NICs tested."
3008     - "Diff - difference between x710 and xxv710 NIC."
3009
3010 ## VPP Compare NICs 3n-skx 2t1c mrr
3011 #- type: "table"
3012 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3013 #  algorithm: "table_comparison"
3014 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3016 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3017 #  columns:
3018 #    - title: "x710"
3019 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3020 #      tag: "NIC_Intel-X710"
3021 #    - title: "xxv710"
3022 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3023 #      tag: "NIC_Intel-XXV710"
3024 #  comparisons:
3025 #    - title: "Diff"
3026 #      reference: 1
3027 #      compare: 2
3028 #  legend:
3029 #    - ""
3030 #    - "x710, xxv710 - NICs tested."
3031 #    - "Diff - difference between x710 and xxv710 NIC."
3032 #
3033 ## VPP Compare NICs 3n-skx 4t2c mrr
3034 #- type: "table"
3035 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3036 #  algorithm: "table_comparison"
3037 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3039 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3040 #  columns:
3041 #    - title: "x710"
3042 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3043 #      tag: "NIC_Intel-X710"
3044 #    - title: "xxv710"
3045 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3046 #      tag: "NIC_Intel-XXV710"
3047 #  comparisons:
3048 #    - title: "Diff"
3049 #      reference: 1
3050 #      compare: 2
3051 #  legend:
3052 #    - ""
3053 #    - "x710, xxv710 - NICs tested."
3054 #    - "Diff - difference between x710 and xxv710 NIC."
3055 #
3056 ## VPP Compare NICs 3n-skx 8t4c mrr
3057 #- type: "table"
3058 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3059 #  algorithm: "table_comparison"
3060 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3062 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3063 #  columns:
3064 #    - title: "x710"
3065 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3066 #      tag: "NIC_Intel-X710"
3067 #    - title: "xxv710"
3068 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3069 #      tag: "NIC_Intel-XXV710"
3070 #  comparisons:
3071 #    - title: "Diff"
3072 #      reference: 1
3073 #      compare: 2
3074 #  legend:
3075 #    - ""
3076 #    - "x710, xxv710 - NICs tested."
3077 #    - "Diff - difference between x710 and xxv710 NIC."
3078
3079 # VPP Compare NICs 2n-skx 2t1c ndr
3080 - type: "table"
3081   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3082   algorithm: "table_comparison"
3083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3085   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3086   columns:
3087     - title: "x710"
3088       data-set: "vpp-nic-comparison-2n-skx"
3089       tag: "NIC_Intel-X710"
3090     - title: "xxv710"
3091       data-set: "vpp-nic-comparison-2n-skx"
3092       tag: "NIC_Intel-XXV710"
3093   comparisons:
3094     - title: "Diff"
3095       reference: 1
3096       compare: 2
3097   legend:
3098     - ""
3099     - "x710, xxv710 - NICs tested."
3100     - "Diff - difference between x710 and xxv710 NIC."
3101
3102 # VPP Compare NICs 2n-skx 4t2c ndr
3103 - type: "table"
3104   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3105   algorithm: "table_comparison"
3106   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3107   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3108   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3109   columns:
3110     - title: "x710"
3111       data-set: "vpp-nic-comparison-2n-skx"
3112       tag: "NIC_Intel-X710"
3113     - title: "xxv710"
3114       data-set: "vpp-nic-comparison-2n-skx"
3115       tag: "NIC_Intel-XXV710"
3116   comparisons:
3117     - title: "Diff"
3118       reference: 1
3119       compare: 2
3120   legend:
3121     - ""
3122     - "x710, xxv710 - NICs tested."
3123     - "Diff - difference between x710 and xxv710 NIC."
3124
3125 # VPP Compare NICs 2n-skx 2t1c pdr
3126 - type: "table"
3127   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3128   algorithm: "table_comparison"
3129   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3131   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3132   columns:
3133     - title: "x710"
3134       data-set: "vpp-nic-comparison-2n-skx"
3135       tag: "NIC_Intel-X710"
3136     - title: "xxv710"
3137       data-set: "vpp-nic-comparison-2n-skx"
3138       tag: "NIC_Intel-XXV710"
3139   comparisons:
3140     - title: "Diff"
3141       reference: 1
3142       compare: 2
3143   legend:
3144     - ""
3145     - "x710, xxv710 - NICs tested."
3146     - "Diff - difference between x710 and xxv710 NIC."
3147
3148 # VPP Compare NICs 2n-skx 4t2c pdr
3149 - type: "table"
3150   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3151   algorithm: "table_comparison"
3152   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3154   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3155   columns:
3156     - title: "x710"
3157       data-set: "vpp-nic-comparison-2n-skx"
3158       tag: "NIC_Intel-X710"
3159     - title: "xxv710"
3160       data-set: "vpp-nic-comparison-2n-skx"
3161       tag: "NIC_Intel-XXV710"
3162   comparisons:
3163     - title: "Diff"
3164       reference: 1
3165       compare: 2
3166   legend:
3167     - ""
3168     - "x710, xxv710 - NICs tested."
3169     - "Diff - difference between x710 and xxv710 NIC."
3170
3171 # VPP Compare NICs 2n-skx 2t1c mrr
3172 - type: "table"
3173   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3174   algorithm: "table_comparison"
3175   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3177   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3178   columns:
3179     - title: "x710"
3180       data-set: "vpp-nic-comparison-2n-skx-mrr"
3181       tag: "NIC_Intel-X710"
3182     - title: "xxv710"
3183       data-set: "vpp-nic-comparison-2n-skx-mrr"
3184       tag: "NIC_Intel-XXV710"
3185   comparisons:
3186     - title: "Diff"
3187       reference: 1
3188       compare: 2
3189   legend:
3190     - ""
3191     - "x710, xxv710 - NICs tested."
3192     - "Diff - difference between x710 and xxv710 NIC."
3193
3194 # VPP Compare NICs 2n-skx 4t2c mrr
3195 - type: "table"
3196   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3197   algorithm: "table_comparison"
3198   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3200   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3201   columns:
3202     - title: "x710"
3203       data-set: "vpp-nic-comparison-2n-skx-mrr"
3204       tag: "NIC_Intel-X710"
3205     - title: "xxv710"
3206       data-set: "vpp-nic-comparison-2n-skx-mrr"
3207       tag: "NIC_Intel-XXV710"
3208   comparisons:
3209     - title: "Diff"
3210       reference: 1
3211       compare: 2
3212   legend:
3213     - ""
3214     - "x710, xxv710 - NICs tested."
3215     - "Diff - difference between x710 and xxv710 NIC."
3216
3217 # VPP Compare NICs 2n-skx 8t4c mrr
3218 - type: "table"
3219   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3220   algorithm: "table_comparison"
3221   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3223   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3224   columns:
3225     - title: "x710"
3226       data-set: "vpp-nic-comparison-2n-skx-mrr"
3227       tag: "NIC_Intel-X710"
3228     - title: "xxv710"
3229       data-set: "vpp-nic-comparison-2n-skx-mrr"
3230       tag: "NIC_Intel-XXV710"
3231   comparisons:
3232     - title: "Diff"
3233       reference: 1
3234       compare: 2
3235   legend:
3236     - ""
3237     - "x710, xxv710 - NICs tested."
3238     - "Diff - difference between x710 and xxv710 NIC."
3239
3240 ################################################################################
3241 # VPP
3242
3243 # VPP Performance Changes 3n-hsw 1t1c pdr
3244 - type: "table"
3245   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "1908.1-2"
3252       data-set: "vpp-performance-changes-3n-hsw-h1"
3253     - title: "2001.0-2"
3254       data-set: "vpp-performance-changes-3n-hsw-ref"
3255     - title: "2001.0-4"
3256       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3257     - title: "2005.0-4"
3258       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3259   comparisons:
3260     - title: "2001.0-4 vs 2001.0-2"
3261       reference: 2
3262       compare: 3
3263       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3264     - title: "2005.0-4 vs 2001.0-4"
3265       reference: 3
3266       compare: 4
3267       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3268   legend:
3269     - ''
3270     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3271     - '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).'
3272     - '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.'
3273     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3274     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3275
3276 # VPP Performance Changes 3n-hsw 2t2c pdr
3277 - type: "table"
3278   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3279   algorithm: "table_comparison"
3280   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3282   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3283   columns:
3284     - title: "1908.1-2"
3285       data-set: "vpp-performance-changes-3n-hsw-h1"
3286     - title: "2001.0-2"
3287       data-set: "vpp-performance-changes-3n-hsw-ref"
3288     - title: "2001.0-4"
3289       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3290     - title: "2005.0-4"
3291       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3292   comparisons:
3293     - title: "2001.0-4 vs 2001.0-2"
3294       reference: 2
3295       compare: 3
3296       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3297     - title: "2005.0-4 vs 2001.0-4"
3298       reference: 3
3299       compare: 4
3300       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3301   legend:
3302     - ''
3303     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3304     - '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).'
3305     - '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.'
3306     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3307     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3308
3309 # VPP Performance Changes 3n-hsw 1t1c ndr
3310 - type: "table"
3311   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908.1-2"
3318       data-set: "vpp-performance-changes-3n-hsw-h1"
3319     - title: "2001.0-2"
3320       data-set: "vpp-performance-changes-3n-hsw-ref"
3321     - title: "2001.0-4"
3322       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3323     - title: "2005.0-4"
3324       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3325   comparisons:
3326     - title: "2001.0-4 vs 2001.0-2"
3327       reference: 2
3328       compare: 3
3329       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3330     - title: "2005.0-4 vs 2001.0-4"
3331       reference: 3
3332       compare: 4
3333       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3334   legend:
3335     - ''
3336     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3337     - '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).'
3338     - '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.'
3339     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3340     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3341
3342 # VPP Performance Changes 3n-hsw 2t2c ndr
3343 - type: "table"
3344   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3345   algorithm: "table_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3348   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3349   columns:
3350     - title: "1908.1-2"
3351       data-set: "vpp-performance-changes-3n-hsw-h1"
3352     - title: "2001.0-2"
3353       data-set: "vpp-performance-changes-3n-hsw-ref"
3354     - title: "2001.0-4"
3355       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3356     - title: "2005.0-4"
3357       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3358   comparisons:
3359     - title: "2001.0-4 vs 2001.0-2"
3360       reference: 2
3361       compare: 3
3362       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3363     - title: "2005.0-4 vs 2001.0-4"
3364       reference: 3
3365       compare: 4
3366       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3367   legend:
3368     - ''
3369     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3370     - '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).'
3371     - '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.'
3372     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3373     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3374
3375 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3376 - type: "table"
3377   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3378   algorithm: "table_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3382   columns:
3383     - title: "1908.1-2"
3384       data-set: "vpp-performance-changes-3n-hsw-h1"
3385     - title: "2001.0-2"
3386       data-set: "vpp-performance-changes-3n-hsw-ref"
3387     - title: "2001.0-4"
3388       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3389     - title: "2005.0-3"
3390       data-set: "vpp-performance-changes-3n-hsw-cmp"
3391     - title: "2005.0-4"
3392       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3393   comparisons:
3394     - title: "2005.0-4 vs 2005.0-3"
3395       reference: 4
3396       compare: 5
3397       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3398     - title: "2001.0-4 vs 2001.0-2"
3399       reference: 2
3400       compare: 3
3401       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3402     - title: "2005.0-4 vs 2001.0-4"
3403       reference: 3
3404       compare: 5
3405       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3406   legend:
3407     - ''
3408     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3409     - '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).'
3410     - '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.'
3411     - '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.'
3412     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3413     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3414
3415 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3416 - type: "table"
3417   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3418   algorithm: "table_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3422   columns:
3423     - title: "1908.1-2"
3424       data-set: "vpp-performance-changes-3n-hsw-h1"
3425     - title: "2001.0-2"
3426       data-set: "vpp-performance-changes-3n-hsw-ref"
3427     - title: "2001.0-4"
3428       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3429     - title: "2005.0-3"
3430       data-set: "vpp-performance-changes-3n-hsw-cmp"
3431     - title: "2005.0-4"
3432       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3433   comparisons:
3434     - title: "2005.0-4 vs 2005.0-3"
3435       reference: 4
3436       compare: 5
3437       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3438     - title: "2001.0-4 vs 2001.0-2"
3439       reference: 2
3440       compare: 3
3441       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3442     - title: "2005.0-4 vs 2001.0-4"
3443       reference: 3
3444       compare: 5
3445       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3446   legend:
3447     - ''
3448     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3449     - '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).'
3450     - '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.'
3451     - '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.'
3452     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3453     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3454
3455 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3456 - type: "table"
3457   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3458   algorithm: "table_comparison"
3459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3461   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3462   columns:
3463     - title: "1908.1-2"
3464       data-set: "vpp-performance-changes-3n-hsw-h1"
3465     - title: "2001.0-2"
3466       data-set: "vpp-performance-changes-3n-hsw-ref"
3467     - title: "2001.0-4"
3468       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3469     - title: "2005.0-3"
3470       data-set: "vpp-performance-changes-3n-hsw-cmp"
3471     - title: "2005.0-4"
3472       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3473   comparisons:
3474     - title: "2005.0-4 vs 2005.0-3"
3475       reference: 4
3476       compare: 5
3477       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3478     - title: "2001.0-4 vs 2001.0-2"
3479       reference: 2
3480       compare: 3
3481       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3482     - title: "2005.0-4 vs 2001.0-4"
3483       reference: 3
3484       compare: 5
3485       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3486   legend:
3487     - ''
3488     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3489     - '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).'
3490     - '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.'
3491     - '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.'
3492     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3493     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3494
3495 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "1908.1-2"
3504       data-set: "vpp-performance-changes-3n-hsw-h1"
3505     - title: "2001.0-2"
3506       data-set: "vpp-performance-changes-3n-hsw-ref"
3507     - title: "2001.0-4"
3508       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3509     - title: "2005.0-3"
3510       data-set: "vpp-performance-changes-3n-hsw-cmp"
3511     - title: "2005.0-4"
3512       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3513   comparisons:
3514     - title: "2005.0-4 vs 2005.0-3"
3515       reference: 4
3516       compare: 5
3517       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3518     - title: "2001.0-4 vs 2001.0-2"
3519       reference: 2
3520       compare: 3
3521       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3522     - title: "2005.0-4 vs 2001.0-4"
3523       reference: 3
3524       compare: 5
3525       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3526   legend:
3527     - ''
3528     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3529     - '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).'
3530     - '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.'
3531     - '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.'
3532     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3533     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3534
3535 # VPP Performance Changes 3n-skx 2t1c pdr
3536 - type: "table"
3537   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3538   algorithm: "table_comparison"
3539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3541   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3542   columns:
3543     - title: "1908.1-2"
3544       data-set: "vpp-performance-changes-3n-skx-h1"
3545     - title: "2001.0-2"
3546       data-set: "vpp-performance-changes-3n-skx-ref"
3547     - title: "2001.0-4"
3548       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3549     - title: "2005.0-4"
3550       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3551   comparisons:
3552     - title: "2001.0-4 vs 2001.0-2"
3553       reference: 2
3554       compare: 3
3555       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3556     - title: "2005.0-4 vs 2001.0-4"
3557       reference: 3
3558       compare: 4
3559       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3560   legend:
3561     - ''
3562     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3563     - '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).'
3564     - '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.'
3565     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3566     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3567
3568 # VPP Performance Changes 3n-skx 4t2c pdr
3569 - type: "table"
3570   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3571   algorithm: "table_comparison"
3572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3574   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3575   columns:
3576     - title: "1908.1-2"
3577       data-set: "vpp-performance-changes-3n-skx-h1"
3578     - title: "2001.0-2"
3579       data-set: "vpp-performance-changes-3n-skx-ref"
3580     - title: "2001.0-4"
3581       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3582     - title: "2005.0-4"
3583       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3584   comparisons:
3585     - title: "2001.0-4 vs 2001.0-2"
3586       reference: 2
3587       compare: 3
3588       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3589     - title: "2005.0-4 vs 2001.0-4"
3590       reference: 3
3591       compare: 4
3592       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3593   legend:
3594     - ''
3595     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3596     - '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).'
3597     - '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.'
3598     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3599     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3600
3601 # VPP Performance Changes 3n-skx 2t1c ndr
3602 - type: "table"
3603   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3604   algorithm: "table_comparison"
3605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3607   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3608   columns:
3609     - title: "1908.1-2"
3610       data-set: "vpp-performance-changes-3n-skx-h1"
3611     - title: "2001.0-2"
3612       data-set: "vpp-performance-changes-3n-skx-ref"
3613     - title: "2001.0-4"
3614       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3615     - title: "2005.0-4"
3616       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3617   comparisons:
3618     - title: "2001.0-4 vs 2001.0-2"
3619       reference: 2
3620       compare: 3
3621       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3622     - title: "2005.0-4 vs 2001.0-4"
3623       reference: 3
3624       compare: 4
3625       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3626   legend:
3627     - ''
3628     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3629     - '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).'
3630     - '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.'
3631     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3632     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3633
3634 # VPP Performance Changes 3n-skx 4t2c ndr
3635 - type: "table"
3636   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3637   algorithm: "table_comparison"
3638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3641   columns:
3642     - title: "1908.1-2"
3643       data-set: "vpp-performance-changes-3n-skx-h1"
3644     - title: "2001.0-2"
3645       data-set: "vpp-performance-changes-3n-skx-ref"
3646     - title: "2001.0-4"
3647       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3648     - title: "2005.0-4"
3649       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3650   comparisons:
3651     - title: "2001.0-4 vs 2001.0-2"
3652       reference: 2
3653       compare: 3
3654       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3655     - title: "2005.0-4 vs 2001.0-4"
3656       reference: 3
3657       compare: 4
3658       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3659   legend:
3660     - ''
3661     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3662     - '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).'
3663     - '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.'
3664     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3665     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3666
3667 # VPP Performance Changes 3n-skx 2t1c pdr-full
3668 - type: "table"
3669   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3670   algorithm: "table_comparison"
3671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3674   columns:
3675     - title: "1908.1-2"
3676       data-set: "vpp-performance-changes-3n-skx-h1"
3677     - title: "2001.0-2"
3678       data-set: "vpp-performance-changes-3n-skx-ref"
3679     - title: "2001.0-4"
3680       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3681     - title: "2005.0-3"
3682       data-set: "vpp-performance-changes-3n-skx-cmp"
3683     - title: "2005.0-4"
3684       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3685   comparisons:
3686     - title: "2005.0-4 vs 2005.0-3"
3687       reference: 4
3688       compare: 5
3689       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3690     - title: "2001.0-4 vs 2001.0-2"
3691       reference: 2
3692       compare: 3
3693       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3694     - title: "2005.0-4 vs 2001.0-4"
3695       reference: 3
3696       compare: 5
3697       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3698   legend:
3699     - ''
3700     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3701     - '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).'
3702     - '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.'
3703     - '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.'
3704     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3705     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3706
3707 # VPP Performance Changes 3n-skx 4t2c pdr-full
3708 - type: "table"
3709   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3710   algorithm: "table_comparison"
3711   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3713   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3714   columns:
3715     - title: "1908.1-2"
3716       data-set: "vpp-performance-changes-3n-skx-h1"
3717     - title: "2001.0-2"
3718       data-set: "vpp-performance-changes-3n-skx-ref"
3719     - title: "2001.0-4"
3720       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3721     - title: "2005.0-3"
3722       data-set: "vpp-performance-changes-3n-skx-cmp"
3723     - title: "2005.0-4"
3724       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3725   comparisons:
3726     - title: "2005.0-4 vs 2005.0-3"
3727       reference: 4
3728       compare: 5
3729       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3730     - title: "2001.0-4 vs 2001.0-2"
3731       reference: 2
3732       compare: 3
3733       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3734     - title: "2005.0-4 vs 2001.0-4"
3735       reference: 3
3736       compare: 5
3737       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3738   legend:
3739     - ''
3740     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3741     - '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).'
3742     - '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.'
3743     - '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.'
3744     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3745     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3746
3747 # VPP Performance Changes 3n-skx 2t1c ndr-full
3748 - type: "table"
3749   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3750   algorithm: "table_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3754   columns:
3755     - title: "1908.1-2"
3756       data-set: "vpp-performance-changes-3n-skx-h1"
3757     - title: "2001.0-2"
3758       data-set: "vpp-performance-changes-3n-skx-ref"
3759     - title: "2001.0-4"
3760       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3761     - title: "2005.0-3"
3762       data-set: "vpp-performance-changes-3n-skx-cmp"
3763     - title: "2005.0-4"
3764       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3765   comparisons:
3766     - title: "2005.0-4 vs 2005.0-3"
3767       reference: 4
3768       compare: 5
3769       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3770     - title: "2001.0-4 vs 2001.0-2"
3771       reference: 2
3772       compare: 3
3773       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3774     - title: "2005.0-4 vs 2001.0-4"
3775       reference: 3
3776       compare: 5
3777       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3778   legend:
3779     - ''
3780     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3781     - '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).'
3782     - '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.'
3783     - '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.'
3784     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3785     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3786
3787 # VPP Performance Changes 3n-skx 4t2c ndr-full
3788 - type: "table"
3789   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3794   columns:
3795     - title: "1908.1-2"
3796       data-set: "vpp-performance-changes-3n-skx-h1"
3797     - title: "2001.0-2"
3798       data-set: "vpp-performance-changes-3n-skx-ref"
3799     - title: "2001.0-4"
3800       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3801     - title: "2005.0-3"
3802       data-set: "vpp-performance-changes-3n-skx-cmp"
3803     - title: "2005.0-4"
3804       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3805   comparisons:
3806     - title: "2005.0-4 vs 2005.0-3"
3807       reference: 4
3808       compare: 5
3809       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3810     - title: "2001.0-4 vs 2001.0-2"
3811       reference: 2
3812       compare: 3
3813       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3814     - title: "2005.0-4 vs 2001.0-4"
3815       reference: 3
3816       compare: 5
3817       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3818   legend:
3819     - ''
3820     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3821     - '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).'
3822     - '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.'
3823     - '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.'
3824     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3825     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3826
3827 # VPP Performance Changes 2n-skx 2t1c pdr
3828 - type: "table"
3829   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3830   algorithm: "table_comparison"
3831   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3833   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3834   columns:
3835     - title: "1908.1-2"
3836       data-set: "vpp-performance-changes-2n-skx-h1"
3837     - title: "2001.0-2"
3838       data-set: "vpp-performance-changes-2n-skx-ref"
3839     - title: "2001.0-4"
3840       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3841     - title: "2005.0-4"
3842       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3843   comparisons:
3844     - title: "2001.0-4 vs 2001.0-2"
3845       reference: 2
3846       compare: 3
3847       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3848     - title: "2005.0-4 vs 2001.0-4"
3849       reference: 3
3850       compare: 4
3851       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3852   legend:
3853     - ''
3854     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3855     - '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).'
3856     - '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.'
3857     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3858     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3859
3860 # VPP Performance Changes 2n-skx 4t2c pdr
3861 - type: "table"
3862   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3863   algorithm: "table_comparison"
3864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3866   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3867   columns:
3868     - title: "1908.1-2"
3869       data-set: "vpp-performance-changes-2n-skx-h1"
3870     - title: "2001.0-2"
3871       data-set: "vpp-performance-changes-2n-skx-ref"
3872     - title: "2001.0-4"
3873       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3874     - title: "2005.0-4"
3875       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3876   comparisons:
3877     - title: "2001.0-4 vs 2001.0-2"
3878       reference: 2
3879       compare: 3
3880       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3881     - title: "2005.0-4 vs 2001.0-4"
3882       reference: 3
3883       compare: 4
3884       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3885   legend:
3886     - ''
3887     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3888     - '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).'
3889     - '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.'
3890     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3891     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3892
3893 # VPP Performance Changes 2n-skx 2t1c ndr
3894 - type: "table"
3895   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3896   algorithm: "table_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3900   columns:
3901     - title: "1908.1-2"
3902       data-set: "vpp-performance-changes-2n-skx-h1"
3903     - title: "2001.0-2"
3904       data-set: "vpp-performance-changes-2n-skx-ref"
3905     - title: "2001.0-4"
3906       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3907     - title: "2005.0-4"
3908       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3909   comparisons:
3910     - title: "2001.0-4 vs 2001.0-2"
3911       reference: 2
3912       compare: 3
3913       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3914     - title: "2005.0-4 vs 2001.0-4"
3915       reference: 3
3916       compare: 4
3917       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3918   legend:
3919     - ''
3920     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3921     - '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).'
3922     - '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.'
3923     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3924     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3925
3926 # VPP Performance Changes 2n-skx 4t2c ndr
3927 - type: "table"
3928   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3929   algorithm: "table_comparison"
3930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3932   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3933   columns:
3934     - title: "1908.1-2"
3935       data-set: "vpp-performance-changes-2n-skx-h1"
3936     - title: "2001.0-2"
3937       data-set: "vpp-performance-changes-2n-skx-ref"
3938     - title: "2001.0-4"
3939       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3940     - title: "2005.0-4"
3941       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3942   comparisons:
3943     - title: "2001.0-4 vs 2001.0-2"
3944       reference: 2
3945       compare: 3
3946       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3947     - title: "2005.0-4 vs 2001.0-4"
3948       reference: 3
3949       compare: 4
3950       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3951   legend:
3952     - ''
3953     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3954     - '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).'
3955     - '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.'
3956     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3957     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3958
3959 # VPP Performance Changes 2n-skx 2t1c pdr-full
3960 - type: "table"
3961   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3966   columns:
3967     - title: "1908.1-2"
3968       data-set: "vpp-performance-changes-2n-skx-h1"
3969     - title: "2001.0-2"
3970       data-set: "vpp-performance-changes-2n-skx-ref"
3971     - title: "2001.0-4"
3972       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3973     - title: "2005.0-3"
3974       data-set: "vpp-performance-changes-2n-skx-cmp"
3975     - title: "2005.0-4"
3976       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3977   comparisons:
3978     - title: "2005.0-4 vs 2005.0-3"
3979       reference: 4
3980       compare: 5
3981       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3982     - title: "2001.0-4 vs 2001.0-2"
3983       reference: 2
3984       compare: 3
3985       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3986     - title: "2005.0-4 vs 2001.0-4"
3987       reference: 3
3988       compare: 5
3989       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3990
3991   legend:
3992     - ''
3993     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3994     - '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).'
3995     - '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.'
3996     - '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.'
3997     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3998     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3999
4000 # VPP Performance Changes 2n-skx 4t2c pdr-full
4001 - type: "table"
4002   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4003   algorithm: "table_comparison"
4004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4006   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4007   columns:
4008     - title: "1908.1-2"
4009       data-set: "vpp-performance-changes-2n-skx-h1"
4010     - title: "2001.0-2"
4011       data-set: "vpp-performance-changes-2n-skx-ref"
4012     - title: "2001.0-4"
4013       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4014     - title: "2005.0-3"
4015       data-set: "vpp-performance-changes-2n-skx-cmp"
4016     - title: "2005.0-4"
4017       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4018   comparisons:
4019     - title: "2005.0-4 vs 2005.0-3"
4020       reference: 4
4021       compare: 5
4022       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4023     - title: "2001.0-4 vs 2001.0-2"
4024       reference: 2
4025       compare: 3
4026       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4027     - title: "2005.0-4 vs 2001.0-4"
4028       reference: 3
4029       compare: 5
4030       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4031   legend:
4032     - ''
4033     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4034     - '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).'
4035     - '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.'
4036     - '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.'
4037     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4038     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4039
4040 # VPP Performance Changes 2n-skx 2t1c ndr-full
4041 - type: "table"
4042   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4043   algorithm: "table_comparison"
4044   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4046   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4047   columns:
4048     - title: "1908.1-2"
4049       data-set: "vpp-performance-changes-2n-skx-h1"
4050     - title: "2001.0-2"
4051       data-set: "vpp-performance-changes-2n-skx-ref"
4052     - title: "2001.0-4"
4053       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4054     - title: "2005.0-3"
4055       data-set: "vpp-performance-changes-2n-skx-cmp"
4056     - title: "2005.0-4"
4057       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4058   comparisons:
4059     - title: "2005.0-4 vs 2005.0-3"
4060       reference: 4
4061       compare: 5
4062       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4063     - title: "2001.0-4 vs 2001.0-2"
4064       reference: 2
4065       compare: 3
4066       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4067     - title: "2005.0-4 vs 2001.0-4"
4068       reference: 3
4069       compare: 5
4070       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4071   legend:
4072     - ''
4073     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4074     - '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).'
4075     - '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.'
4076     - '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.'
4077     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4078     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4079
4080 # VPP Performance Changes 2n-skx 4t2c ndr-full
4081 - type: "table"
4082   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4087   columns:
4088     - title: "1908.1-2"
4089       data-set: "vpp-performance-changes-2n-skx-h1"
4090     - title: "2001.0-2"
4091       data-set: "vpp-performance-changes-2n-skx-ref"
4092     - title: "2001.0-4"
4093       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4094     - title: "2005.0-3"
4095       data-set: "vpp-performance-changes-2n-skx-cmp"
4096     - title: "2005.0-4"
4097       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4098   comparisons:
4099     - title: "2005.0-4 vs 2005.0-3"
4100       reference: 4
4101       compare: 5
4102       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4103     - title: "2001.0-4 vs 2001.0-2"
4104       reference: 2
4105       compare: 3
4106       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4107     - title: "2005.0-4 vs 2001.0-4"
4108       reference: 3
4109       compare: 5
4110       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4111   legend:
4112     - ''
4113     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4114     - '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).'
4115     - '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.'
4116     - '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.'
4117     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4118     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4119
4120 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4121 - type: "table"
4122   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4123   algorithm: "table_comparison"
4124   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4126   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4127   columns:
4128     - title: "2001.0-2"
4129       data-set: "vpp-performance-changes-2n-clx-ref"
4130     - title: "2001.0-4"
4131       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4132     - title: "2005.0-4"
4133       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4134   comparisons:
4135     - title: "2001.0-4 vs 2001.0-2"
4136       reference: 1
4137       compare: 2
4138       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4139     - title: "2005.0-4 vs 2001.0-4"
4140       reference: 2
4141       compare: 3
4142       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4143   legend:
4144     - ''
4145     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4146     - '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).'
4147     - '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.'
4148     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4149     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4150
4151 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4152 - type: "table"
4153   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4154   algorithm: "table_comparison"
4155   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4157   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4158   columns:
4159     - title: "2001.0-2"
4160       data-set: "vpp-performance-changes-2n-clx-ref"
4161     - title: "2001.0-4"
4162       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4163     - title: "2005.0-4"
4164       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4165   comparisons:
4166     - title: "2001.0-4 vs 2001.0-2"
4167       reference: 1
4168       compare: 2
4169       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4170     - title: "2005.0-4 vs 2001.0-4"
4171       reference: 2
4172       compare: 3
4173       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4174   legend:
4175     - ''
4176     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4177     - '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).'
4178     - '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.'
4179     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4180     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4181
4182 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4183 - type: "table"
4184   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4188   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4189   columns:
4190     - title: "2001.0-2"
4191       data-set: "vpp-performance-changes-2n-clx-ref"
4192     - title: "2001.0-4"
4193       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4194     - title: "2005.0-4"
4195       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4196   comparisons:
4197     - title: "2001.0-4 vs 2001.0-2"
4198       reference: 1
4199       compare: 2
4200       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4201     - title: "2005.0-4 vs 2001.0-4"
4202       reference: 2
4203       compare: 3
4204       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4205   legend:
4206     - ''
4207     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4208     - '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).'
4209     - '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.'
4210     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4211     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4212
4213 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4214 - type: "table"
4215   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4218   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4219   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4220   columns:
4221     - title: "2001.0-2"
4222       data-set: "vpp-performance-changes-2n-clx-ref"
4223     - title: "2001.0-4"
4224       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4225     - title: "2005.0-4"
4226       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4227   comparisons:
4228     - title: "2001.0-4 vs 2001.0-2"
4229       reference: 1
4230       compare: 2
4231       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4232     - title: "2005.0-4 vs 2001.0-4"
4233       reference: 2
4234       compare: 3
4235       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4236   legend:
4237     - ''
4238     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4239     - '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).'
4240     - '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.'
4241     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4242     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4243
4244 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4245 - type: "table"
4246   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4247   algorithm: "table_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4250   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4251   columns:
4252     - title: "2001.0-2"
4253       data-set: "vpp-performance-changes-2n-clx-ref"
4254     - title: "2001.0-4"
4255       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4256     - title: "2005.0-3"
4257       data-set: "vpp-performance-changes-2n-clx-cmp"
4258     - title: "2005.0-4"
4259       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4260   comparisons:
4261     - title: "2005.0-4 vs 2005.0-3"
4262       reference: 3
4263       compare: 4
4264       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4265     - title: "2001.0-4 vs 2001.0-2"
4266       reference: 1
4267       compare: 2
4268       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4269     - title: "2005.0-4 vs 2001.0-4"
4270       reference: 2
4271       compare: 4
4272       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4273   legend:
4274     - ''
4275     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4276     - '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).'
4277     - '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.'
4278     - '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.'
4279     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4280     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4281
4282 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4283 - type: "table"
4284   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4285   algorithm: "table_comparison"
4286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4288   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4289   columns:
4290     - title: "2001.0-2"
4291       data-set: "vpp-performance-changes-2n-clx-ref"
4292     - title: "2001.0-4"
4293       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4294     - title: "2005.0-3"
4295       data-set: "vpp-performance-changes-2n-clx-cmp"
4296     - title: "2005.0-4"
4297       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4298   comparisons:
4299     - title: "2005.0-4 vs 2005.0-3"
4300       reference: 3
4301       compare: 4
4302       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4303     - title: "2001.0-4 vs 2001.0-2"
4304       reference: 1
4305       compare: 2
4306       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4307     - title: "2005.0-4 vs 2001.0-4"
4308       reference: 2
4309       compare: 4
4310       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4311   legend:
4312     - ''
4313     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4314     - '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).'
4315     - '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.'
4316     - '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.'
4317     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4318     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4319
4320 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4321 - type: "table"
4322   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4323   algorithm: "table_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4326   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4327   columns:
4328     - title: "2001.0-2"
4329       data-set: "vpp-performance-changes-2n-clx-ref"
4330     - title: "2001.0-4"
4331       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4332     - title: "2005.0-3"
4333       data-set: "vpp-performance-changes-2n-clx-cmp"
4334     - title: "2005.0-4"
4335       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4336   comparisons:
4337     - title: "2005.0-4 vs 2005.0-3"
4338       reference: 3
4339       compare: 4
4340       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4341     - title: "2001.0-4 vs 2001.0-2"
4342       reference: 1
4343       compare: 2
4344       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4345     - title: "2005.0-4 vs 2001.0-4"
4346       reference: 2
4347       compare: 4
4348       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4349   legend:
4350     - ''
4351     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4352     - '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).'
4353     - '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.'
4354     - '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.'
4355     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4356     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4357
4358 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4359 - type: "table"
4360   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4364   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4365   columns:
4366     - title: "2001.0-2"
4367       data-set: "vpp-performance-changes-2n-clx-ref"
4368     - title: "2001.0-4"
4369       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4370     - title: "2005.0-3"
4371       data-set: "vpp-performance-changes-2n-clx-cmp"
4372     - title: "2005.0-4"
4373       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4374   comparisons:
4375     - title: "2005.0-4 vs 2005.0-3"
4376       reference: 3
4377       compare: 4
4378       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4379     - title: "2001.0-4 vs 2001.0-2"
4380       reference: 1
4381       compare: 2
4382       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4383     - title: "2005.0-4 vs 2001.0-4"
4384       reference: 2
4385       compare: 4
4386       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4387   legend:
4388     - ''
4389     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4390     - '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).'
4391     - '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.'
4392     - '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.'
4393     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4394     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4395
4396 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4397 #- type: "table"
4398 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4399 #  algorithm: "table_comparison"
4400 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4402 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4403 #  columns:
4404 #    - title: "2001.0-2"
4405 #      data-set: "vpp-performance-changes-2n-clx-ref"
4406 #    - title: "2005.0-3"
4407 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4408 #  comparisons:
4409 #    - title: "Diff"
4410 #      reference: 1
4411 #      compare: 2
4412 #  legend:
4413 #    - ''
4414 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4415 #    - '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).'
4416 #    - '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.'
4417 #    - '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.'
4418 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4419 #
4420 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4421 #- type: "table"
4422 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4423 #  algorithm: "table_comparison"
4424 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4425 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4426 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4427 #  columns:
4428 #    - title: "2001.0-2"
4429 #      data-set: "vpp-performance-changes-2n-clx-ref"
4430 #    - title: "2005.0-3"
4431 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4432 #  comparisons:
4433 #    - title: "Diff"
4434 #      reference: 1
4435 #      compare: 2
4436 #  legend:
4437 #    - ''
4438 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4439 #    - '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).'
4440 #    - '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.'
4441 #    - '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.'
4442 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4443 #
4444 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4445 #- type: "table"
4446 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4447 #  algorithm: "table_comparison"
4448 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4449 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4450 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4451 #  columns:
4452 #    - title: "2001.0-2"
4453 #      data-set: "vpp-performance-changes-2n-clx-ref"
4454 #    - title: "2005.0-3"
4455 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4456 #  comparisons:
4457 #    - title: "Diff"
4458 #      reference: 1
4459 #      compare: 2
4460 #  legend:
4461 #    - ''
4462 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4463 #    - '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).'
4464 #    - '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.'
4465 #    - '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.'
4466 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4467 #
4468 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4469 #- type: "table"
4470 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4471 #  algorithm: "table_comparison"
4472 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4473 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4474 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4475 #  columns:
4476 #    - title: "2001.0-2"
4477 #      data-set: "vpp-performance-changes-2n-clx-ref"
4478 #    - title: "2005.0-3"
4479 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4480 #  comparisons:
4481 #    - title: "Diff"
4482 #      reference: 1
4483 #      compare: 2
4484 #  legend:
4485 #    - ''
4486 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4487 #    - '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).'
4488 #    - '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.'
4489 #    - '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.'
4490 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4491
4492 # VPP Performance Changes 2n-dnv 1t1c pdr
4493 - type: "table"
4494   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'1T1C'"
4499   columns:
4500     - title: "1908.1-2"
4501       data-set: "vpp-performance-changes-2n-dnv-h1"
4502     - title: "2001.0-2"
4503       data-set: "vpp-performance-changes-2n-dnv-ref"
4504     - title: "2005.0-3"
4505       data-set: "vpp-performance-changes-2n-dnv-cmp"
4506   comparisons:
4507     - title: "2005.0-3 vs 2001.0-2"
4508       reference: 2
4509       compare: 3
4510   legend:
4511     - ''
4512     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4513     - '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).'
4514     - '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.'
4515     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4516
4517 # VPP Performance Changes 2n-dnv 2t2c pdr
4518 - type: "table"
4519   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4520   algorithm: "table_comparison"
4521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4523   filter: "'2T2C'"
4524   columns:
4525     - title: "1908.1-2"
4526       data-set: "vpp-performance-changes-2n-dnv-h1"
4527     - title: "2001.0-2"
4528       data-set: "vpp-performance-changes-2n-dnv-ref"
4529     - title: "2005.0-3"
4530       data-set: "vpp-performance-changes-2n-dnv-cmp"
4531   comparisons:
4532     - title: "2005.0-3 vs 2001.0-2"
4533       reference: 2
4534       compare: 3
4535   legend:
4536     - ''
4537     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4538     - '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).'
4539     - '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.'
4540     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4541
4542 # VPP Performance Changes 2n-dnv 1t1c ndr
4543 - type: "table"
4544   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4548   filter: "'1T1C'"
4549   columns:
4550     - title: "1908.1-2"
4551       data-set: "vpp-performance-changes-2n-dnv-h1"
4552     - title: "2001.0-2"
4553       data-set: "vpp-performance-changes-2n-dnv-ref"
4554     - title: "2005.0-3"
4555       data-set: "vpp-performance-changes-2n-dnv-cmp"
4556   comparisons:
4557     - title: "2005.0-3 vs 2001.0-2"
4558       reference: 2
4559       compare: 3
4560   legend:
4561     - ''
4562     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4563     - '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).'
4564     - '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.'
4565     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4566
4567 # VPP Performance Changes 2n-dnv 2t2c ndr
4568 - type: "table"
4569   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4572   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4573   filter: "'2T2C'"
4574   columns:
4575     - title: "1908.1-2"
4576       data-set: "vpp-performance-changes-2n-dnv-h1"
4577     - title: "2001.0-2"
4578       data-set: "vpp-performance-changes-2n-dnv-ref"
4579     - title: "2005.0-3"
4580       data-set: "vpp-performance-changes-2n-dnv-cmp"
4581   comparisons:
4582     - title: "2005.0-3 vs 2001.0-2"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - ''
4587     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4588     - '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).'
4589     - '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.'
4590     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4591
4592 # VPP Performance Changes 3n-dnv 1t1c pdr
4593 - type: "table"
4594   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4595   algorithm: "table_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4598   filter: "'1T1C'"
4599   columns:
4600     - title: "1908.1-2"
4601       data-set: "vpp-performance-changes-3n-dnv-h1"
4602     - title: "2001.0-2"
4603       data-set: "vpp-performance-changes-3n-dnv-ref"
4604     - title: "2005.0-3"
4605       data-set: "vpp-performance-changes-3n-dnv-cmp"
4606   comparisons:
4607     - title: "2005.0-3 vs 2001.0-2"
4608       reference: 2
4609       compare: 3
4610   legend:
4611     - ''
4612     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4613     - '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).'
4614     - '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.'
4615     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4616
4617 # VPP Performance Changes 3n-dnv 2t2c pdr
4618 - type: "table"
4619   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4620   algorithm: "table_comparison"
4621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4623   filter: "'2T2C'"
4624   columns:
4625     - title: "1908.1-2"
4626       data-set: "vpp-performance-changes-3n-dnv-h1"
4627     - title: "2001.0-2"
4628       data-set: "vpp-performance-changes-3n-dnv-ref"
4629     - title: "2005.0-3"
4630       data-set: "vpp-performance-changes-3n-dnv-cmp"
4631   comparisons:
4632     - title: "2005.0-3 vs 2001.0-2"
4633       reference: 2
4634       compare: 3
4635   legend:
4636     - ''
4637     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4638     - '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).'
4639     - '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.'
4640     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4641
4642 # VPP Performance Changes 3n-dnv 1t1c ndr
4643 - type: "table"
4644   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4648   filter: "'1T1C'"
4649   columns:
4650     - title: "1908.1-2"
4651       data-set: "vpp-performance-changes-3n-dnv-h1"
4652     - title: "2001.0-2"
4653       data-set: "vpp-performance-changes-3n-dnv-ref"
4654     - title: "2005.0-3"
4655       data-set: "vpp-performance-changes-3n-dnv-cmp"
4656   comparisons:
4657     - title: "2005.0-3 vs 2001.0-2"
4658       reference: 2
4659       compare: 3
4660   legend:
4661     - ''
4662     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4663     - '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).'
4664     - '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.'
4665     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4666
4667 # VPP Performance Changes 3n-dnv 2t2c ndr
4668 - type: "table"
4669   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4670   algorithm: "table_comparison"
4671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4673   filter: "'2T2C'"
4674   columns:
4675     - title: "1908.1-2"
4676       data-set: "vpp-performance-changes-3n-dnv-h1"
4677     - title: "2001.0-2"
4678       data-set: "vpp-performance-changes-3n-dnv-ref"
4679     - title: "2005.0-3"
4680       data-set: "vpp-performance-changes-3n-dnv-cmp"
4681   comparisons:
4682     - title: "2005.0-3 vs 2001.0-2"
4683       reference: 2
4684       compare: 3
4685   legend:
4686     - ''
4687     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4688     - '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).'
4689     - '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.'
4690     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4691
4692 # VPP Performance Changes 3n-tsh 1t1c pdr
4693 - type: "table"
4694   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4695   algorithm: "table_comparison"
4696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4698   filter: "'1T1C'"
4699   columns:
4700     - title: "1908.1-2"
4701       data-set: "vpp-performance-changes-3n-tsh-h1"
4702     - title: "2001.0-2"
4703       data-set: "vpp-performance-changes-3n-tsh-ref"
4704     - title: "2001.0-4"
4705       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4706     - title: "2005.0-4"
4707       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4708   comparisons:
4709     - title: "2001.0-4 vs 2001.0-2"
4710       reference: 2
4711       compare: 3
4712       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4713     - title: "2005.0-4 vs 2001.0-4"
4714       reference: 3
4715       compare: 4
4716       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4717   legend:
4718     - ''
4719     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4720     - '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).'
4721     - '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.'
4722     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4723     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4724
4725 # VPP Performance Changes 3n-tsh 2t2c pdr
4726 - type: "table"
4727   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4731   filter: "'2T2C'"
4732   columns:
4733     - title: "1908.1-2"
4734       data-set: "vpp-performance-changes-3n-tsh-h1"
4735     - title: "2001.0-2"
4736       data-set: "vpp-performance-changes-3n-tsh-ref"
4737     - title: "2001.0-4"
4738       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4739     - title: "2005.0-4"
4740       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4741   comparisons:
4742     - title: "2001.0-4 vs 2001.0-2"
4743       reference: 2
4744       compare: 3
4745       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4746     - title: "2005.0-4 vs 2001.0-4"
4747       reference: 3
4748       compare: 4
4749       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4750   legend:
4751     - ''
4752     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4753     - '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).'
4754     - '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.'
4755     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4756     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4757
4758 # VPP Performance Changes 3n-tsh 1t1c ndr
4759 - type: "table"
4760   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4764   filter: "'1T1C'"
4765   columns:
4766     - title: "1908.1-2"
4767       data-set: "vpp-performance-changes-3n-tsh-h1"
4768     - title: "2001.0-2"
4769       data-set: "vpp-performance-changes-3n-tsh-ref"
4770     - title: "2001.0-4"
4771       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4772     - title: "2005.0-4"
4773       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4774   comparisons:
4775     - title: "2001.0-4 vs 2001.0-2"
4776       reference: 2
4777       compare: 3
4778       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4779     - title: "2005.0-4 vs 2001.0-4"
4780       reference: 3
4781       compare: 4
4782       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4783   legend:
4784     - ''
4785     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4786     - '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).'
4787     - '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.'
4788     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4789     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4790
4791 # VPP Performance Changes 3n-tsh 2t2c ndr
4792 - type: "table"
4793   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4797   filter: "'2T2C'"
4798   columns:
4799     - title: "1908.1-2"
4800       data-set: "vpp-performance-changes-3n-tsh-h1"
4801     - title: "2001.0-2"
4802       data-set: "vpp-performance-changes-3n-tsh-ref"
4803     - title: "2001.0-4"
4804       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4805     - title: "2005.0-4"
4806       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4807   comparisons:
4808     - title: "2001.0-4 vs 2001.0-2"
4809       reference: 2
4810       compare: 3
4811       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4812     - title: "2005.0-4 vs 2001.0-4"
4813       reference: 3
4814       compare: 4
4815       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4816   legend:
4817     - ''
4818     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4819     - '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).'
4820     - '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.'
4821     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4822     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4823
4824 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4825 - type: "table"
4826   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4830   filter: "'1T1C'"
4831   columns:
4832     - title: "1908.1-2"
4833       data-set: "vpp-performance-changes-3n-tsh-h1"
4834     - title: "2001.0-2"
4835       data-set: "vpp-performance-changes-3n-tsh-ref"
4836     - title: "2001.0-4"
4837       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4838     - title: "2005.0-3"
4839       data-set: "vpp-performance-changes-3n-tsh-cmp"
4840     - title: "2005.0-4"
4841       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4842   comparisons:
4843     - title: "2005.0-4 vs 2005.0-3"
4844       reference: 4
4845       compare: 5
4846       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4847     - title: "2001.0-4 vs 2001.0-2"
4848       reference: 2
4849       compare: 3
4850       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4851     - title: "2005.0-4 vs 2001.0-4"
4852       reference: 3
4853       compare: 5
4854       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4855   legend:
4856     - ''
4857     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4858     - '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).'
4859     - '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.'
4860     - '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.'
4861     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4862     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4863
4864 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4865 - type: "table"
4866   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4867   algorithm: "table_comparison"
4868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4870   filter: "'2T2C'"
4871   columns:
4872     - title: "1908.1-2"
4873       data-set: "vpp-performance-changes-3n-tsh-h1"
4874     - title: "2001.0-2"
4875       data-set: "vpp-performance-changes-3n-tsh-ref"
4876     - title: "2001.0-4"
4877       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4878     - title: "2005.0-3"
4879       data-set: "vpp-performance-changes-3n-tsh-cmp"
4880     - title: "2005.0-4"
4881       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4882   comparisons:
4883     - title: "2005.0-4 vs 2005.0-3"
4884       reference: 4
4885       compare: 5
4886       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4887     - title: "2001.0-4 vs 2001.0-2"
4888       reference: 2
4889       compare: 3
4890       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4891     - title: "2005.0-4 vs 2001.0-4"
4892       reference: 3
4893       compare: 5
4894       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4895   legend:
4896     - ''
4897     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4898     - '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).'
4899     - '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.'
4900     - '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.'
4901     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4902     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4903
4904 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4905 - type: "table"
4906   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4907   algorithm: "table_comparison"
4908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4910   filter: "'1T1C'"
4911   columns:
4912     - title: "1908.1-2"
4913       data-set: "vpp-performance-changes-3n-tsh-h1"
4914     - title: "2001.0-2"
4915       data-set: "vpp-performance-changes-3n-tsh-ref"
4916     - title: "2001.0-4"
4917       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4918     - title: "2005.0-3"
4919       data-set: "vpp-performance-changes-3n-tsh-cmp"
4920     - title: "2005.0-4"
4921       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4922   comparisons:
4923     - title: "2005.0-4 vs 2005.0-3"
4924       reference: 4
4925       compare: 5
4926       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4927     - title: "2001.0-4 vs 2001.0-2"
4928       reference: 2
4929       compare: 3
4930       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4931     - title: "2005.0-4 vs 2001.0-4"
4932       reference: 3
4933       compare: 5
4934       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4935   legend:
4936     - ''
4937     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4938     - '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).'
4939     - '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.'
4940     - '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.'
4941     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4942     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4943
4944 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4945 - type: "table"
4946   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4947   algorithm: "table_comparison"
4948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4950   filter: "'2T2C'"
4951   columns:
4952     - title: "1908.1-2"
4953       data-set: "vpp-performance-changes-3n-tsh-h1"
4954     - title: "2001.0-2"
4955       data-set: "vpp-performance-changes-3n-tsh-ref"
4956     - title: "2001.0-4"
4957       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4958     - title: "2005.0-3"
4959       data-set: "vpp-performance-changes-3n-tsh-cmp"
4960     - title: "2005.0-4"
4961       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4962   comparisons:
4963     - title: "2005.0-4 vs 2005.0-3"
4964       reference: 4
4965       compare: 5
4966       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4967     - title: "2001.0-4 vs 2001.0-2"
4968       reference: 2
4969       compare: 3
4970       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4971     - title: "2005.0-4 vs 2001.0-4"
4972       reference: 3
4973       compare: 5
4974       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4975   legend:
4976     - ''
4977     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4978     - '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).'
4979     - '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.'
4980     - '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.'
4981     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4982     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4983
4984 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4985 - type: "table"
4986   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4990   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4991   columns:
4992     - title: "3n-hsw xl710"
4993       data-set: "vpp-compare-testbeds-ref"
4994       tag: "NIC_Intel-XL710"
4995     - title: "3n-skx xxv710"
4996       data-set: "vpp-compare-testbeds-cmp"
4997       tag: "NIC_Intel-XXV710"
4998   comparisons:
4999     - title: "Diff"
5000       reference: 1
5001       compare: 2
5002   legend:
5003     - ""
5004     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5005     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5006
5007 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5008 - type: "table"
5009   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5010   algorithm: "table_comparison"
5011   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5013   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5014   columns:
5015     - title: "3n-hsw xl710"
5016       data-set: "vpp-compare-testbeds-ref"
5017       tag: "NIC_Intel-XL710"
5018     - title: "3n-skx xxv710"
5019       data-set: "vpp-compare-testbeds-cmp"
5020       tag: "NIC_Intel-XXV710"
5021   comparisons:
5022     - title: "Diff"
5023       reference: 1
5024       compare: 2
5025   legend:
5026     - ""
5027     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5028     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5029
5030 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5033   algorithm: "table_comparison"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5036   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5037   columns:
5038     - title: "3n-hsw xl710"
5039       data-set: "vpp-compare-testbeds-ref"
5040       tag: "NIC_Intel-XL710"
5041     - title: "3n-skx xxv710"
5042       data-set: "vpp-compare-testbeds-cmp"
5043       tag: "NIC_Intel-XXV710"
5044   comparisons:
5045     - title: "Diff"
5046       reference: 1
5047       compare: 2
5048   legend:
5049     - ""
5050     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5051     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5052
5053 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5054 - type: "table"
5055   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5059   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5060   columns:
5061     - title: "3n-hsw xl710"
5062       data-set: "vpp-compare-testbeds-ref"
5063       tag: "NIC_Intel-XL710"
5064     - title: "3n-skx xxv710"
5065       data-set: "vpp-compare-testbeds-cmp"
5066       tag: "NIC_Intel-XXV710"
5067   comparisons:
5068     - title: "Diff"
5069       reference: 1
5070       compare: 2
5071   legend:
5072     - ""
5073     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5074     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5075
5076 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5077 - type: "table"
5078   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5082   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5083   columns:
5084     - title: "2n-skx"
5085       data-set: "vpp-compare-testbeds-skx-clx-ref"
5086     - title: "2n-clx"
5087       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5088   comparisons:
5089     - title: "Diff"
5090       reference: 1
5091       compare: 2
5092   legend:
5093     - ""
5094     - "2n-skx, 2n-clx - testbeds and NICs tested."
5095     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5096
5097 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5098 - type: "table"
5099   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5103   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5104   columns:
5105     - title: "2n-skx"
5106       data-set: "vpp-compare-testbeds-skx-clx-ref"
5107     - title: "2n-clx"
5108       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5109   comparisons:
5110     - title: "Diff"
5111       reference: 1
5112       compare: 2
5113   legend:
5114     - ""
5115     - "2n-skx, 2n-clx - testbeds and NICs tested."
5116     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5117
5118 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5119 - type: "table"
5120   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5121   algorithm: "table_comparison"
5122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5124   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5125   columns:
5126     - title: "2n-skx"
5127       data-set: "vpp-compare-testbeds-skx-clx-ref"
5128     - title: "2n-clx"
5129       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5130   comparisons:
5131     - title: "Diff"
5132       reference: 1
5133       compare: 2
5134   legend:
5135     - ""
5136     - "2n-skx, 2n-clx - testbeds and NICs tested."
5137     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5138
5139 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5140 - type: "table"
5141   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5142   algorithm: "table_comparison"
5143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5145   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5146   columns:
5147     - title: "2n-skx"
5148       data-set: "vpp-compare-testbeds-skx-clx-ref"
5149     - title: "2n-clx"
5150       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5151   comparisons:
5152     - title: "Diff"
5153       reference: 1
5154       compare: 2
5155   legend:
5156     - ""
5157     - "2n-skx, 2n-clx - testbeds and NICs tested."
5158     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5159
5160 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5161 - type: "table"
5162   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5166   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5167   columns:
5168     - title: "3n-hsw xl710"
5169       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5170       tag: "NIC_Intel-XL710"
5171     - title: "2n-clx xxv710"
5172       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5173       tag: "NIC_Intel-XXV710"
5174   comparisons:
5175     - title: "Diff"
5176       reference: 1
5177       compare: 2
5178   legend:
5179     - ""
5180     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5181     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5182
5183 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5184 - type: "table"
5185   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5186   algorithm: "table_comparison"
5187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5189   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5190   columns:
5191     - title: "3n-hsw xl710"
5192       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5193       tag: "NIC_Intel-XL710"
5194     - title: "2n-clx xxv710"
5195       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5196       tag: "NIC_Intel-XXV710"
5197   comparisons:
5198     - title: "Diff"
5199       reference: 1
5200       compare: 2
5201   legend:
5202     - ""
5203     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5204     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5205
5206 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5207 - type: "table"
5208   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5209   algorithm: "table_comparison"
5210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5212   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5213   columns:
5214     - title: "3n-hsw xl710"
5215       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5216       tag: "NIC_Intel-XL710"
5217     - title: "2n-clx xxv710"
5218       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5219       tag: "NIC_Intel-XXV710"
5220   comparisons:
5221     - title: "Diff"
5222       reference: 1
5223       compare: 2
5224   legend:
5225     - ""
5226     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5227     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5228
5229 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5230 - type: "table"
5231   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5235   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5236   columns:
5237     - title: "3n-hsw xl710"
5238       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5239       tag: "NIC_Intel-XL710"
5240     - title: "2n-clx xxv710"
5241       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5242       tag: "NIC_Intel-XXV710"
5243   comparisons:
5244     - title: "Diff"
5245       reference: 1
5246       compare: 2
5247   legend:
5248     - ""
5249     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5250     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5251
5252 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5253 - type: "table"
5254   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5255   algorithm: "table_comparison"
5256   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5258   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5259   columns:
5260     - title: "3n-skx"
5261       data-set: "vpp-compare-topologies-ref"
5262     - title: "2n-skx"
5263       data-set: "vpp-compare-topologies-cmp"
5264   comparisons:
5265     - title: "Diff"
5266       reference: 1
5267       compare: 2
5268   legend:
5269     - ""
5270     - "3n-skx, 2n-skx - topologies tested."
5271     - "Diff - difference between 3n-skx and 2n-skx topologies."
5272
5273 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5274 - type: "table"
5275   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5276   algorithm: "table_comparison"
5277   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5279   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5280   columns:
5281     - title: "3n-skx"
5282       data-set: "vpp-compare-topologies-ref"
5283     - title: "2n-skx"
5284       data-set: "vpp-compare-topologies-cmp"
5285   comparisons:
5286     - title: "Diff"
5287       reference: 1
5288       compare: 2
5289   legend:
5290     - ""
5291     - "3n-skx, 2n-skx - topologies tested."
5292     - "Diff - difference between 3n-skx and 2n-skx topologies."
5293
5294 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5295 - type: "table"
5296   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5297   algorithm: "table_comparison"
5298   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5300   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5301   columns:
5302     - title: "3n-skx"
5303       data-set: "vpp-compare-topologies-ref"
5304     - title: "2n-skx"
5305       data-set: "vpp-compare-topologies-cmp"
5306   comparisons:
5307     - title: "Diff"
5308       reference: 1
5309       compare: 2
5310   legend:
5311     - ""
5312     - "3n-skx, 2n-skx - topologies tested."
5313     - "Diff - difference between 3n-skx and 2n-skx topologies."
5314
5315 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5316 - type: "table"
5317   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5318   algorithm: "table_comparison"
5319   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5321   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5322   columns:
5323     - title: "3n-skx"
5324       data-set: "vpp-compare-topologies-ref"
5325     - title: "2n-skx"
5326       data-set: "vpp-compare-topologies-cmp"
5327   comparisons:
5328     - title: "Diff"
5329       reference: 1
5330       compare: 2
5331   legend:
5332     - ""
5333     - "3n-skx, 2n-skx - topologies tested."
5334     - "Diff - difference between 3n-skx and 2n-skx topologies."
5335
5336 # VPP Performance Changes 3n-hsw 1t1c mrr
5337 - type: "table"
5338   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5339   algorithm: "table_comparison"
5340   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5342   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5343   columns:
5344     - title: "1908.1-2"
5345       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5346     - title: "2001.0-2"
5347       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5348     - title: "2005.0-3"
5349       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5350     - title: "2005.0-4"
5351       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5352   comparisons:
5353     - title: "2005.0-4 vs 2005.0-3"
5354       reference: 3
5355       compare: 4
5356       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5357     - title: "2005.0-4 vs 2001.0-2"
5358       reference: 2
5359       compare: 4
5360       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5361   legend:
5362     - ''
5363     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5364     - '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).'
5365     - '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.'
5366     - '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.'
5367     - '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.'
5368
5369 # VPP Performance Changes 3n-hsw 2t2c mrr
5370 - type: "table"
5371   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5372   algorithm: "table_comparison"
5373   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5375   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5376   columns:
5377     - title: "1908.1-2"
5378       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5379     - title: "2001.0-2"
5380       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5381     - title: "2005.0-3"
5382       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5383     - title: "2005.0-4"
5384       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5385   comparisons:
5386     - title: "2005.0-4 vs 2005.0-3"
5387       reference: 3
5388       compare: 4
5389       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5390     - title: "2005.0-4 vs 2001.0-2"
5391       reference: 2
5392       compare: 4
5393       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5394   legend:
5395     - ''
5396     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5397     - '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).'
5398     - '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.'
5399     - '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.'
5400     - '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.'
5401
5402 # VPP Performance Changes 3n-hsw 4t4c mrr
5403 - type: "table"
5404   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5405   algorithm: "table_comparison"
5406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5408   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5409   columns:
5410     - title: "1908.1-2"
5411       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5412     - title: "2001.0-2"
5413       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5414     - title: "2005.0-3"
5415       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5416     - title: "2005.0-4"
5417       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5418   comparisons:
5419     - title: "2005.0-4 vs 2005.0-3"
5420       reference: 3
5421       compare: 4
5422       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5423     - title: "2005.0-4 vs 2001.0-2"
5424       reference: 2
5425       compare: 4
5426       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5427   legend:
5428     - ''
5429     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5430     - '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).'
5431     - '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.'
5432     - '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.'
5433     - '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.'
5434
5435 # VPP Performance Changes 3n-skx 2t1c mrr
5436 - type: "table"
5437   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5438   algorithm: "table_comparison"
5439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5441   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5442   columns:
5443     - title: "2001.0-2"
5444       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5445     - title: "2005.0-3"
5446       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5447     - title: "2005.0-4"
5448       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5449   comparisons:
5450     - title: "2005.0-4 vs 2005.0-3"
5451       reference: 2
5452       compare: 3
5453       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5454     - title: "2005.0-4 vs 2001.0-2"
5455       reference: 1
5456       compare: 3
5457       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5458   legend:
5459     - ''
5460     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5461     - '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).'
5462     - '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.'
5463     - '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.'
5464     - '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.'
5465
5466 # VPP Performance Changes 3n-skx 4t2c mrr
5467 - type: "table"
5468   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5469   algorithm: "table_comparison"
5470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5472   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5473   columns:
5474     - title: "2001.0-2"
5475       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5476     - title: "2005.0-3"
5477       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5478     - title: "2005.0-4"
5479       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5480   comparisons:
5481     - title: "2005.0-4 vs 2005.0-3"
5482       reference: 2
5483       compare: 3
5484       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5485     - title: "2005.0-4 vs 2001.0-2"
5486       reference: 1
5487       compare: 3
5488       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5489   legend:
5490     - ''
5491     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5492     - '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).'
5493     - '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.'
5494     - '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.'
5495     - '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.'
5496
5497 # VPP Performance Changes 3n-skx 8t4c mrr
5498 - type: "table"
5499   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5500   algorithm: "table_comparison"
5501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5502   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5503   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5504   columns:
5505     - title: "2001.0-2"
5506       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5507     - title: "2005.0-3"
5508       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5509     - title: "2005.0-4"
5510       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5511   comparisons:
5512     - title: "2005.0-4 vs 2005.0-3"
5513       reference: 2
5514       compare: 3
5515       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5516     - title: "2005.0-4 vs 2001.0-2"
5517       reference: 1
5518       compare: 3
5519       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5520   legend:
5521     - ''
5522     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5523     - '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).'
5524     - '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.'
5525     - '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.'
5526     - '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.'
5527
5528 # VPP Performance Changes 2n-skx 2t1c mrr
5529 - type: "table"
5530   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5531   algorithm: "table_comparison"
5532   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5533   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5534   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5535   columns:
5536     - title: "2001.0-2"
5537       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5538     - title: "2005.0-3"
5539       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5540     - title: "2005.0-4"
5541       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5542   comparisons:
5543     - title: "2005.0-4 vs 2005.0-3"
5544       reference: 2
5545       compare: 3
5546       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5547     - title: "2005.0-4 vs 2001.0-2"
5548       reference: 1
5549       compare: 3
5550       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5551   legend:
5552     - ''
5553     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5554     - '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).'
5555     - '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.'
5556     - '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.'
5557     - '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.'
5558
5559 # VPP Performance Changes 2n-skx 4t2c mrr
5560 - type: "table"
5561   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5562   algorithm: "table_comparison"
5563   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5565   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5566   columns:
5567     - title: "2001.0-2"
5568       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5569     - title: "2005.0-3"
5570       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5571     - title: "2005.0-4"
5572       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5573   comparisons:
5574     - title: "2005.0-4 vs 2005.0-3"
5575       reference: 2
5576       compare: 3
5577       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5578     - title: "2005.0-4 vs 2001.0-2"
5579       reference: 1
5580       compare: 3
5581       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5582   legend:
5583     - ''
5584     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5585     - '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).'
5586     - '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.'
5587     - '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.'
5588     - '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.'
5589
5590 # VPP Performance Changes 2n-skx 8t4c mrr
5591 - type: "table"
5592   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5593   algorithm: "table_comparison"
5594   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5596   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5597   columns:
5598     - title: "2001.0-2"
5599       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5600     - title: "2005.0-3"
5601       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5602     - title: "2005.0-4"
5603       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5604   comparisons:
5605     - title: "2005.0-4 vs 2005.0-3"
5606       reference: 2
5607       compare: 3
5608       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5609     - title: "2005.0-4 vs 2001.0-2"
5610       reference: 1
5611       compare: 3
5612       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5613   legend:
5614     - ''
5615     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5616     - '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).'
5617     - '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.'
5618     - '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.'
5619     - '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.'
5620
5621 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5622 - type: "table"
5623   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5624   algorithm: "table_comparison"
5625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5627   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5628   columns:
5629     - title: "2001.0-2"
5630       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5631     - title: "2005.0-3"
5632       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5633     - title: "2005.0-4"
5634       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5635   comparisons:
5636     - title: "2005.0-4 vs 2005.0-3"
5637       reference: 2
5638       compare: 3
5639       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5640     - title: "2005.0-4 vs 2001.0-2"
5641       reference: 1
5642       compare: 3
5643       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5644   legend:
5645     - ''
5646     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5647     - '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).'
5648     - '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.'
5649     - '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.'
5650     - '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.'
5651
5652 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5653 - type: "table"
5654   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5655   algorithm: "table_comparison"
5656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5658   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5659   columns:
5660     - title: "2001.0-2"
5661       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5662     - title: "2005.0-3"
5663       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5664     - title: "2005.0-4"
5665       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5666   comparisons:
5667     - title: "2005.0-4 vs 2005.0-3"
5668       reference: 2
5669       compare: 3
5670       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5671     - title: "2005.0-4 vs 2001.0-2"
5672       reference: 1
5673       compare: 3
5674       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5675   legend:
5676     - ''
5677     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5678     - '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).'
5679     - '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.'
5680     - '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.'
5681     - '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.'
5682
5683 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5684 - type: "table"
5685   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5686   algorithm: "table_comparison"
5687   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5689   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5690   columns:
5691     - title: "2001.0-2"
5692       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5693     - title: "2005.0-3"
5694       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5695     - title: "2005.0-4"
5696       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5697   comparisons:
5698     - title: "2005.0-4 vs 2005.0-3"
5699       reference: 2
5700       compare: 3
5701       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5702     - title: "2005.0-4 vs 2001.0-2"
5703       reference: 1
5704       compare: 3
5705       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5706   legend:
5707     - ''
5708     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5709     - '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).'
5710     - '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.'
5711     - '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.'
5712     - '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.'
5713
5714 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5715 #- type: "table"
5716 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5717 #  algorithm: "table_comparison"
5718 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5719 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5720 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5721 #  columns:
5722 #    - title: "2001"
5723 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5724 #    - title: "2005"
5725 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5726 #  comparisons:
5727 #    - title: "Diff"
5728 #      reference: 1
5729 #      compare: 2
5730 #  legend:
5731 #    - ""
5732 #    - "2001, 2005 - VPP versions tested."
5733 #    - "Diff - difference between 2001 and 2005 VPP version."
5734 #
5735 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5736 #- type: "table"
5737 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5738 #  algorithm: "table_comparison"
5739 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5740 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5741 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5742 #  columns:
5743 #    - title: "2001"
5744 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5745 #    - title: "2005"
5746 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5747 #  comparisons:
5748 #    - title: "Diff"
5749 #      reference: 1
5750 #      compare: 2
5751 #  legend:
5752 #    - ""
5753 #    - "2001, 2005 - VPP versions tested."
5754 #    - "Diff - difference between 2001 and 2005 VPP version."
5755 #
5756 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5757 #- type: "table"
5758 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5759 #  algorithm: "table_comparison"
5760 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5761 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5762 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5763 #  columns:
5764 #    - title: "2001"
5765 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5766 #    - title: "2005"
5767 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5768 #  comparisons:
5769 #    - title: "Diff"
5770 #      reference: 1
5771 #      compare: 2
5772 #  legend:
5773 #    - ""
5774 #    - "2001, 2005 - VPP versions tested."
5775 #    - "Diff - difference between 2001 and 2005 VPP version."
5776
5777 # VPP Performance Changes 2n-dnv 1t1c mrr
5778 - type: "table"
5779   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5780   algorithm: "table_comparison"
5781   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5783   filter: "'1T1C'"
5784   columns:
5785     - title: "1908.1-2"
5786       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5787     - title: "2001.0-2"
5788       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5789     - title: "2005.0-3"
5790       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5791   comparisons:
5792     - title: "2005.0-3 vs 2001.0-2"
5793       reference: 2
5794       compare: 3
5795   legend:
5796     - ''
5797     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5798     - '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).'
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-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5801
5802 # VPP Performance Changes 2n-dnv 2t2c mrr
5803 - type: "table"
5804   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5805   algorithm: "table_comparison"
5806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5808   filter: "'2T2C'"
5809   columns:
5810     - title: "1908.1-2"
5811       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5812     - title: "2001.0-2"
5813       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5814     - title: "2005.0-3"
5815       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5816   comparisons:
5817     - title: "2005.0-3 vs 2001.0-2"
5818       reference: 2
5819       compare: 3
5820   legend:
5821     - ''
5822     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5823     - '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).'
5824     - '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.'
5825     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5826
5827 # VPP Performance Changes 2n-dnv 4t4c mrr
5828 - type: "table"
5829   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5830   algorithm: "table_comparison"
5831   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5833   filter: "'4T4C'"
5834   columns:
5835     - title: "1908.1-2"
5836       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5837     - title: "2001.0-2"
5838       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5839     - title: "2005.0-3"
5840       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5841   comparisons:
5842     - title: "2005.0-3 vs 2001.0-2"
5843       reference: 2
5844       compare: 3
5845   legend:
5846     - ''
5847     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5848     - '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).'
5849     - '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.'
5850     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5851
5852 # VPP Performance Changes 3n-dnv 1t1c mrr
5853 - type: "table"
5854   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "'1T1C'"
5859   columns:
5860     - title: "1908.1-2"
5861       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5862     - title: "2001.0-2"
5863       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5864     - title: "2005.0-3"
5865       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5866   comparisons:
5867     - title: "2005.0-3 vs 2001.0-2"
5868       reference: 2
5869       compare: 3
5870   legend:
5871     - ''
5872     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5873     - '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).'
5874     - '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.'
5875     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5876
5877 # VPP Performance Changes 3n-dnv 2t2c mrr
5878 - type: "table"
5879   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5880   algorithm: "table_comparison"
5881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5883   filter: "'2T2C'"
5884   columns:
5885     - title: "1908.1-2"
5886       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5887     - title: "2001.0-2"
5888       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5889     - title: "2005.0-3"
5890       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5891   comparisons:
5892     - title: "2005.0-3 vs 2001.0-2"
5893       reference: 2
5894       compare: 3
5895   legend:
5896     - ''
5897     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5898     - '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).'
5899     - '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.'
5900     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5901
5902 # VPP Performance Changes 3n-dnv 4t4c mrr
5903 - type: "table"
5904   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5905   algorithm: "table_comparison"
5906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5908   filter: "'4T4C'"
5909   columns:
5910     - title: "1908.1-2"
5911       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5912     - title: "2001.0-2"
5913       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5914     - title: "2005.0-3"
5915       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5916   comparisons:
5917     - title: "2005.0-3 vs 2001.0-2"
5918       reference: 2
5919       compare: 3
5920   legend:
5921     - ''
5922     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5923     - '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).'
5924     - '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.'
5925     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5926
5927 # VPP Performance Changes 3n-tsh 1t1c mrr
5928 - type: "table"
5929   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5930   algorithm: "table_comparison"
5931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5933   filter: "'1T1C'"
5934   columns:
5935     - title: "1908.1-2"
5936       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5937     - title: "2001.0-2"
5938       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5939     - title: "2005.0-3"
5940       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5941     - title: "2005.0-4"
5942       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5943   comparisons:
5944     - title: "2005.0-4 vs 2005.0-3"
5945       reference: 3
5946       compare: 4
5947       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5948     - title: "2005.0-4 vs 2001.0-2"
5949       reference: 2
5950       compare: 4
5951       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5952   legend:
5953     - ''
5954     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5955     - '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).'
5956     - '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.'
5957     - '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.'
5958     - '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.'
5959
5960 # VPP Performance Changes 3n-tsh 2t2c mrr
5961 - type: "table"
5962   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5966   filter: "'2T2C'"
5967   columns:
5968     - title: "1908.1-2"
5969       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5970     - title: "2001.0-2"
5971       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5972     - title: "2005.0-3"
5973       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5974     - title: "2005.0-4"
5975       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5976   comparisons:
5977     - title: "2005.0-4 vs 2005.0-3"
5978       reference: 3
5979       compare: 4
5980       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5981     - title: "2005.0-4 vs 2001.0-2"
5982       reference: 2
5983       compare: 4
5984       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5985   legend:
5986     - ''
5987     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5988     - '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).'
5989     - '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.'
5990     - '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.'
5991     - '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.'
5992
5993 # VPP Performance Changes 3n-tsh 4t4c mrr
5994 - type: "table"
5995   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5996   algorithm: "table_comparison"
5997   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5999   filter: "'4T4C'"
6000   columns:
6001     - title: "1908.1-2"
6002       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6003     - title: "2001.0-2"
6004       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6005     - title: "2005.0-3"
6006       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6007     - title: "2005.0-4"
6008       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6009   comparisons:
6010     - title: "2005.0-4 vs 2005.0-3"
6011       reference: 3
6012       compare: 4
6013       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6014     - title: "2005.0-4 vs 2001.0-2"
6015       reference: 2
6016       compare: 4
6017       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6018   legend:
6019     - ''
6020     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6021     - '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).'
6022     - '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.'
6023     - '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.'
6024     - '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.'
6025
6026 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6027 - type: "table"
6028   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6029   algorithm: "table_comparison"
6030   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6032   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6033   columns:
6034     - title: "3n-hsw xl710"
6035       data-set: "vpp-compare-testbeds-mrr-ref"
6036       tag: "NIC_Intel-XL710"
6037     - title: "3n-skx xxv710"
6038       data-set: "vpp-compare-testbeds-mrr-cmp"
6039       tag: "NIC_Intel-XXV710"
6040   comparisons:
6041     - title: "Diff"
6042       reference: 1
6043       compare: 2
6044   legend:
6045     - ""
6046     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6047     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6048
6049 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6050 - type: "table"
6051   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6052   algorithm: "table_comparison"
6053   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6055   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6056   columns:
6057     - title: "3n-hsw xl710"
6058       data-set: "vpp-compare-testbeds-mrr-ref"
6059       tag: "NIC_Intel-XL710"
6060     - title: "3n-skx xxv710"
6061       data-set: "vpp-compare-testbeds-mrr-cmp"
6062       tag: "NIC_Intel-XXV710"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 1
6066       compare: 2
6067   legend:
6068     - ""
6069     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6070     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6071
6072 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6073 - type: "table"
6074   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6078   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6079   columns:
6080     - title: "3n-hsw xl710"
6081       data-set: "vpp-compare-testbeds-mrr-ref"
6082       tag: "NIC_Intel-XL710"
6083     - title: "3n-skx xxv710"
6084       data-set: "vpp-compare-testbeds-mrr-cmp"
6085       tag: "NIC_Intel-XXV710"
6086   comparisons:
6087     - title: "Diff"
6088       reference: 1
6089       compare: 2
6090   legend:
6091     - ""
6092     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6093     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6094
6095 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6096 - type: "table"
6097   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6098   algorithm: "table_comparison"
6099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6101   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6102   columns:
6103     - title: "2n-skx"
6104       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6105     - title: "2n-clx"
6106       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 1
6110       compare: 2
6111   legend:
6112     - ""
6113     - "2n-skx, 2n-clx - testbeds and NICs tested."
6114     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6115
6116 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6117 - type: "table"
6118   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6122   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6123   columns:
6124     - title: "2n-skx"
6125       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6126     - title: "2n-clx"
6127       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6128   comparisons:
6129     - title: "Diff"
6130       reference: 1
6131       compare: 2
6132   legend:
6133     - ""
6134     - "2n-skx, 2n-clx - testbeds and NICs tested."
6135     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6136
6137 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6138 - type: "table"
6139   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6140   algorithm: "table_comparison"
6141   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6143   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6144   columns:
6145     - title: "2n-skx"
6146       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6147     - title: "2n-clx"
6148       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6149   comparisons:
6150     - title: "Diff"
6151       reference: 1
6152       compare: 2
6153   legend:
6154     - ""
6155     - "2n-skx, 2n-clx - testbeds and NICs tested."
6156     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6157
6158 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6159 - type: "table"
6160   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6161   algorithm: "table_comparison"
6162   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6164   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6165   columns:
6166     - title: "3n-skx"
6167       data-set: "vpp-compare-topologies-mrr-ref"
6168     - title: "2n-skx"
6169       data-set: "vpp-compare-topologies-mrr-cmp"
6170   comparisons:
6171     - title: "Diff"
6172       reference: 1
6173       compare: 2
6174   legend:
6175     - ""
6176     - "3n-skx, 2n-skx - topologies tested."
6177     - "Diff - difference between 3n-skx and 2n-skx topologies."
6178
6179 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6180 - type: "table"
6181   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6182   algorithm: "table_comparison"
6183   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6185   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6186   columns:
6187     - title: "3n-skx"
6188       data-set: "vpp-compare-topologies-mrr-ref"
6189     - title: "2n-skx"
6190       data-set: "vpp-compare-topologies-mrr-cmp"
6191   comparisons:
6192     - title: "Diff"
6193       reference: 1
6194       compare: 2
6195   legend:
6196     - ""
6197     - "3n-skx, 2n-skx - topologies tested."
6198     - "Diff - difference between 3n-skx and 2n-skx topologies."
6199
6200 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6201 - type: "table"
6202   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6203   algorithm: "table_comparison"
6204   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6206   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6207   columns:
6208     - title: "3n-skx"
6209       data-set: "vpp-compare-topologies-mrr-ref"
6210     - title: "2n-skx"
6211       data-set: "vpp-compare-topologies-mrr-cmp"
6212   comparisons:
6213     - title: "Diff"
6214       reference: 1
6215       compare: 2
6216   legend:
6217     - ""
6218     - "3n-skx, 2n-skx - topologies tested."
6219     - "Diff - difference between 3n-skx and 2n-skx topologies."
6220
6221 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6222 - type: "table"
6223   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6224   algorithm: "table_comparison"
6225   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6227   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6228   columns:
6229     - title: "3n-hsw xl710"
6230       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6231       tag: "NIC_Intel-XL710"
6232     - title: "2n-clx xxv710"
6233       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6234       tag: "NIC_Intel-XXV710"
6235   comparisons:
6236     - title: "Diff"
6237       reference: 1
6238       compare: 2
6239   legend:
6240     - ""
6241     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6242     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6243
6244 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6245 - type: "table"
6246   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6247   algorithm: "table_comparison"
6248   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6250   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6251   columns:
6252     - title: "3n-hsw xl710"
6253       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6254       tag: "NIC_Intel-XL710"
6255     - title: "2n-clx xxv710"
6256       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6257       tag: "NIC_Intel-XXV710"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 1
6261       compare: 2
6262   legend:
6263     - ""
6264     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6265     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6266
6267 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6268 - type: "table"
6269   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6273   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6274   columns:
6275     - title: "3n-hsw xl710"
6276       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6277       tag: "NIC_Intel-XL710"
6278     - title: "2n-clx xxv710"
6279       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6280       tag: "NIC_Intel-XXV710"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 1
6284       compare: 2
6285   legend:
6286     - ""
6287     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6288     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6289
6290 # Detailed Test Results - VPP Performance Results 3n-hsw
6291 - type: "table"
6292   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6293   algorithm: "table_merged_details"
6294   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6295   columns:
6296     - title: " |prein| Test Name |preout| "
6297       data: "data name"
6298     - 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| "
6299       data: "data msg"
6300   data: "vpp-perf-results-3n-hsw"
6301   filter: "all"
6302   parameters:
6303   - "name"
6304   - "parent"
6305   - "msg"
6306
6307 # Detailed Test Results - VPP Performance Results 3n-skx
6308 - type: "table"
6309   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6310   algorithm: "table_merged_details"
6311   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6312   columns:
6313     - title: " |prein| Test Name |preout| "
6314       data: "data name"
6315     - 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| "
6316       data: "data msg"
6317   data: "vpp-perf-results-3n-skx"
6318   filter: "all"
6319   remove-ndr: False
6320   parameters:
6321   - "name"
6322   - "parent"
6323   - "msg"
6324
6325 # Detailed Test Results - VPP Performance Results 2n-skx
6326 - type: "table"
6327   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6328   algorithm: "table_merged_details"
6329   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6330   columns:
6331     - title: " |prein| Test Name |preout| "
6332       data: "data name"
6333     - 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| "
6334       data: "data msg"
6335   data: "vpp-perf-results-2n-skx"
6336   filter: "all"
6337   remove-ndr: False
6338   parameters:
6339   - "name"
6340   - "parent"
6341   - "msg"
6342
6343 # Detailed Test Results - VPP Performance Results 2n-clx
6344 - type: "table"
6345   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6346   algorithm: "table_merged_details"
6347   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6348   columns:
6349     - title: " |prein| Test Name |preout| "
6350       data: "data name"
6351     - 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| "
6352       data: "data msg"
6353   data: "vpp-perf-results-2n-clx"
6354   filter: "all"
6355   parameters:
6356   - "name"
6357   - "parent"
6358   - "msg"
6359
6360 # Detailed Test Results - VPP Performance Results 3n-tsh
6361 - type: "table"
6362   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6363   algorithm: "table_merged_details"
6364   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6365   columns:
6366     - title: " |prein| Test Name |preout| "
6367       data: "data name"
6368     - 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| "
6369       data: "data msg"
6370   data: "vpp-perf-results-3n-tsh"
6371   filter: "all"
6372   parameters:
6373   - "name"
6374   - "parent"
6375   - "msg"
6376
6377 # Detailed Test Results - VPP Performance Results 3n-dnv
6378 - type: "table"
6379   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6380   algorithm: "table_merged_details"
6381   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6382   columns:
6383     - title: " |prein| Test Name |preout| "
6384       data: "data name"
6385     - 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| "
6386       data: "data msg"
6387   data: "vpp-perf-results-3n-dnv"
6388   filter: "all"
6389   parameters:
6390   - "name"
6391   - "parent"
6392   - "msg"
6393
6394 # Detailed Test Results - VPP Performance Results 2n-dnv
6395 - type: "table"
6396   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6397   algorithm: "table_merged_details"
6398   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6399   columns:
6400     - title: " |prein| Test Name |preout| "
6401       data: "data name"
6402     - 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| "
6403       data: "data msg"
6404   data: "vpp-perf-results-2n-dnv"
6405   filter: "all"
6406   parameters:
6407   - "name"
6408   - "parent"
6409   - "msg"
6410
6411 # Test configuration - VPP Performance Test Configs 3n-hsw
6412 - type: "table"
6413   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6414   algorithm: "table_merged_details"
6415   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6416   columns:
6417     - title: " |prein| Test Name |preout| "
6418       data: "data name"
6419     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6420       data: "data conf-history"
6421   data: "vpp-perf-results-3n-hsw"
6422   filter: "all"
6423   parameters:
6424   - "parent"
6425   - "name"
6426   - "conf-history"
6427
6428 # Test configuration - VPP Performance Test Configs 3n-skx
6429 - type: "table"
6430   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6431   algorithm: "table_merged_details"
6432   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6433   columns:
6434     - title: " |prein| Test Name |preout| "
6435       data: "data name"
6436     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6437       data: "data conf-history"
6438   data: "vpp-perf-results-3n-skx"
6439   filter: "all"
6440   parameters:
6441   - "parent"
6442   - "name"
6443   - "conf-history"
6444
6445 # Test configuration - VPP Performance Test Configs 2n-skx
6446 - type: "table"
6447   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6448   algorithm: "table_merged_details"
6449   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6450   columns:
6451     - title: " |prein| Test Name |preout| "
6452       data: "data name"
6453     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6454       data: "data conf-history"
6455   data: "vpp-perf-results-2n-skx"
6456   filter: "all"
6457   parameters:
6458   - "parent"
6459   - "name"
6460   - "conf-history"
6461
6462 # Test configuration - VPP Performance Test Configs 2n-clx
6463 - type: "table"
6464   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6465   algorithm: "table_merged_details"
6466   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6467   columns:
6468     - title: " |prein| Test Name |preout| "
6469       data: "data name"
6470     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6471       data: "data conf-history"
6472   data: "vpp-perf-results-2n-clx"
6473   filter: "all"
6474   parameters:
6475   - "parent"
6476   - "name"
6477   - "conf-history"
6478
6479 # Test configuration - VPP Performance Test Configs 3n-tsh
6480 - type: "table"
6481   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6482   algorithm: "table_merged_details"
6483   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6484   columns:
6485     - title: " |prein| Test Name |preout| "
6486       data: "data name"
6487     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6488       data: "data conf-history"
6489   data: "vpp-perf-results-3n-tsh"
6490   filter: "all"
6491   parameters:
6492   - "parent"
6493   - "name"
6494   - "conf-history"
6495
6496 # Test configuration - VPP Performance Test Configs 3n-dnv
6497 - type: "table"
6498   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6499   algorithm: "table_merged_details"
6500   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6501   columns:
6502     - title: " |prein| Test Name |preout| "
6503       data: "data name"
6504     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6505       data: "data conf-history"
6506   data: "vpp-perf-results-3n-dnv"
6507   filter: "all"
6508   parameters:
6509   - "parent"
6510   - "name"
6511   - "conf-history"
6512
6513 # Test configuration - VPP Performance Test Configs 2n-dnv
6514 - type: "table"
6515   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6516   algorithm: "table_merged_details"
6517   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6518   columns:
6519     - title: " |prein| Test Name |preout| "
6520       data: "data name"
6521     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6522       data: "data conf-history"
6523   data: "vpp-perf-results-2n-dnv"
6524   filter: "all"
6525   parameters:
6526   - "parent"
6527   - "name"
6528   - "conf-history"
6529
6530 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6531 - type: "table"
6532   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6533   algorithm: "table_oper_data_html"
6534   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6535   data: "vpp-perf-results-3n-hsw"
6536   filter: "all"
6537
6538 # Test Operational Data - VPP Performance Operational Data 3n-skx
6539 - type: "table"
6540   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6541   algorithm: "table_oper_data_html"
6542   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6543   data: "vpp-perf-results-3n-skx"
6544   filter: "all"
6545
6546 # Test Operational Data - VPP Performance Operational Data 2n-skx
6547 - type: "table"
6548   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6549   algorithm: "table_oper_data_html"
6550   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6551   data: "vpp-perf-results-2n-skx"
6552   filter: "all"
6553
6554 # Test Operational Data - VPP Performance Operational Data 2n-clx
6555 - type: "table"
6556   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6557   algorithm: "table_oper_data_html"
6558   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6559   data: "vpp-perf-results-2n-clx"
6560   filter: "all"
6561
6562 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6563 - type: "table"
6564   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6565   algorithm: "table_oper_data_html"
6566   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6567   data: "vpp-perf-results-3n-tsh"
6568   filter: "all"
6569
6570 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6571 - type: "table"
6572   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6573   algorithm: "table_oper_data_html"
6574   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6575   data: "vpp-perf-results-3n-dnv"
6576   filter: "all"
6577
6578 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6579 - type: "table"
6580   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6581   algorithm: "table_oper_data_html"
6582   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6583   data: "vpp-perf-results-2n-dnv"
6584   filter: "all"
6585
6586 # Detailed Test Results - VPP MRR Results 3n-hsw
6587 - type: "table"
6588   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6589   algorithm: "table_merged_details"
6590   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6591   columns:
6592     - title: " |prein| Test Name |preout| "
6593       data: "data name"
6594     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6595       data: "data msg"
6596   data: "vpp-mrr-results-3n-hsw"
6597   filter: "all"
6598   parameters:
6599   - "name"
6600   - "parent"
6601   - "msg"
6602
6603 # Detailed Test Results - VPP MRR Results 3n-skx
6604 - type: "table"
6605   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6606   algorithm: "table_merged_details"
6607   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6608   columns:
6609     - title: " |prein| Test Name |preout| "
6610       data: "data name"
6611     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6612       data: "data msg"
6613   data: "vpp-mrr-results-3n-skx"
6614   filter: "all"
6615   parameters:
6616   - "name"
6617   - "parent"
6618   - "msg"
6619
6620 # Detailed Test Results - VPP MRR Results 2n-skx
6621 - type: "table"
6622   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6623   algorithm: "table_merged_details"
6624   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6625   columns:
6626     - title: " |prein| Test Name |preout| "
6627       data: "data name"
6628     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6629       data: "data msg"
6630   data: "vpp-mrr-results-2n-skx"
6631   filter: "all"
6632   parameters:
6633   - "name"
6634   - "parent"
6635   - "msg"
6636
6637 # Detailed Test Results - VPP MRR Results 2n-clx
6638 - type: "table"
6639   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6640   algorithm: "table_merged_details"
6641   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6642   columns:
6643     - title: " |prein| Test Name |preout| "
6644       data: "data name"
6645     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6646       data: "data msg"
6647   data: "vpp-mrr-results-2n-clx"
6648   filter: "all"
6649   parameters:
6650   - "name"
6651   - "parent"
6652   - "msg"
6653
6654 # Detailed Test Results - VPP MRR Results 3n-tsh
6655 - type: "table"
6656   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6657   algorithm: "table_merged_details"
6658   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6659   columns:
6660     - title: " |prein| Test Name |preout| "
6661       data: "data name"
6662     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6663       data: "data msg"
6664   data: "vpp-mrr-results-3n-tsh"
6665   filter: "all"
6666   parameters:
6667   - "name"
6668   - "parent"
6669   - "msg"
6670
6671 # Detailed Test Results - VPP MRR Results 3n-dnv
6672 - type: "table"
6673   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6674   algorithm: "table_merged_details"
6675   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6676   columns:
6677     - title: " |prein| Test Name |preout| "
6678       data: "data name"
6679     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6680       data: "data msg"
6681   data: "vpp-mrr-results-3n-dnv"
6682   filter: "all"
6683   parameters:
6684   - "name"
6685   - "parent"
6686   - "msg"
6687
6688 # Detailed Test Results - VPP MRR Results 2n-dnv
6689 - type: "table"
6690   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6691   algorithm: "table_merged_details"
6692   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6693   columns:
6694     - title: " |prein| Test Name |preout| "
6695       data: "data name"
6696     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6697       data: "data msg"
6698   data: "vpp-mrr-results-2n-dnv"
6699   filter: "all"
6700   parameters:
6701   - "name"
6702   - "parent"
6703   - "msg"
6704
6705 # Test configuration - VPP MRR Test Configs 3n-hsw
6706 - type: "table"
6707   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6708   algorithm: "table_merged_details"
6709   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6710   columns:
6711     - title: " |prein| Test Name |preout| "
6712       data: "data name"
6713     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6714       data: "data conf-history"
6715   data: "vpp-mrr-results-3n-hsw"
6716   filter: "all"
6717   parameters:
6718   - "parent"
6719   - "name"
6720   - "conf-history"
6721
6722 # Test configuration - VPP MRR Test Configs 3n-skx
6723 - type: "table"
6724   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6725   algorithm: "table_merged_details"
6726   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6727   columns:
6728     - title: " |prein| Test Name |preout| "
6729       data: "data name"
6730     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6731       data: "data conf-history"
6732   data: "vpp-mrr-results-3n-skx"
6733   filter: "all"
6734   parameters:
6735   - "parent"
6736   - "name"
6737   - "conf-history"
6738
6739 # Test configuration - VPP MRR Test Configs 2n-skx
6740 - type: "table"
6741   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6742   algorithm: "table_merged_details"
6743   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6744   columns:
6745     - title: " |prein| Test Name |preout| "
6746       data: "data name"
6747     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6748       data: "data conf-history"
6749   data: "vpp-mrr-results-2n-skx"
6750   filter: "all"
6751   parameters:
6752   - "parent"
6753   - "name"
6754   - "conf-history"
6755
6756 # Test configuration - VPP MRR Test Configs 2n-clx
6757 - type: "table"
6758   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6759   algorithm: "table_merged_details"
6760   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6761   columns:
6762     - title: " |prein| Test Name |preout| "
6763       data: "data name"
6764     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6765       data: "data conf-history"
6766   data: "vpp-mrr-results-2n-clx"
6767   filter: "all"
6768   parameters:
6769   - "parent"
6770   - "name"
6771   - "conf-history"
6772
6773 # Test configuration - VPP MRR Test Configs 3n-tsh
6774 - type: "table"
6775   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6776   algorithm: "table_merged_details"
6777   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6778   columns:
6779     - title: " |prein| Test Name |preout| "
6780       data: "data name"
6781     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6782       data: "data conf-history"
6783   data: "vpp-mrr-results-3n-tsh"
6784   filter: "all"
6785   parameters:
6786   - "parent"
6787   - "name"
6788   - "conf-history"
6789
6790 # Test configuration - VPP MRR Test Configs 3n-dnv
6791 - type: "table"
6792   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6793   algorithm: "table_merged_details"
6794   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6795   columns:
6796     - title: " |prein| Test Name |preout| "
6797       data: "data name"
6798     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6799       data: "data conf-history"
6800   data: "vpp-mrr-results-3n-dnv"
6801   filter: "all"
6802   parameters:
6803   - "parent"
6804   - "name"
6805   - "conf-history"
6806
6807 # Test configuration - VPP MRR Test Configs 2n-dnv
6808 - type: "table"
6809   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6810   algorithm: "table_merged_details"
6811   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6812   columns:
6813     - title: " |prein| Test Name |preout| "
6814       data: "data name"
6815     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6816       data: "data conf-history"
6817   data: "vpp-mrr-results-2n-dnv"
6818   filter: "all"
6819   parameters:
6820   - "parent"
6821   - "name"
6822   - "conf-history"
6823
6824 # Detailed Test Results - VPP Device Results - Ubuntu
6825 - type: "table"
6826   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6827   algorithm: "table_merged_details"
6828   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6829   columns:
6830     - title: " |prein| Test Name |preout| "
6831       data: "data name"
6832     - title: " |prein| Status |preout| "
6833       data: "data status"
6834   data: "vpp-device-results-ubuntu"
6835   filter: "all"
6836   parameters:
6837   - "name"
6838   - "parent"
6839   - "doc"
6840   - "status"
6841
6842 # Test configuration - VPP Device Test Configs - Ubuntu
6843 - type: "table"
6844   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6845   algorithm: "table_merged_details"
6846   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6847   columns:
6848     - title: " |prein| Test Name |preout| "
6849       data: "data name"
6850     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6851       data: "data conf-history"
6852   data: "vpp-device-results-ubuntu"
6853   filter: "all"
6854   parameters:
6855   - "parent"
6856   - "name"
6857   - "conf-history"
6858
6859 ################################################################################
6860
6861 # DPDK Performance Changes 3n-hsw 1t1c pdr
6862 - type: "table"
6863   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6864   algorithm: "table_comparison"
6865   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6867   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6868   columns:
6869     - title: "1908"
6870       data-set: "dpdk-performance-changes-3n-hsw-h1"
6871     - title: "2001"
6872       data-set: "dpdk-performance-changes-3n-hsw-ref"
6873     - title: "2005"
6874       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6875   comparisons:
6876     - title: "Diff"
6877       reference: 2
6878       compare: 3
6879   legend:
6880     - ""
6881     - "1908, 2001, 2005 - DPDK versions tested."
6882     - "Diff - difference between 2001 and 2005 DPDK version."
6883
6884 # DPDK Performance Changes 3n-hsw 2t2c pdr
6885 - type: "table"
6886   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6887   algorithm: "table_comparison"
6888   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6890   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6891   columns:
6892     - title: "1908"
6893       data-set: "dpdk-performance-changes-3n-hsw-h1"
6894     - title: "2001"
6895       data-set: "dpdk-performance-changes-3n-hsw-ref"
6896     - title: "2005"
6897       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6898   comparisons:
6899     - title: "Diff"
6900       reference: 2
6901       compare: 3
6902   legend:
6903     - ""
6904     - "1908, 2001, 2005 - DPDK versions tested."
6905     - "Diff - difference between 2001 and 2005 DPDK version."
6906
6907 # DPDK Performance Changes 3n-hsw 1t1c pdr
6908 - type: "table"
6909   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6910   algorithm: "table_comparison"
6911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6913   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6914   columns:
6915     - title: "1908"
6916       data-set: "dpdk-performance-changes-3n-hsw-h1"
6917     - title: "2001"
6918       data-set: "dpdk-performance-changes-3n-hsw-ref"
6919     - title: "2005"
6920       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6921   comparisons:
6922     - title: "Diff"
6923       reference: 2
6924       compare: 3
6925   legend:
6926     - ""
6927     - "1908, 2001, 2005 - DPDK versions tested."
6928     - "Diff - difference between 2001 and 2005 DPDK version."
6929
6930 # DPDK Performance Changes 3n-hsw 2t2c ndr
6931 - type: "table"
6932   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6933   algorithm: "table_comparison"
6934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6936   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6937   columns:
6938     - title: "1908"
6939       data-set: "dpdk-performance-changes-3n-hsw-h1"
6940     - title: "2001"
6941       data-set: "dpdk-performance-changes-3n-hsw-ref"
6942     - title: "2005"
6943       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6944   comparisons:
6945     - title: "Diff"
6946       reference: 2
6947       compare: 3
6948   legend:
6949     - ""
6950     - "1908, 2001, 2005 - DPDK versions tested."
6951     - "Diff - difference between 2001 and 2005 DPDK version."
6952
6953 # DPDK Performance Changes 3n-skx 2t1c pdr
6954 - type: "table"
6955   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6956   algorithm: "table_comparison"
6957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6959   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6960   columns:
6961     - title: "1908"
6962       data-set: "dpdk-performance-changes-3n-skx-h1"
6963     - title: "2001"
6964       data-set: "dpdk-performance-changes-3n-skx-ref"
6965     - title: "2005"
6966       data-set: "dpdk-performance-changes-3n-skx-cmp"
6967   comparisons:
6968     - title: "Diff"
6969       reference: 2
6970       compare: 3
6971   legend:
6972     - ""
6973     - "1908, 2001, 2005 - DPDK versions tested."
6974     - "Diff - difference between 2001 and 2005 DPDK version."
6975
6976 # DPDK Performance Changes 3n-skx 4t2c pdr
6977 - type: "table"
6978   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6979   algorithm: "table_comparison"
6980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6982   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6983   columns:
6984     - title: "1908"
6985       data-set: "dpdk-performance-changes-3n-skx-h1"
6986     - title: "2001"
6987       data-set: "dpdk-performance-changes-3n-skx-ref"
6988     - title: "2005"
6989       data-set: "dpdk-performance-changes-3n-skx-cmp"
6990   comparisons:
6991     - title: "Diff"
6992       reference: 2
6993       compare: 3
6994   legend:
6995     - ""
6996     - "1908, 2001, 2005 - DPDK versions tested."
6997     - "Diff - difference between 2001 and 2005 DPDK version."
6998
6999 # DPDK Performance Changes 3n-skx 2t1c ndr
7000 - type: "table"
7001   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7002   algorithm: "table_comparison"
7003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7005   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7006   columns:
7007     - title: "1908"
7008       data-set: "dpdk-performance-changes-3n-skx-h1"
7009     - title: "2001"
7010       data-set: "dpdk-performance-changes-3n-skx-ref"
7011     - title: "2005"
7012       data-set: "dpdk-performance-changes-3n-skx-cmp"
7013   comparisons:
7014     - title: "Diff"
7015       reference: 2
7016       compare: 3
7017   legend:
7018     - ""
7019     - "1908, 2001, 2005 - DPDK versions tested."
7020     - "Diff - difference between 2001 and 2005 DPDK version."
7021
7022 # DPDK Performance Changes 3n-skx 4t2c ndr
7023 - type: "table"
7024   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7025   algorithm: "table_comparison"
7026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7028   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7029   columns:
7030     - title: "1908"
7031       data-set: "dpdk-performance-changes-3n-skx-h1"
7032     - title: "2001"
7033       data-set: "dpdk-performance-changes-3n-skx-ref"
7034     - title: "2005"
7035       data-set: "dpdk-performance-changes-3n-skx-cmp"
7036   comparisons:
7037     - title: "Diff"
7038       reference: 2
7039       compare: 3
7040   legend:
7041     - ""
7042     - "1908, 2001, 2005 - DPDK versions tested."
7043     - "Diff - difference between 2001 and 2005 DPDK version."
7044
7045 # DPDK Performance Changes 2n-skx 2t1c pdr
7046 - type: "table"
7047   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7048   algorithm: "table_comparison"
7049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7051   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7052   columns:
7053     - title: "1908"
7054       data-set: "dpdk-performance-changes-2n-skx-h1"
7055     - title: "2001"
7056       data-set: "dpdk-performance-changes-2n-skx-ref"
7057     - title: "2005"
7058       data-set: "dpdk-performance-changes-2n-skx-cmp"
7059   comparisons:
7060     - title: "Diff"
7061       reference: 2
7062       compare: 3
7063   legend:
7064     - ""
7065     - "1908, 2001, 2005 - DPDK versions tested."
7066     - "Diff - difference between 2001 and 2005 DPDK version."
7067
7068 # DPDK Performance Changes 2n-skx 4t2c pdr
7069 - type: "table"
7070   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7071   algorithm: "table_comparison"
7072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7074   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7075   columns:
7076     - title: "1908"
7077       data-set: "dpdk-performance-changes-2n-skx-h1"
7078     - title: "2001"
7079       data-set: "dpdk-performance-changes-2n-skx-ref"
7080     - title: "2005"
7081       data-set: "dpdk-performance-changes-2n-skx-cmp"
7082   comparisons:
7083     - title: "Diff"
7084       reference: 2
7085       compare: 3
7086   legend:
7087     - ""
7088     - "1908, 2001, 2005 - DPDK versions tested."
7089     - "Diff - difference between 2001 and 2005 DPDK version."
7090
7091 # DPDK Performance Changes 2n-skx 2t1c ndr
7092 - type: "table"
7093   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7094   algorithm: "table_comparison"
7095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7098   columns:
7099     - title: "1908"
7100       data-set: "dpdk-performance-changes-2n-skx-h1"
7101     - title: "2001"
7102       data-set: "dpdk-performance-changes-2n-skx-ref"
7103     - title: "2005"
7104       data-set: "dpdk-performance-changes-2n-skx-cmp"
7105   comparisons:
7106     - title: "Diff"
7107       reference: 2
7108       compare: 3
7109   legend:
7110     - ""
7111     - "1908, 2001, 2005 - DPDK versions tested."
7112     - "Diff - difference between 2001 and 2005 DPDK version."
7113
7114 # DPDK Performance Changes 2n-skx 4t2c ndr
7115 - type: "table"
7116   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7120   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7121   columns:
7122     - title: "1908"
7123       data-set: "dpdk-performance-changes-2n-skx-h1"
7124     - title: "2001"
7125       data-set: "dpdk-performance-changes-2n-skx-ref"
7126     - title: "2005"
7127       data-set: "dpdk-performance-changes-2n-skx-cmp"
7128   comparisons:
7129     - title: "Diff"
7130       reference: 2
7131       compare: 3
7132   legend:
7133     - ""
7134     - "1908, 2001, 2005 - DPDK versions tested."
7135     - "Diff - difference between 2001 and 2005 DPDK version."
7136
7137 # DPDK Performance Changes 2n-clx 2t1c pdr
7138 - type: "table"
7139   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7140   algorithm: "table_comparison"
7141   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7143   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7144   columns:
7145     - title: "2001"
7146       data-set: "dpdk-performance-changes-2n-clx-ref"
7147     - title: "2005"
7148       data-set: "dpdk-performance-changes-2n-clx-cmp"
7149   comparisons:
7150     - title: "Diff"
7151       reference: 1
7152       compare: 2
7153   legend:
7154     - ""
7155     - "2001, 2005 - DPDK versions tested."
7156     - "Diff - difference between 2001 and 2005 DPDK version."
7157
7158 # DPDK Performance Changes 2n-clx 4t2c pdr
7159 - type: "table"
7160   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7161   algorithm: "table_comparison"
7162   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7164   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7165   columns:
7166     - title: "2001"
7167       data-set: "dpdk-performance-changes-2n-clx-ref"
7168     - title: "2005"
7169       data-set: "dpdk-performance-changes-2n-clx-cmp"
7170   comparisons:
7171     - title: "Diff"
7172       reference: 1
7173       compare: 2
7174   legend:
7175     - ""
7176     - "2001, 2005 - DPDK versions tested."
7177     - "Diff - difference between 2001 and 2005 DPDK version."
7178
7179 # DPDK Performance Changes 2n-clx 2t1c ndr
7180 - type: "table"
7181   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7182   algorithm: "table_comparison"
7183   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7185   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7186   columns:
7187     - title: "2001"
7188       data-set: "dpdk-performance-changes-2n-clx-ref"
7189     - title: "2005"
7190       data-set: "dpdk-performance-changes-2n-clx-cmp"
7191   comparisons:
7192     - title: "Diff"
7193       reference: 1
7194       compare: 2
7195   legend:
7196     - ""
7197     - "2001, 2005 - DPDK versions tested."
7198     - "Diff - difference between 2001 and 2005 DPDK version."
7199
7200 # DPDK Performance Changes 2n-clx 4t2c ndr
7201 - type: "table"
7202   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7203   algorithm: "table_comparison"
7204   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7206   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7207   columns:
7208     - title: "2001"
7209       data-set: "dpdk-performance-changes-2n-clx-ref"
7210     - title: "2005"
7211       data-set: "dpdk-performance-changes-2n-clx-cmp"
7212   comparisons:
7213     - title: "Diff"
7214       reference: 1
7215       compare: 2
7216   legend:
7217     - ""
7218     - "2001, 2005 - DPDK versions tested."
7219     - "Diff - difference between 2001 and 2005 DPDK version."
7220
7221 # DPDK Performance Changes 2n-dnv 1t1c pdr
7222 - type: "table"
7223   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7224   algorithm: "table_comparison"
7225   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7227   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7228   columns:
7229     - title: "2001"
7230       data-set: "dpdk-performance-changes-2n-dnv-ref"
7231     - title: "2005"
7232       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7233   comparisons:
7234     - title: "Diff"
7235       reference: 1
7236       compare: 2
7237   legend:
7238     - ""
7239     - "2001, 2005 - DPDK versions tested."
7240     - "Diff - difference between 2001 and 2005 DPDK version."
7241
7242 # DPDK Performance Changes 2n-dnv 2t2c pdr
7243 - type: "table"
7244   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7245   algorithm: "table_comparison"
7246   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7248   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7249   columns:
7250     - title: "2001"
7251       data-set: "dpdk-performance-changes-2n-dnv-ref"
7252     - title: "2005"
7253       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7254   comparisons:
7255     - title: "Diff"
7256       reference: 1
7257       compare: 2
7258   legend:
7259     - ""
7260     - "2001, 2005 - DPDK versions tested."
7261     - "Diff - difference between 2001 and 2005 DPDK version."
7262
7263 # DPDK Performance Changes 2n-dnv 1t1c ndr
7264 - type: "table"
7265   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7266   algorithm: "table_comparison"
7267   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7269   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7270   columns:
7271     - title: "2001"
7272       data-set: "dpdk-performance-changes-2n-dnv-ref"
7273     - title: "2005"
7274       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7275   comparisons:
7276     - title: "Diff"
7277       reference: 1
7278       compare: 2
7279   legend:
7280     - ""
7281     - "2001, 2005 - DPDK versions tested."
7282     - "Diff - difference between 2001 and 2005 DPDK version."
7283
7284 # DPDK Performance Changes 2n-dnv 2t2c ndr
7285 - type: "table"
7286   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7287   algorithm: "table_comparison"
7288   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7290   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7291   columns:
7292     - title: "2001"
7293       data-set: "dpdk-performance-changes-2n-dnv-ref"
7294     - title: "2005"
7295       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7296   comparisons:
7297     - title: "Diff"
7298       reference: 1
7299       compare: 2
7300   legend:
7301     - ""
7302     - "2001, 2005 - DPDK versions tested."
7303     - "Diff - difference between 2001 and 2005 DPDK version."
7304
7305 # DPDK Performance Changes 3n-dnv 1t1c pdr
7306 - type: "table"
7307   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7308   algorithm: "table_comparison"
7309   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7311   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7312   columns:
7313     - title: "2001"
7314       data-set: "dpdk-performance-changes-3n-dnv-ref"
7315     - title: "2005"
7316       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7317   comparisons:
7318     - title: "Diff"
7319       reference: 1
7320       compare: 2
7321   legend:
7322     - ""
7323     - "2001, 2005 - DPDK versions tested."
7324     - "Diff - difference between 2001 and 2005 DPDK version."
7325
7326 # DPDK Performance Changes 3n-dnv 2t2c pdr
7327 - type: "table"
7328   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7329   algorithm: "table_comparison"
7330   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7332   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7333   columns:
7334     - title: "2001"
7335       data-set: "dpdk-performance-changes-3n-dnv-ref"
7336     - title: "2005"
7337       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7338   comparisons:
7339     - title: "Diff"
7340       reference: 1
7341       compare: 2
7342   legend:
7343     - ""
7344     - "2001, 2005 - DPDK versions tested."
7345     - "Diff - difference between 2001 and 2005 DPDK version."
7346
7347 # DPDK Performance Changes 3n-dnv 1t1c ndr
7348 - type: "table"
7349   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7350   algorithm: "table_comparison"
7351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7353   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7354   columns:
7355     - title: "2001"
7356       data-set: "dpdk-performance-changes-3n-dnv-ref"
7357     - title: "2005"
7358       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7359   comparisons:
7360     - title: "Diff"
7361       reference: 1
7362       compare: 2
7363   legend:
7364     - ""
7365     - "2001, 2005 - DPDK versions tested."
7366     - "Diff - difference between 2001 and 2005 DPDK version."
7367
7368 # DPDK Performance Changes 3n-dnv 2t2c ndr
7369 - type: "table"
7370   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7371   algorithm: "table_comparison"
7372   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7374   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7375   columns:
7376     - title: "2001"
7377       data-set: "dpdk-performance-changes-3n-dnv-ref"
7378     - title: "2005"
7379       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7380   comparisons:
7381     - title: "Diff"
7382       reference: 1
7383       compare: 2
7384   legend:
7385     - ""
7386     - "2001, 2005 - DPDK versions tested."
7387     - "Diff - difference between 2001 and 2005 DPDK version."
7388
7389 # DPDK Performance Changes 3n-tsh 1t1c pdr
7390 - type: "table"
7391   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7392   algorithm: "table_comparison"
7393   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7395   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7396   columns:
7397     - title: "2001"
7398       data-set: "dpdk-performance-changes-3n-tsh-ref"
7399     - title: "2005"
7400       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7401   comparisons:
7402     - title: "Diff"
7403       reference: 1
7404       compare: 2
7405   legend:
7406     - ""
7407     - "2001, 2005 - DPDK versions tested."
7408     - "Diff - difference between 2001 and 2005 DPDK version."
7409
7410 # DPDK Performance Changes 3n-tsh 2t2c pdr
7411 - type: "table"
7412   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7413   algorithm: "table_comparison"
7414   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7416   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7417   columns:
7418     - title: "2001"
7419       data-set: "dpdk-performance-changes-3n-tsh-ref"
7420     - title: "2005"
7421       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7422   comparisons:
7423     - title: "Diff"
7424       reference: 1
7425       compare: 2
7426   legend:
7427     - ""
7428     - "2001, 2005 - DPDK versions tested."
7429     - "Diff - difference between 2001 and 2005 DPDK version."
7430
7431 # DPDK Performance Changes 3n-tsh 1t1c ndr
7432 - type: "table"
7433   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7434   algorithm: "table_comparison"
7435   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7437   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7438   columns:
7439     - title: "2001"
7440       data-set: "dpdk-performance-changes-3n-tsh-ref"
7441     - title: "2005"
7442       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7443   comparisons:
7444     - title: "Diff"
7445       reference: 1
7446       compare: 2
7447   legend:
7448     - ""
7449     - "2001, 2005 - DPDK versions tested."
7450     - "Diff - difference between 2001 and 2005 DPDK version."
7451
7452 # DPDK Performance Changes 3n-tsh 2t2c ndr
7453 - type: "table"
7454   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7455   algorithm: "table_comparison"
7456   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7458   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7459   columns:
7460     - title: "2001"
7461       data-set: "dpdk-performance-changes-3n-tsh-ref"
7462     - title: "2005"
7463       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7464   comparisons:
7465     - title: "Diff"
7466       reference: 1
7467       compare: 2
7468   legend:
7469     - ""
7470     - "2001, 2005 - DPDK versions tested."
7471     - "Diff - difference between 2001 and 2005 DPDK version."
7472
7473 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7474 - type: "table"
7475   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7476   algorithm: "table_comparison"
7477   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7479   filter: "'NIC_Intel-X710'"
7480   columns:
7481     - title: "3n-hsw x710"
7482       data-set: "dpdk-compare-testbeds-ref"
7483     - title: "3n-skx x710"
7484       data-set: "dpdk-compare-testbeds-cmp"
7485   comparisons:
7486     - title: "Diff"
7487       reference: 1
7488       compare: 2
7489   legend:
7490     - ""
7491     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7492     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7493
7494 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7495 - type: "table"
7496   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7497   algorithm: "table_comparison"
7498   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7500   filter: "'NIC_Intel-X710'"
7501   columns:
7502     - title: "3n-hsw x710"
7503       data-set: "dpdk-compare-testbeds-ref"
7504     - title: "3n-skx x710"
7505       data-set: "dpdk-compare-testbeds-cmp"
7506   comparisons:
7507     - title: "Diff"
7508       reference: 1
7509       compare: 2
7510   legend:
7511     - ""
7512     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7513     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7514
7515 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7516 - type: "table"
7517   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7518   algorithm: "table_comparison"
7519   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7521   filter: "'NIC_Intel-XXV710'"
7522   columns:
7523     - title: "2n-skx"
7524       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7525     - title: "2n-clx"
7526       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7527   comparisons:
7528     - title: "Diff"
7529       reference: 1
7530       compare: 2
7531   legend:
7532     - ""
7533     - "2n-skx, 2n-clx - testbeds and NICs tested."
7534     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7535
7536 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7537 - type: "table"
7538   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7539   algorithm: "table_comparison"
7540   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7542   filter: "'NIC_Intel-XXV710'"
7543   columns:
7544     - title: "2n-skx"
7545       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7546     - title: "2n-clx"
7547       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7548   comparisons:
7549     - title: "Diff"
7550       reference: 1
7551       compare: 2
7552   legend:
7553     - ""
7554     - "2n-skx, 2n-clx - testbeds and NICs tested."
7555     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7556
7557 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7558 - type: "table"
7559   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7560   algorithm: "table_comparison"
7561   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7563   filter: "'NIC_Intel-XXV710'"
7564   columns:
7565     - title: "3n-skx"
7566       data-set: "dpdk-compare-topologies-ref"
7567     - title: "2n-skx"
7568       data-set: "dpdk-compare-topologies-cmp"
7569   comparisons:
7570     - title: "Diff"
7571       reference: 1
7572       compare: 2
7573   legend:
7574     - ""
7575     - "3n-skx, 2n-skx - topologies tested."
7576     - "Diff - difference between 3n-skx and 2n-skx topologies."
7577
7578 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7579 - type: "table"
7580   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7581   algorithm: "table_comparison"
7582   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7584   filter: "'NIC_Intel-XXV710'"
7585   columns:
7586     - title: "3n-skx"
7587       data-set: "dpdk-compare-topologies-ref"
7588     - title: "2n-skx"
7589       data-set: "dpdk-compare-topologies-cmp"
7590   comparisons:
7591     - title: "Diff"
7592       reference: 1
7593       compare: 2
7594   legend:
7595     - ""
7596     - "3n-skx, 2n-skx - topologies tested."
7597     - "Diff - difference between 3n-skx and 2n-skx topologies."
7598
7599 # Detailed Test Results - DPDK Performance Results 3n-hsw
7600 - type: "table"
7601   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7602   algorithm: "table_merged_details"
7603   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7604   columns:
7605     - title: " |prein| Test Name |preout| "
7606       data: "data name"
7607     - 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| "
7608       data: "data msg"
7609   data: "dpdk-perf-results-3n-hsw"
7610   filter: "all"
7611   parameters:
7612   - "name"
7613   - "parent"
7614   - "msg"
7615
7616 # Detailed Test Results - DPDK Performance Results 3n-skx
7617 - type: "table"
7618   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7619   algorithm: "table_merged_details"
7620   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7621   columns:
7622     - title: " |prein| Test Name |preout| "
7623       data: "data name"
7624     - 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| "
7625       data: "data msg"
7626   data: "dpdk-perf-results-3n-skx"
7627   filter: "all"
7628   remove-ndr: False
7629   parameters:
7630   - "name"
7631   - "parent"
7632   - "msg"
7633
7634 # Detailed Test Results - DPDK Performance Results 2n-skx
7635 - type: "table"
7636   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7637   algorithm: "table_merged_details"
7638   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7639   columns:
7640     - title: " |prein| Test Name |preout| "
7641       data: "data name"
7642     - 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| "
7643       data: "data msg"
7644   data: "dpdk-perf-results-2n-skx"
7645   filter: "all"
7646   remove-ndr: False
7647   parameters:
7648   - "name"
7649   - "parent"
7650   - "msg"
7651
7652 # Detailed Test Results - DPDK Performance Results 2n-clx
7653 - type: "table"
7654   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7655   algorithm: "table_merged_details"
7656   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7657   columns:
7658     - title: " |prein| Test Name |preout| "
7659       data: "data name"
7660     - 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| "
7661       data: "data msg"
7662   data: "dpdk-perf-results-2n-clx"
7663   filter: "all"
7664   parameters:
7665   - "name"
7666   - "parent"
7667   - "msg"
7668
7669 # Detailed Test Results - DPDK Performance Results 2n-dnv
7670 - type: "table"
7671   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7672   algorithm: "table_merged_details"
7673   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7674   columns:
7675     - title: " |prein| Test Name |preout| "
7676       data: "data name"
7677     - 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| "
7678       data: "data msg"
7679   data: "dpdk-perf-results-2n-dnv"
7680   filter: "all"
7681   parameters:
7682   - "name"
7683   - "parent"
7684   - "msg"
7685
7686 # Detailed Test Results - DPDK Performance Results 3n-dnv
7687 - type: "table"
7688   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7689   algorithm: "table_merged_details"
7690   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7691   columns:
7692     - title: " |prein| Test Name |preout| "
7693       data: "data name"
7694     - 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| "
7695       data: "data msg"
7696   data: "dpdk-perf-results-3n-dnv"
7697   filter: "all"
7698   parameters:
7699   - "name"
7700   - "parent"
7701   - "msg"
7702
7703 # Detailed Test Results - DPDK Performance Results 3n-tsh
7704 - type: "table"
7705   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7706   algorithm: "table_merged_details"
7707   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7708   columns:
7709     - title: " |prein| Test Name |preout| "
7710       data: "data name"
7711     - 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| "
7712       data: "data msg"
7713   data: "dpdk-perf-results-3n-tsh"
7714   filter: "all"
7715   parameters:
7716   - "name"
7717   - "parent"
7718   - "msg"
7719
7720 ################################################################################
7721 ###                                F I L E S                                 ###
7722 ################################################################################
7723
7724 # VPP Performance Results
7725 - type: "file"
7726   title: "VPP Performance Results"
7727   algorithm: "file_details_split"
7728   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7729   dir-tables:
7730     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7731     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7732     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7733     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7734     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7735 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7736 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7737   data:
7738     - "vpp-perf-results-2n-skx"
7739     - "vpp-perf-results-3n-skx"
7740     - "vpp-perf-results-2n-clx"
7741     - "vpp-perf-results-3n-hsw"
7742     - "vpp-perf-results-3n-tsh"
7743 #    - "vpp-perf-results-2n-dnv"
7744 #    - "vpp-perf-results-3n-dnv"
7745   filter: "all"
7746   data-start-level: 4
7747   order-chapters:
7748     level-1:
7749       - "l2"
7750       - "ip4"
7751       - "ip6"
7752       - "srv6"
7753       - "ip4_tunnels"
7754       - "ip6_tunnels"
7755       - "vm_vhost"
7756       - "container_memif"
7757       - "crypto"
7758       - "vts"
7759       - "lb"
7760       - "nfv_density"
7761       - "hoststack"
7762     level-2:
7763       - "2n-skx"
7764       - "3n-skx"
7765       - "2n-clx"
7766       - "3n-hsw"
7767       - "3n-tsh"
7768       - "2n-dnv"
7769       - "3n-dnv"
7770     level-3:
7771       - "xl710"
7772       - "x520"
7773       - "xxv710"
7774       - "x710"
7775       - "x553"
7776       - "cx556a"
7777       - "vic1227"
7778       - "vic1385"
7779
7780 # VPP Performance Configuration
7781 - type: "file"
7782   title: "VPP Performance Configuration"
7783   algorithm: "file_details_split"
7784   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7785   dir-tables:
7786     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7787     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7788     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7789     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7790     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7791 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7792 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7793   data:
7794     - "vpp-perf-results-2n-skx"
7795     - "vpp-perf-results-3n-skx"
7796     - "vpp-perf-results-2n-clx"
7797     - "vpp-perf-results-3n-hsw"
7798     - "vpp-perf-results-3n-tsh"
7799 #    - "vpp-perf-results-2n-dnv"
7800 #    - "vpp-perf-results-3n-dnv"
7801   filter: "all"
7802   data-start-level: 4
7803   order-chapters:
7804     level-1:
7805       - "l2"
7806       - "ip4"
7807       - "ip6"
7808       - "srv6"
7809       - "ip4_tunnels"
7810       - "ip6_tunnels"
7811       - "vm_vhost"
7812       - "container_memif"
7813       - "crypto"
7814       - "vts"
7815       - "lb"
7816       - "nfv_density"
7817       - "hoststack"
7818     level-2:
7819       - "2n-skx"
7820       - "3n-skx"
7821       - "2n-clx"
7822       - "3n-hsw"
7823       - "3n-tsh"
7824       - "2n-dnv"
7825       - "3n-dnv"
7826     level-3:
7827       - "xl710"
7828       - "x520"
7829       - "xxv710"
7830       - "x710"
7831       - "x553"
7832       - "cx556a"
7833       - "vic1227"
7834       - "vic1385"
7835
7836 # VPP Performance Operational
7837 - type: "file"
7838   title: "VPP Performance Operational"
7839   algorithm: "file_details_split_html"
7840   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7841   dir-tables:
7842     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7843     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7844     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7845     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7846     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7847 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7848 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7849   data:
7850     - "vpp-perf-results-2n-skx"
7851     - "vpp-perf-results-3n-skx"
7852     - "vpp-perf-results-2n-clx"
7853     - "vpp-perf-results-3n-hsw"
7854     - "vpp-perf-results-3n-tsh"
7855 #    - "vpp-perf-results-2n-dnv"
7856 #    - "vpp-perf-results-3n-dnv"
7857   filter: "all"
7858   data-start-level: 4
7859   order-chapters:
7860     level-1:
7861       - "l2"
7862       - "ip4"
7863       - "ip6"
7864       - "srv6"
7865       - "ip4_tunnels"
7866       - "ip6_tunnels"
7867       - "vm_vhost"
7868       - "container_memif"
7869       - "crypto"
7870       - "vts"
7871       - "lb"
7872       - "nfv_density"
7873       - "hoststack"
7874     level-2:
7875       - "2n-skx"
7876       - "3n-skx"
7877       - "2n-clx"
7878       - "3n-hsw"
7879       - "3n-tsh"
7880       - "2n-dnv"
7881       - "3n-dnv"
7882     level-3:
7883       - "xl710"
7884       - "x520"
7885       - "xxv710"
7886       - "x710"
7887       - "x553"
7888       - "cx556a"
7889       - "vic1227"
7890       - "vic1385"
7891
7892 # VPP MRR Results
7893 - type: "file"
7894   title: "VPP MRR Results"
7895   algorithm: "file_details_split"
7896   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7897   dir-tables:
7898     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7899     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7900     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7901     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7902     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7903 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7904 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7905   data:
7906     - "vpp-mrr-results-2n-skx"
7907     - "vpp-mrr-results-3n-skx"
7908     - "vpp-mrr-results-2n-clx"
7909     - "vpp-mrr-results-3n-hsw"
7910     - "vpp-mrr-results-3n-tsh"
7911 #    - "vpp-mrr-results-2n-dnv"
7912 #    - "vpp-mrr-results-3n-dnv"
7913   filter: "all"
7914   data-start-level: 4
7915   order-chapters:
7916     level-1:
7917       - "l2"
7918       - "ip4"
7919       - "ip6"
7920       - "srv6"
7921       - "ip4_tunnels"
7922       - "ip6_tunnels"
7923       - "vm_vhost"
7924       - "container_memif"
7925       - "crypto"
7926       - "vts"
7927       - "lb"
7928       - "nfv_density"
7929       - "hoststack"
7930     level-2:
7931       - "2n-skx"
7932       - "3n-skx"
7933       - "2n-clx"
7934       - "3n-hsw"
7935       - "3n-tsh"
7936       - "2n-dnv"
7937       - "3n-dnv"
7938     level-3:
7939       - "xl710"
7940       - "x520"
7941       - "xxv710"
7942       - "x710"
7943       - "x553"
7944       - "cx556a"
7945       - "vic1227"
7946       - "vic1385"
7947
7948 # VPP MRR Configuration
7949 - type: "file"
7950   title: "VPP MRR Configuration"
7951   algorithm: "file_details_split"
7952   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7953   dir-tables:
7954     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7955     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7956     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7957     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7958     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7959     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7960     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7961   data:
7962     - "vpp-mrr-results-2n-skx"
7963     - "vpp-mrr-results-3n-skx"
7964     - "vpp-mrr-results-2n-clx"
7965     - "vpp-mrr-results-3n-hsw"
7966     - "vpp-mrr-results-3n-tsh"
7967 #    - "vpp-mrr-results-2n-dnv"
7968 #    - "vpp-mrr-results-3n-dnv"
7969   filter: "all"
7970   data-start-level: 4
7971   order-chapters:
7972     level-1:
7973       - "l2"
7974       - "ip4"
7975       - "ip6"
7976       - "srv6"
7977       - "ip4_tunnels"
7978       - "ip6_tunnels"
7979       - "vm_vhost"
7980       - "container_memif"
7981       - "crypto"
7982       - "vts"
7983       - "lb"
7984       - "nfv_density"
7985       - "hoststack"
7986     level-2:
7987       - "2n-skx"
7988       - "3n-skx"
7989       - "2n-clx"
7990       - "3n-hsw"
7991       - "3n-tsh"
7992       - "2n-dnv"
7993       - "3n-dnv"
7994     level-3:
7995       - "xl710"
7996       - "x520"
7997       - "xxv710"
7998       - "x710"
7999       - "x553"
8000       - "cx556a"
8001       - "vic1227"
8002       - "vic1385"
8003
8004 # VPP Device Results - Ubuntu
8005 - type: "file"
8006   title: "VPP Device Results - Ubuntu"
8007   algorithm: "file_test_results"
8008   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8009   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8010   data: "vpp-device-results-ubuntu"
8011   filter: "all"
8012   data-start-level: 4
8013
8014 # VPP Device Configuration - Ubuntu
8015 - type: "file"
8016   title: "VPP Device Configuration - Ubuntu"
8017   algorithm: "file_test_results"
8018   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8019   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8020   data: "vpp-device-results-ubuntu"
8021   filter: "all"
8022   data-start-level: 4
8023
8024 # DPDK Performance Results 3n-hsw
8025 - type: "file"
8026   title: "DPDK Performance Results 3n-hsw"
8027   algorithm: "file_test_results"
8028   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8029   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8030   data: "dpdk-perf-results-3n-hsw"
8031   filter: "all"
8032   data-start-level: 4
8033
8034 # DPDK Performance Results 3n-skx
8035 - type: "file"
8036   title: "DPDK Performance Results 3n-skx"
8037   algorithm: "file_test_results"
8038   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8039   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8040   data: "dpdk-perf-results-3n-skx"
8041   filter: "all"
8042   data-start-level: 4
8043
8044 # DPDK Performance Results 2n-skx
8045 - type: "file"
8046   title: "DPDK Performance Results 2n-skx"
8047   algorithm: "file_test_results"
8048   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8049   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8050   data: "dpdk-perf-results-2n-skx"
8051   filter: "all"
8052   data-start-level: 4
8053
8054 # DPDK Performance Results 2n-clx
8055 - type: "file"
8056   title: "DPDK Performance Results 2n-clx"
8057   algorithm: "file_test_results"
8058   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8059   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8060   data: "dpdk-perf-results-2n-clx"
8061   filter: "all"
8062   data-start-level: 4
8063
8064 # DPDK Performance Results 2n-dnv
8065 - type: "file"
8066   title: "DPDK Performance Results 2n-dnv"
8067   algorithm: "file_test_results"
8068   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8069   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8070   data: "dpdk-perf-results-2n-dnv"
8071   filter: "all"
8072   data-start-level: 4
8073
8074 # DPDK Performance Results 3n-dnv
8075 - type: "file"
8076   title: "DPDK Performance Results 3n-dnv"
8077   algorithm: "file_test_results"
8078   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8079   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8080   data: "dpdk-perf-results-3n-dnv"
8081   filter: "all"
8082   data-start-level: 4
8083
8084 # DPDK Performance Results 3n-tsh
8085 - type: "file"
8086   title: "DPDK Performance Results 3n-tsh"
8087   algorithm: "file_test_results"
8088   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8089   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8090   data: "dpdk-perf-results-3n-tsh"
8091   filter: "all"
8092   data-start-level: 4
8093
8094 ################################################################################
8095 ###                                P L O T S                                 ###
8096 ################################################################################
8097
8098 # Hoststack tests 3n-hsw
8099
8100 - type: "plot"
8101   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8102   algorithm: "plot_perf_box_name"
8103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8104   data: "plot-vpp-hoststack-3n-hsw"
8105   include:
8106     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8107     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8108   layout:
8109     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8110     layout: "plot-hoststack"
8111
8112 - type: "plot"
8113   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8114   algorithm: "plot_perf_box_name"
8115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8116   data: "plot-vpp-hoststack-3n-hsw"
8117   include:
8118     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8120   layout:
8121     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8122     layout: "plot-hoststack"
8123
8124 - type: "plot"
8125   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8126   algorithm: "plot_perf_box_name"
8127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8128   data: "plot-vpp-hoststack-3n-hsw"
8129   include:
8130     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8133     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8134   layout:
8135     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8136     layout: "plot-hoststack"
8137
8138 ## Plots VPP HTTP Server Performance
8139 #- type: "plot"
8140 #  title: "VPP HTTP Server Performance"
8141 #  algorithm: "plot_http_server_perf_box"
8142 #  output-file-type: ".html"
8143 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8144 #  data:
8145 #    "plot-vpp-http-server-performance"
8146 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8147 #  parameters:
8148 #  - "result"
8149 #  - "name"
8150 #  traces:
8151 #    hoverinfo: "y+name"
8152 #    boxpoints: "outliers"
8153 #    whiskerwidth: 0
8154 #  layout:
8155 #    title: "VPP HTTP Server Performance"
8156 #    layout:
8157 #      "plot-cps"
8158 #
8159 #- type: "plot"
8160 #  title: "VPP HTTP Server Performance"
8161 #  algorithm: "plot_http_server_perf_box"
8162 #  output-file-type: ".html"
8163 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8164 #  data:
8165 #    "plot-vpp-http-server-performance"
8166 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8167 #  parameters:
8168 #  - "result"
8169 #  - "name"
8170 #  traces:
8171 #    hoverinfo: "y+name"
8172 #    boxpoints: "outliers"
8173 #    whiskerwidth: 0
8174 #  layout:
8175 #    title: "VPP HTTP Server Performance"
8176 #    layout:
8177 #      "plot-rps"
8178
8179 ################################################################################
8180
8181 # Soak Test (PLRsearch), boxes - 2n-clx
8182 - type: "plot"
8183   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8184   algorithm: "plot_perf_box_name"
8185   output-file-type: ".html"
8186   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8187   data: "plot-vpp-soak-2n-clx"
8188   include:
8189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8195   layout:
8196     title: "30 Minutes Soak Test (PLRsearch)"
8197     layout: "plot-soak-throughput"
8198
8199 # Soak Test (PLRsearch), boxes - 2n-clx
8200 - type: "plot"
8201   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8202   algorithm: "plot_perf_box_name"
8203   output-file-type: ".html"
8204   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8205   data: "plot-vpp-soak-2n-clx"
8206   include:
8207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8212     - "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"
8213   layout:
8214     title: "30 Minutes Soak Test (PLRsearch)"
8215     layout: "plot-soak-throughput"
8216
8217 # Soak Test (PLRsearch), boxes - 2n-skx
8218 - type: "plot"
8219   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8220   algorithm: "plot_perf_box_name"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8223   data: "plot-vpp-soak-2n-skx"
8224   include:
8225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8231   layout:
8232     title: "30 Minutes Soak Test (PLRsearch)"
8233     layout: "plot-soak-throughput"
8234
8235 # Soak Test (PLRsearch), boxes - 2n-skx
8236 - type: "plot"
8237   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8238   algorithm: "plot_perf_box_name"
8239   output-file-type: ".html"
8240   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8241   data: "plot-vpp-soak-2n-skx"
8242   include:
8243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8248     - "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"
8249   layout:
8250     title: "30 Minutes Soak Test (PLRsearch)"
8251     layout: "plot-soak-throughput"
8252
8253 ###############################################################################
8254
8255 # Reconf tests 2n-skx
8256
8257 - type: "plot"
8258   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8259   algorithm: "plot_nf_reconf_box_name"
8260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8261   data: "plot-vpp-nfv-reconf-2n-skx"
8262   include:
8263     - "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"
8264     - "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"
8265     - "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"
8266     - "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"
8267     - "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"
8268     - "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"
8269   layout:
8270     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8271     layout: "plot-throughput"
8272
8273 - type: "plot"
8274   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8275   algorithm: "plot_nf_reconf_box_name"
8276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8277   data: "plot-vpp-nfv-reconf-2n-skx"
8278   include:
8279     - "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"
8280     - "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"
8281     - "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"
8282     - "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"
8283     - "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"
8284     - "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"
8285   layout:
8286     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8287     layout: "plot-throughput"
8288
8289 - type: "plot"
8290   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8291   algorithm: "plot_nf_reconf_box_name"
8292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8293   data: "plot-vpp-nfv-reconf-2n-skx"
8294   include:
8295     - "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"
8296     - "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"
8297     - "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"
8298     - "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"
8299     - "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"
8300     - "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"
8301   layout:
8302     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8303     layout: "plot-throughput"
8304
8305 ###############################################################################
8306
8307 # Reconf tests 2n-clx
8308
8309 - type: "plot"
8310   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8311   algorithm: "plot_nf_reconf_box_name"
8312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8313   data: "plot-vpp-nfv-reconf-2n-clx"
8314   include:
8315     - "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"
8316     - "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"
8317     - "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"
8318     - "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"
8319   layout:
8320     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8321     layout: "plot-throughput"
8322
8323 - type: "plot"
8324   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8325   algorithm: "plot_nf_reconf_box_name"
8326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8327   data: "plot-vpp-nfv-reconf-2n-clx"
8328   include:
8329     - "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"
8330     - "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"
8331     - "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"
8332     - "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"
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-clx-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-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8341   data: "plot-vpp-nfv-reconf-2n-clx"
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   layout:
8348     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8349     layout: "plot-throughput"
8350
8351 ###############################################################################
8352
8353 # Plots - NF Density - VSC - MRR IMIX
8354 - type: "plot"
8355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8356   algorithm: "plot_nf_heatmap"
8357   output-file-type: ".html"
8358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8359   data: "plot-vpp-nfv-2n-skx-mrr"
8360   filter: "'NIC_Intel-XXV710' and
8361            'NF_DENSITY' and
8362            'VHOST' and
8363            not 'VXLAN' and
8364            'CHAIN' and
8365            'NF_VPPIP4' and
8366            'IMIX' and
8367            '2T1C' and
8368            'MRR'"
8369   parameters:
8370   - "result"
8371   - "name"
8372   - "tags"
8373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8374   x-axis: "X = VNFs per Service Chain"
8375   y-axis: "Y = Number of Service Chains"
8376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8377   layout:
8378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8379     layout: "plot-service-density"
8380
8381 - type: "plot"
8382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8383   algorithm: "plot_nf_heatmap"
8384   output-file-type: ".html"
8385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8386   data: "plot-vpp-nfv-2n-skx-mrr"
8387   filter: "'NIC_Intel-XXV710' and
8388            'NF_DENSITY' and
8389            'VHOST' and
8390            not 'VXLAN' and
8391            'CHAIN' and
8392            'NF_VPPIP4' and
8393            'IMIX' and
8394            '4T2C' and
8395            'MRR'"
8396   parameters:
8397   - "result"
8398   - "name"
8399   - "tags"
8400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8401   x-axis: "X = VNFs per Service Chain"
8402   y-axis: "Y = Number of Service Chains"
8403   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8404   layout:
8405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8406     layout: "plot-service-density"
8407
8408 - type: "plot"
8409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8410   algorithm: "plot_nf_heatmap"
8411   output-file-type: ".html"
8412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8413   data: "plot-vpp-nfv-2n-skx-mrr"
8414   filter: "'NIC_Intel-XXV710' and
8415            'NF_DENSITY' and
8416            'VHOST' and
8417            not 'VXLAN' and
8418            'CHAIN' and
8419            'NF_VPPIP4' and
8420            'IMIX' and
8421            '8T4C' and
8422            'MRR'"
8423   parameters:
8424   - "result"
8425   - "name"
8426   - "tags"
8427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8428   x-axis: "X = VNFs per Service Chain"
8429   y-axis: "Y = Number of Service Chains"
8430   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8431   layout:
8432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8433     layout: "plot-service-density"
8434
8435 # Plots - NF Density - VSC - NDR IMIX
8436 - type: "plot"
8437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8438   algorithm: "plot_nf_heatmap"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8441   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8442   filter: "'NIC_Intel-XXV710' and
8443            'NF_DENSITY' and
8444            'VHOST' and
8445            not 'VXLAN' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IMIX' and
8449            '2T1C' and
8450            'NDRPDR'"
8451   parameters:
8452   - "throughput"
8453   - "name"
8454   - "tags"
8455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8456   x-axis: "X = VNFs per Service Chain"
8457   y-axis: "Y = Number of Service Chains"
8458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8459   layout:
8460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8461     layout: "plot-service-density"
8462
8463 - type: "plot"
8464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8465   algorithm: "plot_nf_heatmap"
8466   output-file-type: ".html"
8467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8468   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8469   filter: "'NIC_Intel-XXV710' and
8470            'NF_DENSITY' and
8471            'VHOST' and
8472            not 'VXLAN' and
8473            'CHAIN' and
8474            'NF_VPPIP4' and
8475            'IMIX' and
8476            '4T2C' and
8477            'NDRPDR'"
8478   parameters:
8479   - "throughput"
8480   - "name"
8481   - "tags"
8482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8483   x-axis: "X = VNFs per Service Chain"
8484   y-axis: "Y = Number of Service Chains"
8485   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8486   layout:
8487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8488     layout: "plot-service-density"
8489
8490 - type: "plot"
8491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8492   algorithm: "plot_nf_heatmap"
8493   output-file-type: ".html"
8494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8495   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8496   filter: "'NIC_Intel-XXV710' and
8497            'NF_DENSITY' and
8498            'VHOST' and
8499            not 'VXLAN' and
8500            'CHAIN' and
8501            'NF_VPPIP4' and
8502            'IMIX' and
8503            '8T4C' and
8504            'NDRPDR'"
8505   parameters:
8506   - "throughput"
8507   - "name"
8508   - "tags"
8509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8510   x-axis: "X = VNFs per Service Chain"
8511   y-axis: "Y = Number of Service Chains"
8512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8513   layout:
8514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8515     layout: "plot-service-density"
8516
8517 # Plots - NF Density - VSC - PDR IMIX
8518 - type: "plot"
8519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8520   algorithm: "plot_nf_heatmap"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8523   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8524   filter: "'NIC_Intel-XXV710' and
8525            'NF_DENSITY' and
8526            'VHOST' and
8527            not 'VXLAN' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IMIX' and
8531            '2T1C' and
8532            'NDRPDR'"
8533   parameters:
8534   - "throughput"
8535   - "name"
8536   - "tags"
8537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8538   x-axis: "X = VNFs per Service Chain"
8539   y-axis: "Y = Number of Service Chains"
8540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8541   layout:
8542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8543     layout: "plot-service-density"
8544
8545 - type: "plot"
8546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8547   algorithm: "plot_nf_heatmap"
8548   output-file-type: ".html"
8549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8550   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8551   filter: "'NIC_Intel-XXV710' and
8552            'NF_DENSITY' and
8553            'VHOST' and
8554            not 'VXLAN' and
8555            'CHAIN' and
8556            'NF_VPPIP4' and
8557            'IMIX' and
8558            '4T2C' and
8559            'NDRPDR'"
8560   parameters:
8561   - "throughput"
8562   - "name"
8563   - "tags"
8564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8565   x-axis: "X = VNFs per Service Chain"
8566   y-axis: "Y = Number of Service Chains"
8567   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8568   layout:
8569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8570     layout: "plot-service-density"
8571
8572 - type: "plot"
8573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8574   algorithm: "plot_nf_heatmap"
8575   output-file-type: ".html"
8576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8577   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8578   filter: "'NIC_Intel-XXV710' and
8579            'NF_DENSITY' and
8580            'VHOST' and
8581            not 'VXLAN' and
8582            'CHAIN' and
8583            'NF_VPPIP4' and
8584            'IMIX' and
8585            '8T4C' and
8586            'NDRPDR'"
8587   parameters:
8588   - "throughput"
8589   - "name"
8590   - "tags"
8591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8592   x-axis: "X = VNFs per Service Chain"
8593   y-axis: "Y = Number of Service Chains"
8594   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8595   layout:
8596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8597     layout: "plot-service-density"
8598
8599 ###############################################################################
8600
8601 # Plots - NF Density - VSC - MRR IMIX
8602 - type: "plot"
8603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8604   algorithm: "plot_nf_heatmap"
8605   output-file-type: ".html"
8606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8607   data: "plot-vpp-nfv-2n-skx-mrr"
8608   filter: "'NIC_Intel-XXV710' and
8609            'NF_DENSITY' and
8610            'VHOST' and
8611            'VXLAN' and
8612            'CHAIN' and
8613            'IMIX' and
8614            '2T1C' and
8615            'MRR'"
8616   parameters:
8617   - "result"
8618   - "name"
8619   - "tags"
8620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8621   x-axis: "X = VNFs per Service Chain"
8622   y-axis: "Y = Number of Service Chains"
8623   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8624   layout:
8625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8626     layout: "plot-service-density"
8627
8628 - type: "plot"
8629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8630   algorithm: "plot_nf_heatmap"
8631   output-file-type: ".html"
8632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8633   data: "plot-vpp-nfv-2n-skx-mrr"
8634   filter: "'NIC_Intel-XXV710' and
8635            'NF_DENSITY' and
8636            'VHOST' and
8637            'VXLAN' and
8638            'CHAIN' and
8639            'IMIX' and
8640            '4T2C' and
8641            'MRR'"
8642   parameters:
8643   - "result"
8644   - "name"
8645   - "tags"
8646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8647   x-axis: "X = VNFs per Service Chain"
8648   y-axis: "Y = Number of Service Chains"
8649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8650   layout:
8651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8652     layout: "plot-service-density"
8653
8654 - type: "plot"
8655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8656   algorithm: "plot_nf_heatmap"
8657   output-file-type: ".html"
8658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8659   data: "plot-vpp-nfv-2n-skx-mrr"
8660   filter: "'NIC_Intel-XXV710' and
8661            'NF_DENSITY' and
8662            'VHOST' and
8663            'VXLAN' and
8664            'CHAIN' and
8665            'IMIX' and
8666            '8T4C' and
8667            'MRR'"
8668   parameters:
8669   - "result"
8670   - "name"
8671   - "tags"
8672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8673   x-axis: "X = VNFs per Service Chain"
8674   y-axis: "Y = Number of Service Chains"
8675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8676   layout:
8677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8678     layout: "plot-service-density"
8679
8680 # Plots - NF Density - VSC - NDR IMIX
8681 - type: "plot"
8682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8683   algorithm: "plot_nf_heatmap"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8686   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8687   filter: "'NIC_Intel-XXV710' and
8688            'NF_DENSITY' and
8689            'VHOST' and
8690            'VXLAN' and
8691            'CHAIN' and
8692            'IMIX' and
8693            '2T1C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = VNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file-type: ".html"
8711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8712   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8713   filter: "'NIC_Intel-XXV710' and
8714            'NF_DENSITY' and
8715            'VHOST' and
8716            'VXLAN' and
8717            'CHAIN' and
8718            'IMIX' and
8719            '4T2C' and
8720            'NDRPDR'"
8721   parameters:
8722   - "throughput"
8723   - "name"
8724   - "tags"
8725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8726   x-axis: "X = VNFs per Service Chain"
8727   y-axis: "Y = Number of Service Chains"
8728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8731     layout: "plot-service-density"
8732
8733 - type: "plot"
8734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8735   algorithm: "plot_nf_heatmap"
8736   output-file-type: ".html"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8738   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8739   filter: "'NIC_Intel-XXV710' and
8740            'NF_DENSITY' and
8741            'VHOST' and
8742            'VXLAN' and
8743            'CHAIN' and
8744            'IMIX' and
8745            '8T4C' and
8746            'NDRPDR'"
8747   parameters:
8748   - "throughput"
8749   - "name"
8750   - "tags"
8751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8752   x-axis: "X = VNFs per Service Chain"
8753   y-axis: "Y = Number of Service Chains"
8754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8755   layout:
8756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8757     layout: "plot-service-density"
8758
8759 # Plots - NF Density - VSC - PDR IMIX
8760 - type: "plot"
8761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8762   algorithm: "plot_nf_heatmap"
8763   output-file-type: ".html"
8764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8765   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8766   filter: "'NIC_Intel-XXV710' and
8767            'NF_DENSITY' and
8768            'VHOST' and
8769            'VXLAN' and
8770            'CHAIN' and
8771            'IMIX' and
8772            '2T1C' and
8773            'NDRPDR'"
8774   parameters:
8775   - "throughput"
8776   - "name"
8777   - "tags"
8778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8779   x-axis: "X = VNFs per Service Chain"
8780   y-axis: "Y = Number of Service Chains"
8781   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8782   layout:
8783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8784     layout: "plot-service-density"
8785
8786 - type: "plot"
8787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8788   algorithm: "plot_nf_heatmap"
8789   output-file-type: ".html"
8790   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8791   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8792   filter: "'NIC_Intel-XXV710' and
8793            'NF_DENSITY' and
8794            'VHOST' and
8795            'VXLAN' and
8796            'CHAIN' and
8797            'IMIX' and
8798            '4T2C' and
8799            'NDRPDR'"
8800   parameters:
8801   - "throughput"
8802   - "name"
8803   - "tags"
8804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8805   x-axis: "X = VNFs per Service Chain"
8806   y-axis: "Y = Number of Service Chains"
8807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8808   layout:
8809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8810     layout: "plot-service-density"
8811
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file-type: ".html"
8816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8817   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8818   filter: "'NIC_Intel-XXV710' and
8819            'NF_DENSITY' and
8820            'VHOST' and
8821            'VXLAN' and
8822            'CHAIN' and
8823            'IMIX' and
8824            '8T4C' and
8825            'NDRPDR'"
8826   parameters:
8827   - "throughput"
8828   - "name"
8829   - "tags"
8830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8831   x-axis: "X = VNFs per Service Chain"
8832   y-axis: "Y = Number of Service Chains"
8833   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8834   layout:
8835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8836     layout: "plot-service-density"
8837
8838 ###############################################################################
8839
8840 # Plots - NF Density - CSC - MRR IMIX
8841 - type: "plot"
8842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8843   algorithm: "plot_nf_heatmap"
8844   output-file-type: ".html"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8846   data: "plot-vpp-nfv-2n-skx-mrr"
8847   filter: "'NIC_Intel-XXV710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IMIX' and
8853            '2T1C' and
8854            'MRR'"
8855   parameters:
8856   - "result"
8857   - "name"
8858   - "tags"
8859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8860   x-axis: "X = CNFs per Service Chain"
8861   y-axis: "Y = Number of Service Chains"
8862   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8863   layout:
8864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8865     layout: "plot-service-density"
8866
8867 - type: "plot"
8868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8869   algorithm: "plot_nf_heatmap"
8870   output-file-type: ".html"
8871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8872   data: "plot-vpp-nfv-2n-skx-mrr"
8873   filter: "'NIC_Intel-XXV710' and
8874            'NF_DENSITY' and
8875            'DOCKER' and
8876            'CHAIN' and
8877            'NF_VPPIP4' and
8878            'IMIX' and
8879            '4T2C' and
8880            'MRR'"
8881   parameters:
8882   - "result"
8883   - "name"
8884   - "tags"
8885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8886   x-axis: "X = CNFs per Service Chain"
8887   y-axis: "Y = Number of Service Chains"
8888   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8889   layout:
8890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8891     layout: "plot-service-density"
8892
8893 - type: "plot"
8894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8895   algorithm: "plot_nf_heatmap"
8896   output-file-type: ".html"
8897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8898   data: "plot-vpp-nfv-2n-skx-mrr"
8899   filter: "'NIC_Intel-XXV710' and
8900            'NF_DENSITY' and
8901            'DOCKER' and
8902            'CHAIN' and
8903            'NF_VPPIP4' and
8904            'IMIX' and
8905            '8T4C' and
8906            'MRR'"
8907   parameters:
8908   - "result"
8909   - "name"
8910   - "tags"
8911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8912   x-axis: "X = CNFs per Service Chain"
8913   y-axis: "Y = Number of Service Chains"
8914   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8915   layout:
8916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8917     layout: "plot-service-density"
8918
8919 # Plots - NF Density - CSC - NDR IMIX
8920 - type: "plot"
8921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8922   algorithm: "plot_nf_heatmap"
8923   output-file-type: ".html"
8924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8925   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8926   filter: "'NIC_Intel-XXV710' and
8927            'NF_DENSITY' and
8928            'DOCKER' and
8929            'CHAIN' and
8930            'NF_VPPIP4' and
8931            'IMIX' and
8932            '2T1C' and
8933            'NDRPDR'"
8934   parameters:
8935   - "throughput"
8936   - "name"
8937   - "tags"
8938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8939   x-axis: "X = CNFs per Service Chain"
8940   y-axis: "Y = Number of Service Chains"
8941   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8942   layout:
8943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8944     layout: "plot-service-density"
8945
8946 - type: "plot"
8947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8948   algorithm: "plot_nf_heatmap"
8949   output-file-type: ".html"
8950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8951   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8952   filter: "'NIC_Intel-XXV710' and
8953            'NF_DENSITY' and
8954            'DOCKER' and
8955            'CHAIN' and
8956            'NF_VPPIP4' and
8957            'IMIX' and
8958            '4T2C' and
8959            'NDRPDR'"
8960   parameters:
8961   - "throughput"
8962   - "name"
8963   - "tags"
8964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8965   x-axis: "X = CNFs per Service Chain"
8966   y-axis: "Y = Number of Service Chains"
8967   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8968   layout:
8969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8970     layout: "plot-service-density"
8971
8972 - type: "plot"
8973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8974   algorithm: "plot_nf_heatmap"
8975   output-file-type: ".html"
8976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8977   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8978   filter: "'NIC_Intel-XXV710' and
8979            'NF_DENSITY' and
8980            'DOCKER' and
8981            'CHAIN' and
8982            'NF_VPPIP4' and
8983            'IMIX' and
8984            '8T4C' and
8985            'NDRPDR'"
8986   parameters:
8987   - "throughput"
8988   - "name"
8989   - "tags"
8990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8991   x-axis: "X = CNFs per Service Chain"
8992   y-axis: "Y = Number of Service Chains"
8993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8994   layout:
8995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8996     layout: "plot-service-density"
8997
8998 # Plots - NF Density - CSC - PDR IMIX
8999 - type: "plot"
9000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9001   algorithm: "plot_nf_heatmap"
9002   output-file-type: ".html"
9003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9004   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9005   filter: "'NIC_Intel-XXV710' and
9006            'NF_DENSITY' and
9007            'DOCKER' and
9008            'CHAIN' and
9009            'NF_VPPIP4' and
9010            'IMIX' and
9011            '2T1C' and
9012            'NDRPDR'"
9013   parameters:
9014   - "throughput"
9015   - "name"
9016   - "tags"
9017   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9018   x-axis: "X = CNFs per Service Chain"
9019   y-axis: "Y = Number of Service Chains"
9020   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9021   layout:
9022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9023     layout: "plot-service-density"
9024
9025 - type: "plot"
9026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9027   algorithm: "plot_nf_heatmap"
9028   output-file-type: ".html"
9029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9030   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9031   filter: "'NIC_Intel-XXV710' and
9032            'NF_DENSITY' and
9033            'DOCKER' and
9034            'CHAIN' and
9035            'NF_VPPIP4' and
9036            'IMIX' and
9037            '4T2C' and
9038            'NDRPDR'"
9039   parameters:
9040   - "throughput"
9041   - "name"
9042   - "tags"
9043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9044   x-axis: "X = CNFs per Service Chain"
9045   y-axis: "Y = Number of Service Chains"
9046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9047   layout:
9048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9049     layout: "plot-service-density"
9050
9051 - type: "plot"
9052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9053   algorithm: "plot_nf_heatmap"
9054   output-file-type: ".html"
9055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9056   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9057   filter: "'NIC_Intel-XXV710' and
9058            'NF_DENSITY' and
9059            'DOCKER' and
9060            'CHAIN' and
9061            'NF_VPPIP4' and
9062            'IMIX' and
9063            '8T4C' and
9064            'NDRPDR'"
9065   parameters:
9066   - "throughput"
9067   - "name"
9068   - "tags"
9069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9070   x-axis: "X = CNFs per Service Chain"
9071   y-axis: "Y = Number of Service Chains"
9072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9073   layout:
9074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9075     layout: "plot-service-density"
9076
9077 ################################################################################
9078 #
9079 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9080 #- type: "plot"
9081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9082 #  algorithm: "plot_nf_heatmap"
9083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9084 #  data: "plot-vpp-nfv-3n-skx-mrr"
9085 #  filter: "'NIC_Intel-XXV710' and
9086 #           'NF_DENSITY' and
9087 #           'DOCKER' and
9088 #           'CHAIN' and
9089 #           'NF_VPPIP4' and
9090 #           'IPSEC' and
9091 #           'TNL_4' and
9092 #           'IMIX' and
9093 #           '2T1C' and
9094 #           'MRR'"
9095 #  parameters:
9096 #  - "result"
9097 #  - "name"
9098 #  - "tags"
9099 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9100 #  x-axis: "X = CNFs per Service Chain"
9101 #  y-axis: "Y = Number of Service Chains"
9102 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9103 #  layout:
9104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9105 #    layout: "plot-service-density"
9106 #
9107 #- type: "plot"
9108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9109 #  algorithm: "plot_nf_heatmap"
9110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9111 #  data: "plot-vpp-nfv-3n-skx-mrr"
9112 #  filter: "'NIC_Intel-XXV710' and
9113 #           'NF_DENSITY' and
9114 #           'DOCKER' and
9115 #           'CHAIN' and
9116 #           'NF_VPPIP4' and
9117 #           'IPSEC' and
9118 #           'TNL_4' and
9119 #           'IMIX' and
9120 #           '4T2C' and
9121 #           'MRR'"
9122 #  parameters:
9123 #  - "result"
9124 #  - "name"
9125 #  - "tags"
9126 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9127 #  x-axis: "X = CNFs per Service Chain"
9128 #  y-axis: "Y = Number of Service Chains"
9129 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9130 #  layout:
9131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9132 #    layout: "plot-service-density"
9133 #
9134 #- type: "plot"
9135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9136 #  algorithm: "plot_nf_heatmap"
9137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9138 #  data: "plot-vpp-nfv-3n-skx-mrr"
9139 #  filter: "'NIC_Intel-XXV710' and
9140 #           'NF_DENSITY' and
9141 #           'DOCKER' and
9142 #           'CHAIN' and
9143 #           'NF_VPPIP4' and
9144 #           'IPSEC' and
9145 #           'TNL_4' and
9146 #           'IMIX' and
9147 #           '8T4C' and
9148 #           'MRR'"
9149 #  parameters:
9150 #  - "result"
9151 #  - "name"
9152 #  - "tags"
9153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9154 #  x-axis: "X = CNFs per Service Chain"
9155 #  y-axis: "Y = Number of Service Chains"
9156 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9157 #  layout:
9158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9159 #    layout: "plot-service-density"
9160
9161 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9162 - type: "plot"
9163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9164   algorithm: "plot_nf_heatmap"
9165   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9166   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9167   filter: "'NIC_Intel-XXV710' and
9168            'NF_DENSITY' and
9169            'DOCKER' and
9170            'CHAIN' and
9171            'NF_VPPIP4' and
9172            'IPSEC' and
9173            'TNL_4' and
9174            'IMIX' and
9175            '2T1C' and
9176            'NDRPDR'"
9177   parameters:
9178   - "throughput"
9179   - "name"
9180   - "tags"
9181   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9182   x-axis: "X = CNFs per Service Chain"
9183   y-axis: "Y = Number of Service Chains"
9184   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9185   layout:
9186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9187     layout: "plot-service-density"
9188
9189 - type: "plot"
9190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9191   algorithm: "plot_nf_heatmap"
9192   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9193   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9194   filter: "'NIC_Intel-XXV710' and
9195            'NF_DENSITY' and
9196            'DOCKER' and
9197            'CHAIN' and
9198            'NF_VPPIP4' and
9199            'IPSEC' and
9200            'TNL_4' and
9201            'IMIX' and
9202            '4T2C' and
9203            'NDRPDR'"
9204   parameters:
9205   - "throughput"
9206   - "name"
9207   - "tags"
9208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9209   x-axis: "X = CNFs per Service Chain"
9210   y-axis: "Y = Number of Service Chains"
9211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9212   layout:
9213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9214     layout: "plot-service-density"
9215
9216 - type: "plot"
9217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9218   algorithm: "plot_nf_heatmap"
9219   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9220   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9221   filter: "'NIC_Intel-XXV710' and
9222            'NF_DENSITY' and
9223            'DOCKER' and
9224            'CHAIN' and
9225            'NF_VPPIP4' and
9226            'IPSEC' and
9227            'TNL_4' and
9228            'IMIX' and
9229            '8T4C' and
9230            'NDRPDR'"
9231   parameters:
9232   - "throughput"
9233   - "name"
9234   - "tags"
9235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9236   x-axis: "X = CNFs per Service Chain"
9237   y-axis: "Y = Number of Service Chains"
9238   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9239   layout:
9240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9241     layout: "plot-service-density"
9242
9243 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9244 - type: "plot"
9245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9246   algorithm: "plot_nf_heatmap"
9247   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9248   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9249   filter: "'NIC_Intel-XXV710' and
9250            'NF_DENSITY' and
9251            'DOCKER' and
9252            'CHAIN' and
9253            'NF_VPPIP4' and
9254            'IPSEC' and
9255            'TNL_4' and
9256            'IMIX' and
9257            '2T1C' and
9258            'NDRPDR'"
9259   parameters:
9260   - "throughput"
9261   - "name"
9262   - "tags"
9263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9264   x-axis: "X = CNFs per Service Chain"
9265   y-axis: "Y = Number of Service Chains"
9266   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9267   layout:
9268     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9269     layout: "plot-service-density"
9270
9271 - type: "plot"
9272   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9273   algorithm: "plot_nf_heatmap"
9274   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9275   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9276   filter: "'NIC_Intel-XXV710' and
9277            'NF_DENSITY' and
9278            'DOCKER' and
9279            'CHAIN' and
9280            'NF_VPPIP4' and
9281            'IPSEC' and
9282            'TNL_4' and
9283            'IMIX' and
9284            '4T2C' and
9285            'NDRPDR'"
9286   parameters:
9287   - "throughput"
9288   - "name"
9289   - "tags"
9290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9291   x-axis: "X = CNFs per Service Chain"
9292   y-axis: "Y = Number of Service Chains"
9293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9294   layout:
9295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9296     layout: "plot-service-density"
9297
9298 - type: "plot"
9299   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9300   algorithm: "plot_nf_heatmap"
9301   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9302   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9303   filter: "'NIC_Intel-XXV710' and
9304            'NF_DENSITY' and
9305            'DOCKER' and
9306            'CHAIN' and
9307            'NF_VPPIP4' and
9308            'IPSEC' and
9309            'TNL_4' and
9310            'IMIX' and
9311            '8T4C' and
9312            'NDRPDR'"
9313   parameters:
9314   - "throughput"
9315   - "name"
9316   - "tags"
9317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9318   x-axis: "X = CNFs per Service Chain"
9319   y-axis: "Y = Number of Service Chains"
9320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9321   layout:
9322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9323     layout: "plot-service-density"
9324
9325 ###############################################################################
9326
9327 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9328 #- type: "plot"
9329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9330 #  algorithm: "plot_nf_heatmap"
9331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9332 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9333 #  filter: "'NIC_Intel-XL710' and
9334 #           'NF_DENSITY' and
9335 #           'DOCKER' and
9336 #           'CHAIN' and
9337 #           'NF_VPPIP4' and
9338 #           'IMIX' and
9339 #           'TNL_4' and
9340 #           '1T1C' and
9341 #           'MRR'"
9342 #  parameters:
9343 #  - "result"
9344 #  - "name"
9345 #  - "tags"
9346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9347 #  x-axis: "X = CNFs per Service Chain"
9348 #  y-axis: "Y = Number of Service Chains"
9349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9350 #  layout:
9351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9352 #    layout: "plot-service-density"
9353 #
9354 #- type: "plot"
9355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9356 #  algorithm: "plot_nf_heatmap"
9357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9358 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9359 #  filter: "'NIC_Intel-XL710' and
9360 #           'NF_DENSITY' and
9361 #           'DOCKER' and
9362 #           'CHAIN' and
9363 #           'NF_VPPIP4' and
9364 #           'IPSEC' and
9365 #           'TNL_4' and
9366 #           'IMIX' and
9367 #           '2T2C' and
9368 #           'MRR'"
9369 #  parameters:
9370 #  - "result"
9371 #  - "name"
9372 #  - "tags"
9373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9374 #  x-axis: "X = CNFs per Service Chain"
9375 #  y-axis: "Y = Number of Service Chains"
9376 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9377 #  layout:
9378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9379 #    layout: "plot-service-density"
9380 #
9381 #- type: "plot"
9382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9383 #  algorithm: "plot_nf_heatmap"
9384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9385 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9386 #  filter: "'NIC_Intel-XL710' and
9387 #           'NF_DENSITY' and
9388 #           'DOCKER' and
9389 #           'CHAIN' and
9390 #           'NF_VPPIP4' and
9391 #           'IPSEC' and
9392 #           'TNL_4' and
9393 #           'IMIX' and
9394 #           '4T4C' and
9395 #           'MRR'"
9396 #  parameters:
9397 #  - "result"
9398 #  - "name"
9399 #  - "tags"
9400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9401 #  x-axis: "X = CNFs per Service Chain"
9402 #  y-axis: "Y = Number of Service Chains"
9403 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9404 #  layout:
9405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9406 #    layout: "plot-service-density"
9407
9408 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9409 #- type: "plot"
9410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9411 #  algorithm: "plot_nf_heatmap"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9413 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9414 #  filter: "'NIC_Intel-XL710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IPSEC' and
9420 #           'TNL_4' and
9421 #           'IMIX' and
9422 #           '1T1C' and
9423 #           'NDRPDR'"
9424 #  parameters:
9425 #  - "throughput"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Chain"
9430 #  y-axis: "Y = Number of Service Chains"
9431 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9434 #    layout: "plot-service-density"
9435 #
9436 #- type: "plot"
9437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9438 #  algorithm: "plot_nf_heatmap"
9439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9440 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9441 #  filter: "'NIC_Intel-XL710' and
9442 #           'NF_DENSITY' and
9443 #           'DOCKER' and
9444 #           'CHAIN' and
9445 #           'NF_VPPIP4' and
9446 #           'IPSEC' and
9447 #           'TNL_4' and
9448 #           'IMIX' and
9449 #           '2T2C' and
9450 #           'NDRPDR'"
9451 #  parameters:
9452 #  - "throughput"
9453 #  - "name"
9454 #  - "tags"
9455 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9456 #  x-axis: "X = CNFs per Service Chain"
9457 #  y-axis: "Y = Number of Service Chains"
9458 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9459 #  layout:
9460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9461 #    layout: "plot-service-density"
9462 #
9463 #- type: "plot"
9464 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9465 #  algorithm: "plot_nf_heatmap"
9466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9467 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9468 #  filter: "'NIC_Intel-XL710' and
9469 #           'NF_DENSITY' and
9470 #           'DOCKER' and
9471 #           'CHAIN' and
9472 #           'NF_VPPIP4' and
9473 #           'IPSEC' and
9474 #           'TNL_4' and
9475 #           'IMIX' and
9476 #           '4T4C' and
9477 #           'NDRPDR'"
9478 #  parameters:
9479 #  - "throughput"
9480 #  - "name"
9481 #  - "tags"
9482 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9483 #  x-axis: "X = CNFs per Service Chain"
9484 #  y-axis: "Y = Number of Service Chains"
9485 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9486 #  layout:
9487 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9488 #    layout: "plot-service-density"
9489 #
9490 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9491 #- type: "plot"
9492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9493 #  algorithm: "plot_nf_heatmap"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9495 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9496 #  filter: "'NIC_Intel-XL710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IPSEC' and
9502 #           'TNL_4' and
9503 #           'IMIX' and
9504 #           '1T1C' and
9505 #           'NDRPDR'"
9506 #  parameters:
9507 #  - "throughput"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Chain"
9512 #  y-axis: "Y = Number of Service Chains"
9513 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9516 #    layout: "plot-service-density"
9517 #
9518 #- type: "plot"
9519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9520 #  algorithm: "plot_nf_heatmap"
9521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9522 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9523 #  filter: "'NIC_Intel-XL710' and
9524 #           'NF_DENSITY' and
9525 #           'DOCKER' and
9526 #           'CHAIN' and
9527 #           'NF_VPPIP4' and
9528 #           'IPSEC' and
9529 #           'TNL_4' and
9530 #           'IMIX' and
9531 #           '2T2C' and
9532 #           'NDRPDR'"
9533 #  parameters:
9534 #  - "throughput"
9535 #  - "name"
9536 #  - "tags"
9537 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9538 #  x-axis: "X = CNFs per Service Chain"
9539 #  y-axis: "Y = Number of Service Chains"
9540 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9541 #  layout:
9542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9543 #    layout: "plot-service-density"
9544 #
9545 #- type: "plot"
9546 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9547 #  algorithm: "plot_nf_heatmap"
9548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9549 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9550 #  filter: "'NIC_Intel-XL710' and
9551 #           'NF_DENSITY' and
9552 #           'DOCKER' and
9553 #           'CHAIN' and
9554 #           'NF_VPPIP4' and
9555 #           'IPSEC' and
9556 #           'TNL_4' and
9557 #           'IMIX' and
9558 #           '4T4C' and
9559 #           'NDRPDR'"
9560 #  parameters:
9561 #  - "throughput"
9562 #  - "name"
9563 #  - "tags"
9564 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9565 #  x-axis: "X = CNFs per Service Chain"
9566 #  y-axis: "Y = Number of Service Chains"
9567 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9568 #  layout:
9569 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9570 #    layout: "plot-service-density"
9571
9572 ###############################################################################
9573
9574 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9575 #- type: "plot"
9576 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9577 #  algorithm: "plot_nf_heatmap"
9578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9579 #  data: "plot-vpp-nfv-3n-skx-mrr"
9580 #  filter: "'NIC_Intel-XXV710' and
9581 #           'NF_DENSITY' and
9582 #           'DOCKER' and
9583 #           'CHAIN' and
9584 #           'NF_VPPIP4' and
9585 #           'IPSEC' and
9586 #           'TNL_1000' and
9587 #           'IMIX' and
9588 #           '2T1C' and
9589 #           'MRR'"
9590 #  parameters:
9591 #  - "result"
9592 #  - "name"
9593 #  - "tags"
9594 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9595 #  x-axis: "X = CNFs per Service Chain"
9596 #  y-axis: "Y = Number of Service Chains"
9597 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9598 #  layout:
9599 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9600 #    layout: "plot-service-density"
9601 #
9602 #- type: "plot"
9603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9604 #  algorithm: "plot_nf_heatmap"
9605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9606 #  data: "plot-vpp-nfv-3n-skx-mrr"
9607 #  filter: "'NIC_Intel-XXV710' and
9608 #           'NF_DENSITY' and
9609 #           'DOCKER' and
9610 #           'CHAIN' and
9611 #           'NF_VPPIP4' and
9612 #           'IPSEC' and
9613 #           'TNL_1000' and
9614 #           'IMIX' and
9615 #           '4T2C' and
9616 #           'MRR'"
9617 #  parameters:
9618 #  - "result"
9619 #  - "name"
9620 #  - "tags"
9621 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9622 #  x-axis: "X = CNFs per Service Chain"
9623 #  y-axis: "Y = Number of Service Chains"
9624 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9625 #  layout:
9626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9627 #    layout: "plot-service-density"
9628 #
9629 #- type: "plot"
9630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9631 #  algorithm: "plot_nf_heatmap"
9632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9633 #  data: "plot-vpp-nfv-3n-skx-mrr"
9634 #  filter: "'NIC_Intel-XXV710' and
9635 #           'NF_DENSITY' and
9636 #           'DOCKER' and
9637 #           'CHAIN' and
9638 #           'NF_VPPIP4' and
9639 #           'IPSEC' and
9640 #           'TNL_1000' and
9641 #           'IMIX' and
9642 #           '8T4C' and
9643 #           'MRR'"
9644 #  parameters:
9645 #  - "result"
9646 #  - "name"
9647 #  - "tags"
9648 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9649 #  x-axis: "X = CNFs per Service Chain"
9650 #  y-axis: "Y = Number of Service Chains"
9651 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9652 #  layout:
9653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9654 #    layout: "plot-service-density"
9655
9656 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9657 - type: "plot"
9658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9659   algorithm: "plot_nf_heatmap"
9660   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9661   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9662   filter: "'NIC_Intel-XXV710' and
9663            'NF_DENSITY' and
9664            'DOCKER' and
9665            'CHAIN' and
9666            'NF_VPPIP4' and
9667            'IPSEC' and
9668            'TNL_1000' and
9669            'IMIX' and
9670            '2T1C' and
9671            'NDRPDR'"
9672   parameters:
9673   - "throughput"
9674   - "name"
9675   - "tags"
9676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9677   x-axis: "X = CNFs per Service Chain"
9678   y-axis: "Y = Number of Service Chains"
9679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9680   layout:
9681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9682     layout: "plot-service-density"
9683
9684 - type: "plot"
9685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9686   algorithm: "plot_nf_heatmap"
9687   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9688   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9689   filter: "'NIC_Intel-XXV710' and
9690            'NF_DENSITY' and
9691            'DOCKER' and
9692            'CHAIN' and
9693            'NF_VPPIP4' and
9694            'IPSEC' and
9695            'TNL_1000' and
9696            'IMIX' and
9697            '4T2C' and
9698            'NDRPDR'"
9699   parameters:
9700   - "throughput"
9701   - "name"
9702   - "tags"
9703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9704   x-axis: "X = CNFs per Service Chain"
9705   y-axis: "Y = Number of Service Chains"
9706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9707   layout:
9708     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9709     layout: "plot-service-density"
9710
9711 - type: "plot"
9712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9713   algorithm: "plot_nf_heatmap"
9714   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9715   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9716   filter: "'NIC_Intel-XXV710' and
9717            'NF_DENSITY' and
9718            'DOCKER' and
9719            'CHAIN' and
9720            'NF_VPPIP4' and
9721            'IPSEC' and
9722            'TNL_1000' and
9723            'IMIX' and
9724            '8T4C' and
9725            'NDRPDR'"
9726   parameters:
9727   - "throughput"
9728   - "name"
9729   - "tags"
9730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9731   x-axis: "X = CNFs per Service Chain"
9732   y-axis: "Y = Number of Service Chains"
9733   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9734   layout:
9735     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9736     layout: "plot-service-density"
9737
9738 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9739 - type: "plot"
9740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9741   algorithm: "plot_nf_heatmap"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9743   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9744   filter: "'NIC_Intel-XXV710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'CHAIN' and
9748            'NF_VPPIP4' and
9749            'IPSEC' and
9750            'TNL_1000' and
9751            'IMIX' and
9752            '2T1C' and
9753            'NDRPDR'"
9754   parameters:
9755   - "throughput"
9756   - "name"
9757   - "tags"
9758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9759   x-axis: "X = CNFs per Service Chain"
9760   y-axis: "Y = Number of Service Chains"
9761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9762   layout:
9763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9764     layout: "plot-service-density"
9765
9766 - type: "plot"
9767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9768   algorithm: "plot_nf_heatmap"
9769   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9770   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9771   filter: "'NIC_Intel-XXV710' and
9772            'NF_DENSITY' and
9773            'DOCKER' and
9774            'CHAIN' and
9775            'NF_VPPIP4' and
9776            'IPSEC' and
9777            'TNL_1000' and
9778            'IMIX' and
9779            '4T2C' and
9780            'NDRPDR'"
9781   parameters:
9782   - "throughput"
9783   - "name"
9784   - "tags"
9785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9786   x-axis: "X = CNFs per Service Chain"
9787   y-axis: "Y = Number of Service Chains"
9788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9789   layout:
9790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9791     layout: "plot-service-density"
9792
9793 - type: "plot"
9794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9795   algorithm: "plot_nf_heatmap"
9796   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9797   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9798   filter: "'NIC_Intel-XXV710' and
9799            'NF_DENSITY' and
9800            'DOCKER' and
9801            'CHAIN' and
9802            'NF_VPPIP4' and
9803            'IPSEC' and
9804            'TNL_1000' and
9805            'IMIX' and
9806            '8T4C' and
9807            'NDRPDR'"
9808   parameters:
9809   - "throughput"
9810   - "name"
9811   - "tags"
9812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9813   x-axis: "X = CNFs per Service Chain"
9814   y-axis: "Y = Number of Service Chains"
9815   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9816   layout:
9817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9818     layout: "plot-service-density"
9819
9820 ###############################################################################
9821
9822 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9823 #- type: "plot"
9824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9825 #  algorithm: "plot_nf_heatmap"
9826 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9827 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9828 #  filter: "'NIC_Intel-XL710' and
9829 #           'NF_DENSITY' and
9830 #           'DOCKER' and
9831 #           'CHAIN' and
9832 #           'NF_VPPIP4' and
9833 #           'IMIX' and
9834 #           'TNL_1000' and
9835 #           '1T1C' and
9836 #           'MRR'"
9837 #  parameters:
9838 #  - "result"
9839 #  - "name"
9840 #  - "tags"
9841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842 #  x-axis: "X = CNFs per Service Chain"
9843 #  y-axis: "Y = Number of Service Chains"
9844 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9845 #  layout:
9846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9847 #    layout: "plot-service-density"
9848 #
9849 #- type: "plot"
9850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9851 #  algorithm: "plot_nf_heatmap"
9852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9853 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9854 #  filter: "'NIC_Intel-XL710' and
9855 #           'NF_DENSITY' and
9856 #           'DOCKER' and
9857 #           'CHAIN' and
9858 #           'NF_VPPIP4' and
9859 #           'IPSEC' and
9860 #           'TNL_1000' and
9861 #           'IMIX' and
9862 #           '2T2C' and
9863 #           'MRR'"
9864 #  parameters:
9865 #  - "result"
9866 #  - "name"
9867 #  - "tags"
9868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9869 #  x-axis: "X = CNFs per Service Chain"
9870 #  y-axis: "Y = Number of Service Chains"
9871 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9872 #  layout:
9873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9874 #    layout: "plot-service-density"
9875 #
9876 #- type: "plot"
9877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9878 #  algorithm: "plot_nf_heatmap"
9879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9880 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9881 #  filter: "'NIC_Intel-XL710' and
9882 #           'NF_DENSITY' and
9883 #           'DOCKER' and
9884 #           'CHAIN' and
9885 #           'NF_VPPIP4' and
9886 #           'IPSEC' and
9887 #           'TNL_1000' and
9888 #           'IMIX' and
9889 #           '4T4C' and
9890 #           'MRR'"
9891 #  parameters:
9892 #  - "result"
9893 #  - "name"
9894 #  - "tags"
9895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9896 #  x-axis: "X = CNFs per Service Chain"
9897 #  y-axis: "Y = Number of Service Chains"
9898 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9899 #  layout:
9900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9901 #    layout: "plot-service-density"
9902
9903 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9908 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9909 #  filter: "'NIC_Intel-XL710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'CHAIN' and
9913 #           'NF_VPPIP4' and
9914 #           'IPSEC' and
9915 #           'TNL_1000' and
9916 #           'IMIX' and
9917 #           '1T1C' and
9918 #           'NDRPDR'"
9919 #  parameters:
9920 #  - "throughput"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Chain"
9925 #  y-axis: "Y = Number of Service Chains"
9926 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9929 #    layout: "plot-service-density"
9930 #
9931 #- type: "plot"
9932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9933 #  algorithm: "plot_nf_heatmap"
9934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9935 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9936 #  filter: "'NIC_Intel-XL710' and
9937 #           'NF_DENSITY' and
9938 #           'DOCKER' and
9939 #           'CHAIN' and
9940 #           'NF_VPPIP4' and
9941 #           'IPSEC' and
9942 #           'TNL_1000' and
9943 #           'IMIX' and
9944 #           '2T2C' and
9945 #           'NDRPDR'"
9946 #  parameters:
9947 #  - "throughput"
9948 #  - "name"
9949 #  - "tags"
9950 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9951 #  x-axis: "X = CNFs per Service Chain"
9952 #  y-axis: "Y = Number of Service Chains"
9953 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9954 #  layout:
9955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9956 #    layout: "plot-service-density"
9957 #
9958 #- type: "plot"
9959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9960 #  algorithm: "plot_nf_heatmap"
9961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9962 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9963 #  filter: "'NIC_Intel-XL710' and
9964 #           'NF_DENSITY' and
9965 #           'DOCKER' and
9966 #           'CHAIN' and
9967 #           'NF_VPPIP4' and
9968 #           'IPSEC' and
9969 #           'TNL_1000' and
9970 #           'IMIX' and
9971 #           '4T4C' and
9972 #           'NDRPDR'"
9973 #  parameters:
9974 #  - "throughput"
9975 #  - "name"
9976 #  - "tags"
9977 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9978 #  x-axis: "X = CNFs per Service Chain"
9979 #  y-axis: "Y = Number of Service Chains"
9980 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9981 #  layout:
9982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9983 #    layout: "plot-service-density"
9984 #
9985 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9986 #- type: "plot"
9987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9988 #  algorithm: "plot_nf_heatmap"
9989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9990 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9991 #  filter: "'NIC_Intel-XL710' and
9992 #           'NF_DENSITY' and
9993 #           'DOCKER' and
9994 #           'CHAIN' and
9995 #           'NF_VPPIP4' and
9996 #           'IPSEC' and
9997 #           'TNL_1000' and
9998 #           'IMIX' and
9999 #           '1T1C' and
10000 #           'NDRPDR'"
10001 #  parameters:
10002 #  - "throughput"
10003 #  - "name"
10004 #  - "tags"
10005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10006 #  x-axis: "X = CNFs per Service Chain"
10007 #  y-axis: "Y = Number of Service Chains"
10008 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10009 #  layout:
10010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10011 #    layout: "plot-service-density"
10012 #
10013 #- type: "plot"
10014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10015 #  algorithm: "plot_nf_heatmap"
10016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10017 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10018 #  filter: "'NIC_Intel-XL710' and
10019 #           'NF_DENSITY' and
10020 #           'DOCKER' and
10021 #           'CHAIN' and
10022 #           'NF_VPPIP4' and
10023 #           'IPSEC' and
10024 #           'TNL_1000' and
10025 #           'IMIX' and
10026 #           '2T2C' and
10027 #           'NDRPDR'"
10028 #  parameters:
10029 #  - "throughput"
10030 #  - "name"
10031 #  - "tags"
10032 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10033 #  x-axis: "X = CNFs per Service Chain"
10034 #  y-axis: "Y = Number of Service Chains"
10035 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10036 #  layout:
10037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10038 #    layout: "plot-service-density"
10039 #
10040 #- type: "plot"
10041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10042 #  algorithm: "plot_nf_heatmap"
10043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10044 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10045 #  filter: "'NIC_Intel-XL710' and
10046 #           'NF_DENSITY' and
10047 #           'DOCKER' and
10048 #           'CHAIN' and
10049 #           'NF_VPPIP4' and
10050 #           'IPSEC' and
10051 #           'TNL_1000' and
10052 #           'IMIX' and
10053 #           '4T4C' and
10054 #           'NDRPDR'"
10055 #  parameters:
10056 #  - "throughput"
10057 #  - "name"
10058 #  - "tags"
10059 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10060 #  x-axis: "X = CNFs per Service Chain"
10061 #  y-axis: "Y = Number of Service Chains"
10062 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10063 #  layout:
10064 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10065 #    layout: "plot-service-density"
10066
10067 ###############################################################################
10068
10069 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10074 #  data: "plot-vpp-nfv-3n-skx-mrr"
10075 #  filter: "'NIC_Intel-XXV710' and
10076 #           'NF_DENSITY' and
10077 #           'DOCKER' and
10078 #           'CHAIN' and
10079 #           'NF_VPPIP4' and
10080 #           'IPSEC' and
10081 #           'TNL_10000' and
10082 #           'IMIX' and
10083 #           '2T1C' and
10084 #           'MRR'"
10085 #  parameters:
10086 #  - "result"
10087 #  - "name"
10088 #  - "tags"
10089 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10090 #  x-axis: "X = CNFs per Service Chain"
10091 #  y-axis: "Y = Number of Service Chains"
10092 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10093 #  layout:
10094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10095 #    layout: "plot-service-density"
10096 #
10097 #- type: "plot"
10098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10099 #  algorithm: "plot_nf_heatmap"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10101 #  data: "plot-vpp-nfv-3n-skx-mrr"
10102 #  filter: "'NIC_Intel-XXV710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'CHAIN' and
10106 #           'NF_VPPIP4' and
10107 #           'IPSEC' and
10108 #           'TNL_10000' and
10109 #           'IMIX' and
10110 #           '4T2C' and
10111 #           'MRR'"
10112 #  parameters:
10113 #  - "result"
10114 #  - "name"
10115 #  - "tags"
10116 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10117 #  x-axis: "X = CNFs per Service Chain"
10118 #  y-axis: "Y = Number of Service Chains"
10119 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10120 #  layout:
10121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10122 #    layout: "plot-service-density"
10123 #
10124 #- type: "plot"
10125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10126 #  algorithm: "plot_nf_heatmap"
10127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10128 #  data: "plot-vpp-nfv-3n-skx-mrr"
10129 #  filter: "'NIC_Intel-XXV710' and
10130 #           'NF_DENSITY' and
10131 #           'DOCKER' and
10132 #           'CHAIN' and
10133 #           'NF_VPPIP4' and
10134 #           'IPSEC' and
10135 #           'TNL_10000' and
10136 #           'IMIX' and
10137 #           '8T4C' and
10138 #           'MRR'"
10139 #  parameters:
10140 #  - "result"
10141 #  - "name"
10142 #  - "tags"
10143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10144 #  x-axis: "X = CNFs per Service Chain"
10145 #  y-axis: "Y = Number of Service Chains"
10146 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10147 #  layout:
10148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10149 #    layout: "plot-service-density"
10150
10151 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10152 - type: "plot"
10153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10154   algorithm: "plot_nf_heatmap"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10156   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'DOCKER' and
10160            'CHAIN' and
10161            'NF_VPPIP4' and
10162            'IPSEC' and
10163            'TNL_10000' and
10164            'IMIX' and
10165            '2T1C' and
10166            'NDRPDR'"
10167   parameters:
10168   - "throughput"
10169   - "name"
10170   - "tags"
10171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = CNFs per Service Chain"
10173   y-axis: "Y = Number of Service Chains"
10174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10177     layout: "plot-service-density"
10178
10179 - type: "plot"
10180   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10181   algorithm: "plot_nf_heatmap"
10182   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10183   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10184   filter: "'NIC_Intel-XXV710' and
10185            'NF_DENSITY' and
10186            'DOCKER' and
10187            'CHAIN' and
10188            'NF_VPPIP4' and
10189            'IPSEC' and
10190            'TNL_10000' and
10191            'IMIX' and
10192            '4T2C' and
10193            'NDRPDR'"
10194   parameters:
10195   - "throughput"
10196   - "name"
10197   - "tags"
10198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10199   x-axis: "X = CNFs per Service Chain"
10200   y-axis: "Y = Number of Service Chains"
10201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10202   layout:
10203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10204     layout: "plot-service-density"
10205
10206 - type: "plot"
10207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10208   algorithm: "plot_nf_heatmap"
10209   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10210   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10211   filter: "'NIC_Intel-XXV710' and
10212            'NF_DENSITY' and
10213            'DOCKER' and
10214            'CHAIN' and
10215            'NF_VPPIP4' and
10216            'IPSEC' and
10217            'TNL_10000' and
10218            'IMIX' and
10219            '8T4C' and
10220            'NDRPDR'"
10221   parameters:
10222   - "throughput"
10223   - "name"
10224   - "tags"
10225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10226   x-axis: "X = CNFs per Service Chain"
10227   y-axis: "Y = Number of Service Chains"
10228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10229   layout:
10230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10231     layout: "plot-service-density"
10232
10233 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10234 - type: "plot"
10235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10236   algorithm: "plot_nf_heatmap"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10238   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'DOCKER' and
10242            'CHAIN' and
10243            'NF_VPPIP4' and
10244            'IPSEC' and
10245            'TNL_10000' and
10246            'IMIX' and
10247            '2T1C' and
10248            'NDRPDR'"
10249   parameters:
10250   - "throughput"
10251   - "name"
10252   - "tags"
10253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10254   x-axis: "X = CNFs per Service Chain"
10255   y-axis: "Y = Number of Service Chains"
10256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10257   layout:
10258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10259     layout: "plot-service-density"
10260
10261 - type: "plot"
10262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10263   algorithm: "plot_nf_heatmap"
10264   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10265   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10266   filter: "'NIC_Intel-XXV710' and
10267            'NF_DENSITY' and
10268            'DOCKER' and
10269            'CHAIN' and
10270            'NF_VPPIP4' and
10271            'IPSEC' and
10272            'TNL_10000' and
10273            'IMIX' and
10274            '4T2C' and
10275            'NDRPDR'"
10276   parameters:
10277   - "throughput"
10278   - "name"
10279   - "tags"
10280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10281   x-axis: "X = CNFs per Service Chain"
10282   y-axis: "Y = Number of Service Chains"
10283   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10284   layout:
10285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10286     layout: "plot-service-density"
10287
10288 - type: "plot"
10289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10290   algorithm: "plot_nf_heatmap"
10291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10292   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10293   filter: "'NIC_Intel-XXV710' and
10294            'NF_DENSITY' and
10295            'DOCKER' and
10296            'CHAIN' and
10297            'NF_VPPIP4' and
10298            'IPSEC' and
10299            'TNL_10000' and
10300            'IMIX' and
10301            '8T4C' and
10302            'NDRPDR'"
10303   parameters:
10304   - "throughput"
10305   - "name"
10306   - "tags"
10307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10308   x-axis: "X = CNFs per Service Chain"
10309   y-axis: "Y = Number of Service Chains"
10310   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10311   layout:
10312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10313     layout: "plot-service-density"
10314
10315 ###############################################################################
10316
10317 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10318 #- type: "plot"
10319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10320 #  algorithm: "plot_nf_heatmap"
10321 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10322 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10323 #  filter: "'NIC_Intel-XL710' and
10324 #           'NF_DENSITY' and
10325 #           'DOCKER' and
10326 #           'CHAIN' and
10327 #           'NF_VPPIP4' and
10328 #           'IMIX' and
10329 #           'TNL_10000' and
10330 #           '1T1C' and
10331 #           'MRR'"
10332 #  parameters:
10333 #  - "result"
10334 #  - "name"
10335 #  - "tags"
10336 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10337 #  x-axis: "X = CNFs per Service Chain"
10338 #  y-axis: "Y = Number of Service Chains"
10339 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10340 #  layout:
10341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10342 #    layout: "plot-service-density"
10343 #
10344 #- type: "plot"
10345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10346 #  algorithm: "plot_nf_heatmap"
10347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10348 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10349 #  filter: "'NIC_Intel-XL710' and
10350 #           'NF_DENSITY' and
10351 #           'DOCKER' and
10352 #           'CHAIN' and
10353 #           'NF_VPPIP4' and
10354 #           'IPSEC' and
10355 #           'TNL_10000' and
10356 #           'IMIX' and
10357 #           '2T2C' and
10358 #           'MRR'"
10359 #  parameters:
10360 #  - "result"
10361 #  - "name"
10362 #  - "tags"
10363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10364 #  x-axis: "X = CNFs per Service Chain"
10365 #  y-axis: "Y = Number of Service Chains"
10366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10367 #  layout:
10368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10369 #    layout: "plot-service-density"
10370 #
10371 #- type: "plot"
10372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10373 #  algorithm: "plot_nf_heatmap"
10374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10375 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10376 #  filter: "'NIC_Intel-XL710' and
10377 #           'NF_DENSITY' and
10378 #           'DOCKER' and
10379 #           'CHAIN' and
10380 #           'NF_VPPIP4' and
10381 #           'IPSEC' and
10382 #           'TNL_10000' and
10383 #           'IMIX' and
10384 #           '4T4C' and
10385 #           'MRR'"
10386 #  parameters:
10387 #  - "result"
10388 #  - "name"
10389 #  - "tags"
10390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10391 #  x-axis: "X = CNFs per Service Chain"
10392 #  y-axis: "Y = Number of Service Chains"
10393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10394 #  layout:
10395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10396 #    layout: "plot-service-density"
10397
10398 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10399 #- type: "plot"
10400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10401 #  algorithm: "plot_nf_heatmap"
10402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10403 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10404 #  filter: "'NIC_Intel-XL710' and
10405 #           'NF_DENSITY' and
10406 #           'DOCKER' and
10407 #           'CHAIN' and
10408 #           'NF_VPPIP4' and
10409 #           'IPSEC' and
10410 #           'TNL_10000' and
10411 #           'IMIX' and
10412 #           '1T1C' and
10413 #           'NDRPDR'"
10414 #  parameters:
10415 #  - "throughput"
10416 #  - "name"
10417 #  - "tags"
10418 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10419 #  x-axis: "X = CNFs per Service Chain"
10420 #  y-axis: "Y = Number of Service Chains"
10421 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10422 #  layout:
10423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10424 #    layout: "plot-service-density"
10425 #
10426 #- type: "plot"
10427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10428 #  algorithm: "plot_nf_heatmap"
10429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10430 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10431 #  filter: "'NIC_Intel-XL710' and
10432 #           'NF_DENSITY' and
10433 #           'DOCKER' and
10434 #           'CHAIN' and
10435 #           'NF_VPPIP4' and
10436 #           'IPSEC' and
10437 #           'TNL_10000' and
10438 #           'IMIX' and
10439 #           '2T2C' and
10440 #           'NDRPDR'"
10441 #  parameters:
10442 #  - "throughput"
10443 #  - "name"
10444 #  - "tags"
10445 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10446 #  x-axis: "X = CNFs per Service Chain"
10447 #  y-axis: "Y = Number of Service Chains"
10448 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10449 #  layout:
10450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10451 #    layout: "plot-service-density"
10452 #
10453 #- type: "plot"
10454 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10455 #  algorithm: "plot_nf_heatmap"
10456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10457 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10458 #  filter: "'NIC_Intel-XL710' and
10459 #           'NF_DENSITY' and
10460 #           'DOCKER' and
10461 #           'CHAIN' and
10462 #           'NF_VPPIP4' and
10463 #           'IPSEC' and
10464 #           'TNL_10000' and
10465 #           'IMIX' and
10466 #           '4T4C' and
10467 #           'NDRPDR'"
10468 #  parameters:
10469 #  - "throughput"
10470 #  - "name"
10471 #  - "tags"
10472 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10473 #  x-axis: "X = CNFs per Service Chain"
10474 #  y-axis: "Y = Number of Service Chains"
10475 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10476 #  layout:
10477 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10478 #    layout: "plot-service-density"
10479 #
10480 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10481 #- type: "plot"
10482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10483 #  algorithm: "plot_nf_heatmap"
10484 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10485 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10486 #  filter: "'NIC_Intel-XL710' and
10487 #           'NF_DENSITY' and
10488 #           'DOCKER' and
10489 #           'CHAIN' and
10490 #           'NF_VPPIP4' and
10491 #           'IPSEC' and
10492 #           'TNL_10000' and
10493 #           'IMIX' and
10494 #           '1T1C' and
10495 #           'NDRPDR'"
10496 #  parameters:
10497 #  - "throughput"
10498 #  - "name"
10499 #  - "tags"
10500 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10501 #  x-axis: "X = CNFs per Service Chain"
10502 #  y-axis: "Y = Number of Service Chains"
10503 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10504 #  layout:
10505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10506 #    layout: "plot-service-density"
10507 #
10508 #- type: "plot"
10509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10510 #  algorithm: "plot_nf_heatmap"
10511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10512 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10513 #  filter: "'NIC_Intel-XL710' and
10514 #           'NF_DENSITY' and
10515 #           'DOCKER' and
10516 #           'CHAIN' and
10517 #           'NF_VPPIP4' and
10518 #           'IPSEC' and
10519 #           'TNL_10000' and
10520 #           'IMIX' and
10521 #           '2T2C' and
10522 #           'NDRPDR'"
10523 #  parameters:
10524 #  - "throughput"
10525 #  - "name"
10526 #  - "tags"
10527 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10528 #  x-axis: "X = CNFs per Service Chain"
10529 #  y-axis: "Y = Number of Service Chains"
10530 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10531 #  layout:
10532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10533 #    layout: "plot-service-density"
10534 #
10535 #- type: "plot"
10536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10537 #  algorithm: "plot_nf_heatmap"
10538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10539 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10540 #  filter: "'NIC_Intel-XL710' and
10541 #           'NF_DENSITY' and
10542 #           'DOCKER' and
10543 #           'CHAIN' and
10544 #           'NF_VPPIP4' and
10545 #           'IPSEC' and
10546 #           'TNL_10000' and
10547 #           'IMIX' and
10548 #           '4T4C' and
10549 #           'NDRPDR'"
10550 #  parameters:
10551 #  - "throughput"
10552 #  - "name"
10553 #  - "tags"
10554 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10555 #  x-axis: "X = CNFs per Service Chain"
10556 #  y-axis: "Y = Number of Service Chains"
10557 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10558 #  layout:
10559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10560 #    layout: "plot-service-density"
10561
10562 ###############################################################################
10563
10564 # Plots - NF Density - CSP - MRR IMIX
10565 - type: "plot"
10566   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10567   algorithm: "plot_nf_heatmap"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10570   data: "plot-vpp-nfv-2n-skx-mrr"
10571   filter: "'NIC_Intel-XXV710' and
10572            'NF_DENSITY' and
10573            'DOCKER' and
10574            'PIPELINE' and
10575            'NF_VPPIP4' and
10576            'IMIX' and
10577            '2T1C' and
10578            'MRR'"
10579   parameters:
10580   - "result"
10581   - "name"
10582   - "tags"
10583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = CNFs per Service Pipeline"
10585   y-axis: "Y = Number of Service Pipelines"
10586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10589     layout: "plot-service-density"
10590
10591 - type: "plot"
10592   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10593   algorithm: "plot_nf_heatmap"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10596   data: "plot-vpp-nfv-2n-skx-mrr"
10597   filter: "'NIC_Intel-XXV710' and
10598            'NF_DENSITY' and
10599            'DOCKER' and
10600            'PIPELINE' and
10601            'NF_VPPIP4' and
10602            'IMIX' and
10603            '4T2C' and
10604            'MRR'"
10605   parameters:
10606   - "result"
10607   - "name"
10608   - "tags"
10609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = CNFs per Service Pipeline"
10611   y-axis: "Y = Number of Service Pipelines"
10612   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10615     layout: "plot-service-density"
10616
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10622   data: "plot-vpp-nfv-2n-skx-mrr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'DOCKER' and
10626            'PIPELINE' and
10627            'NF_VPPIP4' and
10628            'IMIX' and
10629            '8T4C' and
10630            'MRR'"
10631   parameters:
10632   - "result"
10633   - "name"
10634   - "tags"
10635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = CNFs per Service Pipeline"
10637   y-axis: "Y = Number of Service Pipelines"
10638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10641     layout: "plot-service-density"
10642
10643 # Plots - NF Density - CSP - NDR IMIX
10644 - type: "plot"
10645   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10646   algorithm: "plot_nf_heatmap"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10649   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10650   filter: "'NIC_Intel-XXV710' and
10651            'NF_DENSITY' and
10652            'DOCKER' and
10653            'PIPELINE' and
10654            'NF_VPPIP4' and
10655            'IMIX' and
10656            '2T1C' and
10657            'NDRPDR'"
10658   parameters:
10659   - "throughput"
10660   - "name"
10661   - "tags"
10662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10663   x-axis: "X = CNFs per Service Pipeline"
10664   y-axis: "Y = Number of Service Pipelines"
10665   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10666   layout:
10667     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10668     layout: "plot-service-density"
10669
10670 - type: "plot"
10671   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10672   algorithm: "plot_nf_heatmap"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10675   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10676   filter: "'NIC_Intel-XXV710' and
10677            'NF_DENSITY' and
10678            'DOCKER' and
10679            'PIPELINE' and
10680            'NF_VPPIP4' and
10681            'IMIX' and
10682            '4T2C' and
10683            'NDRPDR'"
10684   parameters:
10685   - "throughput"
10686   - "name"
10687   - "tags"
10688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10689   x-axis: "X = CNFs per Service Pipeline"
10690   y-axis: "Y = Number of Service Pipelines"
10691   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10692   layout:
10693     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10694     layout: "plot-service-density"
10695
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10701   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'DOCKER' and
10705            'PIPELINE' and
10706            'NF_VPPIP4' and
10707            'IMIX' and
10708            '8T4C' and
10709            'NDRPDR'"
10710   parameters:
10711   - "throughput"
10712   - "name"
10713   - "tags"
10714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = CNFs per Service Pipeline"
10716   y-axis: "Y = Number of Service Pipelines"
10717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10720     layout: "plot-service-density"
10721
10722 # Plots - NF Density - CSP - PDR IMIX
10723 - type: "plot"
10724   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10725   algorithm: "plot_nf_heatmap"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10728   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10729   filter: "'NIC_Intel-XXV710' and
10730            'NF_DENSITY' and
10731            'DOCKER' and
10732            'PIPELINE' and
10733            'NF_VPPIP4' and
10734            'IMIX' and
10735            '2T1C' and
10736            'NDRPDR'"
10737   parameters:
10738   - "throughput"
10739   - "name"
10740   - "tags"
10741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10742   x-axis: "X = CNFs per Service Pipeline"
10743   y-axis: "Y = Number of Service Pipelines"
10744   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10745   layout:
10746     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10747     layout: "plot-service-density"
10748
10749 - type: "plot"
10750   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10751   algorithm: "plot_nf_heatmap"
10752   output-file-type: ".html"
10753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10754   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10755   filter: "'NIC_Intel-XXV710' and
10756            'NF_DENSITY' and
10757            'DOCKER' and
10758            'PIPELINE' and
10759            'NF_VPPIP4' and
10760            'IMIX' and
10761            '4T2C' and
10762            'NDRPDR'"
10763   parameters:
10764   - "throughput"
10765   - "name"
10766   - "tags"
10767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10768   x-axis: "X = CNFs per Service Pipeline"
10769   y-axis: "Y = Number of Service Pipelines"
10770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10773     layout: "plot-service-density"
10774
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10780   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'DOCKER' and
10784            'PIPELINE' and
10785            'NF_VPPIP4' and
10786            'IMIX' and
10787            '8T4C' and
10788            'NDRPDR'"
10789   parameters:
10790   - "throughput"
10791   - "name"
10792   - "tags"
10793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = CNFs per Service Pipeline"
10795   y-axis: "Y = Number of Service Pipelines"
10796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10799     layout: "plot-service-density"
10800
10801 ###############################################################################
10802 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10803
10804 - type: "plot"
10805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10806   algorithm: "plot_nf_heatmap"
10807   output-file-type: ".html"
10808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10809   data: "plot-vpp-nfv-2n-clx-mrr"
10810   filter: "'NIC_Intel-XXV710' and
10811            'NF_DENSITY' and
10812            'VHOST' and
10813            not 'VXLAN' and
10814            'CHAIN' and
10815            'NF_VPPIP4' and
10816            'IMIX' and
10817            '2T1C' and
10818            'MRR'"
10819   parameters:
10820   - "result"
10821   - "name"
10822   - "tags"
10823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10824   x-axis: "X = VNFs per Service Chain"
10825   y-axis: "Y = Number of Service Chains"
10826   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10827   layout:
10828     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10829     layout: "plot-service-density"
10830
10831 - type: "plot"
10832   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10833   algorithm: "plot_nf_heatmap"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10836   data: "plot-vpp-nfv-2n-clx-mrr"
10837   filter: "'NIC_Intel-XXV710' and
10838            'NF_DENSITY' and
10839            'VHOST' and
10840            not 'VXLAN' and
10841            'CHAIN' and
10842            'NF_VPPIP4' and
10843            'IMIX' and
10844            '4T2C' and
10845            'MRR'"
10846   parameters:
10847   - "result"
10848   - "name"
10849   - "tags"
10850   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10851   x-axis: "X = VNFs per Service Chain"
10852   y-axis: "Y = Number of Service Chains"
10853   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10854   layout:
10855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10856     layout: "plot-service-density"
10857
10858 - type: "plot"
10859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10860   algorithm: "plot_nf_heatmap"
10861   output-file-type: ".html"
10862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10863   data: "plot-vpp-nfv-2n-clx-mrr"
10864   filter: "'NIC_Intel-XXV710' and
10865            'NF_DENSITY' and
10866            'VHOST' and
10867            not 'VXLAN' and
10868            'CHAIN' and
10869            'NF_VPPIP4' and
10870            'IMIX' and
10871            '8T4C' and
10872            'MRR'"
10873   parameters:
10874   - "result"
10875   - "name"
10876   - "tags"
10877   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10878   x-axis: "X = VNFs per Service Chain"
10879   y-axis: "Y = Number of Service Chains"
10880   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10881   layout:
10882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10883     layout: "plot-service-density"
10884
10885 # Plots - NF Density - VSC - NDR IMIX
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10891   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'VHOST' and
10895            not 'VXLAN' and
10896            'CHAIN' and
10897            'NF_VPPIP4' and
10898            'IMIX' and
10899            '2T1C' and
10900            'NDRPDR'"
10901   parameters:
10902   - "throughput"
10903   - "name"
10904   - "tags"
10905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10906   x-axis: "X = VNFs per Service Chain"
10907   y-axis: "Y = Number of Service Chains"
10908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10909   layout:
10910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10911     layout: "plot-service-density"
10912
10913 - type: "plot"
10914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10915   algorithm: "plot_nf_heatmap"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10918   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10919   filter: "'NIC_Intel-XXV710' and
10920            'NF_DENSITY' and
10921            'VHOST' and
10922            not 'VXLAN' and
10923            'CHAIN' and
10924            'NF_VPPIP4' and
10925            'IMIX' and
10926            '4T2C' and
10927            'NDRPDR'"
10928   parameters:
10929   - "throughput"
10930   - "name"
10931   - "tags"
10932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10933   x-axis: "X = VNFs per Service Chain"
10934   y-axis: "Y = Number of Service Chains"
10935   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10936   layout:
10937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10938     layout: "plot-service-density"
10939
10940 - type: "plot"
10941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10942   algorithm: "plot_nf_heatmap"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10946   filter: "'NIC_Intel-XXV710' and
10947            'NF_DENSITY' and
10948            'VHOST' and
10949            not 'VXLAN' and
10950            'CHAIN' and
10951            'NF_VPPIP4' and
10952            'IMIX' and
10953            '8T4C' and
10954            'NDRPDR'"
10955   parameters:
10956   - "throughput"
10957   - "name"
10958   - "tags"
10959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10960   x-axis: "X = VNFs per Service Chain"
10961   y-axis: "Y = Number of Service Chains"
10962   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10963   layout:
10964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10965     layout: "plot-service-density"
10966
10967 # Plots - NF Density - VSC - PDR IMIX
10968 - type: "plot"
10969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10970   algorithm: "plot_nf_heatmap"
10971   output-file-type: ".html"
10972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10973   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10974   filter: "'NIC_Intel-XXV710' and
10975            'NF_DENSITY' and
10976            'VHOST' and
10977            not 'VXLAN' and
10978            'CHAIN' and
10979            'NF_VPPIP4' and
10980            'IMIX' and
10981            '2T1C' and
10982            'NDRPDR'"
10983   parameters:
10984   - "throughput"
10985   - "name"
10986   - "tags"
10987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10988   x-axis: "X = VNFs per Service Chain"
10989   y-axis: "Y = Number of Service Chains"
10990   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10991   layout:
10992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10993     layout: "plot-service-density"
10994
10995 - type: "plot"
10996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10997   algorithm: "plot_nf_heatmap"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11000   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11001   filter: "'NIC_Intel-XXV710' and
11002            'NF_DENSITY' and
11003            'VHOST' and
11004            not 'VXLAN' and
11005            'CHAIN' and
11006            'NF_VPPIP4' and
11007            'IMIX' and
11008            '4T2C' and
11009            'NDRPDR'"
11010   parameters:
11011   - "throughput"
11012   - "name"
11013   - "tags"
11014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11015   x-axis: "X = VNFs per Service Chain"
11016   y-axis: "Y = Number of Service Chains"
11017   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11018   layout:
11019     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11020     layout: "plot-service-density"
11021
11022 - type: "plot"
11023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11024   algorithm: "plot_nf_heatmap"
11025   output-file-type: ".html"
11026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11027   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11028   filter: "'NIC_Intel-XXV710' and
11029            'NF_DENSITY' and
11030            'VHOST' and
11031            not 'VXLAN' and
11032            'CHAIN' and
11033            'NF_VPPIP4' and
11034            'IMIX' and
11035            '8T4C' and
11036            'NDRPDR'"
11037   parameters:
11038   - "throughput"
11039   - "name"
11040   - "tags"
11041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11042   x-axis: "X = VNFs per Service Chain"
11043   y-axis: "Y = Number of Service Chains"
11044   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11045   layout:
11046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11047     layout: "plot-service-density"
11048
11049 # Plots - NF Density - VSC - MRR IMIX
11050 - type: "plot"
11051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11052   algorithm: "plot_nf_heatmap"
11053   output-file-type: ".html"
11054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11055   data: "plot-vpp-nfv-2n-clx-mrr"
11056   filter: "'NIC_Intel-XXV710' and
11057            'NF_DENSITY' and
11058            'VHOST' and
11059            'VXLAN' and
11060            'CHAIN' and
11061            'IMIX' and
11062            '2T1C' and
11063            'MRR'"
11064   parameters:
11065   - "result"
11066   - "name"
11067   - "tags"
11068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11069   x-axis: "X = VNFs per Service Chain"
11070   y-axis: "Y = Number of Service Chains"
11071   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11072   layout:
11073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11074     layout: "plot-service-density"
11075
11076 - type: "plot"
11077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11078   algorithm: "plot_nf_heatmap"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11081   data: "plot-vpp-nfv-2n-clx-mrr"
11082   filter: "'NIC_Intel-XXV710' and
11083            'NF_DENSITY' and
11084            'VHOST' and
11085            'VXLAN' and
11086            'CHAIN' and
11087            'IMIX' and
11088            '4T2C' and
11089            'MRR'"
11090   parameters:
11091   - "result"
11092   - "name"
11093   - "tags"
11094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11095   x-axis: "X = VNFs per Service Chain"
11096   y-axis: "Y = Number of Service Chains"
11097   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11098   layout:
11099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11100     layout: "plot-service-density"
11101
11102 - type: "plot"
11103   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11104   algorithm: "plot_nf_heatmap"
11105   output-file-type: ".html"
11106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11107   data: "plot-vpp-nfv-2n-clx-mrr"
11108   filter: "'NIC_Intel-XXV710' and
11109            'NF_DENSITY' and
11110            'VHOST' and
11111            'VXLAN' and
11112            'CHAIN' and
11113            'IMIX' and
11114            '8T4C' and
11115            'MRR'"
11116   parameters:
11117   - "result"
11118   - "name"
11119   - "tags"
11120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11121   x-axis: "X = VNFs per Service Chain"
11122   y-axis: "Y = Number of Service Chains"
11123   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11124   layout:
11125     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11126     layout: "plot-service-density"
11127
11128 # Plots - NF Density - VSC - NDR IMIX
11129 - type: "plot"
11130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11131   algorithm: "plot_nf_heatmap"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11134   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11135   filter: "'NIC_Intel-XXV710' and
11136            'NF_DENSITY' and
11137            'VHOST' and
11138            'VXLAN' and
11139            'CHAIN' and
11140            'IMIX' and
11141            '2T1C' and
11142            'NDRPDR'"
11143   parameters:
11144   - "throughput"
11145   - "name"
11146   - "tags"
11147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11148   x-axis: "X = VNFs per Service Chain"
11149   y-axis: "Y = Number of Service Chains"
11150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11151   layout:
11152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11153     layout: "plot-service-density"
11154
11155 - type: "plot"
11156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11157   algorithm: "plot_nf_heatmap"
11158   output-file-type: ".html"
11159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11160   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11161   filter: "'NIC_Intel-XXV710' and
11162            'NF_DENSITY' and
11163            'VHOST' and
11164            'VXLAN' and
11165            'CHAIN' and
11166            'IMIX' and
11167            '4T2C' and
11168            'NDRPDR'"
11169   parameters:
11170   - "throughput"
11171   - "name"
11172   - "tags"
11173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11174   x-axis: "X = VNFs per Service Chain"
11175   y-axis: "Y = Number of Service Chains"
11176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11177   layout:
11178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11179     layout: "plot-service-density"
11180
11181 - type: "plot"
11182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11183   algorithm: "plot_nf_heatmap"
11184   output-file-type: ".html"
11185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11186   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11187   filter: "'NIC_Intel-XXV710' and
11188            'NF_DENSITY' and
11189            'VHOST' and
11190            'VXLAN' and
11191            'CHAIN' and
11192            'IMIX' and
11193            '8T4C' and
11194            'NDRPDR'"
11195   parameters:
11196   - "throughput"
11197   - "name"
11198   - "tags"
11199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11200   x-axis: "X = VNFs per Service Chain"
11201   y-axis: "Y = Number of Service Chains"
11202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11203   layout:
11204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11205     layout: "plot-service-density"
11206
11207 # Plots - NF Density - VSC - PDR IMIX
11208 - type: "plot"
11209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11210   algorithm: "plot_nf_heatmap"
11211   output-file-type: ".html"
11212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11213   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11214   filter: "'NIC_Intel-XXV710' and
11215            'NF_DENSITY' and
11216            'VHOST' and
11217            'VXLAN' and
11218            'CHAIN' and
11219            'IMIX' and
11220            '2T1C' and
11221            'NDRPDR'"
11222   parameters:
11223   - "throughput"
11224   - "name"
11225   - "tags"
11226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11227   x-axis: "X = VNFs per Service Chain"
11228   y-axis: "Y = Number of Service Chains"
11229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11230   layout:
11231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11232     layout: "plot-service-density"
11233
11234 - type: "plot"
11235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11236   algorithm: "plot_nf_heatmap"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11239   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11240   filter: "'NIC_Intel-XXV710' and
11241            'NF_DENSITY' and
11242            'VHOST' and
11243            'VXLAN' and
11244            'CHAIN' and
11245            'IMIX' and
11246            '4T2C' and
11247            'NDRPDR'"
11248   parameters:
11249   - "throughput"
11250   - "name"
11251   - "tags"
11252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11253   x-axis: "X = VNFs per Service Chain"
11254   y-axis: "Y = Number of Service Chains"
11255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11256   layout:
11257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11258     layout: "plot-service-density"
11259
11260 - type: "plot"
11261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11262   algorithm: "plot_nf_heatmap"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11265   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11266   filter: "'NIC_Intel-XXV710' and
11267            'NF_DENSITY' and
11268            'VHOST' and
11269            'VXLAN' and
11270            'CHAIN' and
11271            'IMIX' and
11272            '8T4C' and
11273            'NDRPDR'"
11274   parameters:
11275   - "throughput"
11276   - "name"
11277   - "tags"
11278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11279   x-axis: "X = VNFs per Service Chain"
11280   y-axis: "Y = Number of Service Chains"
11281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11282   layout:
11283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11284     layout: "plot-service-density"
11285
11286 # Plots - NF Density - CSC - MRR IMIX
11287 - type: "plot"
11288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11289   algorithm: "plot_nf_heatmap"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11292   data: "plot-vpp-nfv-2n-clx-mrr"
11293   filter: "'NIC_Intel-XXV710' and
11294            'NF_DENSITY' and
11295            'DOCKER' and
11296            'CHAIN' and
11297            'NF_VPPIP4' and
11298            'IMIX' and
11299            '2T1C' and
11300            'MRR'"
11301   parameters:
11302   - "result"
11303   - "name"
11304   - "tags"
11305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11306   x-axis: "X = CNFs per Service Chain"
11307   y-axis: "Y = Number of Service Chains"
11308   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11309   layout:
11310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11311     layout: "plot-service-density"
11312
11313 - type: "plot"
11314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11315   algorithm: "plot_nf_heatmap"
11316   output-file-type: ".html"
11317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11318   data: "plot-vpp-nfv-2n-clx-mrr"
11319   filter: "'NIC_Intel-XXV710' and
11320            'NF_DENSITY' and
11321            'DOCKER' and
11322            'CHAIN' and
11323            'NF_VPPIP4' and
11324            'IMIX' and
11325            '4T2C' and
11326            'MRR'"
11327   parameters:
11328   - "result"
11329   - "name"
11330   - "tags"
11331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11332   x-axis: "X = CNFs per Service Chain"
11333   y-axis: "Y = Number of Service Chains"
11334   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11335   layout:
11336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11337     layout: "plot-service-density"
11338
11339 - type: "plot"
11340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11341   algorithm: "plot_nf_heatmap"
11342   output-file-type: ".html"
11343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11344   data: "plot-vpp-nfv-2n-clx-mrr"
11345   filter: "'NIC_Intel-XXV710' and
11346            'NF_DENSITY' and
11347            'DOCKER' and
11348            'CHAIN' and
11349            'NF_VPPIP4' and
11350            'IMIX' and
11351            '8T4C' and
11352            'MRR'"
11353   parameters:
11354   - "result"
11355   - "name"
11356   - "tags"
11357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11358   x-axis: "X = CNFs per Service Chain"
11359   y-axis: "Y = Number of Service Chains"
11360   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11361   layout:
11362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11363     layout: "plot-service-density"
11364
11365 # Plots - NF Density - CSC - NDR IMIX
11366 - type: "plot"
11367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11368   algorithm: "plot_nf_heatmap"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11371   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11372   filter: "'NIC_Intel-XXV710' and
11373            'NF_DENSITY' and
11374            'DOCKER' and
11375            'CHAIN' and
11376            'NF_VPPIP4' and
11377            'IMIX' and
11378            '2T1C' and
11379            'NDRPDR'"
11380   parameters:
11381   - "throughput"
11382   - "name"
11383   - "tags"
11384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11385   x-axis: "X = CNFs per Service Chain"
11386   y-axis: "Y = Number of Service Chains"
11387   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11388   layout:
11389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11390     layout: "plot-service-density"
11391
11392 - type: "plot"
11393   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11394   algorithm: "plot_nf_heatmap"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11397   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11398   filter: "'NIC_Intel-XXV710' and
11399            'NF_DENSITY' and
11400            'DOCKER' and
11401            'CHAIN' and
11402            'NF_VPPIP4' and
11403            'IMIX' and
11404            '4T2C' and
11405            'NDRPDR'"
11406   parameters:
11407   - "throughput"
11408   - "name"
11409   - "tags"
11410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11411   x-axis: "X = CNFs per Service Chain"
11412   y-axis: "Y = Number of Service Chains"
11413   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11414   layout:
11415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11416     layout: "plot-service-density"
11417
11418 - type: "plot"
11419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11420   algorithm: "plot_nf_heatmap"
11421   output-file-type: ".html"
11422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11423   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11424   filter: "'NIC_Intel-XXV710' and
11425            'NF_DENSITY' and
11426            'DOCKER' and
11427            'CHAIN' and
11428            'NF_VPPIP4' and
11429            'IMIX' and
11430            '8T4C' and
11431            'NDRPDR'"
11432   parameters:
11433   - "throughput"
11434   - "name"
11435   - "tags"
11436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11437   x-axis: "X = CNFs per Service Chain"
11438   y-axis: "Y = Number of Service Chains"
11439   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11440   layout:
11441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11442     layout: "plot-service-density"
11443
11444 # Plots - NF Density - CSC - PDR IMIX
11445 - type: "plot"
11446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11447   algorithm: "plot_nf_heatmap"
11448   output-file-type: ".html"
11449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11450   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11451   filter: "'NIC_Intel-XXV710' and
11452            'NF_DENSITY' and
11453            'DOCKER' and
11454            'CHAIN' and
11455            'NF_VPPIP4' and
11456            'IMIX' and
11457            '2T1C' and
11458            'NDRPDR'"
11459   parameters:
11460   - "throughput"
11461   - "name"
11462   - "tags"
11463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11464   x-axis: "X = CNFs per Service Chain"
11465   y-axis: "Y = Number of Service Chains"
11466   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11467   layout:
11468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11469     layout: "plot-service-density"
11470
11471 - type: "plot"
11472   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11473   algorithm: "plot_nf_heatmap"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11476   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11477   filter: "'NIC_Intel-XXV710' and
11478            'NF_DENSITY' and
11479            'DOCKER' and
11480            'CHAIN' and
11481            'NF_VPPIP4' and
11482            'IMIX' and
11483            '4T2C' and
11484            'NDRPDR'"
11485   parameters:
11486   - "throughput"
11487   - "name"
11488   - "tags"
11489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11490   x-axis: "X = CNFs per Service Chain"
11491   y-axis: "Y = Number of Service Chains"
11492   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11493   layout:
11494     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11495     layout: "plot-service-density"
11496
11497 - type: "plot"
11498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11499   algorithm: "plot_nf_heatmap"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11502   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11503   filter: "'NIC_Intel-XXV710' and
11504            'NF_DENSITY' and
11505            'DOCKER' and
11506            'CHAIN' and
11507            'NF_VPPIP4' and
11508            'IMIX' and
11509            '8T4C' and
11510            'NDRPDR'"
11511   parameters:
11512   - "throughput"
11513   - "name"
11514   - "tags"
11515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11516   x-axis: "X = CNFs per Service Chain"
11517   y-axis: "Y = Number of Service Chains"
11518   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11519   layout:
11520     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11521     layout: "plot-service-density"
11522
11523 # Plots - NF Density - CSP - MRR IMIX
11524 - type: "plot"
11525   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11526   algorithm: "plot_nf_heatmap"
11527   output-file-type: ".html"
11528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11529   data: "plot-vpp-nfv-2n-clx-mrr"
11530   filter: "'NIC_Intel-XXV710' and
11531            'NF_DENSITY' and
11532            'DOCKER' and
11533            'PIPELINE' and
11534            'NF_VPPIP4' and
11535            'IMIX' and
11536            '2T1C' and
11537            'MRR'"
11538   parameters:
11539   - "result"
11540   - "name"
11541   - "tags"
11542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11543   x-axis: "X = CNFs per Service Pipeline"
11544   y-axis: "Y = Number of Service Pipelines"
11545   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11546   layout:
11547     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11548     layout: "plot-service-density"
11549
11550 - type: "plot"
11551   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11552   algorithm: "plot_nf_heatmap"
11553   output-file-type: ".html"
11554   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11555   data: "plot-vpp-nfv-2n-clx-mrr"
11556   filter: "'NIC_Intel-XXV710' and
11557            'NF_DENSITY' and
11558            'DOCKER' and
11559            'PIPELINE' and
11560            'NF_VPPIP4' and
11561            'IMIX' and
11562            '4T2C' and
11563            'MRR'"
11564   parameters:
11565   - "result"
11566   - "name"
11567   - "tags"
11568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11569   x-axis: "X = CNFs per Service Pipeline"
11570   y-axis: "Y = Number of Service Pipelines"
11571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11572   layout:
11573     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11574     layout: "plot-service-density"
11575
11576 - type: "plot"
11577   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11578   algorithm: "plot_nf_heatmap"
11579   output-file-type: ".html"
11580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11581   data: "plot-vpp-nfv-2n-clx-mrr"
11582   filter: "'NIC_Intel-XXV710' and
11583            'NF_DENSITY' and
11584            'DOCKER' and
11585            'PIPELINE' and
11586            'NF_VPPIP4' and
11587            'IMIX' and
11588            '8T4C' and
11589            'MRR'"
11590   parameters:
11591   - "result"
11592   - "name"
11593   - "tags"
11594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11595   x-axis: "X = CNFs per Service Pipeline"
11596   y-axis: "Y = Number of Service Pipelines"
11597   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11598   layout:
11599     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11600     layout: "plot-service-density"
11601
11602 # Plots - NF Density - CSP - NDR IMIX
11603 - type: "plot"
11604   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11605   algorithm: "plot_nf_heatmap"
11606   output-file-type: ".html"
11607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11608   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11609   filter: "'NIC_Intel-XXV710' and
11610            'NF_DENSITY' and
11611            'DOCKER' and
11612            'PIPELINE' and
11613            'NF_VPPIP4' and
11614            'IMIX' and
11615            '2T1C' and
11616            'NDRPDR'"
11617   parameters:
11618   - "throughput"
11619   - "name"
11620   - "tags"
11621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11622   x-axis: "X = CNFs per Service Pipeline"
11623   y-axis: "Y = Number of Service Pipelines"
11624   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11625   layout:
11626     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11627     layout: "plot-service-density"
11628
11629 - type: "plot"
11630   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11631   algorithm: "plot_nf_heatmap"
11632   output-file-type: ".html"
11633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11634   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11635   filter: "'NIC_Intel-XXV710' and
11636            'NF_DENSITY' and
11637            'DOCKER' and
11638            'PIPELINE' and
11639            'NF_VPPIP4' and
11640            'IMIX' and
11641            '4T2C' and
11642            'NDRPDR'"
11643   parameters:
11644   - "throughput"
11645   - "name"
11646   - "tags"
11647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11648   x-axis: "X = CNFs per Service Pipeline"
11649   y-axis: "Y = Number of Service Pipelines"
11650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11651   layout:
11652     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11653     layout: "plot-service-density"
11654
11655 - type: "plot"
11656   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11657   algorithm: "plot_nf_heatmap"
11658   output-file-type: ".html"
11659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11660   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11661   filter: "'NIC_Intel-XXV710' and
11662            'NF_DENSITY' and
11663            'DOCKER' and
11664            'PIPELINE' and
11665            'NF_VPPIP4' and
11666            'IMIX' and
11667            '8T4C' and
11668            'NDRPDR'"
11669   parameters:
11670   - "throughput"
11671   - "name"
11672   - "tags"
11673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11674   x-axis: "X = CNFs per Service Pipeline"
11675   y-axis: "Y = Number of Service Pipelines"
11676   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11677   layout:
11678     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11679     layout: "plot-service-density"
11680
11681 # Plots - NF Density - CSP - PDR IMIX
11682 - type: "plot"
11683   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11684   algorithm: "plot_nf_heatmap"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11687   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11688   filter: "'NIC_Intel-XXV710' and
11689            'NF_DENSITY' and
11690            'DOCKER' and
11691            'PIPELINE' and
11692            'NF_VPPIP4' and
11693            'IMIX' and
11694            '2T1C' and
11695            'NDRPDR'"
11696   parameters:
11697   - "throughput"
11698   - "name"
11699   - "tags"
11700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11701   x-axis: "X = CNFs per Service Pipeline"
11702   y-axis: "Y = Number of Service Pipelines"
11703   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11704   layout:
11705     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11706     layout: "plot-service-density"
11707
11708 - type: "plot"
11709   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11710   algorithm: "plot_nf_heatmap"
11711   output-file-type: ".html"
11712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11713   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11714   filter: "'NIC_Intel-XXV710' and
11715            'NF_DENSITY' and
11716            'DOCKER' and
11717            'PIPELINE' and
11718            'NF_VPPIP4' and
11719            'IMIX' and
11720            '4T2C' and
11721            'NDRPDR'"
11722   parameters:
11723   - "throughput"
11724   - "name"
11725   - "tags"
11726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11727   x-axis: "X = CNFs per Service Pipeline"
11728   y-axis: "Y = Number of Service Pipelines"
11729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11730   layout:
11731     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11732     layout: "plot-service-density"
11733
11734 - type: "plot"
11735   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11736   algorithm: "plot_nf_heatmap"
11737   output-file-type: ".html"
11738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11739   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11740   filter: "'NIC_Intel-XXV710' and
11741            'NF_DENSITY' and
11742            'DOCKER' and
11743            'PIPELINE' and
11744            'NF_VPPIP4' and
11745            'IMIX' and
11746            '8T4C' and
11747            'NDRPDR'"
11748   parameters:
11749   - "throughput"
11750   - "name"
11751   - "tags"
11752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11753   x-axis: "X = CNFs per Service Pipeline"
11754   y-axis: "Y = Number of Service Pipelines"
11755   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11756   layout:
11757     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11758     layout: "plot-service-density"
11759
11760 ################################################################################
11761
11762 # Packet Throughput
11763
11764 - type: "plot"
11765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   include:
11770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11788   layout:
11789     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11802   layout:
11803     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11816   layout:
11817     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11831   layout:
11832     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11840   include:
11841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11846   layout:
11847     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11855   include:
11856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11861   layout:
11862     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11870   include:
11871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11876   layout:
11877     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11885   include:
11886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11891   layout:
11892     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11900   include:
11901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11906   layout:
11907     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11922   layout:
11923     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11931   include:
11932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11938   layout:
11939     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11953   layout:
11954     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11962   include:
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11968   layout:
11969     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11994   layout:
11995     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12003   include:
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12009   layout:
12010     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12024   layout:
12025     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12050   layout:
12051     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12059   include:
12060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12066   layout:
12067     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12082   layout:
12083     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12098   layout:
12099     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12114   layout:
12115     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12127   layout:
12128     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12140   layout:
12141     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12152 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12153 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12154 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12155   layout:
12156     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12164   include:
12165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12169 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12170   layout:
12171     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12185   layout:
12186     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12194   include:
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12200   layout:
12201     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12246   layout:
12247     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12262   layout:
12263     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12278   layout:
12279     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12294   layout:
12295     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12303   include:
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12309   layout:
12310     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12311     layout: "plot-throughput"
12312
12313 - type: "plot"
12314   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12315   algorithm: "plot_perf_box_name"
12316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12318   include:
12319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12324   layout:
12325     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12333   include:
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12340   layout:
12341     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12349   include:
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12356   layout:
12357     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12364   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12365   include:
12366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12371   layout:
12372     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12380   include:
12381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12386   layout:
12387     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12395   include:
12396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12402   layout:
12403     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12411   include:
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12418   layout:
12419     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12420     layout: "plot-throughput"
12421
12422 - type: "plot"
12423   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12424   algorithm: "plot_perf_box_name"
12425   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12426   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12427   include:
12428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12433   layout:
12434     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12442   include:
12443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12448   layout:
12449     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12464   layout:
12465     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12466     layout: "plot-throughput"
12467
12468 - type: "plot"
12469   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12470   algorithm: "plot_perf_box_name"
12471   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12472   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12473   include:
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12480   layout:
12481     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12492   layout:
12493     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12501   include:
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12504   layout:
12505     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12513   include:
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12518   layout:
12519     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12532   layout:
12533     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12560   layout:
12561     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12569   include:
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12574   layout:
12575     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12583   include:
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12588   layout:
12589     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12597   include:
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12602   layout:
12603     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12611   include:
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12616   layout:
12617     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12632   layout:
12633     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12634     layout: "plot-throughput"
12635
12636 - type: "plot"
12637   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12638   algorithm: "plot_perf_box_name"
12639   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12641   include:
12642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12648   layout:
12649     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12650     layout: "plot-throughput"
12651
12652 - type: "plot"
12653   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12654   algorithm: "plot_perf_box_name"
12655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12657   include:
12658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12663   layout:
12664     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12678   layout:
12679     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12693   layout:
12694     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12708   layout:
12709     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12717   include:
12718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12760   layout:
12761     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12775   layout:
12776     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12790   layout:
12791     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12805   layout:
12806     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12820   layout:
12821     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12829   include:
12830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12835   layout:
12836     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12844   include:
12845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12850   layout:
12851     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12858   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12859   include:
12860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12865   layout:
12866     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12874   include:
12875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12880   layout:
12881     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12889   include:
12890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12895   layout:
12896     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12904   include:
12905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12910   layout:
12911     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12919   include:
12920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926   layout:
12927     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12935   include:
12936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942   layout:
12943     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12951   include:
12952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956   layout:
12957     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12965   include:
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
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   layout:
12971     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13075   include:
13076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13082   layout:
13083     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13091   include:
13092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13098   layout:
13099     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13107   include:
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13114   layout:
13115     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13123   include:
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13130   layout:
13131     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13146   layout:
13147     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13162   layout:
13163     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13171   include:
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13178   layout:
13179     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13194   layout:
13195     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13203   include:
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13226   layout:
13227     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13232   algorithm: "plot_perf_box_name"
13233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13235   include:
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13240   layout:
13241     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13254   layout:
13255     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13256     layout: "plot-throughput"
13257
13258 - type: "plot"
13259   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13260   algorithm: "plot_perf_box_name"
13261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13268   layout:
13269     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13277   include:
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13282   layout:
13283     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13291   include:
13292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13298   layout:
13299     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13307   include:
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13314   layout:
13315     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13320   algorithm: "plot_perf_box_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13323   include:
13324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13329   layout:
13330     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13344   layout:
13345     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13359   layout:
13360     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13388   layout:
13389     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13390     layout: "plot-throughput"
13391
13392 - type: "plot"
13393   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13394   algorithm: "plot_perf_box_name"
13395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13397   include:
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13418   layout:
13419     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13427   include:
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13434   layout:
13435     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13436     layout: "plot-throughput"
13437
13438 - type: "plot"
13439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13440   algorithm: "plot_perf_box_name"
13441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13443   include:
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13450   layout:
13451     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13466   layout:
13467     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13468     layout: "plot-throughput"
13469
13470 - type: "plot"
13471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13472   algorithm: "plot_perf_box_name"
13473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13475   include:
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13482   layout:
13483     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13484     layout: "plot-throughput"
13485
13486 - type: "plot"
13487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13488   algorithm: "plot_perf_box_name"
13489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13491   include:
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13498   layout:
13499     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13514   layout:
13515     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13516     layout: "plot-throughput"
13517
13518 - type: "plot"
13519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13520   algorithm: "plot_perf_box_name"
13521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13523   include:
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13530   layout:
13531     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13539   include:
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13544   layout:
13545     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13546     layout: "plot-throughput"
13547
13548 - type: "plot"
13549   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13550   algorithm: "plot_perf_box_name"
13551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13553   include:
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13558   layout:
13559     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13560     layout: "plot-throughput"
13561
13562 - type: "plot"
13563   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13564   algorithm: "plot_perf_box_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13567   include:
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13574   layout:
13575     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13576     layout: "plot-throughput"
13577
13578 - type: "plot"
13579   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13580   algorithm: "plot_perf_box_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13582   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13583   include:
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13590   layout:
13591     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13599   include:
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13606   layout:
13607     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13608     layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13615   include:
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13622   layout:
13623     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13624     layout: "plot-throughput"
13625
13626 #- type: "plot"
13627 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13628 #  algorithm: "plot_perf_box_name"
13629 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13630 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13631 #  include:
13632 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13633 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13636 #  layout:
13637 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13638 #    layout: "plot-throughput"
13639 #
13640 #- type: "plot"
13641 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13642 #  algorithm: "plot_perf_box_name"
13643 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13644 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13645 #  include:
13646 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13647 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13648 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13649 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13650 #  layout:
13651 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13652 #    layout: "plot-throughput"
13653
13654 - type: "plot"
13655   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13656   algorithm: "plot_perf_box_name"
13657   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13658   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13659   include:
13660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13666   layout:
13667     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13668     layout: "plot-throughput"
13669
13670 - type: "plot"
13671   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13672   algorithm: "plot_perf_box_name"
13673   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13674   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13675   include:
13676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13682   layout:
13683     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13684     layout: "plot-throughput"
13685
13686 #- type: "plot"
13687 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13688 #  algorithm: "plot_perf_box_name"
13689 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13690 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13691 #  include:
13692 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13693 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13696 #  layout:
13697 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13698 #    layout: "plot-throughput"
13699 #
13700 #- type: "plot"
13701 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13702 #  algorithm: "plot_perf_box_name"
13703 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13704 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13705 #  include:
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13710 #  layout:
13711 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13712 #    layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13716   algorithm: "plot_perf_box_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13718   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13719   include:
13720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13726   layout:
13727     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13732   algorithm: "plot_perf_box_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13735   include:
13736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13742   layout:
13743     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13744     layout: "plot-throughput"
13745
13746 #- type: "plot"
13747 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13748 #  algorithm: "plot_perf_box_name"
13749 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13750 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13751 #  include:
13752 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13753 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13754 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13758 #  layout:
13759 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13760 #    layout: "plot-throughput"
13761 #
13762 #- type: "plot"
13763 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13764 #  algorithm: "plot_perf_box_name"
13765 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13766 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13767 #  include:
13768 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13769 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13770 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13774 #  layout:
13775 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13776 #    layout: "plot-throughput"
13777
13778 - type: "plot"
13779   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13780   algorithm: "plot_perf_box_name"
13781   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13783   include:
13784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13790   layout:
13791     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13799   include:
13800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13806   layout:
13807     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13808     layout: "plot-throughput"
13809
13810 - type: "plot"
13811   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13812   algorithm: "plot_perf_box_name"
13813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13815   include:
13816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13819 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13820 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13821 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13822   layout:
13823     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13824     layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13838   layout:
13839     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13840     layout: "plot-throughput"
13841
13842 - type: "plot"
13843   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13844   algorithm: "plot_perf_box_name"
13845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847   include:
13848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13854   layout:
13855     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13856     layout: "plot-throughput"
13857
13858 - type: "plot"
13859   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13860   algorithm: "plot_perf_box_name"
13861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13863   include:
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13870   layout:
13871     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13872     layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13878   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13879   include:
13880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13886   layout:
13887     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13895   include:
13896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13902   layout:
13903     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13904     layout: "plot-throughput"
13905
13906 #- type: "plot"
13907 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13908 #  algorithm: "plot_perf_box_name"
13909 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13910 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13911 #  include:
13912 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13915 #  layout:
13916 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13917 #    layout: "plot-throughput"
13918 #
13919 #- type: "plot"
13920 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13921 #  algorithm: "plot_perf_box_name"
13922 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13923 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13924 #  include:
13925 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13926 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13928 #  layout:
13929 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13930 #    layout: "plot-throughput"
13931
13932 - type: "plot"
13933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13934   algorithm: "plot_perf_box_name"
13935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13943   layout:
13944     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13945     layout: "plot-throughput"
13946
13947 - type: "plot"
13948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13949   algorithm: "plot_perf_box_name"
13950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13958   layout:
13959     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13960     layout: "plot-throughput"
13961
13962 - type: "plot"
13963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13964   algorithm: "plot_perf_box_name"
13965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13967   include:
13968     - "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"
13969     - "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"
13970     - "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"
13971     - "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"
13972     - "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"
13973   layout:
13974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13975     layout: "plot-throughput"
13976
13977 - type: "plot"
13978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13979   algorithm: "plot_perf_box_name"
13980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13982   include:
13983     - "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"
13984     - "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"
13985     - "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"
13986     - "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"
13987     - "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"
13988   layout:
13989     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13990     layout: "plot-throughput"
13991
13992 - type: "plot"
13993   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13994   algorithm: "plot_perf_box_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13997   include:
13998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14003   layout:
14004     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14005     layout: "plot-throughput"
14006
14007 - type: "plot"
14008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14009   algorithm: "plot_perf_box_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14012   include:
14013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14020     layout: "plot-throughput"
14021
14022 - type: "plot"
14023   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14024   algorithm: "plot_perf_box_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14033   layout:
14034     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14035     layout: "plot-throughput"
14036
14037 - type: "plot"
14038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14039   algorithm: "plot_perf_box_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14050     layout: "plot-throughput"
14051
14052 - type: "plot"
14053   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14054   algorithm: "plot_perf_box_name"
14055   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14057   include:
14058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14063   layout:
14064     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14065     layout: "plot-throughput"
14066
14067 - type: "plot"
14068   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14069   algorithm: "plot_perf_box_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14072   include:
14073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14078   layout:
14079     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14087   include:
14088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14093   layout:
14094     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14095     layout: "plot-throughput"
14096
14097 - type: "plot"
14098   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14099   algorithm: "plot_perf_box_name"
14100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14102   include:
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14108   layout:
14109     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14110     layout: "plot-throughput"
14111
14112 - type: "plot"
14113   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14114   algorithm: "plot_perf_box_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122   layout:
14123     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136   layout:
14137     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14138     layout: "plot-throughput"
14139
14140 - type: "plot"
14141   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14142   algorithm: "plot_perf_box_name"
14143   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14145   include:
14146     - "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"
14147     - "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"
14148     - "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"
14149     - "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"
14150   layout:
14151     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14152     layout: "plot-throughput"
14153
14154 - type: "plot"
14155   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14156   algorithm: "plot_perf_box_name"
14157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14159   include:
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161     - "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"
14162     - "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"
14163     - "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"
14164   layout:
14165     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14166     layout: "plot-throughput"
14167
14168 - type: "plot"
14169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14170   algorithm: "plot_perf_box_name"
14171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14180   layout:
14181     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14182     layout: "plot-throughput"
14183
14184 - type: "plot"
14185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14186   algorithm: "plot_perf_box_name"
14187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14196   layout:
14197     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14198     layout: "plot-throughput"
14199
14200 - type: "plot"
14201   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14202   algorithm: "plot_perf_box_name"
14203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212   layout:
14213     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14214     layout: "plot-throughput"
14215
14216 - type: "plot"
14217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14218   algorithm: "plot_perf_box_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14221   include:
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228   layout:
14229     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14230     layout: "plot-throughput"
14231
14232 - type: "plot"
14233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14234   algorithm: "plot_perf_box_name"
14235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14237   include:
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14246     layout: "plot-throughput"
14247
14248 - type: "plot"
14249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14250   algorithm: "plot_perf_box_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260   layout:
14261     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14262     layout: "plot-throughput"
14263
14264 - type: "plot"
14265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14266   algorithm: "plot_perf_box_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14275   layout:
14276     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14281   algorithm: "plot_perf_box_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14304     layout: "plot-throughput"
14305
14306 - type: "plot"
14307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14308   algorithm: "plot_perf_box_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14316     layout: "plot-throughput"
14317
14318 - type: "plot"
14319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14320   algorithm: "plot_perf_box_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "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"
14325     - "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"
14326   layout:
14327     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14328     layout: "plot-throughput"
14329
14330 - type: "plot"
14331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14332   algorithm: "plot_perf_box_name"
14333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14335   include:
14336     - "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"
14337     - "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"
14338   layout:
14339     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14340     layout: "plot-throughput"
14341
14342 - type: "plot"
14343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14344   algorithm: "plot_perf_box_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14350   layout:
14351     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14356   algorithm: "plot_perf_box_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14362   layout:
14363     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14383   include:
14384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14386   layout:
14387     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14388     layout: "plot-throughput"
14389
14390 - type: "plot"
14391   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14392   algorithm: "plot_perf_box_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14395   include:
14396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402   layout:
14403     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14404     layout: "plot-throughput"
14405
14406 - type: "plot"
14407   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14408   algorithm: "plot_perf_box_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14411   include:
14412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418   layout:
14419     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14420     layout: "plot-throughput"
14421
14422 - type: "plot"
14423   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14424   algorithm: "plot_perf_box_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14426   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14427   include:
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14434   layout:
14435     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14436     layout: "plot-throughput"
14437
14438 - type: "plot"
14439   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14440   algorithm: "plot_perf_box_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14443   include:
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14450   layout:
14451     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14452     layout: "plot-throughput"
14453
14454 #- type: "plot"
14455 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14456 #  algorithm: "plot_perf_box_name"
14457 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14458 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14459 #  include:
14460 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14461 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14462 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14463 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14466 #  layout:
14467 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14468 #    layout: "plot-throughput"
14469 #
14470 #- type: "plot"
14471 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14472 #  algorithm: "plot_perf_box_name"
14473 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14474 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14475 #  include:
14476 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-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-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14482 #  layout:
14483 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14484 #    layout: "plot-throughput"
14485
14486 - type: "plot"
14487   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14488   algorithm: "plot_perf_box_name"
14489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14491   include:
14492     - "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"
14493     - "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"
14494     - "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"
14495     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14496     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14497     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14498   layout:
14499     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14500     layout: "plot-throughput"
14501
14502 - type: "plot"
14503   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14504   algorithm: "plot_perf_box_name"
14505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14507   include:
14508     - "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"
14509     - "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"
14510     - "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"
14511     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14512     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14513     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14514   layout:
14515     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14516     layout: "plot-throughput"
14517
14518 ################################################################################
14519
14520 # Packet Speedup
14521
14522 - type: "plot"
14523   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14532   layout:
14533     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14541   include:
14542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14546   layout:
14547     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14574   layout:
14575     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14583   include:
14584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14589   layout:
14590     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14604   layout:
14605     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14619   layout:
14620     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 - type: "plot"
14624   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14625   algorithm: "plot_tsa_name"
14626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14628   include:
14629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14634   layout:
14635     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14636     layout: "plot-throughput-speedup-analysis"
14637
14638 - type: "plot"
14639   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14640   algorithm: "plot_tsa_name"
14641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14643   include:
14644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14650   layout:
14651     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14666   layout:
14667     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14681   layout:
14682     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14696   layout:
14697     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14722   layout:
14723     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14737   layout:
14738     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14752   layout:
14753     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14765   layout:
14766     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14778   layout:
14779     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14787   include:
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14794   layout:
14795     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14810   layout:
14811     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14826   layout:
14827     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14842   layout:
14843     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14851   include:
14852     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14855   layout:
14856     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14864   include:
14865     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14868   layout:
14869     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14870     layout: "plot-throughput-speedup-analysis"
14871
14872 - type: "plot"
14873   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14874   algorithm: "plot_tsa_name"
14875   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14877   include:
14878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14881 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14882 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14883   layout:
14884     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14885     layout: "plot-throughput-speedup-analysis"
14886
14887 - type: "plot"
14888   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14892   include:
14893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14897 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14898   layout:
14899     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14900     layout: "plot-throughput-speedup-analysis"
14901
14902 - type: "plot"
14903   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14904   algorithm: "plot_tsa_name"
14905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14907   include:
14908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14913   layout:
14914     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14915     layout: "plot-throughput-speedup-analysis"
14916
14917 - type: "plot"
14918   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14919   algorithm: "plot_tsa_name"
14920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14922   include:
14923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14928   layout:
14929     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14930     layout: "plot-throughput-speedup-analysis"
14931
14932 - type: "plot"
14933   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14934   algorithm: "plot_tsa_name"
14935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14937   include:
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14943   layout:
14944     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14958   layout:
14959     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14974   layout:
14975     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14990   layout:
14991     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15006   layout:
15007     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15022   layout:
15023     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15031   include:
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15034   layout:
15035     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15046   layout:
15047     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15060   layout:
15061     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 - type: "plot"
15065   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15066   algorithm: "plot_tsa_name"
15067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15069   include:
15070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15074   layout:
15075     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15088   layout:
15089     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15090     layout: "plot-throughput-speedup-analysis"
15091
15092 - type: "plot"
15093   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15094   algorithm: "plot_tsa_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15118   layout:
15119     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15120     layout: "plot-throughput-speedup-analysis"
15121
15122 - type: "plot"
15123   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15124   algorithm: "plot_tsa_name"
15125   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15127   include:
15128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15134   layout:
15135     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15149   layout:
15150     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15164   layout:
15165     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15179   layout:
15180     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15194   layout:
15195     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15203   include:
15204     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15207   layout:
15208     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15216   include:
15217     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15220   layout:
15221     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15246   layout:
15247     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15261   layout:
15262     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15276   layout:
15277     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15291   layout:
15292     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15306   layout:
15307     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15315   include:
15316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322   layout:
15323     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15324     layout: "plot-throughput-speedup-analysis"
15325
15326 - type: "plot"
15327   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15328   algorithm: "plot_tsa_name"
15329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15331   include:
15332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338   layout:
15339     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15347   include:
15348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352   layout:
15353     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15354     layout: "plot-throughput-speedup-analysis"
15355
15356 - type: "plot"
15357   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15358   algorithm: "plot_tsa_name"
15359   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15360   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15361   include:
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
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   layout:
15367     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15375   include:
15376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382   layout:
15383     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15391   include:
15392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15398   layout:
15399     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15407   include:
15408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15414   layout:
15415     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15430   layout:
15431     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15446   layout:
15447     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15462   layout:
15463     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15471   include:
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15478   layout:
15479     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15487   include:
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15494   layout:
15495     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15503   include:
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15510   layout:
15511     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15526   layout:
15527     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15535   include:
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15540   layout:
15541     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15549   include:
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15554   layout:
15555     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15563   include:
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15568   layout:
15569     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15577   include:
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15582   layout:
15583     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15591   include:
15592     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15598   layout:
15599     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15600     layout: "plot-throughput-speedup-analysis"
15601
15602 - type: "plot"
15603   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15604   algorithm: "plot_tsa_name"
15605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15607   include:
15608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15614   layout:
15615     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15616     layout: "plot-throughput-speedup-analysis"
15617
15618 - type: "plot"
15619   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15620   algorithm: "plot_tsa_name"
15621   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15623   include:
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15629   layout:
15630     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15644   layout:
15645     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15659   layout:
15660     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15668   include:
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15688   layout:
15689     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15702   layout:
15703     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15704     layout: "plot-throughput-speedup-analysis"
15705
15706 - type: "plot"
15707   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15708   algorithm: "plot_tsa_name"
15709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15711   include:
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15718   layout:
15719     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   include:
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15734   layout:
15735     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15736     layout: "plot-throughput-speedup-analysis"
15737
15738 - type: "plot"
15739   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15740   algorithm: "plot_tsa_name"
15741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15743   include:
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15750   layout:
15751     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15752     layout: "plot-throughput-speedup-analysis"
15753
15754 - type: "plot"
15755   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15756   algorithm: "plot_tsa_name"
15757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15759   include:
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15766   layout:
15767     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15768     layout: "plot-throughput-speedup-analysis"
15769
15770 - type: "plot"
15771   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15772   algorithm: "plot_tsa_name"
15773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15775   include:
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15782   layout:
15783     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15791   include:
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15798   layout:
15799     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15807   include:
15808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15814   layout:
15815     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15823   include:
15824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15830   layout:
15831     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15839   include:
15840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15845     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15846   layout:
15847     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15855   include:
15856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15862   layout:
15863     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15871   include:
15872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15877   layout:
15878     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15886   include:
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15892   layout:
15893     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15901   include:
15902     - "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"
15903     - "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"
15904     - "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"
15905     - "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"
15906     - "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"
15907   layout:
15908     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15916   include:
15917     - "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"
15918     - "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"
15919     - "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"
15920     - "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"
15921     - "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"
15922   layout:
15923     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15924     layout: "plot-throughput-speedup-analysis"
15925
15926 - type: "plot"
15927   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15928   algorithm: "plot_tsa_name"
15929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15931   include:
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15937   layout:
15938     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15939     layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15946   include:
15947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15952   layout:
15953     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15954     layout: "plot-throughput-speedup-analysis"
15955
15956 - type: "plot"
15957   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15958   algorithm: "plot_tsa_name"
15959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15961   include:
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15967   layout:
15968     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15976   include:
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15982   layout:
15983     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15984     layout: "plot-throughput-speedup-analysis"
15985
15986 - type: "plot"
15987   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15988   algorithm: "plot_tsa_name"
15989   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15991   include:
15992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15997   layout:
15998     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16006   include:
16007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16012   layout:
16013     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16021   include:
16022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16027   layout:
16028     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16036   include:
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16042   layout:
16043     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16051   include:
16052     - "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"
16053     - "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"
16054     - "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"
16055     - "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"
16056   layout:
16057     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16065   include:
16066     - "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"
16067     - "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"
16068     - "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"
16069     - "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"
16070   layout:
16071     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16079   include:
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084   layout:
16085     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16086     layout: "plot-throughput-speedup-analysis"
16087
16088 - type: "plot"
16089   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16090   algorithm: "plot_tsa_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16093   include:
16094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16095     - "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"
16096     - "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"
16097     - "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"
16098   layout:
16099     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16107   include:
16108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16114   layout:
16115     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16123   include:
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16130   layout:
16131     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16139   include:
16140     - "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"
16141     - "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"
16142     - "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"
16143     - "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"
16144     - "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"
16145     - "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"
16146   layout:
16147     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "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"
16158     - "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"
16159     - "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"
16160     - "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"
16161     - "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"
16162   layout:
16163     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16171   include:
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178   layout:
16179     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16187   include:
16188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194   layout:
16195     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16203   include:
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16209   layout:
16210     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16218   include:
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16224   layout:
16225     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16233   include:
16234     - "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"
16235     - "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"
16236   layout:
16237     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16245   include:
16246     - "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"
16247     - "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"
16248   layout:
16249     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16257   include:
16258     - "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"
16259     - "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"
16260   layout:
16261     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16269   include:
16270     - "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"
16271     - "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"
16272   layout:
16273     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16281   include:
16282     - "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"
16283     - "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"
16284     - "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"
16285     - "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"
16286     - "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"
16287     - "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"
16288   layout:
16289     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16297   include:
16298     - "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"
16299     - "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"
16300     - "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"
16301     - "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"
16302     - "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"
16303     - "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"
16304   layout:
16305     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16306     layout: "plot-throughput-speedup-analysis"
16307
16308 - type: "plot"
16309   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16310   algorithm: "plot_tsa_name"
16311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16313   include:
16314     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16315     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16316     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16317     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16318     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16319   layout:
16320     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16328   include:
16329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16333     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16334   layout:
16335     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16336     layout: "plot-throughput-speedup-analysis"
16337
16338 - type: "plot"
16339   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16340   algorithm: "plot_tsa_name"
16341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16343   include:
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16349   layout:
16350     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16358   include:
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16364   layout:
16365     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16380   layout:
16381     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16382     layout: "plot-throughput-speedup-analysis"
16383
16384 - type: "plot"
16385   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16386   algorithm: "plot_tsa_name"
16387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16389   include:
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16396   layout:
16397     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16405   include:
16406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16410   layout:
16411     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16424   layout:
16425     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16433   include:
16434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16439   layout:
16440     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16448   include:
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16454   layout:
16455     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16456     layout: "plot-throughput-speedup-analysis"
16457
16458 - type: "plot"
16459   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16460   algorithm: "plot_tsa_name"
16461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16463   include:
16464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16470   layout:
16471     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16479   include:
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486   layout:
16487     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16495   include:
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16500   layout:
16501     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16509   include:
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16514   layout:
16515     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16523   include:
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16530   layout:
16531     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 - type: "plot"
16535   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16536   algorithm: "plot_tsa_name"
16537   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16538   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16539   include:
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16546   layout:
16547     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16555   include:
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16562   layout:
16563     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16571   include:
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16578   layout:
16579     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16587   include:
16588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16593     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16594   layout:
16595     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16596     layout: "plot-throughput-speedup-analysis"
16597
16598 - type: "plot"
16599   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16600   algorithm: "plot_tsa_name"
16601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16603   include:
16604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16609     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16610   layout:
16611     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16612     layout: "plot-throughput-speedup-analysis"
16613
16614 - type: "plot"
16615   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16616   algorithm: "plot_tsa_name"
16617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16619   include:
16620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16626   layout:
16627     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16628     layout: "plot-throughput-speedup-analysis"
16629
16630 - type: "plot"
16631   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16632   algorithm: "plot_tsa_name"
16633   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16634   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16635   include:
16636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16642   layout:
16643     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16644     layout: "plot-throughput-speedup-analysis"
16645
16646 - type: "plot"
16647   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16648   algorithm: "plot_tsa_name"
16649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16651   include:
16652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16658   layout:
16659     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16660     layout: "plot-throughput-speedup-analysis"
16661
16662 - type: "plot"
16663   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16664   algorithm: "plot_tsa_name"
16665   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16666   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16667   include:
16668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16674   layout:
16675     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 #- type: "plot"
16679 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16680 #  algorithm: "plot_tsa_name"
16681 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16682 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16683 #  include:
16684 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16685 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16686 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16690 #  layout:
16691 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16692 #    layout: "plot-throughput-speedup-analysis"
16693 #
16694 #- type: "plot"
16695 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16696 #  algorithm: "plot_tsa_name"
16697 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16698 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16699 #  include:
16700 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-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-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16706 #  layout:
16707 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16708 #    layout: "plot-throughput-speedup-analysis"
16709
16710 - type: "plot"
16711   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16712   algorithm: "plot_tsa_name"
16713   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16714   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16715   include:
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16721   layout:
16722     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16730   include:
16731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16736   layout:
16737     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16738     layout: "plot-throughput-speedup-analysis"
16739
16740 - type: "plot"
16741   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16742   algorithm: "plot_tsa_name"
16743   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16744   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16745   include:
16746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16752   layout:
16753     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16754     layout: "plot-throughput-speedup-analysis"
16755
16756 - type: "plot"
16757   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16758   algorithm: "plot_tsa_name"
16759   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16760   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16761   include:
16762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16768   layout:
16769     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16770     layout: "plot-throughput-speedup-analysis"
16771
16772 - type: "plot"
16773   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16774   algorithm: "plot_tsa_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16776   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16777   include:
16778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16783   layout:
16784     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16785     layout: "plot-throughput-speedup-analysis"
16786
16787 - type: "plot"
16788   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16789   algorithm: "plot_tsa_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16791   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16792   include:
16793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16798   layout:
16799     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16800     layout: "plot-throughput-speedup-analysis"
16801
16802 #- type: "plot"
16803 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16804 #  algorithm: "plot_tsa_name"
16805 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16806 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16807 #  include:
16808 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16809 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16811 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16812 #  layout:
16813 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16814 #    layout: "plot-throughput-speedup-analysis"
16815 #
16816 #- type: "plot"
16817 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16818 #  algorithm: "plot_tsa_name"
16819 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16820 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16821 #  include:
16822 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16823 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16824 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16825 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16826 #  layout:
16827 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16828 #    layout: "plot-throughput-speedup-analysis"
16829
16830 - type: "plot"
16831   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16832   algorithm: "plot_tsa_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16835   include:
16836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16842   layout:
16843     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16851   include:
16852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16858   layout:
16859     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16860     layout: "plot-throughput-speedup-analysis"
16861
16862 - type: "plot"
16863   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16864   algorithm: "plot_tsa_name"
16865   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16866   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16867   include:
16868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16873   layout:
16874     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16875     layout: "plot-throughput-speedup-analysis"
16876
16877 - type: "plot"
16878   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16879   algorithm: "plot_tsa_name"
16880   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16881   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16882   include:
16883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16888   layout:
16889     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16890     layout: "plot-throughput-speedup-analysis"
16891
16892 - type: "plot"
16893   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16894   algorithm: "plot_tsa_name"
16895   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16896   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16897   include:
16898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16904   layout:
16905     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16906     layout: "plot-throughput-speedup-analysis"
16907
16908 - type: "plot"
16909   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16910   algorithm: "plot_tsa_name"
16911   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16912   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16913   include:
16914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16920   layout:
16921     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16922     layout: "plot-throughput-speedup-analysis"
16923
16924 - type: "plot"
16925   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16926   algorithm: "plot_tsa_name"
16927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16929   include:
16930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16934   layout:
16935     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16936     layout: "plot-throughput-speedup-analysis"
16937
16938 - type: "plot"
16939   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16940   algorithm: "plot_tsa_name"
16941   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16942   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16943   include:
16944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16948   layout:
16949     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16950     layout: "plot-throughput-speedup-analysis"
16951
16952 - type: "plot"
16953   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16954   algorithm: "plot_tsa_name"
16955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16957   include:
16958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16963   layout:
16964     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16965     layout: "plot-throughput-speedup-analysis"
16966
16967 - type: "plot"
16968   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16969   algorithm: "plot_tsa_name"
16970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16972   include:
16973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16978   layout:
16979     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16980     layout: "plot-throughput-speedup-analysis"
16981
16982 - type: "plot"
16983   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16984   algorithm: "plot_tsa_name"
16985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16987   include:
16988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16994   layout:
16995     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16996     layout: "plot-throughput-speedup-analysis"
16997
16998 - type: "plot"
16999   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17000   algorithm: "plot_tsa_name"
17001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17003   include:
17004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17010   layout:
17011     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17012     layout: "plot-throughput-speedup-analysis"
17013
17014 #- type: "plot"
17015 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17016 #  algorithm: "plot_tsa_name"
17017 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17018 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17019 #  include:
17020 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17021 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17024 #  layout:
17025 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17026 #    layout: "plot-throughput-speedup-analysis"
17027 #
17028 #- type: "plot"
17029 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17030 #  algorithm: "plot_tsa_name"
17031 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17032 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17033 #  include:
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17038 #  layout:
17039 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17040 #    layout: "plot-throughput-speedup-analysis"
17041
17042 - type: "plot"
17043   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17044   algorithm: "plot_tsa_name"
17045   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17046   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17047   include:
17048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17054   layout:
17055     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17056     layout: "plot-throughput-speedup-analysis"
17057
17058 - type: "plot"
17059   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17060   algorithm: "plot_tsa_name"
17061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17063   include:
17064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17070   layout:
17071     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17072     layout: "plot-throughput-speedup-analysis"
17073
17074 #- type: "plot"
17075 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17076 #  algorithm: "plot_tsa_name"
17077 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17078 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17079 #  include:
17080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17086 #  layout:
17087 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17088 #    layout: "plot-throughput-speedup-analysis"
17089 #
17090 #- type: "plot"
17091 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17092 #  algorithm: "plot_tsa_name"
17093 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17094 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17095 #  include:
17096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17102 #  layout:
17103 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17104 #    layout: "plot-throughput-speedup-analysis"
17105
17106 #- type: "plot"
17107 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17108 #  algorithm: "plot_tsa_name"
17109 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17110 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17111 #  include:
17112 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17113 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17114 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17115 #  layout:
17116 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17117 #    layout: "plot-throughput-speedup-analysis"
17118 #
17119 #- type: "plot"
17120 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17121 #  algorithm: "plot_tsa_name"
17122 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17123 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17124 #  include:
17125 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17126 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17127 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17128 #  layout:
17129 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17130 #    layout: "plot-throughput-speedup-analysis"
17131
17132 ################################################################################
17133
17134 # Packet Throughput - DPDK
17135
17136 # 2n-skx-xxv710
17137
17138 - type: "plot"
17139   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17142   data: "plot-dpdk-throughput-latency-2n-skx"
17143   include:
17144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17145     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17146   layout:
17147     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17154   data: "plot-dpdk-throughput-latency-2n-skx"
17155   include:
17156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17157     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17158   layout:
17159     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17166   data: "plot-dpdk-throughput-latency-2n-skx"
17167   include:
17168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17170   layout:
17171     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17178   data: "plot-dpdk-throughput-latency-2n-skx"
17179   include:
17180     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17181     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17182   layout:
17183     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17184     layout: "plot-throughput"
17185
17186 # 2n-skx-x710
17187
17188 - type: "plot"
17189   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17192   data: "plot-dpdk-throughput-latency-2n-skx"
17193   include:
17194     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17195     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17196   layout:
17197     title: "2n-skx-x710-64b-2t1c-base-ndr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17204   data: "plot-dpdk-throughput-latency-2n-skx"
17205   include:
17206     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17207     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17208   layout:
17209     title: "2n-skx-x710-64b-4t2c-base-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17216   data: "plot-dpdk-throughput-latency-2n-skx"
17217   include:
17218     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17219     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17220   layout:
17221     title: "2n-skx-x710-64b-2t1c-base-pdr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17228   data: "plot-dpdk-throughput-latency-2n-skx"
17229   include:
17230     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17231     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17232   layout:
17233     title: "2n-skx-x710-64b-4t2c-base-pdr"
17234     layout: "plot-throughput"
17235
17236 # 3n-skx-xxv710
17237
17238 - type: "plot"
17239   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17242   data: "plot-dpdk-throughput-latency-3n-skx"
17243   include:
17244     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17245     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17246   layout:
17247     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17254   data: "plot-dpdk-throughput-latency-3n-skx"
17255   include:
17256     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17257     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17258   layout:
17259     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17266   data: "plot-dpdk-throughput-latency-3n-skx"
17267   include:
17268     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17269     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17270   layout:
17271     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17278   data: "plot-dpdk-throughput-latency-3n-skx"
17279   include:
17280     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17281     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17282   layout:
17283     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17284     layout: "plot-throughput"
17285
17286 # 3n-skx-x710
17287
17288 - type: "plot"
17289   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17292   data: "plot-dpdk-throughput-latency-3n-skx"
17293   include:
17294     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17295     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17296   layout:
17297     title: "3n-skx-x710-64b-2t1c-base-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17304   data: "plot-dpdk-throughput-latency-3n-skx"
17305   include:
17306     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17307     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17308   layout:
17309     title: "3n-skx-x710-64b-4t2c-base-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17316   data: "plot-dpdk-throughput-latency-3n-skx"
17317   include:
17318     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17319     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17320   layout:
17321     title: "3n-skx-x710-64b-2t1c-base-pdr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17328   data: "plot-dpdk-throughput-latency-3n-skx"
17329   include:
17330     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17331     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17332   layout:
17333     title: "3n-skx-x710-64b-4t2c-base-pdr"
17334     layout: "plot-throughput"
17335
17336 # 3n-hsw-xl710
17337
17338 - type: "plot"
17339   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17342   data: "plot-dpdk-throughput-latency-3n-hsw"
17343   include:
17344     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17345     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17346   layout:
17347     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17354   data: "plot-dpdk-throughput-latency-3n-hsw"
17355   include:
17356     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17357     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17358   layout:
17359     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-hsw"
17367   include:
17368     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17369     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17370   layout:
17371     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17372     layout: "plot-throughput"
17373
17374 - type: "plot"
17375   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17376   algorithm: "plot_perf_box_name"
17377   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17378   data: "plot-dpdk-throughput-latency-3n-hsw"
17379   include:
17380     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17381     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17382   layout:
17383     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17384     layout: "plot-throughput"
17385
17386 # 3n-hsw-x710
17387
17388 - type: "plot"
17389   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17392   data: "plot-dpdk-throughput-latency-3n-hsw"
17393   include:
17394     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17395     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17396   layout:
17397     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17404   data: "plot-dpdk-throughput-latency-3n-hsw"
17405   include:
17406     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17407     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17408   layout:
17409     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17414   algorithm: "plot_perf_box_name"
17415   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17416   data: "plot-dpdk-throughput-latency-3n-hsw"
17417   include:
17418     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17419     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17420   layout:
17421     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17428   data: "plot-dpdk-throughput-latency-3n-hsw"
17429   include:
17430     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17431     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17432   layout:
17433     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17434     layout: "plot-throughput"
17435
17436 # 2n-dnv-x553
17437
17438 - type: "plot"
17439   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17440   algorithm: "plot_perf_box_name"
17441   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17442   data: "plot-dpdk-throughput-latency-2n-dnv"
17443   include:
17444     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17445     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17446   layout:
17447     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17454   data: "plot-dpdk-throughput-latency-2n-dnv"
17455   include:
17456     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17457     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17458   layout:
17459     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17466   data: "plot-dpdk-throughput-latency-2n-dnv"
17467   include:
17468     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17469     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17470   layout:
17471     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17478   data: "plot-dpdk-throughput-latency-2n-dnv"
17479   include:
17480     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17481     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17482   layout:
17483     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17484     layout: "plot-throughput"
17485
17486 # 3n-dnv-x553
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17492   data: "plot-dpdk-throughput-latency-3n-dnv"
17493   include:
17494     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17495     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17496   layout:
17497     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17504   data: "plot-dpdk-throughput-latency-3n-dnv"
17505   include:
17506     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17507     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17508   layout:
17509     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17516   data: "plot-dpdk-throughput-latency-3n-dnv"
17517   include:
17518     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17519     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17520   layout:
17521     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17526   algorithm: "plot_perf_box_name"
17527   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17528   data: "plot-dpdk-throughput-latency-3n-dnv"
17529   include:
17530     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17531     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17532   layout:
17533     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17534     layout: "plot-throughput"
17535
17536 # 3n-tsh-x520
17537
17538 - type: "plot"
17539   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17542   data: "plot-dpdk-throughput-latency-3n-tsh"
17543   include:
17544     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17545     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17546   layout:
17547     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17554   data: "plot-dpdk-throughput-latency-3n-tsh"
17555   include:
17556     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17557     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17558   layout:
17559     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17566   data: "plot-dpdk-throughput-latency-3n-tsh"
17567   include:
17568     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17569     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17570   layout:
17571     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17572     layout: "plot-throughput"
17573
17574 - type: "plot"
17575   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17576   algorithm: "plot_perf_box_name"
17577   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17578   data: "plot-dpdk-throughput-latency-3n-tsh"
17579   include:
17580     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17581     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17582   layout:
17583     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17584     layout: "plot-throughput"
17585
17586 ################################################################################
17587 ###   2n-clx                                                                 ###
17588 ################################################################################
17589
17590 # Packet Throughput
17591
17592 - type: "plot"
17593   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17602   layout:
17603     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17608   algorithm: "plot_perf_box_name"
17609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17611   include:
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17616   layout:
17617     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17630   layout:
17631     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17632     layout: "plot-throughput"
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17644   layout:
17645     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17658   layout:
17659     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17672   layout:
17673     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17674     layout: "plot-throughput"
17675
17676 - type: "plot"
17677   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17678   algorithm: "plot_perf_box_name"
17679   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17681   include:
17682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17688   layout:
17689     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17704   layout:
17705     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17758   layout:
17759     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17760     layout: "plot-throughput"
17761
17762 - type: "plot"
17763   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17764   algorithm: "plot_perf_box_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17773   layout:
17774     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17775     layout: "plot-throughput"
17776
17777 - type: "plot"
17778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17779   algorithm: "plot_perf_box_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17801   layout:
17802     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17814   layout:
17815     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17830   layout:
17831     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17839   include:
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17846   layout:
17847     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17855   include:
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17890   layout:
17891     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17902   layout:
17903     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17918   layout:
17919     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17934   layout:
17935     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17949 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17950   layout:
17951     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17952     layout: "plot-throughput"
17953
17954 - type: "plot"
17955   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17956   algorithm: "plot_perf_box_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17965 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17966   layout:
17967     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17968     layout: "plot-throughput"
17969
17970 - type: "plot"
17971   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17972   algorithm: "plot_perf_box_name"
17973   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975   include:
17976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17982   layout:
17983     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17984     layout: "plot-throughput"
17985
17986 - type: "plot"
17987   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17988   algorithm: "plot_perf_box_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17991   include:
17992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17998   layout:
17999     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18000     layout: "plot-throughput"
18001
18002 - type: "plot"
18003   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18004   algorithm: "plot_perf_box_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18028   layout:
18029     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18030     layout: "plot-throughput"
18031
18032 - type: "plot"
18033   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18034   algorithm: "plot_perf_box_name"
18035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18037   include:
18038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18043   layout:
18044     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18045     layout: "plot-throughput"
18046
18047 - type: "plot"
18048   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18049   algorithm: "plot_perf_box_name"
18050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18052   include:
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18058   layout:
18059     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18064   algorithm: "plot_perf_box_name"
18065   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18067   include:
18068     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18073   layout:
18074     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18075     layout: "plot-throughput"
18076
18077 - type: "plot"
18078   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18079   algorithm: "plot_perf_box_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18088   layout:
18089     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18090     layout: "plot-throughput"
18091
18092 - type: "plot"
18093   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18094   algorithm: "plot_perf_box_name"
18095   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18097   include:
18098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18103   layout:
18104     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18105     layout: "plot-throughput"
18106
18107 - type: "plot"
18108   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18109   algorithm: "plot_perf_box_name"
18110   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18112   include:
18113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18118   layout:
18119     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18120     layout: "plot-throughput"
18121
18122 - type: "plot"
18123   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18124   algorithm: "plot_perf_box_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18133   layout:
18134     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18135     layout: "plot-throughput"
18136
18137 - type: "plot"
18138   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18139   algorithm: "plot_perf_box_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18148   layout:
18149     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18150     layout: "plot-throughput"
18151
18152 - type: "plot"
18153   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18154   algorithm: "plot_perf_box_name"
18155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18157   include:
18158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18164   layout:
18165     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18166     layout: "plot-throughput"
18167
18168 - type: "plot"
18169   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18170   algorithm: "plot_perf_box_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18180   layout:
18181     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18182     layout: "plot-throughput"
18183
18184 - type: "plot"
18185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18186   algorithm: "plot_perf_box_name"
18187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18189   include:
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18194   layout:
18195     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18210     layout: "plot-throughput"
18211
18212 - type: "plot"
18213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18214   algorithm: "plot_perf_box_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18226     layout: "plot-throughput"
18227
18228 - type: "plot"
18229   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18230   algorithm: "plot_perf_box_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18242     layout: "plot-throughput"
18243
18244 - type: "plot"
18245   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18246   algorithm: "plot_perf_box_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18254   layout:
18255     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18256     layout: "plot-throughput"
18257
18258 - type: "plot"
18259   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18260   algorithm: "plot_perf_box_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18263   include:
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18270     layout: "plot-throughput"
18271
18272 - type: "plot"
18273   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18274   algorithm: "plot_perf_box_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18284   layout:
18285     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18286     layout: "plot-throughput"
18287
18288 - type: "plot"
18289   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18290   algorithm: "plot_perf_box_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18300   layout:
18301     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18302     layout: "plot-throughput"
18303
18304 - type: "plot"
18305   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18306   algorithm: "plot_perf_box_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18314   layout:
18315     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18316     layout: "plot-throughput"
18317
18318 - type: "plot"
18319   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18320   algorithm: "plot_perf_box_name"
18321   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18323   include:
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18328   layout:
18329     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18330     layout: "plot-throughput"
18331
18332 - type: "plot"
18333   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18334   algorithm: "plot_perf_box_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18343   layout:
18344     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18345     layout: "plot-throughput"
18346
18347 - type: "plot"
18348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18349   algorithm: "plot_perf_box_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18358   layout:
18359     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18360     layout: "plot-throughput"
18361
18362 - type: "plot"
18363   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18364   algorithm: "plot_perf_box_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "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"
18369     - "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"
18370     - "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"
18371     - "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"
18372     - "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"
18373   layout:
18374     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18375     layout: "plot-throughput"
18376
18377 - type: "plot"
18378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18379   algorithm: "plot_perf_box_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "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"
18384     - "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"
18385     - "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"
18386     - "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"
18387     - "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"
18388   layout:
18389     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18390     layout: "plot-throughput"
18391
18392 - type: "plot"
18393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18394   algorithm: "plot_perf_box_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18403   layout:
18404     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18405     layout: "plot-throughput"
18406
18407 - type: "plot"
18408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18409   algorithm: "plot_perf_box_name"
18410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412   include:
18413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18418   layout:
18419     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18433   layout:
18434     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18435     layout: "plot-throughput"
18436
18437 - type: "plot"
18438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18439   algorithm: "plot_perf_box_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18448   layout:
18449     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18450     layout: "plot-throughput"
18451
18452 - type: "plot"
18453   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18454   algorithm: "plot_perf_box_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18476   layout:
18477     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "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"
18487     - "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"
18488     - "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"
18489     - "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"
18490   layout:
18491     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18492     layout: "plot-throughput"
18493
18494 - type: "plot"
18495   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18496   algorithm: "plot_perf_box_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18501     - "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"
18502     - "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"
18503     - "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"
18504   layout:
18505     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18506     layout: "plot-throughput"
18507
18508 - type: "plot"
18509   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18510   algorithm: "plot_perf_box_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "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"
18515     - "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"
18516     - "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"
18517     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18519     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18520   layout:
18521     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18522     layout: "plot-throughput"
18523
18524 - type: "plot"
18525   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18526   algorithm: "plot_perf_box_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "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"
18531     - "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"
18532     - "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"
18533     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18535     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18536   layout:
18537     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18538     layout: "plot-throughput"
18539
18540 ################################################################################
18541
18542 # Packet Speedup
18543
18544 - type: "plot"
18545   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18546   algorithm: "plot_tsa_name"
18547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18549   include:
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18554   layout:
18555     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18556     layout: "plot-throughput-speedup-analysis"
18557
18558 - type: "plot"
18559   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18560   algorithm: "plot_tsa_name"
18561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18563   include:
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18568   layout:
18569     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 - type: "plot"
18573   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18582   layout:
18583     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18596   layout:
18597     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18610   layout:
18611     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18621     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18622     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18623     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18624   layout:
18625     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18626     layout: "plot-throughput-speedup-analysis"
18627
18628 - type: "plot"
18629   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18630   algorithm: "plot_tsa_name"
18631   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18633   include:
18634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18640   layout:
18641     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18656   layout:
18657     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18658     layout: "plot-throughput-speedup-analysis"
18659
18660 - type: "plot"
18661   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18662   algorithm: "plot_tsa_name"
18663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18665   include:
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18670   layout:
18671     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18684   layout:
18685     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18686     layout: "plot-throughput-speedup-analysis"
18687
18688 - type: "plot"
18689   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18690   algorithm: "plot_tsa_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18697   layout:
18698     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18710   layout:
18711     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18712     layout: "plot-throughput-speedup-analysis"
18713
18714 - type: "plot"
18715   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18716   algorithm: "plot_tsa_name"
18717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18719   include:
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18753   layout:
18754     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18766   layout:
18767     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18782   layout:
18783     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18784     layout: "plot-throughput-speedup-analysis"
18785
18786 - type: "plot"
18787   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18788   algorithm: "plot_tsa_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18798   layout:
18799     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18800     layout: "plot-throughput-speedup-analysis"
18801
18802 - type: "plot"
18803   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18804   algorithm: "plot_tsa_name"
18805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18807   include:
18808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18830   layout:
18831     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18832     layout: "plot-throughput-speedup-analysis"
18833
18834 - type: "plot"
18835   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18836   algorithm: "plot_tsa_name"
18837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18839   include:
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18842   layout:
18843     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18854   layout:
18855     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18870   layout:
18871     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18886   layout:
18887     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18902   layout:
18903     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18904     layout: "plot-throughput-speedup-analysis"
18905
18906 - type: "plot"
18907   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18908   algorithm: "plot_tsa_name"
18909   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18911   include:
18912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18918   layout:
18919     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18920     layout: "plot-throughput-speedup-analysis"
18921
18922 - type: "plot"
18923   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18924   algorithm: "plot_tsa_name"
18925   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18927   include:
18928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18934   layout:
18935     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18950   layout:
18951     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18980   layout:
18981     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18982     layout: "plot-throughput-speedup-analysis"
18983
18984 - type: "plot"
18985   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18986   algorithm: "plot_tsa_name"
18987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18989   include:
18990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18995   layout:
18996     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18997     layout: "plot-throughput-speedup-analysis"
18998
18999 - type: "plot"
19000   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19001   algorithm: "plot_tsa_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19010   layout:
19011     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19012     layout: "plot-throughput-speedup-analysis"
19013
19014 - type: "plot"
19015   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19016   algorithm: "plot_tsa_name"
19017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19019   include:
19020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19025   layout:
19026     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 - type: "plot"
19030   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19031   algorithm: "plot_tsa_name"
19032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19034   include:
19035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19040   layout:
19041     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19042     layout: "plot-throughput-speedup-analysis"
19043
19044 - type: "plot"
19045   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19046   algorithm: "plot_tsa_name"
19047   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19049   include:
19050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19055   layout:
19056     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19070   layout:
19071     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19072     layout: "plot-throughput-speedup-analysis"
19073
19074 - type: "plot"
19075   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19076   algorithm: "plot_tsa_name"
19077   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19079   include:
19080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19085   layout:
19086     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19087     layout: "plot-throughput-speedup-analysis"
19088
19089 - type: "plot"
19090   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19091   algorithm: "plot_tsa_name"
19092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19094   include:
19095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19100   layout:
19101     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19102     layout: "plot-throughput-speedup-analysis"
19103
19104 - type: "plot"
19105   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19106   algorithm: "plot_tsa_name"
19107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19109   include:
19110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19146   layout:
19147     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19160   layout:
19161     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19169   include:
19170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19176   layout:
19177     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19185   include:
19186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19192   layout:
19193     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19206   layout:
19207     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19220   layout:
19221     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19222     layout: "plot-throughput-speedup-analysis"
19223
19224 - type: "plot"
19225   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19226   algorithm: "plot_tsa_name"
19227   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19228   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19229   include:
19230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19236   layout:
19237     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19245   include:
19246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19252   layout:
19253     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19266   layout:
19267     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19268     layout: "plot-throughput-speedup-analysis"
19269
19270 - type: "plot"
19271   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19272   algorithm: "plot_tsa_name"
19273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19275   include:
19276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19280   layout:
19281     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19282     layout: "plot-throughput-speedup-analysis"
19283
19284 - type: "plot"
19285   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19286   algorithm: "plot_tsa_name"
19287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19289   include:
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19295   layout:
19296     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19297     layout: "plot-throughput-speedup-analysis"
19298
19299 - type: "plot"
19300   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19301   algorithm: "plot_tsa_name"
19302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19304   include:
19305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19310   layout:
19311     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19312     layout: "plot-throughput-speedup-analysis"
19313
19314 - type: "plot"
19315   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19316   algorithm: "plot_tsa_name"
19317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19319   include:
19320     - "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"
19321     - "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"
19322     - "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"
19323     - "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"
19324     - "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"
19325   layout:
19326     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19327     layout: "plot-throughput-speedup-analysis"
19328
19329 - type: "plot"
19330   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19331   algorithm: "plot_tsa_name"
19332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19334   include:
19335     - "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"
19336     - "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"
19337     - "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"
19338     - "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"
19339     - "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"
19340   layout:
19341     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19342     layout: "plot-throughput-speedup-analysis"
19343
19344 - type: "plot"
19345   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19346   algorithm: "plot_tsa_name"
19347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19349   include:
19350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19355   layout:
19356     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19357     layout: "plot-throughput-speedup-analysis"
19358
19359 - type: "plot"
19360   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19361   algorithm: "plot_tsa_name"
19362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19364   include:
19365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19370   layout:
19371     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19372     layout: "plot-throughput-speedup-analysis"
19373
19374 - type: "plot"
19375   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19376   algorithm: "plot_tsa_name"
19377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19379   include:
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19385   layout:
19386     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19387     layout: "plot-throughput-speedup-analysis"
19388
19389 - type: "plot"
19390   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19391   algorithm: "plot_tsa_name"
19392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19394   include:
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19400   layout:
19401     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19402     layout: "plot-throughput-speedup-analysis"
19403
19404 - type: "plot"
19405   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19406   algorithm: "plot_tsa_name"
19407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19409   include:
19410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19414   layout:
19415     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 - type: "plot"
19419   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19420   algorithm: "plot_tsa_name"
19421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19423   include:
19424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19428   layout:
19429     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19430     layout: "plot-throughput-speedup-analysis"
19431
19432 - type: "plot"
19433   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19434   algorithm: "plot_tsa_name"
19435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19437   include:
19438     - "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"
19439     - "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"
19440     - "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"
19441     - "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"
19442   layout:
19443     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19444     layout: "plot-throughput-speedup-analysis"
19445
19446 - type: "plot"
19447   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19448   algorithm: "plot_tsa_name"
19449   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19451   include:
19452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19453     - "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"
19454     - "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"
19455     - "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"
19456   layout:
19457     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19458     layout: "plot-throughput-speedup-analysis"
19459
19460 - type: "plot"
19461   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19462   algorithm: "plot_tsa_name"
19463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19465   include:
19466     - "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"
19467     - "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"
19468     - "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"
19469     - "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"
19470     - "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"
19471     - "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"
19472   layout:
19473     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19474     layout: "plot-throughput-speedup-analysis"
19475
19476 - type: "plot"
19477   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19478   algorithm: "plot_tsa_name"
19479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19481   include:
19482     - "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"
19483     - "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"
19484     - "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"
19485     - "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"
19486     - "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"
19487     - "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"
19488   layout:
19489     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19490     layout: "plot-throughput-speedup-analysis"
19491
19492 ################################################################################
19493
19494 # Packet Throughput - DPDK
19495
19496 # 2n-clx-xxv710
19497
19498 - type: "plot"
19499   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19500   algorithm: "plot_perf_box_name"
19501   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19502   data: "plot-dpdk-throughput-latency-2n-clx"
19503   include:
19504     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19505     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19508     layout: "plot-throughput"
19509
19510 - type: "plot"
19511   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19512   algorithm: "plot_perf_box_name"
19513   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19514   data: "plot-dpdk-throughput-latency-2n-clx"
19515   include:
19516     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19517     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19518   layout:
19519     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19520     layout: "plot-throughput"
19521
19522 - type: "plot"
19523   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19524   algorithm: "plot_perf_box_name"
19525   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19526   data: "plot-dpdk-throughput-latency-2n-clx"
19527   include:
19528     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19529     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19530   layout:
19531     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19532     layout: "plot-throughput"
19533
19534 - type: "plot"
19535   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19536   algorithm: "plot_perf_box_name"
19537   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19538   data: "plot-dpdk-throughput-latency-2n-clx"
19539   include:
19540     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19541     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19542   layout:
19543     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19544     layout: "plot-throughput"
19545
19546 # 2n-clx-x710
19547
19548 - type: "plot"
19549   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19550   algorithm: "plot_perf_box_name"
19551   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19552   data: "plot-dpdk-throughput-latency-2n-clx"
19553   include:
19554     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19555     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19556   layout:
19557     title: "2n-clx-x710-64b-2t1c-base-ndr"
19558     layout: "plot-throughput"
19559
19560 - type: "plot"
19561   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19562   algorithm: "plot_perf_box_name"
19563   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19564   data: "plot-dpdk-throughput-latency-2n-clx"
19565   include:
19566     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19567     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19568   layout:
19569     title: "2n-clx-x710-64b-4t2c-base-ndr"
19570     layout: "plot-throughput"
19571
19572 - type: "plot"
19573   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19574   algorithm: "plot_perf_box_name"
19575   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19576   data: "plot-dpdk-throughput-latency-2n-clx"
19577   include:
19578     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19579     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19580   layout:
19581     title: "2n-clx-x710-64b-2t1c-base-pdr"
19582     layout: "plot-throughput"
19583
19584 - type: "plot"
19585   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19586   algorithm: "plot_perf_box_name"
19587   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19588   data: "plot-dpdk-throughput-latency-2n-clx"
19589   include:
19590     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19591     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19592   layout:
19593     title: "2n-clx-x710-64b-4t2c-base-pdr"
19594     layout: "plot-throughput"
19595
19596 ################################################################################
19597
19598 - type: "plot"
19599   title: "Latency by percentile: 2n-skx"
19600   algorithm: "plot_hdrh_lat_by_percentile"
19601   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19602   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19603   target-links: "../../_static/vpp"
19604   data: "plot-vpp-hdrh-lat-2n-skx"
19605   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19606   layout:
19607     layout: "plot-hdrh-latency-by-percentile"
19608
19609 - type: "plot"
19610   title: "Latency by percentile: 3n-skx"
19611   algorithm: "plot_hdrh_lat_by_percentile"
19612   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19613   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19614   target-links: "../../_static/vpp"
19615   data: "plot-vpp-hdrh-lat-3n-skx"
19616   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19617   layout:
19618     layout: "plot-hdrh-latency-by-percentile"
19619
19620 - type: "plot"
19621   title: "Latency by percentile: 2n-clx"
19622   algorithm: "plot_hdrh_lat_by_percentile"
19623   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19624   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19625   target-links: "../../_static/vpp"
19626   data: "plot-vpp-hdrh-lat-2n-clx"
19627   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19628   layout:
19629     layout: "plot-hdrh-latency-by-percentile"
19630
19631 - type: "plot"
19632   title: "Latency by percentile: 3n-hsw"
19633   algorithm: "plot_hdrh_lat_by_percentile"
19634   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19635   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19636   target-links: "../../_static/vpp"
19637   data: "plot-vpp-hdrh-lat-3n-hsw"
19638   filter: "'1T1C' and 'NIC_Intel-XL710'"
19639   layout:
19640     layout: "plot-hdrh-latency-by-percentile"
19641
19642 - type: "plot"
19643   title: "Latency by percentile: 3n-tsh"
19644   algorithm: "plot_hdrh_lat_by_percentile"
19645   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19646   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19647   target-links: "../../_static/vpp"
19648   data: "plot-vpp-hdrh-lat-3n-tsh"
19649   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19650   layout:
19651     layout: "plot-hdrh-latency-by-percentile"
19652
19653 - type: "plot"
19654   title: "Latency by percentile: DPDK 2n-skx"
19655   algorithm: "plot_hdrh_lat_by_percentile"
19656   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19657   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19658   target-links: "../../_static/dpdk"
19659   data: "plot-dpdk-hdrh-lat-2n-skx"
19660   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19661   layout:
19662     layout: "plot-hdrh-latency-by-percentile"
19663
19664 - type: "plot"
19665   title: "Latency by percentile: DPDK 3n-skx"
19666   algorithm: "plot_hdrh_lat_by_percentile"
19667   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19668   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19669   target-links: "../../_static/dpdk"
19670   data: "plot-dpdk-hdrh-lat-3n-skx"
19671   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19672   layout:
19673     layout: "plot-hdrh-latency-by-percentile"
19674
19675 - type: "plot"
19676   title: "Latency by percentile: DPDK 2n-clx"
19677   algorithm: "plot_hdrh_lat_by_percentile"
19678   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19679   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19680   target-links: "../../_static/dpdk"
19681   data: "plot-dpdk-hdrh-lat-2n-clx"
19682   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19683   layout:
19684     layout: "plot-hdrh-latency-by-percentile"
19685
19686 - type: "plot"
19687   title: "Latency by percentile: DPDK 3n-hsw"
19688   algorithm: "plot_hdrh_lat_by_percentile"
19689   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19690   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19691   target-links: "../../_static/dpdk"
19692   data: "plot-dpdk-hdrh-lat-3n-hsw"
19693   filter: "'1T1C' and 'NIC_Intel-XL710'"
19694   layout:
19695     layout: "plot-hdrh-latency-by-percentile"
19696
19697 - type: "plot"
19698   title: "Latency by percentile: DPDK 3n-tsh"
19699   algorithm: "plot_hdrh_lat_by_percentile"
19700   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19701   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19702   target-links: "../../_static/dpdk"
19703   data: "plot-dpdk-hdrh-lat-3n-tsh"
19704   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19705   layout:
19706     layout: "plot-hdrh-latency-by-percentile"