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         - 33  # NDRPDR sel env 4
404
405     plot-vpp-hdrh-lat-3n-tsh:
406       csit-vpp-perf-report-iterative-2005-3n-tsh:
407         - 25  # NDRPDR sel env 4
408
409     plot-dpdk-throughput-latency-3n-tsh:
410       csit-dpdk-perf-report-iterative-2005-3n-tsh:
411         - 5   # NDRPDR sel
412
413     plot-dpdk-hdrh-lat-3n-tsh:
414       csit-dpdk-perf-report-iterative-2005-3n-tsh:
415         - 5   # NDRPDR sel
416
417     # 3n-dnv
418
419     plot-vpp-throughput-lat-tsa-3n-dnv:
420       csit-vpp-perf-report-iterative-2005-3n-dnv:
421         - 2   # NDRPDR sel
422         - 3   # NDRPDR sel
423         - 4   # NDRPDR sel
424         - 5   # NDRPDR sel
425         - 6   # NDRPDR sel
426         - 7   # NDRPDR sel
427         - 9   # NDRPDR sel
428         - 10  # NDRPDR sel
429         - 11  # NDRPDR sel
430         - 12  # NDRPDR sel
431
432     plot-dpdk-throughput-latency-3n-dnv:
433       csit-dpdk-perf-report-iterative-2005-3n-dnv:
434         - 6   # NDRPDR sel
435         - 7   # NDRPDR sel
436         - 8   # NDRPDR sel
437         - 9   # NDRPDR sel
438         - 10  # NDRPDR sel
439         - 11  # NDRPDR sel
440         - 12  # NDRPDR sel
441         - 13  # NDRPDR sel
442         - 14  # NDRPDR sel
443         - 16  # NDRPDR sel
444
445     # 2n-dnv
446
447     plot-vpp-throughput-lat-tsa-2n-dnv:
448       csit-vpp-perf-report-iterative-2005-2n-dnv:
449         - 3   # NDRPDR sel
450         - 6   # NDRPDR sel
451         - 7   # NDRPDR sel
452         - 8   # NDRPDR sel
453         - 9   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 11  # NDRPDR sel
456         - 12  # NDRPDR sel
457         - 13  # NDRPDR sel
458         - 14  # NDRPDR sel
459
460     plot-dpdk-throughput-latency-2n-dnv:
461       csit-dpdk-perf-report-iterative-2005-2n-dnv:
462         - 8   # NDRPDR sel
463         - 9   # NDRPDR sel
464         - 10  # NDRPDR sel
465         - 11  # NDRPDR sel
466         - 12  # NDRPDR sel
467         - 13  # NDRPDR sel
468         - 14  # NDRPDR sel
469         - 15  # NDRPDR sel
470         - 16  # NDRPDR sel
471         - 17  # NDRPDR sel
472
473     ###########################################################################
474     # Simple tables (only one data set):
475
476     # NIC Comparisons
477
478     vpp-nic-comparison-3n-skx:
479       csit-vpp-perf-report-iterative-2005-3n-skx:
480         - 42  # NDRPDR sel env 4
481         - 43  # NDRPDR sel env 4
482         - 44  # NDRPDR sel env 4
483         - 45  # NDRPDR sel env 4
484         - 47  # NDRPDR sel env 4
485
486     vpp-nic-comparison-2n-skx:
487       csit-vpp-perf-report-iterative-2005-2n-skx:
488         - 88  # NDRPDR sel env 4
489         - 89  # NDRPDR sel env 4
490         - 90  # NDRPDR sel env 4
491         - 91  # NDRPDR sel env 4
492         - 92  # NDRPDR sel env 4
493         - 93  # NDRPDR sel env 4
494         - 94  # NDRPDR sel env 4
495
496     vpp-nic-comparison-3n-skx-mrr:
497       csit-vpp-perf-report-iterative-2005-3n-skx:
498         - 49  # MRR sel env 4
499
500     vpp-nic-comparison-2n-skx-mrr:
501       csit-vpp-perf-report-iterative-2005-2n-skx:
502         - 99  # MRR sel env 4
503
504     # Results
505
506     vpp-perf-results-3n-hsw:
507       csit-vpp-perf-report-coverage-2005-3n-hsw:
508         - 74  # crypto-00
509         - 75  # crypto-01
510         - 76  # crypto-02
511         - 77  # crypto-03
512         - 78  # ip4-00
513         - 79  # ip4-01
514         - 80  # ip4-02
515         - 81  # ip4-03
516         - 73  # ip4-04
517         - 82  # ip4-05
518         - 83  # ip4-06
519         - 84  # ip4-07
520         - 85  # ip4-08
521         - 86  # ip4tun-00
522         - 87  # ip4tun-01
523         - 88  # ip4tun-02
524         - 89  # ip6-00
525         - 90  # ip6-01
526         - 91  # ip6tun-00
527         - 92  # l2-00
528         - 93  # l2-01
529         - 94  # l2-02
530         - 95  # l2-03
531         - 96  # l2-04
532         - 97  # l2-05
533         - 98  # l2-06
534         - 99  # l2-07
535         - 100 # l2-08
536         - 101 # l2-09
537         - 102 # l2-10
538         - 103 # memif-00
539         - 104 # srv6-00
540         - 105 # srv6-01
541         - 106 # vhost-00
542         - 107 # vhost-01
543
544     vpp-perf-results-3n-skx:
545       csit-vpp-perf-report-iterative-2005-3n-skx:
546         - 47  # NDRPDR sel env 4
547 #      csit-vpp-perf-report-coverage-2005-3n-skx:
548 #        - 10  # perf-full-3n-skx-crypto_I
549 #        - 11  # perf-full-3n-skx-crypto_II
550 #        - 12  # perf-full-3n-skx-crypto_III
551 #        - 5   # perf-full-3n-skx-ip4_I
552 #        - 14  # perf-full-3n-skx-ip4_II
553 #        - 7   # perf-full-3n-skx-ip4_III
554 #        - 15  # perf-full-3n-skx-ip4_IV
555 #        - 16  # perf-full-3n-skx-ip4_V
556 #        - 17  # perf-full-3n-skx-ip4_VI
557 #        - 18  # perf-full-3n-skx-ip4_VII
558 #        - 19  # perf-full-3n-skx-ip4_VIII
559 #        - 20  # perf-full-3n-skx-ip4_IX
560 #        - 24  # perf-full-3n-skx-ip6_I
561 #        - 25  # perf-full-3n-skx-ip6_II
562 #        - 21  # perf-full-3n-skx-ip4tunnels-I
563 #        - 22  # perf-full-3n-skx-ip4tunnels-II
564 #        - 23  # perf-full-3n-skx-ip4tunnels-III
565 #        - 26  # perf-full-3n-skx-ip6tunnels-I
566 #        - 28  # perf-full-3n-skx-l2_II
567 #        - 29  # perf-full-3n-skx-l2_III
568 #        - 30  # perf-full-3n-skx-l2_IV
569 #        - 32  # perf-full-3n-skx-l2_VI
570 #        - 33  # perf-full-3n-skx-l2_VII
571 #        - 34  # perf-full-3n-skx-l2_VIII
572 #        - 35  # perf-full-3n-skx-l2_IX
573 #        - 36  # perf-full-3n-skx-l2_X
574 #        - 37  # perf-full-3n-skx-l2_XI
575 #        - 38  # perf-full-3n-skx-memif
576 #        - 39  # perf-full-3n-skx-srv6-I
577 #        - 40  # perf-full-3n-skx-srv6-II
578 #        - 43  # perf-full-3n-skx-vhost-III
579
580     vpp-perf-results-2n-skx:
581       csit-vpp-perf-report-iterative-2005-2n-skx:
582         - 94  # NDRPDR sel env 4
583 #      csit-vpp-perf-report-coverage-2005-2n-skx:
584 #        - 11  # perf-full-2n-skx-ip4_I
585 #        - 3   # perf-full-2n-skx-ip4_II
586 #        - 18  # perf-full-2n-skx-ip4_III
587 #        - 19  # perf-full-2n-skx-ip4_IV
588 #        - 5   # perf-full-2n-skx-ip4_V
589 #        - 20  # perf-full-2n-skx-ip4_VI
590 #        - 7   # perf-full-2n-skx-ip6_I
591 #        - 21  # perf-full-2n-skx-ip6_II
592 #        - 9   # perf-full-2n-skx-l2_I
593 #        - 22  # perf-full-2n-skx-l2_II
594 #        - 23  # perf-full-2n-skx-memif
595 #        - 24  # perf-full-2n-skx-loadbalancer
596 #        - 25  # perf-full-2n-skx-vhost I
597 #        - 26  # perf-full-2n-skx-vhost II
598 #        - 27  # perf-full-2n-skx-vts
599
600     vpp-perf-results-2n-clx:
601       csit-vpp-perf-report-iterative-2005-2n-clx:
602         - 62  # NDRPDR sel env 4
603 #      csit-vpp-perf-report-coverage-2005-2n-clx:
604 #        - 21  # perf-full-2n-clx-ip4_I
605 #        - 2   # perf-full-2n-clx-ip4_II
606 #        - 3   # perf-full-2n-clx-ip4_III
607 #        - 4   # perf-full-2n-clx-ip4_IV
608 #        - 5   # perf-full-2n-clx-ip4_V
609 #        - 6   # perf-full-2n-clx-ip4_VI
610 #        - 7   # perf-full-2n-clx-ip6_I
611 #        - 16  # perf-full-2n-clx-ip6_II
612 #        - 23  # perf-full-2n-clx-l2_I
613 #        - 10  # perf-full-2n-clx-l2_II
614 #        - 11  # perf-full-2n-clx-memif
615 #        - 12  # perf-full-2n-clx-loadbalancer
616 #        - 13  # perf-full-2n-clx-vhost I
617 #        - 22  # perf-full-2n-clx-vhost II
618 #        - 15  # perf-full-2n-clx-vts
619
620     vpp-perf-results-3n-tsh:
621       csit-vpp-perf-report-iterative-2005-3n-tsh:
622         - 25  # NDRPDR sel env 4
623
624     vpp-perf-results-3n-dnv:
625       csit-vpp-perf-report-coverage-2005-3n-dnv:
626         - 1   # perf-full-3n-dnv-crypto_I
627         - 24  # perf-full-3n-dnv-crypto_II
628         - 5   # perf-full-3n-dnv-ip4_I
629         - 13  # perf-full-3n-dnv-ip4_II
630         - 17  # perf-full-3n-dnv-ip6_I
631         - 18  # perf-full-3n-dnv-ip6_II
632         - 21  # perf-full-3n-dnv-l2_I
633         - 22  # perf-full-3n-dnv-l2_II
634         - 23  # perf-full-3n-dnv-ip4-tunnels_I
635
636     vpp-perf-results-2n-dnv:
637       csit-vpp-perf-report-coverage-2005-2n-dnv:
638         - 1   # perf-full-2n-dnv-ip4_I
639         - 2   # perf-full-2n-dnv-ip4_II
640         - 3   # perf-full-2n-dnv-ip6_I
641         - 4   # perf-full-2n-dnv-ip6_II
642         - 5   # perf-full-2n-dnv-l2_I
643         - 6   # perf-full-2n-dnv-l2_II
644
645     vpp-mrr-results-3n-hsw:
646       csit-vpp-perf-report-iterative-2005-3n-hsw:
647         - 30  # MRR env 4
648
649     vpp-mrr-results-3n-skx:
650       csit-vpp-perf-report-iterative-2005-3n-skx:
651         - 49  # MRR sel env 4
652
653     vpp-mrr-results-2n-skx:
654       csit-vpp-perf-report-iterative-2005-2n-skx:
655         - 99  # MRR sel env 4
656
657     vpp-mrr-results-2n-clx:
658       csit-vpp-perf-report-iterative-2005-2n-clx:
659         - 72  # MRR env 4
660
661     vpp-mrr-results-3n-tsh:
662       csit-vpp-perf-report-iterative-2005-3n-tsh:
663         - 27  # MRR sel env 4
664
665     vpp-mrr-results-3n-dnv:
666       csit-vpp-perf-report-iterative-2005-3n-dnv:
667         - 8   # MRR
668
669     vpp-mrr-results-2n-dnv:
670       csit-vpp-perf-report-iterative-2005-2n-dnv:
671         - 15  # MRR sel
672
673     vpp-device-results-ubuntu:
674       csit-vpp-device-2005-ubuntu1804-1n-skx:
675         - 35
676
677     dpdk-perf-results-3n-hsw:
678       csit-dpdk-perf-report-iterative-2005-3n-hsw:
679         - 25  # NDRPDR iter
680
681     dpdk-perf-results-3n-skx:
682       csit-dpdk-perf-report-iterative-2005-3n-skx:
683         - 28  # NDRPDR iter
684
685     dpdk-perf-results-2n-skx:
686       csit-dpdk-perf-report-iterative-2005-2n-skx:
687         - 20  # NDRPDR iter
688
689     dpdk-perf-results-2n-clx:
690       csit-dpdk-perf-report-iterative-2005-2n-clx:
691         - 21  # NDRPDR iter
692
693     dpdk-perf-results-2n-dnv:
694       csit-dpdk-perf-report-iterative-2005-2n-dnv:
695         - 8   # NDRPDR sel
696
697     dpdk-perf-results-3n-dnv:
698       csit-dpdk-perf-report-iterative-2005-3n-dnv:
699         - 6   # NDRPDR sel
700
701     dpdk-perf-results-3n-tsh:
702       csit-dpdk-perf-report-iterative-2005-3n-tsh:
703         - 5   # NDRPDR sel
704
705 ###########################################################################
706     # Tables (more than one data set)
707
708     # Performance changes
709
710     vpp-performance-changes-3n-hsw-h1:
711       csit-vpp-perf-verify-1908-3n-hsw:
712         - 12  # NDRPDR sel
713         - 13  # NDRPDR sel
714         - 14  # NDRPDR sel
715         - 15  # NDRPDR sel
716         - 16  # NDRPDR sel
717         - 17  # NDRPDR sel
718         - 18  # NDRPDR sel
719         - 19  # NDRPDR sel
720         - 20  # NDRPDR sel
721         - 21  # NDRPDR sel
722     vpp-performance-changes-3n-hsw-ref:
723       csit-vpp-perf-verify-2001-3n-hsw:
724         - 21  # NDRPDR sel
725         - 22  # NDRPDR sel
726         - 23  # NDRPDR sel
727         - 24  # NDRPDR sel
728         - 25  # NDRPDR sel
729         - 29  # NDRPDR sel
730         - 30  # NDRPDR sel
731         - 31  # NDRPDR sel
732         - 32  # NDRPDR sel
733         - 34  # NDRPDR sel
734     vpp-performance-changes-3n-hsw-cmp:
735       csit-vpp-perf-report-iterative-2005-3n-hsw:
736         - 3   # NDRPDR sel
737         - 4   # NDRPDR sel
738         - 5   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742         - 15  # NDRPDR sel
743         - 16  # NDRPDR sel
744         - 18  # NDRPDR sel
745         - 19  # NDRPDR sel
746     vpp-performance-changes-3n-hsw-cmp-2:
747       csit-vpp-perf-report-iterative-2005-3n-hsw:
748         - 20  # NDRPDR sel env 4
749         - 21  # NDRPDR sel env 4
750         - 22  # NDRPDR sel env 4
751         - 23  # NDRPDR sel env 4
752         - 24  # NDRPDR sel env 4
753         - 25  # NDRPDR sel env 4
754         - 26  # NDRPDR sel env 4
755         - 27  # NDRPDR sel env 4
756         - 28  # NDRPDR sel env 4
757         - 29  # NDRPDR sel env 4
758     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
759       csit-vpp-perf-report-iterative-2005-3n-hsw:
760         - 31  # NDRPDR sel 2001.0-4
761         - 32  # NDRPDR sel 2001.0-4
762         - 33  # NDRPDR sel 2001.0-4
763         - 34  # NDRPDR sel 2001.0-4
764         - 35  # NDRPDR sel 2001.0-4
765         - 36  # NDRPDR sel 2001.0-4
766         - 38  # NDRPDR sel 2001.0-4
767
768     vpp-performance-changes-3n-skx-h1:
769       csit-vpp-perf-verify-1908_1-3n-skx:
770         - 26  # NDRPDR sel - new1908.1
771         - 27  # NDRPDR sel - new1908.1
772         - 28  # NDRPDR sel - new1908.1
773         - 29  # NDRPDR sel - new1908.1
774         - 30  # NDRPDR sel - new1908.1
775         - 31  # NDRPDR sel - new1908.1
776         - 33  # NDRPDR sel - new1908.1
777         - 34  # NDRPDR sel - new1908.1
778         - 35  # NDRPDR sel - new1908.1
779         - 36  # NDRPDR sel - new1908.1
780     vpp-performance-changes-3n-skx-ref:
781       csit-vpp-perf-verify-2001-3n-skx:
782         - 69  # NDRPDR sel - new2001.0
783         - 71  # NDRPDR sel - new2001.0
784         - 72  # NDRPDR sel - new2001.0
785         - 76  # NDRPDR sel - new2001.0
786         - 77  # NDRPDR sel - new2001.0
787         - 78  # NDRPDR sel - new2001.0
788         - 80  # NDRPDR sel - new2001.0
789     vpp-performance-changes-3n-skx-cmp:
790       csit-vpp-perf-report-iterative-2005-3n-skx:
791         - 4   # NDRPDR sel
792         - 5   # NDRPDR sel ??? all x710 failed
793         - 33  # NDRPDR sel
794         - 28  # NDRPDR sel
795         - 34  # NDRPDR sel
796         - 36  # NDRPDR sel
797         - 37  # NDRPDR sel
798         - 38  # NDRPDR sel
799         - 39  # NDRPDR sel
800         - 41  # NDRPDR sel
801     vpp-performance-changes-3n-skx-cmp-2:
802       csit-vpp-perf-report-iterative-2005-3n-skx:
803         - 42  # NDRPDR sel env 4
804         - 43  # NDRPDR sel env 4
805         - 44  # NDRPDR sel env 4
806         - 45  # NDRPDR sel env 4
807         - 47  # NDRPDR sel env 4
808     vpp-performance-changes-3n-skx-cmp-2001.0-4:
809       csit-vpp-perf-report-iterative-2005-3n-skx:
810         - 50  # NDRPDR sel 2001.0-4
811         - 51  # NDRPDR sel 2001.0-4
812         - 52  # NDRPDR sel 2001.0-4
813         - 53  # NDRPDR sel 2001.0-4
814         - 54  # NDRPDR sel 2001.0-4
815
816     vpp-performance-changes-2n-skx-h1:
817       csit-vpp-perf-verify-1908_1-2n-skx:
818         - 39  # NDRPDR sel - new1908.1
819         - 40  # NDRPDR sel - new1908.1
820         - 41  # NDRPDR sel - new1908.1
821         - 43  # NDRPDR sel - new1908.1
822         - 44  # NDRPDR sel - new1908.1
823         - 45  # NDRPDR sel - new1908.1
824         - 46  # NDRPDR sel - new1908.1
825         - 47  # NDRPDR sel - new1908.1
826         - 48  # NDRPDR sel - new1908.1
827         - 49  # NDRPDR sel - new1908.1
828     vpp-performance-changes-2n-skx-ref:
829       csit-vpp-perf-verify-2001-2n-skx:
830         - 143  # NDRPDR sel - new2001.0
831         - 146  # NDRPDR sel - new2001.0
832         - 147  # NDRPDR sel - new2001.0
833         - 148  # NDRPDR sel - new2001.0
834         - 149  # NDRPDR sel - new2001.0
835         - 150  # NDRPDR sel - new2001.0
836         - 151  # NDRPDR sel - new2001.0
837         - 152  # NDRPDR sel - new2001.0
838         - 153  # NDRPDR sel - new2001.0
839         - 154  # NDRPDR sel - new2001.0
840     vpp-performance-changes-2n-skx-cmp:
841       csit-vpp-perf-report-iterative-2005-2n-skx:
842         - 43  # NDRPDR sel
843         - 38  # NDRPDR sel
844         - 7   # NDRPDR sel
845         - 65  # NDRPDR sel
846         - 47  # NDRPDR sel
847         - 55  # NDRPDR sel
848         - 67  # NDRPDR sel
849         - 75  # NDRPDR sel
850         - 76  # NDRPDR sel
851         - 73  # NDRPDR sel
852     vpp-performance-changes-2n-skx-cmp-2:
853       csit-vpp-perf-report-iterative-2005-2n-skx:
854         - 88  # NDRPDR sel env 4
855         - 89  # NDRPDR sel env 4
856         - 90  # NDRPDR sel env 4
857         - 91  # NDRPDR sel env 4
858         - 92  # NDRPDR sel env 4
859         - 93  # NDRPDR sel env 4
860         - 94  # NDRPDR sel env 4
861     vpp-performance-changes-2n-skx-cmp-2001.0-4:
862       csit-vpp-perf-report-iterative-2005-2n-skx:
863         - 100 # NDRPDR sel 2001.0-4
864         - 101 # NDRPDR sel 2001.0-4
865         - 102 # NDRPDR sel 2001.0-4
866         - 103 # NDRPDR sel 2001.0-4
867         - 104 # NDRPDR sel 2001.0-4
868         - 105 # NDRPDR sel 2001.0-4
869
870 #    vpp-performance-changes-nfv-2n-skx-ref:
871 #      csit-vpp-perf-verify-2001-2n-skx:
872 #        - 30  # NFV
873 #        - 31  # NFV
874 #    vpp-performance-changes-nfv-2n-skx-cmp:
875 #      csit-vpp-perf-report-iterative-2005-2n-skx:
876 #        - 43  # NDRPDR sel
877 #        - 38  # NDRPDR sel
878 #        - 7   # NDRPDR sel
879 #        - 78  # nf-density-sel
880 #        - 83  # nf-density-sel
881
882     vpp-performance-changes-2n-clx-ref:
883       csit-vpp-perf-verify-2001-2n-clx:
884         - 28  # NDRPDR sel
885         - 29  # NDRPDR sel
886         - 32  # NDRPDR sel
887         - 40  # NDRPDR sel
888         - 43  # NDRPDR sel
889         - 44  # NDRPDR sel
890         - 45  # NDRPDR sel
891         - 47  # NDRPDR sel
892         - 48  # NDRPDR sel
893         - 49  # NDRPDR sel
894     vpp-performance-changes-2n-clx-cmp:
895       csit-vpp-perf-report-iterative-2005-2n-clx:
896         - 7   # NDRPDR sel
897         - 38  # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 32  # NDRPDR sel ???
900         - 33  # NDRPDR sel ???
901         - 39  # NDRPDR sel
902         - 40  # NDRPDR sel
903         - 43  # NDRPDR sel
904         - 50  # NDRPDR sel
905         - 51  # NDRPDR sel
906     vpp-performance-changes-2n-clx-cmp-2:
907       csit-vpp-perf-report-iterative-2005-2n-clx:
908         - 62  # NDRPDR sel env 4
909         - 63  # NDRPDR sel env 4
910         - 64  # NDRPDR sel env 4
911         - 65  # NDRPDR sel env 4
912         - 66  # NDRPDR sel env 4
913         - 68  # NDRPDR sel env 4
914         - 69  # NDRPDR sel env 4
915         - 70  # NDRPDR sel env 4
916     vpp-performance-changes-2n-clx-cmp-2001.0-4:
917       csit-vpp-perf-report-iterative-2005-2n-clx:
918         - 73  # NDRPDR sel 2001.0-4
919         - 74  # NDRPDR sel 2001.0-4
920         - 75  # NDRPDR sel 2001.0-4
921         - 76  # NDRPDR sel 2001.0-4
922         - 77  # NDRPDR sel 2001.0-4
923         - 78  # NDRPDR sel 2001.0-4
924         - 79  # NDRPDR sel 2001.0-4
925         - 80  # NDRPDR sel 2001.0-4
926
927     vpp-performance-changes-2n-dnv-h1:
928       csit-vpp-perf-verify-1908-2n-dnv:
929         - 1   # NDRPDR sel
930         - 2   # NDRPDR sel
931         - 3   # NDRPDR sel
932         - 4   # NDRPDR sel
933         - 5   # NDRPDR sel
934         - 6   # NDRPDR sel
935         - 7   # NDRPDR sel
936         - 8   # NDRPDR sel
937         - 9   # NDRPDR sel
938         - 10  # NDRPDR sel
939     vpp-performance-changes-2n-dnv-ref:
940       csit-vpp-perf-verify-2001-2n-dnv:
941         - 4   # NDRPDR sel
942         - 5   # NDRPDR sel
943         - 6   # NDRPDR sel
944         - 7   # NDRPDR sel
945         - 8   # NDRPDR sel
946         - 9   # NDRPDR sel
947         - 10  # NDRPDR sel
948         - 11  # NDRPDR sel
949         - 13  # NDRPDR sel
950         - 16  # NDRPDR sel
951     vpp-performance-changes-2n-dnv-cmp:
952       csit-vpp-perf-report-iterative-2005-2n-dnv:
953         - 3   # NDRPDR sel
954         - 6   # NDRPDR sel
955         - 7   # NDRPDR sel
956         - 8   # NDRPDR sel
957         - 9   # NDRPDR sel
958         - 10  # NDRPDR sel
959         - 11  # NDRPDR sel
960         - 12  # NDRPDR sel
961         - 13  # NDRPDR sel
962         - 14  # NDRPDR sel
963
964     vpp-performance-changes-3n-dnv-h1:
965       csit-vpp-perf-verify-1908-3n-dnv:
966         - 6   # NDRPDR sel
967         - 7   # NDRPDR sel
968         - 8   # NDRPDR sel
969         - 9   # NDRPDR sel
970         - 10  # NDRPDR sel
971         - 12  # NDRPDR sel
972         - 13  # NDRPDR sel
973         - 14  # NDRPDR sel
974         - 15  # NDRPDR sel
975         - 16  # NDRPDR sel
976     vpp-performance-changes-3n-dnv-ref:
977       csit-vpp-perf-verify-2001-3n-dnv:
978         - 5   # NDRPDR sel
979         - 6   # NDRPDR sel
980         - 7   # NDRPDR sel
981         - 8   # NDRPDR sel
982         - 9   # NDRPDR sel
983         - 10  # NDRPDR sel
984         - 12  # NDRPDR sel
985         - 16  # NDRPDR sel
986         - 17  # NDRPDR sel
987         - 18  # NDRPDR sel
988     vpp-performance-changes-3n-dnv-cmp:
989       csit-vpp-perf-report-iterative-2005-3n-dnv:
990         - 2   # NDRPDR sel
991         - 3   # NDRPDR sel
992         - 4   # NDRPDR sel
993         - 5   # NDRPDR sel
994         - 6   # NDRPDR sel
995         - 7   # NDRPDR sel
996         - 9   # NDRPDR sel
997         - 10  # NDRPDR sel
998         - 11  # NDRPDR sel
999         - 12  # NDRPDR sel
1000
1001     vpp-performance-changes-3n-tsh-h1:
1002       csit-vpp-perf-verify-1908-3n-tsh:
1003         - 7   # NDRPDR sel
1004         - 8   # NDRPDR sel
1005         - 9   # NDRPDR sel
1006         - 10  # NDRPDR sel
1007         - 11  # NDRPDR sel
1008         - 12  # NDRPDR sel
1009         - 13  # NDRPDR sel
1010         - 14  # NDRPDR sel
1011         - 15  # NDRPDR sel
1012         - 16  # NDRPDR sel
1013     vpp-performance-changes-3n-tsh-ref:
1014       csit-vpp-perf-verify-2001-3n-tsh:
1015         - 3   # NDRPDR sel
1016         - 4   # NDRPDR sel
1017         - 7   # NDRPDR sel
1018         - 8   # NDRPDR sel
1019         - 10  # NDRPDR sel
1020         - 12  # NDRPDR sel
1021         - 13  # NDRPDR sel
1022         - 14  # NDRPDR sel
1023         - 15  # NDRPDR sel
1024         - 21  # NDRPDR sel
1025     vpp-performance-changes-3n-tsh-cmp:
1026       csit-vpp-perf-report-iterative-2005-3n-tsh:
1027         - 9   # NDRPDR sel
1028         - 11  # NDRPDR sel
1029         - 12  # NDRPDR sel
1030         - 20  # NDRPDR sel
1031         - 14  # NDRPDR sel
1032         - 21  # NDRPDR sel
1033     vpp-performance-changes-3n-tsh-cmp-2:
1034       csit-vpp-perf-report-iterative-2005-3n-tsh:
1035         - 23  # NDRPDR sel env 4
1036         - 25  # NDRPDR sel env 4
1037         - 33  # NDRPDR sel env 4
1038     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1039       csit-vpp-perf-report-iterative-2005-3n-tsh:
1040         - 28  # NDRPDR sel 2001.0-4
1041         - 29  # NDRPDR sel 2001.0-4
1042         - 31  # NDRPDR sel 2001.0-4
1043
1044     vpp-soak-vs-ndr-2n-skx-ref:
1045       csit-vpp-perf-report-iterative-2005-2n-skx:
1046         - 43  # NDRPDR sel
1047         - 38  # NDRPDR sel
1048         - 7   # NDRPDR sel
1049         - 65  # NDRPDR sel
1050         - 47  # NDRPDR sel
1051         - 55  # NDRPDR sel
1052         - 67  # NDRPDR sel
1053         - 75  # NDRPDR sel
1054         - 76  # NDRPDR sel
1055         - 73  # NDRPDR sel
1056     vpp-soak-vs-ndr-2n-skx-cmp:
1057       csit-vpp-perf-report-iterative-2005-2n-skx:
1058         - 49  # Soak
1059         - 54  # Soak
1060     vpp-soak-vs-ndr-2n-skx:
1061       csit-vpp-perf-report-iterative-2005-2n-skx:
1062         - 43  # NDRPDR sel
1063         - 38  # NDRPDR sel
1064         - 7   # NDRPDR sel
1065         - 65  # NDRPDR sel
1066         - 47  # NDRPDR sel
1067         - 55  # NDRPDR sel
1068         - 67  # NDRPDR sel
1069         - 75  # NDRPDR sel
1070         - 76  # NDRPDR sel
1071         - 73  # NDRPDR sel
1072         - 49  # Soak
1073         - 54  # Soak
1074
1075     vpp-soak-vs-ndr-2n-clx-ref:
1076       csit-vpp-perf-report-iterative-2005-2n-clx:
1077         - 7   # NDRPDR sel
1078         - 38  # NDRPDR sel
1079         - 9   # NDRPDR sel
1080         - 32  # NDRPDR sel ???
1081         - 33  # NDRPDR sel ???
1082         - 39  # NDRPDR sel
1083         - 40  # NDRPDR sel
1084         - 43  # NDRPDR sel
1085         - 50  # NDRPDR sel
1086         - 51  # NDRPDR sel
1087     vpp-soak-vs-ndr-2n-clx-cmp:
1088       csit-vpp-perf-report-iterative-2005-2n-clx:
1089         - 44  # Soak
1090         - 49  # Soak
1091     vpp-soak-vs-ndr-2n-clx:
1092       csit-vpp-perf-report-iterative-2005-2n-clx:
1093         - 7   # NDRPDR sel
1094         - 38  # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 32  # NDRPDR sel ???
1097         - 33  # NDRPDR sel ???
1098         - 39  # NDRPDR sel
1099         - 40  # NDRPDR sel
1100         - 43  # NDRPDR sel
1101         - 50  # NDRPDR sel
1102         - 51  # NDRPDR sel
1103         - 44  # Soak
1104         - 49  # Soak
1105
1106     vpp-performance-changes-3n-hsw-mrr-h1:
1107       csit-vpp-perf-verify-1908-3n-hsw:
1108         - 39  # MRR sel
1109     vpp-performance-changes-3n-hsw-mrr-ref:
1110       csit-vpp-perf-verify-2001-3n-hsw:
1111         - 17  # MRR sel
1112     vpp-performance-changes-3n-hsw-mrr-cmp:
1113       csit-vpp-perf-report-iterative-2005-3n-hsw:
1114         - 13  # MRR
1115     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1116       csit-vpp-perf-report-iterative-2005-3n-hsw:
1117         - 30  # MRR env 4
1118
1119 #    vpp-performance-changes-3n-skx-mrr-h1:
1120 #      csit-vpp-perf-verify-1908-3n-skx:
1121 #        - 36  # MRR sel
1122     vpp-performance-changes-3n-skx-mrr-ref:
1123       csit-vpp-perf-verify-2001-3n-skx:
1124         - 50  # MRR sel
1125         - 53  # MRR sel addition
1126     vpp-performance-changes-3n-skx-mrr-cmp:
1127       csit-vpp-perf-report-iterative-2005-3n-skx:
1128         - 6   # MRR sel
1129     vpp-performance-changes-3n-skx-mrr-cmp-2:
1130       csit-vpp-perf-report-iterative-2005-3n-skx:
1131         - 49  # MRR sel env 4
1132
1133 #    vpp-performance-changes-2n-skx-mrr-h1:
1134 #      csit-vpp-perf-verify-1908-2n-skx:
1135 #        - 69  # MRR sel
1136     vpp-performance-changes-2n-skx-mrr-ref:
1137       csit-vpp-perf-verify-2001-2n-skx:
1138         - 101 # MRR sel
1139         - 128 # MRR sel addition
1140     vpp-performance-changes-2n-skx-mrr-cmp:
1141       csit-vpp-perf-report-iterative-2005-2n-skx:
1142         - 42  # MRR sel
1143     vpp-performance-changes-2n-skx-mrr-cmp-2:
1144       csit-vpp-perf-report-iterative-2005-2n-skx:
1145         - 99  # MRR sel env 4
1146
1147     vpp-performance-changes-2n-clx-mrr-ref:
1148       csit-vpp-perf-verify-2001-2n-clx:
1149         - 39  # MRR
1150     vpp-performance-changes-2n-clx-mrr-cmp:
1151       csit-vpp-perf-report-iterative-2005-2n-clx:
1152         - 12   # MRR
1153     vpp-performance-changes-2n-clx-mrr-cmp-2:
1154       csit-vpp-perf-report-iterative-2005-2n-clx:
1155         - 72   # MRR sel env 4
1156
1157 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1158 #      csit-vpp-perf-verify-1908-2n-skx:
1159 #        - 71  # NFV MRR
1160 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1161 #      # csit-vpp-perf-verify-2001-2n-skx:
1162 #      csit-vpp-perf-verify-1908-2n-skx:
1163 #        - 71  # NFV MRR
1164
1165     vpp-performance-changes-2n-dnv-mrr-h1:
1166       csit-vpp-perf-verify-1908-2n-dnv:
1167         - 11  # MRR sel
1168     vpp-performance-changes-2n-dnv-mrr-ref:
1169       csit-vpp-perf-verify-2001-2n-dnv:
1170         - 12  # MRR sel
1171     vpp-performance-changes-2n-dnv-mrr-cmp:
1172       csit-vpp-perf-report-iterative-2005-2n-dnv:
1173         - 15  # MRR sel
1174
1175     vpp-performance-changes-3n-dnv-mrr-h1:
1176       csit-vpp-perf-verify-1908-3n-dnv:
1177         - 17  # MRR sel
1178     vpp-performance-changes-3n-dnv-mrr-ref:
1179       csit-vpp-perf-verify-2001-3n-dnv:
1180         - 11  # MRR sel
1181     vpp-performance-changes-3n-dnv-mrr-cmp:
1182       csit-vpp-perf-report-iterative-2005-3n-dnv:
1183         - 8   # MRR
1184
1185     vpp-performance-changes-3n-tsh-mrr-h1:
1186       csit-vpp-perf-verify-1908-3n-tsh:
1187         - 17  # MRR sel
1188     vpp-performance-changes-3n-tsh-mrr-ref:
1189       csit-vpp-perf-verify-2001-3n-tsh:
1190         - 9   # MRR sel
1191     vpp-performance-changes-3n-tsh-mrr-cmp:
1192       csit-vpp-perf-report-iterative-2005-3n-tsh:
1193         - 10  # MRR sel
1194     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1195       csit-vpp-perf-report-iterative-2005-3n-tsh:
1196         - 27  # MRR sel env 4
1197
1198     dpdk-performance-changes-3n-hsw-h1:
1199       csit-dpdk-perf-verify-1908-3n-hsw:
1200         - 2   # NDRPDR sel
1201         - 3   # NDRPDR sel
1202         - 4   # NDRPDR sel
1203         - 5   # NDRPDR sel
1204         - 6   # NDRPDR sel
1205         - 7   # NDRPDR sel
1206         - 8   # NDRPDR sel
1207         - 9   # NDRPDR sel
1208         - 10  # NDRPDR sel
1209         - 11  # NDRPDR sel
1210     dpdk-performance-changes-3n-hsw-ref:
1211       csit-dpdk-perf-verify-2001-3n-hsw:
1212         - 4   # NDRPDR sel
1213         - 5   # NDRPDR sel
1214         - 6   # NDRPDR sel
1215         - 7   # NDRPDR sel
1216         - 8   # NDRPDR sel
1217         - 9   # NDRPDR sel
1218         - 10  # NDRPDR sel
1219         - 11  # NDRPDR sel
1220         - 12  # NDRPDR sel
1221         - 13  # NDRPDR sel
1222         - 15  # NDRPDR sel
1223         - 16  # NDRPDR sel
1224         - 17  # NDRPDR sel
1225         - 18  # NDRPDR sel
1226         - 19  # NDRPDR sel
1227         - 20  # NDRPDR sel
1228         - 21  # NDRPDR sel
1229         - 22  # NDRPDR sel
1230         - 23  # NDRPDR sel
1231         - 24  # NDRPDR sel
1232     dpdk-performance-changes-3n-hsw-cmp:
1233       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1234         - 25  # NDRPDR iter
1235         - 26  # NDRPDR iter
1236         - 27  # NDRPDR iter
1237         - 28  # NDRPDR iter
1238         - 29  # NDRPDR iter
1239         - 30  # NDRPDR iter
1240         - 31  # NDRPDR iter
1241         - 32  # NDRPDR iter
1242         - 33  # NDRPDR iter
1243         - 34  # NDRPDR iter
1244
1245     dpdk-performance-changes-3n-skx-h1:
1246       csit-dpdk-perf-verify-1908-3n-skx:
1247         - 3   # NDRPDR sel
1248         - 4   # NDRPDR sel
1249         - 5   # NDRPDR sel
1250         - 6   # NDRPDR sel
1251         - 7   # NDRPDR sel
1252         - 8   # NDRPDR sel
1253         - 9   # NDRPDR sel
1254         - 10  # NDRPDR sel
1255         - 11  # NDRPDR sel
1256         - 12  # NDRPDR sel
1257     dpdk-performance-changes-3n-skx-ref:
1258       csit-dpdk-perf-verify-2001-3n-skx:
1259         - 29  # NDRPDR sel xxv710
1260         - 33  # NDRPDR sel xxv710
1261         - 34  # NDRPDR sel xxv710
1262         - 35  # NDRPDR sel xxv710
1263         - 36  # NDRPDR sel xxv710
1264         - 37  # NDRPDR sel xxv710
1265         - 41  # NDRPDR sel xxv710
1266         - 42  # NDRPDR sel xxv710
1267         - 43  # NDRPDR sel xxv710
1268         - 45  # NDRPDR sel xxv710
1269         - 30  # NDRPDR sel x710
1270         - 31  # NDRPDR sel x710
1271         - 32  # NDRPDR sel x710
1272         - 38  # NDRPDR sel x710
1273         - 39  # NDRPDR sel x710
1274         - 40  # NDRPDR sel x710
1275         - 44  # NDRPDR sel x710
1276         - 46  # NDRPDR sel x710
1277         - 47  # NDRPDR sel x710
1278         - 48  # NDRPDR sel x710
1279     dpdk-performance-changes-3n-skx-cmp:
1280       csit-dpdk-perf-report-iterative-2005-3n-skx:
1281         - 28  # NDRPDR iter
1282         - 29  # NDRPDR iter
1283         - 30  # NDRPDR iter
1284         - 31  # NDRPDR iter
1285         - 32  # NDRPDR iter
1286         - 33  # NDRPDR iter
1287         - 34  # NDRPDR iter
1288         - 35  # NDRPDR iter
1289         - 36  # NDRPDR iter
1290         - 37  # NDRPDR iter
1291
1292     dpdk-performance-changes-2n-skx-h1:
1293       csit-dpdk-perf-verify-1908-2n-skx:
1294         - 2   # NDRPDR sel
1295         - 3   # NDRPDR sel
1296         - 4   # NDRPDR sel
1297         - 5   # NDRPDR sel
1298         - 7   # NDRPDR sel
1299         - 8   # NDRPDR sel
1300         - 9   # NDRPDR sel
1301         - 10  # NDRPDR sel
1302         - 11  # NDRPDR sel
1303         - 12  # NDRPDR sel
1304     dpdk-performance-changes-2n-skx-ref:
1305       csit-dpdk-perf-verify-2001-2n-skx:
1306         - 35  # NDRPDR sel xxv710
1307         - 36  # NDRPDR sel xxv710
1308         - 37  # NDRPDR sel xxv710
1309         - 41  # NDRPDR sel xxv710
1310         - 42  # NDRPDR sel xxv710
1311         - 43  # NDRPDR sel xxv710
1312         - 46  # NDRPDR sel xxv710
1313         - 47  # NDRPDR sel xxv710
1314         - 52  # NDRPDR sel xxv710
1315         - 53  # NDRPDR sel xxv710
1316         - 38  # NDRPDR sel x710
1317         - 39  # NDRPDR sel x710
1318         - 40  # NDRPDR sel x710
1319         - 44  # NDRPDR sel x710
1320         - 45  # NDRPDR sel x710
1321         - 48  # NDRPDR sel x710
1322         - 49  # NDRPDR sel x710
1323         - 50  # NDRPDR sel x710
1324         - 51  # NDRPDR sel x710
1325         - 54  # NDRPDR sel x710
1326     dpdk-performance-changes-2n-skx-cmp:
1327       csit-dpdk-perf-report-iterative-2005-2n-skx:
1328         - 20  # NDRPDR iter
1329         - 21  # NDRPDR iter
1330         - 22  # NDRPDR iter
1331         - 23  # NDRPDR iter
1332         - 24  # NDRPDR iter
1333         - 25  # NDRPDR iter
1334         - 26  # NDRPDR iter
1335         - 27  # NDRPDR iter
1336         - 28  # NDRPDR iter
1337         - 29  # NDRPDR iter
1338
1339     dpdk-performance-changes-2n-clx-ref:
1340       csit-dpdk-perf-verify-2001-2n-clx:
1341         - 15  # NDRPDR sel
1342         - 16  # NDRPDR sel
1343         - 17  # NDRPDR sel
1344         - 18  # NDRPDR sel
1345         - 19  # NDRPDR sel
1346         - 20  # NDRPDR sel
1347         - 21  # NDRPDR sel
1348         - 22  # NDRPDR sel
1349         - 23  # NDRPDR sel
1350         - 24  # NDRPDR sel
1351         - 25  # NDRPDR sel
1352         - 26  # NDRPDR sel
1353         - 27  # NDRPDR sel
1354         - 28  # NDRPDR sel
1355         - 29  # NDRPDR sel
1356         - 30  # NDRPDR sel
1357         - 31  # NDRPDR sel
1358         - 32  # NDRPDR sel
1359         - 33  # NDRPDR sel
1360         - 34  # NDRPDR sel
1361     dpdk-performance-changes-2n-clx-cmp:
1362       csit-dpdk-perf-report-iterative-2005-2n-clx:
1363         - 20  # NDRPDR iter
1364         - 21  # NDRPDR iter
1365         - 22  # NDRPDR iter
1366         - 23  # NDRPDR iter
1367         - 24  # NDRPDR iter
1368         - 25  # NDRPDR iter
1369         - 26  # NDRPDR iter
1370         - 27  # NDRPDR iter
1371         - 28  # NDRPDR iter
1372         - 29  # NDRPDR iter
1373
1374     dpdk-performance-changes-2n-dnv-ref:
1375       csit-dpdk-perf-verify-2001-2n-dnv:
1376         - 9   # NDRPDR sel
1377         - 10  # NDRPDR sel
1378         - 11  # NDRPDR sel
1379         - 12  # NDRPDR sel
1380         - 13  # NDRPDR sel
1381         - 14  # NDRPDR sel
1382         - 15  # NDRPDR sel
1383         - 16  # NDRPDR sel
1384         - 17  # NDRPDR sel
1385         - 18  # NDRPDR sel
1386     dpdk-performance-changes-2n-dnv-cmp:
1387       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1388         - 8   # NDRPDR sel
1389         - 9   # NDRPDR sel
1390         - 10  # NDRPDR sel
1391         - 11  # NDRPDR sel
1392         - 12  # NDRPDR sel
1393         - 13  # NDRPDR sel
1394         - 14  # NDRPDR sel
1395         - 15  # NDRPDR sel
1396         - 16  # NDRPDR sel
1397         - 17  # NDRPDR sel
1398
1399     dpdk-performance-changes-3n-dnv-ref:
1400       csit-dpdk-perf-verify-2001-3n-dnv:
1401         - 12  # NDRPDR sel
1402         - 13  # NDRPDR sel
1403         - 14  # NDRPDR sel
1404         - 15  # NDRPDR sel
1405         - 16  # NDRPDR sel
1406         - 17  # NDRPDR sel
1407         - 18  # NDRPDR sel
1408         - 19  # NDRPDR sel
1409         - 20  # NDRPDR sel
1410         - 22  # NDRPDR sel
1411     dpdk-performance-changes-3n-dnv-cmp:
1412       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1413         - 6   # NDRPDR sel
1414         - 7   # NDRPDR sel
1415         - 8   # NDRPDR sel
1416         - 9   # NDRPDR sel
1417         - 10  # NDRPDR sel
1418         - 11  # NDRPDR sel
1419         - 12  # NDRPDR sel
1420         - 13  # NDRPDR sel
1421         - 14  # NDRPDR sel
1422         - 16  # NDRPDR sel
1423
1424     dpdk-performance-changes-3n-tsh-ref:
1425       csit-dpdk-perf-verify-2001-3n-tsh:
1426         - 3   # NDRPDR sel
1427         - 4   # NDRPDR sel
1428         - 5   # NDRPDR sel
1429         - 9   # NDRPDR sel
1430         - 10  # NDRPDR sel
1431         - 11  # NDRPDR sel
1432         - 12  # NDRPDR sel
1433         - 14  # NDRPDR sel
1434         - 15  # NDRPDR sel
1435         - 18  # NDRPDR sel
1436     dpdk-performance-changes-3n-tsh-cmp:
1437       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1438         - 5   # NDRPDR sel
1439
1440     # Compare testbeds
1441
1442     vpp-compare-testbeds-ref:
1443       csit-vpp-perf-report-iterative-2005-3n-hsw:
1444         - 20  # NDRPDR sel env 4
1445         - 21  # NDRPDR sel env 4
1446         - 22  # NDRPDR sel env 4
1447         - 23  # NDRPDR sel env 4
1448         - 24  # NDRPDR sel env 4
1449         - 25  # NDRPDR sel env 4
1450         - 26  # NDRPDR sel env 4
1451         - 27  # NDRPDR sel env 4
1452         - 28  # NDRPDR sel env 4
1453         - 29  # NDRPDR sel env 4
1454     vpp-compare-testbeds-cmp:
1455       csit-vpp-perf-report-iterative-2005-3n-skx:
1456         - 42  # NDRPDR sel env 4
1457         - 43  # NDRPDR sel env 4
1458         - 44  # NDRPDR sel env 4
1459         - 45  # NDRPDR sel env 4
1460         - 47  # NDRPDR sel env 4
1461
1462     vpp-compare-testbeds-skx-clx-ref:
1463       csit-vpp-perf-report-iterative-2005-2n-skx:
1464         - 88  # NDRPDR sel env 4
1465         - 89  # NDRPDR sel env 4
1466         - 90  # NDRPDR sel env 4
1467         - 91  # NDRPDR sel env 4
1468         - 92  # NDRPDR sel env 4
1469         - 93  # NDRPDR sel env 4
1470         - 94  # NDRPDR sel env 4
1471     vpp-compare-testbeds-skx-clx-cmp:
1472       csit-vpp-perf-report-iterative-2005-2n-clx:
1473         - 62  # NDRPDR sel env 4
1474         - 63  # NDRPDR sel env 4
1475         - 64  # NDRPDR sel env 4
1476         - 65  # NDRPDR sel env 4
1477         - 66  # NDRPDR sel env 4
1478         - 68  # NDRPDR sel env 4
1479         - 69  # NDRPDR sel env 4
1480         - 70  # NDRPDR sel env 4
1481
1482     vpp-compare-testbeds-hsw-clx-ref:
1483       csit-vpp-perf-report-iterative-2005-3n-hsw:
1484         - 20  # NDRPDR sel env 4
1485         - 21  # NDRPDR sel env 4
1486         - 22  # NDRPDR sel env 4
1487         - 23  # NDRPDR sel env 4
1488         - 24  # NDRPDR sel env 4
1489         - 25  # NDRPDR sel env 4
1490         - 26  # NDRPDR sel env 4
1491         - 27  # NDRPDR sel env 4
1492         - 28  # NDRPDR sel env 4
1493         - 29  # NDRPDR sel env 4
1494     vpp-compare-testbeds-hsw-clx-cmp:
1495       csit-vpp-perf-report-iterative-2005-2n-clx:
1496         - 62  # NDRPDR sel env 4
1497         - 63  # NDRPDR sel env 4
1498         - 64  # NDRPDR sel env 4
1499         - 65  # NDRPDR sel env 4
1500         - 66  # NDRPDR sel env 4
1501         - 68  # NDRPDR sel env 4
1502         - 69  # NDRPDR sel env 4
1503         - 70  # NDRPDR sel env 4
1504
1505     vpp-compare-testbeds-mrr-ref:
1506       csit-vpp-perf-report-iterative-2005-3n-hsw:
1507         - 30  # MRR env 4
1508     vpp-compare-testbeds-mrr-cmp:
1509       csit-vpp-perf-report-iterative-2005-3n-skx:
1510         - 49  # MRR sel env 4
1511
1512     vpp-compare-testbeds-mrr-skx-clx-ref:
1513       csit-vpp-perf-report-iterative-2005-2n-skx:
1514         - 99  # MRR sel env 4
1515     vpp-compare-testbeds-mrr-skx-clx-cmp:
1516       csit-vpp-perf-report-iterative-2005-2n-clx:
1517         - 72  # MRR env 4
1518
1519     vpp-compare-testbeds-mrr-hsw-clx-ref:
1520       csit-vpp-perf-report-iterative-2005-3n-hsw:
1521         - 30  # MRR env 4
1522     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1523       csit-vpp-perf-report-iterative-2005-2n-clx:
1524         - 72  # MRR env 4
1525
1526     dpdk-compare-testbeds-ref:
1527       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1528         - 25  # NDRPDR iter
1529         - 26  # NDRPDR iter
1530         - 27  # NDRPDR iter
1531         - 28  # NDRPDR iter
1532         - 29  # NDRPDR iter
1533         - 30  # NDRPDR iter
1534         - 31  # NDRPDR iter
1535         - 32  # NDRPDR iter
1536         - 33  # NDRPDR iter
1537         - 34  # NDRPDR iter
1538     dpdk-compare-testbeds-cmp:
1539       csit-dpdk-perf-report-iterative-2005-3n-skx:
1540         - 28  # NDRPDR iter
1541         - 29  # NDRPDR iter
1542         - 30  # NDRPDR iter
1543         - 31  # NDRPDR iter
1544         - 32  # NDRPDR iter
1545         - 33  # NDRPDR iter
1546         - 34  # NDRPDR iter
1547         - 35  # NDRPDR iter
1548         - 36  # NDRPDR iter
1549         - 37  # NDRPDR iter
1550
1551     dpdk-compare-testbeds-skx-clx-ref:
1552       csit-dpdk-perf-report-iterative-2005-2n-skx:
1553         - 20  # NDRPDR iter
1554         - 21  # NDRPDR iter
1555         - 22  # NDRPDR iter
1556         - 23  # NDRPDR iter
1557         - 24  # NDRPDR iter
1558         - 25  # NDRPDR iter
1559         - 26  # NDRPDR iter
1560         - 27  # NDRPDR iter
1561         - 28  # NDRPDR iter
1562         - 29  # NDRPDR iter
1563     dpdk-compare-testbeds-skx-clx-cmp:
1564       csit-dpdk-perf-report-iterative-2005-2n-clx:
1565         - 20  # NDRPDR iter
1566         - 21  # NDRPDR iter
1567         - 22  # NDRPDR iter
1568         - 23  # NDRPDR iter
1569         - 24  # NDRPDR iter
1570         - 25  # NDRPDR iter
1571         - 26  # NDRPDR iter
1572         - 27  # NDRPDR iter
1573         - 28  # NDRPDR iter
1574         - 29  # NDRPDR iter
1575
1576     # Compare topologies
1577
1578     vpp-compare-topologies-ref:
1579       csit-vpp-perf-report-iterative-2005-3n-skx:
1580         - 42  # NDRPDR sel env 4
1581         - 43  # NDRPDR sel env 4
1582         - 44  # NDRPDR sel env 4
1583         - 45  # NDRPDR sel env 4
1584         - 47  # NDRPDR sel env 4
1585     vpp-compare-topologies-cmp:
1586       csit-vpp-perf-report-iterative-2005-2n-skx:
1587         - 88  # NDRPDR sel env 4
1588         - 89  # NDRPDR sel env 4
1589         - 90  # NDRPDR sel env 4
1590         - 91  # NDRPDR sel env 4
1591         - 92  # NDRPDR sel env 4
1592         - 93  # NDRPDR sel env 4
1593         - 94  # NDRPDR sel env 4
1594
1595     vpp-compare-topologies-mrr-ref:
1596       csit-vpp-perf-report-iterative-2005-3n-skx:
1597         - 49  # MRR sel env 4
1598     vpp-compare-topologies-mrr-cmp:
1599       csit-vpp-perf-report-iterative-2005-2n-skx:
1600         - 99  # MRR sel env 4
1601
1602     dpdk-compare-topologies-ref:
1603       csit-dpdk-perf-report-iterative-2005-3n-skx:
1604         - 28  # NDRPDR iter
1605         - 29  # NDRPDR iter
1606         - 30  # NDRPDR iter
1607         - 31  # NDRPDR iter
1608         - 32  # NDRPDR iter
1609         - 33  # NDRPDR iter
1610         - 34  # NDRPDR iter
1611         - 35  # NDRPDR iter
1612         - 36  # NDRPDR iter
1613         - 37  # NDRPDR iter
1614     dpdk-compare-topologies-cmp:
1615       csit-dpdk-perf-report-iterative-2005-2n-skx:
1616         - 20  # NDRPDR iter
1617         - 21  # NDRPDR iter
1618         - 22  # NDRPDR iter
1619         - 23  # NDRPDR iter
1620         - 24  # NDRPDR iter
1621         - 25  # NDRPDR iter
1622         - 26  # NDRPDR iter
1623         - 27  # NDRPDR iter
1624         - 28  # NDRPDR iter
1625         - 29  # NDRPDR iter
1626
1627   plot-layouts:
1628
1629     plot-soak-throughput:
1630       titlefont:
1631         size: 18
1632       xaxis:
1633         title: "<b>Test Cases [Index]</b>"
1634         titlefont:
1635           size: 16
1636         autorange: True
1637         fixedrange: False
1638         gridcolor: "rgb(230, 230, 230)"
1639         linecolor: "rgb(220, 220, 220)"
1640         linewidth: 1
1641         showgrid: True
1642         showline: True
1643         showticklabels: True
1644         tickcolor: "rgb(220, 220, 220)"
1645         tickmode: "linear"
1646         tickfont:
1647           size: 16
1648         zeroline: False
1649       yaxis:
1650         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1651         titlefont:
1652           size: 16
1653         gridcolor: "rgb(230, 230, 230)"
1654         hoverformat: ".4r"
1655         tickformat: ".3r"
1656         linecolor: "rgb(220, 220, 220)"
1657         linewidth: 1
1658         showgrid: True
1659         showline: True
1660         showticklabels: True
1661         tickcolor: "rgb(220, 220, 220)"
1662         tickfont:
1663           size: 16
1664         zeroline: False
1665         range: [0,50]
1666       autosize: False
1667       margin:
1668         t: 50
1669         b: 0
1670         l: 80
1671         r: 20
1672       showlegend: True
1673       legend:
1674         orientation: "h"
1675         font:
1676           size: 16
1677       width: 700
1678       height: 900
1679       paper_bgcolor: "#fff"
1680       plot_bgcolor: "#fff"
1681       hoverlabel:
1682         namelength: -1
1683
1684     plot-service-density:
1685       titlefont:
1686         size: 18
1687       xaxis:
1688         side: "top"
1689         autorange: True
1690         fixedrange: False
1691         showgrid: False
1692         showline: False
1693         showticklabels: False
1694         ticks: ""
1695         ticklen: 0
1696         tickwidth: 0
1697         zeroline: False
1698       yaxis:
1699         autorange: "reversed"
1700         showgrid: False
1701         showline: False
1702         showticklabels: False
1703         ticks: ""
1704         ticklen: 0
1705         tickwidth: 0
1706         zeroline: False
1707       showlegend: False
1708       paper_bgcolor: "#fff"
1709       plot_bgcolor: "#fff"
1710       width: 700
1711       height: 700
1712       hoverlabel:
1713         namelength: -1
1714
1715     plot-hoststack:
1716       titlefont:
1717         size: 16
1718       xaxis:
1719         title: "<b>Test Cases [Index]</b>"
1720         titlefont:
1721           size: 14
1722         autorange: True
1723         fixedrange: False
1724         gridcolor: "rgb(230, 230, 230)"
1725         linecolor: "rgb(220, 220, 220)"
1726         linewidth: 1
1727         showgrid: True
1728         showline: True
1729         showticklabels: True
1730         tickcolor: "rgb(220, 220, 220)"
1731         tickmode: "linear"
1732         tickfont:
1733           size: 14
1734         zeroline: False
1735       yaxis:
1736         title: "<b>Bandwidth [Gbps]</b>"
1737         titlefont:
1738           size: 14
1739         gridcolor: "rgb(230, 230, 230)"
1740         hoverformat: ".4s"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         rangemode: "tozero"
1744         showgrid: True
1745         showline: True
1746         showticklabels: True
1747         tickcolor: "rgb(230, 230, 230)"
1748         tickformat: ".3s"
1749         tickfont:
1750           size: 14
1751         zeroline: False
1752       boxmode: "group"
1753       boxgroupgap: 0.5
1754       autosize: False
1755       margin:
1756         t: 50
1757         b: 20
1758         l: 80
1759         r: 20
1760       showlegend: True
1761       legend:
1762         orientation: "h"
1763         font:
1764           size: 14
1765       width: 700
1766       height: 800
1767       paper_bgcolor: "#fff"
1768       plot_bgcolor: "#fff"
1769       hoverlabel:
1770         namelength: -1
1771
1772     plot-throughput:
1773       titlefont:
1774         size: 18
1775       xaxis:
1776         title: "<b>Test Cases [Index]</b>"
1777         titlefont:
1778           size: 16
1779         autorange: True
1780         fixedrange: False
1781         gridcolor: "rgb(230, 230, 230)"
1782         linecolor: "rgb(220, 220, 220)"
1783         linewidth: 1
1784         showgrid: True
1785         showline: True
1786         showticklabels: True
1787         tickcolor: "rgb(220, 220, 220)"
1788         tickmode: "linear"
1789         tickfont:
1790           size: 16
1791         zeroline: False
1792       yaxis:
1793         title: "<b>Packet Throughput [Mpps]</b>"
1794         titlefont:
1795           size: 16
1796         gridcolor: "rgb(230, 230, 230)"
1797         hoverformat: ".4r"
1798         tickformat: ".3r"
1799         linecolor: "rgb(220, 220, 220)"
1800         linewidth: 1
1801         showgrid: True
1802         showline: True
1803         showticklabels: True
1804         tickcolor: "rgb(220, 220, 220)"
1805         tickfont:
1806           size: 16
1807         zeroline: False
1808         range: [0,50]
1809       autosize: False
1810       margin:
1811         t: 50
1812         b: 0
1813         l: 80
1814         r: 20
1815       showlegend: True
1816       legend:
1817         orientation: "h"
1818         font:
1819           size: 16
1820       width: 700
1821       height: 900
1822       paper_bgcolor: "#fff"
1823       plot_bgcolor: "#fff"
1824       hoverlabel:
1825         namelength: -1
1826
1827     plot-throughput-speedup-analysis:
1828       titlefont:
1829         size: 18
1830       xaxis:
1831         title: "<b>Number of Cores [Qty]</b>"
1832         titlefont:
1833           size: 16
1834         autorange: True
1835         fixedrange: False
1836         gridcolor: "rgb(230, 230, 230)"
1837         linecolor: "rgb(220, 220, 220)"
1838         linewidth: 1
1839         showgrid: True
1840         showline: True
1841         showticklabels: True
1842         tickcolor: "rgb(238, 238, 238)"
1843         tickmode: "linear"
1844         tickfont:
1845           size: 16
1846         zeroline: False
1847       yaxis:
1848         title: "<b>Packet Throughput [Mpps]</b>"
1849         titlefont:
1850           size: 16
1851         type: "linear"
1852         gridcolor: "rgb(230, 230, 230)"
1853         hoverformat: ".4s"
1854         linecolor: "rgb(220, 220, 220)"
1855         linewidth: 1
1856         showgrid: True
1857         showline: True
1858         showticklabels: True
1859         tickcolor: "rgb(220, 220, 220)"
1860         tickformat: ".4s"
1861         tickfont:
1862           size: 16
1863         zeroline: True
1864         rangemode: "tozero"
1865         range: [0,100]
1866       legend:
1867         orientation: "h"
1868         font:
1869           size: 16
1870         xanchor: "left"
1871         yanchor: "top"
1872         x: 0
1873         y: -0.2
1874         bgcolor: "rgba(255, 255, 255, 0)"
1875         bordercolor: "rgba(255, 255, 255, 0)"
1876         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1877       autosize: False
1878       margin:
1879           't': 50
1880           'b': 150
1881           'l': 85
1882           'r': 10
1883       showlegend: True
1884       width: 700
1885       height: 700
1886       paper_bgcolor: "#fff"
1887       plot_bgcolor: "#fff"
1888       hoverlabel:
1889         namelength: -1
1890       annotations: [
1891         {
1892           text: "_ _          __          ...",
1893           align: "left",
1894           showarrow: False,
1895           xref: "paper",
1896           yref: "paper",
1897           xanchor: "left",
1898           yanchor: "top",
1899           x: 0,
1900           y: -0.13,
1901           font: {
1902             family: "Consolas, Courier New",
1903             size: 15
1904           },
1905         },
1906         {
1907           text: "    Perfect     Measured     Limit",
1908           align: "left",
1909           showarrow: False,
1910           xref: "paper",
1911           yref: "paper",
1912           xanchor: "left",
1913           yanchor: "top",
1914           x: 0,
1915           y: -0.15,
1916           font: {
1917             family: "Consolas, Courier New",
1918             size: 15
1919           },
1920         },
1921       ]
1922
1923     plot-latency:
1924       titlefont:
1925         size: 18
1926       xaxis:
1927         title: "<b>Direction</b>"
1928         titlefont:
1929           size: 16
1930         autorange: True
1931         fixedrange: False
1932         gridcolor: "rgb(230, 230, 230)"
1933         linecolor: "rgb(220, 220, 220)"
1934         linewidth: 1
1935         showgrid: True
1936         showline: True
1937         showticklabels: False
1938         tickcolor: "rgb(220, 220, 220)"
1939         tickmode: "linear"
1940         tickfont:
1941           size: 16
1942         zeroline: False
1943       yaxis:
1944         title: "<b>Packet Latency [uSec]</b>"
1945         titlefont:
1946           size: 16
1947         type: "linear"
1948         gridcolor: "rgb(230, 230, 230)"
1949         hoverformat: ".4s"
1950         linecolor: "rgb(220, 220, 220)"
1951         linewidth: 1
1952         showgrid: True
1953         showline: True
1954         showticklabels: True
1955         tickcolor: "rgb(220, 220, 220)"
1956         tickformat: ".4s"
1957         tickfont:
1958           size: 16
1959         zeroline: True
1960         rangemode: "tozero"
1961       legend:
1962         orientation: "h"
1963         font:
1964           size: 16
1965         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1966       autosize: False
1967       margin:
1968           't': 50
1969           'b': 150
1970           'l': 80
1971           'r': 10
1972       showlegend: True
1973       width: 700
1974       height: 700
1975       paper_bgcolor: "#fff"
1976       plot_bgcolor: "#fff"
1977       hoverlabel:
1978         namelength: -1
1979
1980     plot-hdrh-latency:
1981       title:
1982         text: ""
1983         xanchor: "center"
1984         x: 0.5
1985         font:
1986           size: 16
1987       width: 700
1988       plot_bgcolor: "white"
1989       annotations:
1990         - font:
1991             size: 14
1992           showarrow: False
1993           text: "<b>Packet Latency [uSec]</b>"
1994           x: 1
1995           xanchor: "right"
1996           xref: "paper"
1997           y: -0.045
1998           yanchor: "top"
1999           yref: "paper"
2000         - font:
2001             size: 14
2002           showarrow: False
2003           text: "<b>Probability [%]</b>"
2004           textangle: 270
2005           x: -0.06
2006           xanchor: "center"
2007           xref: "paper"
2008           y: 0.5
2009           yanchor: "middle"
2010           yref: "paper"
2011         - font:
2012             size: 14
2013           showarrow: False
2014           text: "<b>Direction: E-W</b>"
2015           x: 0.24
2016           xanchor: "center"
2017           xref: "paper"
2018           y: 1.05
2019           yanchor: "bottom"
2020           yref: "paper"
2021         - font:
2022             size: 14
2023           showarrow: False
2024           text: "<b>Direction: W-E</b>"
2025           x: 0.74
2026           xanchor: "center"
2027           xref: "paper"
2028           y: 1.05
2029           yanchor: "bottom"
2030           yref: "paper"
2031
2032     plot-hdrh-latency-percentile:
2033       title:
2034         text: ""
2035         xanchor: "center"
2036         x: 0.5
2037         font:
2038           size: 18
2039       xaxis:
2040         type: "log"
2041         title: "<b>Percentile [%]</b>"
2042         titlefont:
2043           size: 16
2044         autorange: True
2045         fixedrange: False
2046         gridcolor: "rgb(230, 230, 230)"
2047         linecolor: "rgb(220, 220, 220)"
2048         linewidth: 1
2049         showgrid: True
2050         showline: True
2051         showticklabels: True
2052         tickcolor: "rgb(220, 220, 220)"
2053         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2054         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2055         tickfont:
2056           size: 16
2057       yaxis:
2058         title: "<b>Packet Latency [uSec]</b>"
2059         titlefont:
2060           size: 16
2061         gridcolor: "rgb(230, 230, 230)"
2062         linecolor: "rgb(220, 220, 220)"
2063         linewidth: 1
2064         showgrid: True
2065         showline: True
2066         showticklabels: True
2067         tickcolor: "rgb(220, 220, 220)"
2068         tickfont:
2069           size: 16
2070       autosize: False
2071       showlegend: True
2072       legend:
2073         traceorder: "normal"
2074         orientation: "h"
2075         font:
2076           size: 16
2077         xanchor: "left"
2078         yanchor: "top"
2079         x: 0
2080         y: -0.15
2081         bgcolor: "rgba(255, 255, 255, 0)"
2082         bordercolor: "rgba(255, 255, 255, 0)"
2083       width: 700
2084       height: 700
2085       paper_bgcolor: "white"
2086       plot_bgcolor: "white"
2087
2088     plot-hdrh-latency-by-percentile:
2089       title:
2090         text: "<b>Latency by Percentile Distribution</b>"
2091         xanchor: "center"
2092         x: 0.5
2093         font:
2094           size: 18
2095       showlegend: True
2096       legend:
2097         traceorder: "normal"
2098         orientation: "h"
2099         font:
2100           size: 16
2101         xanchor: "left"
2102         yanchor: "top"
2103         x: 0
2104         y: -0.2
2105         bgcolor: "rgba(255, 255, 255, 0)"
2106         bordercolor: "rgba(255, 255, 255, 0)"
2107       xaxis:
2108         type: "linear"
2109         title: "<b>Percentile [%]</b>"
2110         titlefont:
2111           size: 14
2112         autorange: False
2113         fixedrange: False
2114         range: [0, 100]
2115         gridcolor: "rgb(230, 230, 230)"
2116         linecolor: "rgb(220, 220, 220)"
2117         linewidth: 1
2118         showgrid: True
2119         showline: True
2120         showticklabels: True
2121         tickcolor: "rgb(220, 220, 220)"
2122         tickvals: [0, 25, 50, 75, 100]
2123         ticktext: [0, 25, 50, 75, 100]
2124         tickfont:
2125           size: 14
2126       yaxis:
2127         title: "<b>One-Way Latency per Direction [uSec]</b>"
2128         titlefont:
2129           size: 14
2130         gridcolor: "rgb(230, 230, 230)"
2131         linecolor: "rgb(220, 220, 220)"
2132         linewidth: 1
2133         showgrid: True
2134         showline: True
2135         showticklabels: True
2136         tickcolor: "rgb(220, 220, 220)"
2137         tickfont:
2138           size: 14
2139       width: 700
2140       height: 700
2141       paper_bgcolor: "white"
2142       plot_bgcolor: "white"
2143
2144 - type: "static"
2145   src-path: "{DIR[RST]}"
2146   dst-path: "{DIR[WORKING,SRC]}"
2147
2148 - type: "input"
2149   general:
2150     file-name: "output_info.xml.gz"
2151     file-format: ".gz"
2152     arch-file-format:
2153       - ".gz"
2154       - ".zip"
2155     download-path: "{job}/{build}/archives/{filename}"
2156     extract: "output.xml"
2157
2158     zip-file-name: "robot-plugin.zip"
2159     zip-file-format: ".zip"
2160     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2161     zip-extract: "robot-plugin/output.xml"
2162
2163   builds:
2164
2165     csit-vpp-perf-verify-1908-3n-hsw:
2166       - 12  # NDRPDR sel
2167       - 13  # NDRPDR sel
2168       - 14  # NDRPDR sel
2169       - 15  # NDRPDR sel
2170       - 16  # NDRPDR sel
2171       - 17  # NDRPDR sel
2172       - 18  # NDRPDR sel
2173       - 19  # NDRPDR sel
2174       - 20  # NDRPDR sel
2175       - 21  # NDRPDR sel
2176       - 39  # MRR sel
2177     csit-vpp-perf-verify-2001-3n-hsw:
2178       - 21  # NDRPDR sel
2179       - 22  # NDRPDR sel
2180       - 23  # NDRPDR sel
2181       - 24  # NDRPDR sel
2182       - 25  # NDRPDR sel
2183       - 29  # NDRPDR sel
2184       - 30  # NDRPDR sel
2185       - 31  # NDRPDR sel
2186       - 32  # NDRPDR sel
2187       - 34  # NDRPDR sel
2188       - 17  # MRR sel
2189     csit-vpp-perf-report-iterative-2005-3n-hsw:
2190       - 3   # NDRPDR sel
2191       - 4   # NDRPDR sel
2192       - 5   # NDRPDR sel
2193       - 10  # NDRPDR sel
2194       - 11  # NDRPDR sel
2195       - 12  # NDRPDR sel
2196       - 15  # NDRPDR sel
2197       - 16  # NDRPDR sel
2198       - 18  # NDRPDR sel
2199       - 19  # NDRPDR sel
2200       - 20  # NDRPDR sel env 4
2201       - 21  # NDRPDR sel env 4
2202       - 22  # NDRPDR sel env 4
2203       - 23  # NDRPDR sel env 4
2204       - 24  # NDRPDR sel env 4
2205       - 25  # NDRPDR sel env 4
2206       - 26  # NDRPDR sel env 4
2207       - 27  # NDRPDR sel env 4
2208       - 28  # NDRPDR sel env 4
2209       - 29  # NDRPDR sel env 4
2210       - 13  # MRR
2211       - 30  # MRR env 4
2212       - 31  # NDRPDR sel 2001.0-4
2213       - 32  # NDRPDR sel 2001.0-4
2214       - 33  # NDRPDR sel 2001.0-4
2215       - 34  # NDRPDR sel 2001.0-4
2216       - 35  # NDRPDR sel 2001.0-4
2217       - 36  # NDRPDR sel 2001.0-4
2218       - 38  # NDRPDR sel 2001.0-4
2219     csit-vpp-perf-verify-2005-3n-hsw:
2220       - 3   # hoststack
2221       - 5   # hoststack
2222       - 6   # hoststack
2223       - 7   # hoststack
2224       - 8   # hoststack
2225       - 9   # hoststack
2226       - 10  # hoststack
2227       - 11  # hoststack
2228       - 12  # hoststack
2229       - 13  # hoststack
2230     csit-vpp-perf-report-coverage-2005-3n-hsw:
2231       - 74  # crypto-00
2232       - 75  # crypto-01
2233       - 76  # crypto-02
2234       - 77  # crypto-03
2235       - 78  # ip4-00
2236       - 79  # ip4-01
2237       - 80  # ip4-02
2238       - 81  # ip4-03
2239       - 73  # ip4-04
2240       - 82  # ip4-05
2241       - 83  # ip4-06
2242       - 84  # ip4-07
2243       - 85  # ip4-08
2244       - 86  # ip4tun-00
2245       - 87  # ip4tun-01
2246       - 88  # ip4tun-02
2247       - 89  # ip6-00
2248       - 90  # ip6-01
2249       - 91  # ip6tun-00
2250       - 92  # l2-00
2251       - 93  # l2-01
2252       - 94  # l2-02
2253       - 95  # l2-03
2254       - 96  # l2-04
2255       - 97  # l2-05
2256       - 98  # l2-06
2257       - 99  # l2-07
2258       - 100 # l2-08
2259       - 101 # l2-09
2260       - 102 # l2-10
2261       - 103 # memif-00
2262       - 104 # srv6-00
2263       - 105 # srv6-01
2264       - 106 # vhost-00
2265       - 107 # vhost-01
2266
2267     csit-vpp-perf-verify-1908_1-3n-skx:
2268       - 26  # NDRPDR sel - new1908.1
2269       - 27  # NDRPDR sel - new1908.1
2270       - 28  # NDRPDR sel - new1908.1
2271       - 29  # NDRPDR sel - new1908.1
2272       - 30  # NDRPDR sel - new1908.1
2273       - 31  # NDRPDR sel - new1908.1
2274       - 33  # NDRPDR sel - new1908.1
2275       - 34  # NDRPDR sel - new1908.1
2276       - 35  # NDRPDR sel - new1908.1
2277       - 36  # NDRPDR sel - new1908.1
2278     csit-vpp-perf-verify-2001-3n-skx:
2279       - 69  # NDRPDR sel - new2001.0
2280       - 71  # NDRPDR sel - new2001.0
2281       - 72  # NDRPDR sel - new2001.0
2282       - 76  # NDRPDR sel - new2001.0
2283       - 77  # NDRPDR sel - new2001.0
2284       - 78  # NDRPDR sel - new2001.0
2285       - 80  # NDRPDR sel - new2001.0
2286       - 50  # MRR sel
2287       - 53  # MRR sel addition
2288     csit-vpp-perf-report-iterative-2005-3n-skx:
2289       - 4   # NDRPDR sel
2290       - 5   # NDRPDR sel ??? all x710 failed
2291       - 33  # NDRPDR sel
2292       - 28  # NDRPDR sel
2293       - 34  # NDRPDR sel
2294       - 36  # NDRPDR sel
2295       - 37  # NDRPDR sel
2296       - 38  # NDRPDR sel
2297       - 39  # NDRPDR sel
2298       - 41  # NDRPDR sel
2299       - 42  # NDRPDR sel env 4
2300       - 43  # NDRPDR sel env 4
2301       - 44  # NDRPDR sel env 4
2302       - 45  # NDRPDR sel env 4
2303       - 47  # NDRPDR sel env 4
2304       - 50  # NDRPDR sel 2001.0-4
2305       - 51  # NDRPDR sel 2001.0-4
2306       - 52  # NDRPDR sel 2001.0-4
2307       - 53  # NDRPDR sel 2001.0-4
2308       - 54  # NDRPDR sel 2001.0-4
2309       - 6   # MRR sel
2310       - 49  # MRR sel env 4
2311 #    csit-vpp-perf-report-coverage-2005-3n-skx:
2312 #      - 10  # perf-full-3n-skx-crypto_I
2313 #      - 11  # perf-full-3n-skx-crypto_II
2314 #      - 12  # perf-full-3n-skx-crypto_III
2315 #      - 5   # perf-full-3n-skx-ip4_I
2316 #      - 14  # perf-full-3n-skx-ip4_II
2317 #      - 7   # perf-full-3n-skx-ip4_III
2318 #      - 15  # perf-full-3n-skx-ip4_IV
2319 #      - 16  # perf-full-3n-skx-ip4_V
2320 #      - 17  # perf-full-3n-skx-ip4_VI
2321 #      - 18  # perf-full-3n-skx-ip4_VII
2322 #      - 19  # perf-full-3n-skx-ip4_VIII
2323 #      - 20  # perf-full-3n-skx-ip4_IX
2324 #      - 24  # perf-full-3n-skx-ip6_I
2325 #      - 25  # perf-full-3n-skx-ip6_II
2326 #      - 21  # perf-full-3n-skx-ip4tunnels-I
2327 #      - 22  # perf-full-3n-skx-ip4tunnels-II
2328 #      - 23  # perf-full-3n-skx-ip4tunnels-III
2329 #      - 26  # perf-full-3n-skx-ip6tunnels-I
2330 #      - 28  # perf-full-3n-skx-l2_II
2331 #      - 29  # perf-full-3n-skx-l2_III
2332 #      - 30  # perf-full-3n-skx-l2_IV
2333 #      - 32  # perf-full-3n-skx-l2_VI
2334 #      - 33  # perf-full-3n-skx-l2_VII
2335 #      - 34  # perf-full-3n-skx-l2_VIII
2336 #      - 35  # perf-full-3n-skx-l2_IX
2337 #      - 36  # perf-full-3n-skx-l2_X
2338 #      - 37  # perf-full-3n-skx-l2_XI
2339 #      - 38  # perf-full-3n-skx-memif
2340 #      - 39  # perf-full-3n-skx-srv6-I
2341 #      - 40  # perf-full-3n-skx-srv6-II
2342 #      - 43  # perf-full-3n-skx-vhost-III
2343
2344     csit-vpp-perf-verify-1908_1-2n-skx:
2345       - 39  # NDRPDR sel - new1908.1
2346       - 40  # NDRPDR sel - new1908.1
2347       - 41  # NDRPDR sel - new1908.1
2348       - 43  # NDRPDR sel - new1908.1
2349       - 44  # NDRPDR sel - new1908.1
2350       - 45  # NDRPDR sel - new1908.1
2351       - 46  # NDRPDR sel - new1908.1
2352       - 47  # NDRPDR sel - new1908.1
2353       - 48  # NDRPDR sel - new1908.1
2354       - 49  # NDRPDR sel - new1908.1
2355     csit-vpp-perf-verify-2001-2n-skx:
2356       - 143  # NDRPDR sel - new2001.0
2357       - 146  # NDRPDR sel - new2001.0
2358       - 147  # NDRPDR sel - new2001.0
2359       - 148  # NDRPDR sel - new2001.0
2360       - 149  # NDRPDR sel - new2001.0
2361       - 150  # NDRPDR sel - new2001.0
2362       - 151  # NDRPDR sel - new2001.0
2363       - 152  # NDRPDR sel - new2001.0
2364       - 153  # NDRPDR sel - new2001.0
2365       - 154  # NDRPDR sel - new2001.0
2366       - 101  # MRR sel - old
2367       - 128  # MRR sel addition - old
2368     csit-vpp-perf-report-iterative-2005-2n-skx:
2369       - 43  # NDRPDR sel
2370       - 38  # NDRPDR sel
2371       - 7   # NDRPDR sel
2372       - 65  # NDRPDR sel
2373       - 47  # NDRPDR sel
2374       - 55  # NDRPDR sel
2375       - 67  # NDRPDR sel
2376       - 75  # NDRPDR sel
2377       - 76  # NDRPDR sel
2378       - 73  # NDRPDR sel
2379       - 88  # NDRPDR sel env 4
2380       - 89  # NDRPDR sel env 4
2381       - 90  # NDRPDR sel env 4
2382       - 91  # NDRPDR sel env 4
2383       - 92  # NDRPDR sel env 4
2384       - 93  # NDRPDR sel env 4
2385       - 94  # NDRPDR sel env 4
2386       - 100 # NDRPDR sel 2001.0-4
2387       - 101 # NDRPDR sel 2001.0-4
2388       - 102 # NDRPDR sel 2001.0-4
2389       - 103 # NDRPDR sel 2001.0-4
2390       - 104 # NDRPDR sel 2001.0-4
2391       - 105 # NDRPDR sel 2001.0-4
2392       - 42  # MRR sel
2393       - 99  # MRR sel env 4
2394       - 48  # Reconf
2395       - 50  # Reconf
2396       - 51  # Reconf
2397       - 52  # Reconf
2398       - 53  # Reconf
2399       - 60  # Reconf
2400       - 70  # Reconf
2401       - 71  # Reconf
2402       - 63  # Reconf
2403       - 66  # Reconf
2404       - 49  # Soak
2405       - 54  # Soak
2406       - 78  # nf-density-sel
2407       - 83  # nf-density-sel
2408 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2409 #      - 11  # perf-full-2n-skx-ip4_I
2410 #      - 3   # perf-full-2n-skx-ip4_II
2411 #      - 18  # perf-full-2n-skx-ip4_III
2412 #      - 19  # perf-full-2n-skx-ip4_IV
2413 #      - 5   # perf-full-2n-skx-ip4_V
2414 #      - 20  # perf-full-2n-skx-ip4_VI
2415 #      - 7   # perf-full-2n-skx-ip6_I
2416 #      - 21  # perf-full-2n-skx-ip6_II
2417 #      - 9   # perf-full-2n-skx-l2_I
2418 #      - 22  # perf-full-2n-skx-l2_II
2419 #      - 23  # perf-full-2n-skx-memif
2420 #      - 24  # perf-full-2n-skx-loadbalancer
2421 #      - 25  # perf-full-2n-skx-vhost I
2422 #      - 26  # perf-full-2n-skx-vhost II
2423 #      - 27  # perf-full-2n-skx-vts
2424
2425     csit-vpp-perf-verify-1908_1-2n-clx:
2426       - 5  # NDRPDR sel
2427       - 6  # NDRPDR sel
2428       - 7  # NDRPDR sel
2429       - 8  # NDRPDR sel
2430       - 9  # NDRPDR sel
2431     csit-vpp-perf-verify-2001-2n-clx:
2432       - 28  # NDRPDR sel
2433       - 29  # NDRPDR sel
2434       - 32  # NDRPDR sel
2435       - 40  # NDRPDR sel
2436       - 43  # NDRPDR sel
2437       - 44  # NDRPDR sel
2438       - 45  # NDRPDR sel
2439       - 47  # NDRPDR sel
2440       - 48  # NDRPDR sel
2441       - 49  # NDRPDR sel
2442       - 39  # MRR
2443     csit-vpp-perf-report-iterative-2005-2n-clx:
2444       - 7   # NDRPDR sel
2445       - 38  # NDRPDR sel
2446       - 9   # NDRPDR sel
2447       - 32  # NDRPDR sel ???
2448       - 33  # NDRPDR sel ???
2449       - 39  # NDRPDR sel
2450       - 40  # NDRPDR sel
2451       - 43  # NDRPDR sel
2452       - 50  # NDRPDR sel
2453       - 51  # NDRPDR sel
2454       - 62  # NDRPDR sel env 4
2455       - 63  # NDRPDR sel env 4
2456       - 64  # NDRPDR sel env 4
2457       - 65  # NDRPDR sel env 4
2458       - 66  # NDRPDR sel env 4
2459       - 68  # NDRPDR sel env 4
2460       - 69  # NDRPDR sel env 4
2461       - 70  # NDRPDR sel env 4
2462       - 73  # NDRPDR sel 2001.0-4
2463       - 74  # NDRPDR sel 2001.0-4
2464       - 75  # NDRPDR sel 2001.0-4
2465       - 76  # NDRPDR sel 2001.0-4
2466       - 77  # NDRPDR sel 2001.0-4
2467       - 78  # NDRPDR sel 2001.0-4
2468       - 79  # NDRPDR sel 2001.0-4
2469       - 80  # NDRPDR sel 2001.0-4
2470       - 12  # MRR
2471       - 72  # MRR env 4
2472       - 42  # Reconf
2473       - 45  # Reconf
2474       - 46  # Reconf
2475       - 47  # Reconf
2476       - 48  # Reconf
2477       - 52  # Reconf
2478       - 53  # Reconf
2479       - 54  # Reconf
2480       - 55  # Reconf
2481       - 56  # Reconf
2482       - 44  # Soak
2483       - 49  # Soak
2484       - 57  # 2n-clx nfv-density-00
2485       - 58  # 2n-clx nfv-density-00
2486       - 59  # 2n-clx nfv-density-00
2487       - 60  # 2n-clx nfv-density-00
2488       - 61  # 2n-clx nfv-density-00
2489 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2490 #      - 21  # perf-full-2n-clx-ip4_I
2491 #      - 2   # perf-full-2n-clx-ip4_II
2492 #      - 3   # perf-full-2n-clx-ip4_III
2493 #      - 4   # perf-full-2n-clx-ip4_IV
2494 #      - 5   # perf-full-2n-clx-ip4_V
2495 #      - 6   # perf-full-2n-clx-ip4_VI
2496 #      - 7   # perf-full-2n-clx-ip6_I
2497 #      - 16  # perf-full-2n-clx-ip6_II
2498 #      - 23  # perf-full-2n-clx-l2_I
2499 #      - 10  # perf-full-2n-clx-l2_II
2500 #      - 11  # perf-full-2n-clx-memif
2501 #      - 12  # perf-full-2n-clx-loadbalancer
2502 #      - 13  # perf-full-2n-clx-vhost I
2503 #      - 22  # perf-full-2n-clx-vhost II
2504 #      - 15  # perf-full-2n-clx-vts
2505
2506     csit-vpp-perf-verify-1908-3n-tsh:
2507       - 7   # NDRPDR sel
2508       - 8   # NDRPDR sel
2509       - 9   # NDRPDR sel
2510       - 10  # NDRPDR sel
2511       - 11  # NDRPDR sel
2512       - 12  # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 14  # NDRPDR sel
2515       - 15  # NDRPDR sel
2516       - 16  # NDRPDR sel
2517       - 17  # MRR sel
2518     csit-vpp-perf-verify-2001-3n-tsh:
2519       - 3   # NDRPDR sel
2520       - 4   # NDRPDR sel
2521       - 7   # NDRPDR sel
2522       - 8   # NDRPDR sel
2523       - 10  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 13  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 15  # NDRPDR sel
2528       - 21  # NDRPDR sel
2529       - 9   # MRR sel
2530     csit-vpp-perf-report-iterative-2005-3n-tsh:
2531       - 9   # NDRPDR sel
2532       - 11  # NDRPDR sel
2533       - 12  # NDRPDR sel
2534       - 20  # NDRPDR sel
2535       - 14  # NDRPDR sel
2536       - 21  # NDRPDR sel
2537       - 23  # NDRPDR sel env 4
2538       - 25  # NDRPDR sel env 4
2539       - 33  # NDRPDR sel env 4
2540       - 28  # NDRPDR sel 2001.0-4
2541       - 29  # NDRPDR sel 2001.0-4
2542       - 31  # NDRPDR sel 2001.0-4
2543       - 10  # MRR sel
2544       - 27  # MRR sel env 4
2545
2546     csit-vpp-perf-verify-1908-3n-dnv:
2547       - 6   # NDRPDR sel
2548       - 7   # NDRPDR sel
2549       - 8   # NDRPDR sel
2550       - 9   # NDRPDR sel
2551       - 10  # NDRPDR sel
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 15  # NDRPDR sel
2556       - 16  # NDRPDR sel
2557       - 17  # MRR sel
2558     csit-vpp-perf-verify-2001-3n-dnv:
2559       - 5   # NDRPDR sel
2560       - 6   # NDRPDR sel
2561       - 7   # NDRPDR sel
2562       - 8   # NDRPDR sel
2563       - 9   # NDRPDR sel
2564       - 10  # NDRPDR sel
2565       - 12  # NDRPDR sel
2566       - 16  # NDRPDR sel
2567       - 17  # NDRPDR sel
2568       - 18  # NDRPDR sel
2569       - 11  # MRR sel
2570     csit-vpp-perf-report-iterative-2005-3n-dnv:
2571       - 2   # NDRPDR sel
2572       - 3   # NDRPDR sel
2573       - 4   # NDRPDR sel
2574       - 5   # NDRPDR sel
2575       - 6   # NDRPDR sel
2576       - 7   # NDRPDR sel
2577       - 9   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 11  # NDRPDR sel
2580       - 12  # NDRPDR sel
2581       - 8   # MRR
2582     csit-vpp-perf-report-coverage-2005-3n-dnv:
2583       - 1   # perf-full-3n-dnv-crypto_I
2584       - 24  # perf-full-3n-dnv-crypto_II
2585       - 5   # perf-full-3n-dnv-ip4_I
2586       - 13  # perf-full-3n-dnv-ip4_II
2587       - 17  # perf-full-3n-dnv-ip6_I
2588       - 18  # perf-full-3n-dnv-ip6_II
2589       - 21  # perf-full-3n-dnv-l2_I
2590       - 22  # perf-full-3n-dnv-l2_II
2591       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2592
2593     csit-vpp-perf-verify-1908-2n-dnv:
2594       - 1   # NDRPDR sel
2595       - 2   # NDRPDR sel
2596       - 3   # NDRPDR sel
2597       - 4   # NDRPDR sel
2598       - 5   # NDRPDR sel
2599       - 6   # NDRPDR sel
2600       - 7   # NDRPDR sel
2601       - 8   # NDRPDR sel
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # MRR sel
2605     csit-vpp-perf-verify-2001-2n-dnv:
2606       - 4   # NDRPDR sel
2607       - 5   # NDRPDR sel
2608       - 6   # NDRPDR sel
2609       - 7   # NDRPDR sel
2610       - 8   # NDRPDR sel
2611       - 9   # NDRPDR sel
2612       - 10  # NDRPDR sel
2613       - 11  # NDRPDR sel
2614       - 13  # NDRPDR sel
2615       - 16  # NDRPDR sel
2616       - 12  # MRR sel
2617     csit-vpp-perf-report-iterative-2005-2n-dnv:
2618       - 3   # NDRPDR sel
2619       - 6   # NDRPDR sel
2620       - 7   # NDRPDR sel
2621       - 8   # NDRPDR sel
2622       - 9   # NDRPDR sel
2623       - 10  # NDRPDR sel
2624       - 11  # NDRPDR sel
2625       - 12  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # MRR sel
2629     csit-vpp-perf-report-coverage-2005-2n-dnv:
2630       - 1   # perf-full-2n-dnv-ip4_I
2631       - 2   # perf-full-2n-dnv-ip4_II
2632       - 3   # perf-full-2n-dnv-ip6_I
2633       - 4   # perf-full-2n-dnv-ip6_II
2634       - 5   # perf-full-2n-dnv-l2_I
2635       - 6   # perf-full-2n-dnv-l2_II
2636
2637     csit-dpdk-perf-verify-1908-3n-hsw:
2638       - 2   # NDRPDR sel
2639       - 3   # NDRPDR sel
2640       - 4   # NDRPDR sel
2641       - 5   # NDRPDR sel
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 8   # NDRPDR sel
2645       - 9   # NDRPDR sel
2646       - 10  # NDRPDR sel
2647       - 11  # NDRPDR sel
2648     csit-dpdk-perf-verify-2001-3n-hsw:
2649       - 4   # NDRPDR sel
2650       - 5   # NDRPDR sel
2651       - 6   # NDRPDR sel
2652       - 7   # NDRPDR sel
2653       - 8   # NDRPDR sel
2654       - 9   # NDRPDR sel
2655       - 10  # NDRPDR sel
2656       - 11  # NDRPDR sel
2657       - 12  # NDRPDR sel
2658       - 13  # NDRPDR sel
2659       - 15  # NDRPDR sel
2660       - 16  # NDRPDR sel
2661       - 17  # NDRPDR sel
2662       - 18  # NDRPDR sel
2663       - 19  # NDRPDR sel
2664       - 20  # NDRPDR sel
2665       - 21  # NDRPDR sel
2666       - 22  # NDRPDR sel
2667       - 23  # NDRPDR sel
2668       - 24  # NDRPDR sel
2669     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2670       - 25  # NDRPDR iter
2671       - 26  # NDRPDR iter
2672       - 27  # NDRPDR iter
2673       - 28  # NDRPDR iter
2674       - 29  # NDRPDR iter
2675       - 30  # NDRPDR iter
2676       - 31  # NDRPDR iter
2677       - 32  # NDRPDR iter
2678       - 33  # NDRPDR iter
2679       - 34  # NDRPDR iter
2680
2681     csit-dpdk-perf-verify-1908-3n-skx:
2682       - 3   # NDRPDR sel
2683       - 4   # NDRPDR sel
2684       - 5   # NDRPDR sel
2685       - 6   # NDRPDR sel
2686       - 7   # NDRPDR sel
2687       - 8   # NDRPDR sel
2688       - 9   # NDRPDR sel
2689       - 10  # NDRPDR sel
2690       - 11  # NDRPDR sel
2691       - 12  # NDRPDR sel
2692     csit-dpdk-perf-verify-2001-3n-skx:
2693       - 29  # NDRPDR sel xxv710
2694       - 33  # NDRPDR sel xxv710
2695       - 34  # NDRPDR sel xxv710
2696       - 35  # NDRPDR sel xxv710
2697       - 36  # NDRPDR sel xxv710
2698       - 37  # NDRPDR sel xxv710
2699       - 41  # NDRPDR sel xxv710
2700       - 42  # NDRPDR sel xxv710
2701       - 43  # NDRPDR sel xxv710
2702       - 45  # NDRPDR sel xxv710
2703       - 30  # NDRPDR sel x710
2704       - 31  # NDRPDR sel x710
2705       - 32  # NDRPDR sel x710
2706       - 38  # NDRPDR sel x710
2707       - 39  # NDRPDR sel x710
2708       - 40  # NDRPDR sel x710
2709       - 44  # NDRPDR sel x710
2710       - 46  # NDRPDR sel x710
2711       - 47  # NDRPDR sel x710
2712       - 48  # NDRPDR sel x710
2713     csit-dpdk-perf-report-iterative-2005-3n-skx:
2714       - 28  # NDRPDR iter
2715       - 29  # NDRPDR iter
2716       - 30  # NDRPDR iter
2717       - 31  # NDRPDR iter
2718       - 32  # NDRPDR iter
2719       - 33  # NDRPDR iter
2720       - 34  # NDRPDR iter
2721       - 35  # NDRPDR iter
2722       - 36  # NDRPDR iter
2723       - 37  # NDRPDR iter
2724
2725     csit-dpdk-perf-verify-1908-2n-skx:
2726       - 2   # NDRPDR sel
2727       - 3   # NDRPDR sel
2728       - 4   # NDRPDR sel
2729       - 5   # NDRPDR sel
2730       - 7   # NDRPDR sel
2731       - 8   # NDRPDR sel
2732       - 9   # NDRPDR sel
2733       - 10  # NDRPDR sel
2734       - 11  # NDRPDR sel
2735       - 12  # NDRPDR sel
2736     csit-dpdk-perf-verify-2001-2n-skx:
2737       - 35  # NDRPDR sel xxv710
2738       - 36  # NDRPDR sel xxv710
2739       - 37  # NDRPDR sel xxv710
2740       - 41  # NDRPDR sel xxv710
2741       - 42  # NDRPDR sel xxv710
2742       - 43  # NDRPDR sel xxv710
2743       - 46  # NDRPDR sel xxv710
2744       - 47  # NDRPDR sel xxv710
2745       - 52  # NDRPDR sel xxv710
2746       - 53  # NDRPDR sel xxv710
2747       - 38  # NDRPDR sel x710
2748       - 39  # NDRPDR sel x710
2749       - 40  # NDRPDR sel x710
2750       - 44  # NDRPDR sel x710
2751       - 45  # NDRPDR sel x710
2752       - 48  # NDRPDR sel x710
2753       - 49  # NDRPDR sel x710
2754       - 50  # NDRPDR sel x710
2755       - 51  # NDRPDR sel x710
2756       - 54  # NDRPDR sel x710
2757     csit-dpdk-perf-report-iterative-2005-2n-skx:
2758       - 20  # NDRPDR iter
2759       - 21  # NDRPDR iter
2760       - 22  # NDRPDR iter
2761       - 23  # NDRPDR iter
2762       - 24  # NDRPDR iter
2763       - 25  # NDRPDR iter
2764       - 26  # NDRPDR iter
2765       - 27  # NDRPDR iter
2766       - 28  # NDRPDR iter
2767       - 29  # NDRPDR iter
2768
2769     csit-dpdk-perf-verify-2001-2n-clx:
2770       - 15  # NDRPDR sel
2771       - 16  # NDRPDR sel
2772       - 17  # NDRPDR sel
2773       - 18  # NDRPDR sel
2774       - 19  # NDRPDR sel
2775       - 20  # NDRPDR sel
2776       - 21  # NDRPDR sel
2777       - 22  # NDRPDR sel
2778       - 23  # NDRPDR sel
2779       - 24  # NDRPDR sel
2780       - 25  # NDRPDR sel
2781       - 26  # NDRPDR sel
2782       - 27  # NDRPDR sel
2783       - 28  # NDRPDR sel
2784       - 29  # NDRPDR sel
2785       - 30  # NDRPDR sel
2786       - 31  # NDRPDR sel
2787       - 32  # NDRPDR sel
2788       - 33  # NDRPDR sel
2789       - 34  # NDRPDR sel
2790     csit-dpdk-perf-report-iterative-2005-2n-clx:
2791       - 20  # NDRPDR iter
2792       - 21  # NDRPDR iter
2793       - 22  # NDRPDR iter
2794       - 23  # NDRPDR iter
2795       - 24  # NDRPDR iter
2796       - 25  # NDRPDR iter
2797       - 26  # NDRPDR iter
2798       - 27  # NDRPDR iter
2799       - 28  # NDRPDR iter
2800       - 29  # NDRPDR iter
2801
2802     csit-dpdk-perf-verify-2001-2n-dnv:
2803       - 9   # NDRPDR sel
2804       - 10  # NDRPDR sel
2805       - 11  # NDRPDR sel
2806       - 12  # NDRPDR sel
2807       - 13  # NDRPDR sel
2808       - 14  # NDRPDR sel
2809       - 15  # NDRPDR sel
2810       - 16  # NDRPDR sel
2811       - 17  # NDRPDR sel
2812       - 18  # NDRPDR sel
2813     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2814       - 8   # NDRPDR sel
2815       - 9   # NDRPDR sel
2816       - 10  # NDRPDR sel
2817       - 11  # NDRPDR sel
2818       - 12  # NDRPDR sel
2819       - 13  # NDRPDR sel
2820       - 14  # NDRPDR sel
2821       - 15  # NDRPDR sel
2822       - 16  # NDRPDR sel
2823       - 17  # NDRPDR sel
2824
2825     csit-dpdk-perf-verify-2001-3n-dnv:
2826       - 12  # NDRPDR sel
2827       - 13  # NDRPDR sel
2828       - 14  # NDRPDR sel
2829       - 15  # NDRPDR sel
2830       - 16  # NDRPDR sel
2831       - 17  # NDRPDR sel
2832       - 18  # NDRPDR sel
2833       - 19  # NDRPDR sel
2834       - 20  # NDRPDR sel
2835       - 22  # NDRPDR sel
2836     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2837       - 6   # NDRPDR sel
2838       - 7   # NDRPDR sel
2839       - 8   # NDRPDR sel
2840       - 9   # NDRPDR sel
2841       - 10  # NDRPDR sel
2842       - 11  # NDRPDR sel
2843       - 12  # NDRPDR sel
2844       - 13  # NDRPDR sel
2845       - 14  # NDRPDR sel
2846       - 16  # NDRPDR sel
2847
2848     csit-dpdk-perf-verify-2001-3n-tsh:
2849       - 3   # NDRPDR sel
2850       - 4   # NDRPDR sel
2851       - 5   # NDRPDR sel
2852       - 9   # NDRPDR sel
2853       - 10  # NDRPDR sel
2854       - 11  # NDRPDR sel
2855       - 12  # NDRPDR sel
2856       - 14  # NDRPDR sel
2857       - 15  # NDRPDR sel
2858       - 18  # NDRPDR sel
2859     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2860       - 5   # NDRPDR sel
2861
2862     csit-vpp-device-2005-ubuntu1804-1n-skx:
2863       - 35
2864
2865 - type: "output"
2866   output: "report"
2867   format:
2868     html:
2869     - full
2870 #    pdf:
2871 #    - minimal
2872
2873 ################################################################################
2874 ###                               T A B L E S                                ###
2875 ################################################################################
2876
2877 # VPP Soak vs NDR - 2n-skx
2878 - type: "table"
2879   title: "VPP Soak vs NDR 2n-skx"
2880   algorithm: "table_soak_vs_ndr"
2881   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2882   reference:
2883     title: "NDR"
2884     data: "vpp-soak-vs-ndr-2n-skx-ref"
2885   compare:
2886     title: "Soak"
2887     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2888   data: "vpp-soak-vs-ndr-2n-skx"
2889   include-tests: "NDR"
2890   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2891   parameters:
2892     - "throughput"
2893     - "name"
2894     - "parent"
2895
2896 # VPP Soak vs NDR - 2n-clx
2897 - type: "table"
2898   title: "VPP Soak vs NDR 2n-clx"
2899   algorithm: "table_soak_vs_ndr"
2900   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2901   reference:
2902     title: "NDR"
2903     data: "vpp-soak-vs-ndr-2n-clx-ref"
2904   compare:
2905     title: "Soak"
2906     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2907   data: "vpp-soak-vs-ndr-2n-clx"
2908   include-tests: "NDR"
2909   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2910   parameters:
2911     - "throughput"
2912     - "name"
2913     - "parent"
2914
2915 ################################################################################
2916
2917 # VPP Compare NICs 3n-skx 2t1c ndr
2918 - type: "table"
2919   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2920   algorithm: "table_comparison"
2921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2923   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2924   columns:
2925     - title: "x710"
2926       data-set: "vpp-nic-comparison-3n-skx"
2927       tag: "NIC_Intel-X710"
2928     - title: "xxv710"
2929       data-set: "vpp-nic-comparison-3n-skx"
2930       tag: "NIC_Intel-XXV710"
2931   comparisons:
2932     - title: "Diff"
2933       reference: 1
2934       compare: 2
2935   legend:
2936     - ""
2937     - "x710, xxv710 - NICs tested."
2938     - "Diff - difference between x710 and xxv710 NIC."
2939
2940 # VPP Compare NICs 3n-skx 4t2c ndr
2941 - type: "table"
2942   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2943   algorithm: "table_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2946   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2947   columns:
2948     - title: "x710"
2949       data-set: "vpp-nic-comparison-3n-skx"
2950       tag: "NIC_Intel-X710"
2951     - title: "xxv710"
2952       data-set: "vpp-nic-comparison-3n-skx"
2953       tag: "NIC_Intel-XXV710"
2954   comparisons:
2955     - title: "Diff"
2956       reference: 1
2957       compare: 2
2958   legend:
2959     - ""
2960     - "x710, xxv710 - NICs tested."
2961     - "Diff - difference between x710 and xxv710 NIC."
2962
2963 # VPP Compare NICs 3n-skx 2t1c pdr
2964 - type: "table"
2965   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2966   algorithm: "table_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2969   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2970   columns:
2971     - title: "x710"
2972       data-set: "vpp-nic-comparison-3n-skx"
2973       tag: "NIC_Intel-X710"
2974     - title: "xxv710"
2975       data-set: "vpp-nic-comparison-3n-skx"
2976       tag: "NIC_Intel-XXV710"
2977   comparisons:
2978     - title: "Diff"
2979       reference: 1
2980       compare: 2
2981   legend:
2982     - ""
2983     - "x710, xxv710 - NICs tested."
2984     - "Diff - difference between x710 and xxv710 NIC."
2985
2986 # VPP Compare NICs 3n-skx 4t2c pdr
2987 - type: "table"
2988   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-3n-skx"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-3n-skx"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - ""
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 ## VPP Compare NICs 3n-skx 2t1c mrr
3010 #- type: "table"
3011 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3012 #  algorithm: "table_comparison"
3013 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3015 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3016 #  columns:
3017 #    - title: "x710"
3018 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3019 #      tag: "NIC_Intel-X710"
3020 #    - title: "xxv710"
3021 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3022 #      tag: "NIC_Intel-XXV710"
3023 #  comparisons:
3024 #    - title: "Diff"
3025 #      reference: 1
3026 #      compare: 2
3027 #  legend:
3028 #    - ""
3029 #    - "x710, xxv710 - NICs tested."
3030 #    - "Diff - difference between x710 and xxv710 NIC."
3031 #
3032 ## VPP Compare NICs 3n-skx 4t2c mrr
3033 #- type: "table"
3034 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3035 #  algorithm: "table_comparison"
3036 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3038 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3039 #  columns:
3040 #    - title: "x710"
3041 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3042 #      tag: "NIC_Intel-X710"
3043 #    - title: "xxv710"
3044 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3045 #      tag: "NIC_Intel-XXV710"
3046 #  comparisons:
3047 #    - title: "Diff"
3048 #      reference: 1
3049 #      compare: 2
3050 #  legend:
3051 #    - ""
3052 #    - "x710, xxv710 - NICs tested."
3053 #    - "Diff - difference between x710 and xxv710 NIC."
3054 #
3055 ## VPP Compare NICs 3n-skx 8t4c mrr
3056 #- type: "table"
3057 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3058 #  algorithm: "table_comparison"
3059 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3061 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3062 #  columns:
3063 #    - title: "x710"
3064 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3065 #      tag: "NIC_Intel-X710"
3066 #    - title: "xxv710"
3067 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3068 #      tag: "NIC_Intel-XXV710"
3069 #  comparisons:
3070 #    - title: "Diff"
3071 #      reference: 1
3072 #      compare: 2
3073 #  legend:
3074 #    - ""
3075 #    - "x710, xxv710 - NICs tested."
3076 #    - "Diff - difference between x710 and xxv710 NIC."
3077
3078 # VPP Compare NICs 2n-skx 2t1c ndr
3079 - type: "table"
3080   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3081   algorithm: "table_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3084   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3085   columns:
3086     - title: "x710"
3087       data-set: "vpp-nic-comparison-2n-skx"
3088       tag: "NIC_Intel-X710"
3089     - title: "xxv710"
3090       data-set: "vpp-nic-comparison-2n-skx"
3091       tag: "NIC_Intel-XXV710"
3092   comparisons:
3093     - title: "Diff"
3094       reference: 1
3095       compare: 2
3096   legend:
3097     - ""
3098     - "x710, xxv710 - NICs tested."
3099     - "Diff - difference between x710 and xxv710 NIC."
3100
3101 # VPP Compare NICs 2n-skx 4t2c ndr
3102 - type: "table"
3103   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3104   algorithm: "table_comparison"
3105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3107   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3108   columns:
3109     - title: "x710"
3110       data-set: "vpp-nic-comparison-2n-skx"
3111       tag: "NIC_Intel-X710"
3112     - title: "xxv710"
3113       data-set: "vpp-nic-comparison-2n-skx"
3114       tag: "NIC_Intel-XXV710"
3115   comparisons:
3116     - title: "Diff"
3117       reference: 1
3118       compare: 2
3119   legend:
3120     - ""
3121     - "x710, xxv710 - NICs tested."
3122     - "Diff - difference between x710 and xxv710 NIC."
3123
3124 # VPP Compare NICs 2n-skx 2t1c pdr
3125 - type: "table"
3126   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3127   algorithm: "table_comparison"
3128   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3129   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3131   columns:
3132     - title: "x710"
3133       data-set: "vpp-nic-comparison-2n-skx"
3134       tag: "NIC_Intel-X710"
3135     - title: "xxv710"
3136       data-set: "vpp-nic-comparison-2n-skx"
3137       tag: "NIC_Intel-XXV710"
3138   comparisons:
3139     - title: "Diff"
3140       reference: 1
3141       compare: 2
3142   legend:
3143     - ""
3144     - "x710, xxv710 - NICs tested."
3145     - "Diff - difference between x710 and xxv710 NIC."
3146
3147 # VPP Compare NICs 2n-skx 4t2c pdr
3148 - type: "table"
3149   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3150   algorithm: "table_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3153   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3154   columns:
3155     - title: "x710"
3156       data-set: "vpp-nic-comparison-2n-skx"
3157       tag: "NIC_Intel-X710"
3158     - title: "xxv710"
3159       data-set: "vpp-nic-comparison-2n-skx"
3160       tag: "NIC_Intel-XXV710"
3161   comparisons:
3162     - title: "Diff"
3163       reference: 1
3164       compare: 2
3165   legend:
3166     - ""
3167     - "x710, xxv710 - NICs tested."
3168     - "Diff - difference between x710 and xxv710 NIC."
3169
3170 # VPP Compare NICs 2n-skx 2t1c mrr
3171 - type: "table"
3172   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3173   algorithm: "table_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3176   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3177   columns:
3178     - title: "x710"
3179       data-set: "vpp-nic-comparison-2n-skx-mrr"
3180       tag: "NIC_Intel-X710"
3181     - title: "xxv710"
3182       data-set: "vpp-nic-comparison-2n-skx-mrr"
3183       tag: "NIC_Intel-XXV710"
3184   comparisons:
3185     - title: "Diff"
3186       reference: 1
3187       compare: 2
3188   legend:
3189     - ""
3190     - "x710, xxv710 - NICs tested."
3191     - "Diff - difference between x710 and xxv710 NIC."
3192
3193 # VPP Compare NICs 2n-skx 4t2c mrr
3194 - type: "table"
3195   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3196   algorithm: "table_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3199   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3200   columns:
3201     - title: "x710"
3202       data-set: "vpp-nic-comparison-2n-skx-mrr"
3203       tag: "NIC_Intel-X710"
3204     - title: "xxv710"
3205       data-set: "vpp-nic-comparison-2n-skx-mrr"
3206       tag: "NIC_Intel-XXV710"
3207   comparisons:
3208     - title: "Diff"
3209       reference: 1
3210       compare: 2
3211   legend:
3212     - ""
3213     - "x710, xxv710 - NICs tested."
3214     - "Diff - difference between x710 and xxv710 NIC."
3215
3216 # VPP Compare NICs 2n-skx 8t4c mrr
3217 - type: "table"
3218   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3222   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "x710"
3225       data-set: "vpp-nic-comparison-2n-skx-mrr"
3226       tag: "NIC_Intel-X710"
3227     - title: "xxv710"
3228       data-set: "vpp-nic-comparison-2n-skx-mrr"
3229       tag: "NIC_Intel-XXV710"
3230   comparisons:
3231     - title: "Diff"
3232       reference: 1
3233       compare: 2
3234   legend:
3235     - ""
3236     - "x710, xxv710 - NICs tested."
3237     - "Diff - difference between x710 and xxv710 NIC."
3238
3239 ################################################################################
3240 # VPP
3241
3242 # VPP Performance Changes 3n-hsw 1t1c pdr
3243 - type: "table"
3244   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3245   algorithm: "table_comparison"
3246   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3248   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3249   columns:
3250     - title: "1908.1-2"
3251       data-set: "vpp-performance-changes-3n-hsw-h1"
3252     - title: "2001.0-2"
3253       data-set: "vpp-performance-changes-3n-hsw-ref"
3254     - title: "2001.0-4"
3255       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3256     - title: "2005.0-4"
3257       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3258   comparisons:
3259     - title: "2001.0-4 vs 2001.0-2"
3260       reference: 2
3261       compare: 3
3262       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3263     - title: "2005.0-4 vs 2001.0-4"
3264       reference: 3
3265       compare: 4
3266       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3267   legend:
3268     - ''
3269     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3270     - '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).'
3271     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3272     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3273     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3274
3275 # VPP Performance Changes 3n-hsw 2t2c pdr
3276 - type: "table"
3277   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3278   algorithm: "table_comparison"
3279   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3281   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3282   columns:
3283     - title: "1908.1-2"
3284       data-set: "vpp-performance-changes-3n-hsw-h1"
3285     - title: "2001.0-2"
3286       data-set: "vpp-performance-changes-3n-hsw-ref"
3287     - title: "2001.0-4"
3288       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3289     - title: "2005.0-4"
3290       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3291   comparisons:
3292     - title: "2001.0-4 vs 2001.0-2"
3293       reference: 2
3294       compare: 3
3295       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3296     - title: "2005.0-4 vs 2001.0-4"
3297       reference: 3
3298       compare: 4
3299       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3300   legend:
3301     - ''
3302     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3303     - '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).'
3304     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3305     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3306     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3307
3308 # VPP Performance Changes 3n-hsw 1t1c ndr
3309 - type: "table"
3310   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3311   algorithm: "table_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3314   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3315   columns:
3316     - title: "1908.1-2"
3317       data-set: "vpp-performance-changes-3n-hsw-h1"
3318     - title: "2001.0-2"
3319       data-set: "vpp-performance-changes-3n-hsw-ref"
3320     - title: "2001.0-4"
3321       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3322     - title: "2005.0-4"
3323       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3324   comparisons:
3325     - title: "2001.0-4 vs 2001.0-2"
3326       reference: 2
3327       compare: 3
3328       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3329     - title: "2005.0-4 vs 2001.0-4"
3330       reference: 3
3331       compare: 4
3332       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3333   legend:
3334     - ''
3335     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3336     - '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).'
3337     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3338     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3339     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3340
3341 # VPP Performance Changes 3n-hsw 2t2c ndr
3342 - type: "table"
3343   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3344   algorithm: "table_comparison"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3347   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3348   columns:
3349     - title: "1908.1-2"
3350       data-set: "vpp-performance-changes-3n-hsw-h1"
3351     - title: "2001.0-2"
3352       data-set: "vpp-performance-changes-3n-hsw-ref"
3353     - title: "2001.0-4"
3354       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3355     - title: "2005.0-4"
3356       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3357   comparisons:
3358     - title: "2001.0-4 vs 2001.0-2"
3359       reference: 2
3360       compare: 3
3361       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3362     - title: "2005.0-4 vs 2001.0-4"
3363       reference: 3
3364       compare: 4
3365       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3366   legend:
3367     - ''
3368     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3369     - '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).'
3370     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3371     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3372     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3373
3374 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3375 - type: "table"
3376   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3377   algorithm: "table_comparison"
3378   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3380   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3381   columns:
3382     - title: "1908.1-2"
3383       data-set: "vpp-performance-changes-3n-hsw-h1"
3384     - title: "2001.0-2"
3385       data-set: "vpp-performance-changes-3n-hsw-ref"
3386     - title: "2001.0-4"
3387       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3388     - title: "2005.0-3"
3389       data-set: "vpp-performance-changes-3n-hsw-cmp"
3390     - title: "2005.0-4"
3391       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3392   comparisons:
3393     - title: "2005.0-4 vs 2005.0-3"
3394       reference: 4
3395       compare: 5
3396       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3397     - title: "2001.0-4 vs 2001.0-2"
3398       reference: 2
3399       compare: 3
3400       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3401     - title: "2005.0-4 vs 2001.0-4"
3402       reference: 3
3403       compare: 5
3404       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3405   legend:
3406     - ''
3407     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3408     - '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).'
3409     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3410     - '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.'
3411     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3412     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3413
3414 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3415 - type: "table"
3416   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "1908.1-2"
3423       data-set: "vpp-performance-changes-3n-hsw-h1"
3424     - title: "2001.0-2"
3425       data-set: "vpp-performance-changes-3n-hsw-ref"
3426     - title: "2001.0-4"
3427       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3428     - title: "2005.0-3"
3429       data-set: "vpp-performance-changes-3n-hsw-cmp"
3430     - title: "2005.0-4"
3431       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3432   comparisons:
3433     - title: "2005.0-4 vs 2005.0-3"
3434       reference: 4
3435       compare: 5
3436       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3437     - title: "2001.0-4 vs 2001.0-2"
3438       reference: 2
3439       compare: 3
3440       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3441     - title: "2005.0-4 vs 2001.0-4"
3442       reference: 3
3443       compare: 5
3444       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3445   legend:
3446     - ''
3447     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3448     - '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).'
3449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3450     - '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.'
3451     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3452     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3453
3454 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3455 - type: "table"
3456   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "1908.1-2"
3463       data-set: "vpp-performance-changes-3n-hsw-h1"
3464     - title: "2001.0-2"
3465       data-set: "vpp-performance-changes-3n-hsw-ref"
3466     - title: "2001.0-4"
3467       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3468     - title: "2005.0-3"
3469       data-set: "vpp-performance-changes-3n-hsw-cmp"
3470     - title: "2005.0-4"
3471       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3472   comparisons:
3473     - title: "2005.0-4 vs 2005.0-3"
3474       reference: 4
3475       compare: 5
3476       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3477     - title: "2001.0-4 vs 2001.0-2"
3478       reference: 2
3479       compare: 3
3480       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3481     - title: "2005.0-4 vs 2001.0-4"
3482       reference: 3
3483       compare: 5
3484       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3485   legend:
3486     - ''
3487     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3488     - '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).'
3489     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3490     - '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.'
3491     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3492     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3493
3494 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3495 - type: "table"
3496   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3497   algorithm: "table_comparison"
3498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3501   columns:
3502     - title: "1908.1-2"
3503       data-set: "vpp-performance-changes-3n-hsw-h1"
3504     - title: "2001.0-2"
3505       data-set: "vpp-performance-changes-3n-hsw-ref"
3506     - title: "2001.0-4"
3507       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3508     - title: "2005.0-3"
3509       data-set: "vpp-performance-changes-3n-hsw-cmp"
3510     - title: "2005.0-4"
3511       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3512   comparisons:
3513     - title: "2005.0-4 vs 2005.0-3"
3514       reference: 4
3515       compare: 5
3516       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3517     - title: "2001.0-4 vs 2001.0-2"
3518       reference: 2
3519       compare: 3
3520       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3521     - title: "2005.0-4 vs 2001.0-4"
3522       reference: 3
3523       compare: 5
3524       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3525   legend:
3526     - ''
3527     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3528     - '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).'
3529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3530     - '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.'
3531     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3532     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3533
3534 # VPP Performance Changes 3n-skx 2t1c pdr
3535 - type: "table"
3536   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3541   columns:
3542     - title: "1908.1-2"
3543       data-set: "vpp-performance-changes-3n-skx-h1"
3544     - title: "2001.0-2"
3545       data-set: "vpp-performance-changes-3n-skx-ref"
3546     - title: "2001.0-4"
3547       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3548     - title: "2005.0-4"
3549       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3550   comparisons:
3551     - title: "2001.0-4 vs 2001.0-2"
3552       reference: 2
3553       compare: 3
3554       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3555     - title: "2005.0-4 vs 2001.0-4"
3556       reference: 3
3557       compare: 4
3558       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3559   legend:
3560     - ''
3561     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3562     - '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).'
3563     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3564     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3565     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3566
3567 # VPP Performance Changes 3n-skx 4t2c pdr
3568 - type: "table"
3569   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3570   algorithm: "table_comparison"
3571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3574   columns:
3575     - title: "1908.1-2"
3576       data-set: "vpp-performance-changes-3n-skx-h1"
3577     - title: "2001.0-2"
3578       data-set: "vpp-performance-changes-3n-skx-ref"
3579     - title: "2001.0-4"
3580       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3581     - title: "2005.0-4"
3582       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3583   comparisons:
3584     - title: "2001.0-4 vs 2001.0-2"
3585       reference: 2
3586       compare: 3
3587       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3588     - title: "2005.0-4 vs 2001.0-4"
3589       reference: 3
3590       compare: 4
3591       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3592   legend:
3593     - ''
3594     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3595     - '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).'
3596     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3597     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3598     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3599
3600 # VPP Performance Changes 3n-skx 2t1c ndr
3601 - type: "table"
3602   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3603   algorithm: "table_comparison"
3604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3606   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3607   columns:
3608     - title: "1908.1-2"
3609       data-set: "vpp-performance-changes-3n-skx-h1"
3610     - title: "2001.0-2"
3611       data-set: "vpp-performance-changes-3n-skx-ref"
3612     - title: "2001.0-4"
3613       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3614     - title: "2005.0-4"
3615       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3616   comparisons:
3617     - title: "2001.0-4 vs 2001.0-2"
3618       reference: 2
3619       compare: 3
3620       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3621     - title: "2005.0-4 vs 2001.0-4"
3622       reference: 3
3623       compare: 4
3624       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3625   legend:
3626     - ''
3627     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3628     - '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).'
3629     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3630     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3631     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3632
3633 # VPP Performance Changes 3n-skx 4t2c ndr
3634 - type: "table"
3635   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3636   algorithm: "table_comparison"
3637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3639   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3640   columns:
3641     - title: "1908.1-2"
3642       data-set: "vpp-performance-changes-3n-skx-h1"
3643     - title: "2001.0-2"
3644       data-set: "vpp-performance-changes-3n-skx-ref"
3645     - title: "2001.0-4"
3646       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3647     - title: "2005.0-4"
3648       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3649   comparisons:
3650     - title: "2001.0-4 vs 2001.0-2"
3651       reference: 2
3652       compare: 3
3653       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3654     - title: "2005.0-4 vs 2001.0-4"
3655       reference: 3
3656       compare: 4
3657       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3658   legend:
3659     - ''
3660     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3661     - '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).'
3662     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3663     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3664     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3665
3666 # VPP Performance Changes 3n-skx 2t1c pdr-full
3667 - type: "table"
3668   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3669   algorithm: "table_comparison"
3670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3672   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3673   columns:
3674     - title: "1908.1-2"
3675       data-set: "vpp-performance-changes-3n-skx-h1"
3676     - title: "2001.0-2"
3677       data-set: "vpp-performance-changes-3n-skx-ref"
3678     - title: "2001.0-4"
3679       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3680     - title: "2005.0-3"
3681       data-set: "vpp-performance-changes-3n-skx-cmp"
3682     - title: "2005.0-4"
3683       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3684   comparisons:
3685     - title: "2005.0-4 vs 2005.0-3"
3686       reference: 4
3687       compare: 5
3688       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3689     - title: "2001.0-4 vs 2001.0-2"
3690       reference: 2
3691       compare: 3
3692       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3693     - title: "2005.0-4 vs 2001.0-4"
3694       reference: 3
3695       compare: 5
3696       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3697   legend:
3698     - ''
3699     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3700     - '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).'
3701     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3702     - '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.'
3703     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3704     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3705
3706 # VPP Performance Changes 3n-skx 4t2c pdr-full
3707 - type: "table"
3708   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3709   algorithm: "table_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3713   columns:
3714     - title: "1908.1-2"
3715       data-set: "vpp-performance-changes-3n-skx-h1"
3716     - title: "2001.0-2"
3717       data-set: "vpp-performance-changes-3n-skx-ref"
3718     - title: "2001.0-4"
3719       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3720     - title: "2005.0-3"
3721       data-set: "vpp-performance-changes-3n-skx-cmp"
3722     - title: "2005.0-4"
3723       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3724   comparisons:
3725     - title: "2005.0-4 vs 2005.0-3"
3726       reference: 4
3727       compare: 5
3728       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3729     - title: "2001.0-4 vs 2001.0-2"
3730       reference: 2
3731       compare: 3
3732       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3733     - title: "2005.0-4 vs 2001.0-4"
3734       reference: 3
3735       compare: 5
3736       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3737   legend:
3738     - ''
3739     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3740     - '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).'
3741     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3742     - '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.'
3743     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3744     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3745
3746 # VPP Performance Changes 3n-skx 2t1c ndr-full
3747 - type: "table"
3748   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3749   algorithm: "table_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3753   columns:
3754     - title: "1908.1-2"
3755       data-set: "vpp-performance-changes-3n-skx-h1"
3756     - title: "2001.0-2"
3757       data-set: "vpp-performance-changes-3n-skx-ref"
3758     - title: "2001.0-4"
3759       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3760     - title: "2005.0-3"
3761       data-set: "vpp-performance-changes-3n-skx-cmp"
3762     - title: "2005.0-4"
3763       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3764   comparisons:
3765     - title: "2005.0-4 vs 2005.0-3"
3766       reference: 4
3767       compare: 5
3768       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3769     - title: "2001.0-4 vs 2001.0-2"
3770       reference: 2
3771       compare: 3
3772       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3773     - title: "2005.0-4 vs 2001.0-4"
3774       reference: 3
3775       compare: 5
3776       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3777   legend:
3778     - ''
3779     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3780     - '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).'
3781     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3782     - '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.'
3783     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3784     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3785
3786 # VPP Performance Changes 3n-skx 4t2c ndr-full
3787 - type: "table"
3788   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3789   algorithm: "table_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3793   columns:
3794     - title: "1908.1-2"
3795       data-set: "vpp-performance-changes-3n-skx-h1"
3796     - title: "2001.0-2"
3797       data-set: "vpp-performance-changes-3n-skx-ref"
3798     - title: "2001.0-4"
3799       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3800     - title: "2005.0-3"
3801       data-set: "vpp-performance-changes-3n-skx-cmp"
3802     - title: "2005.0-4"
3803       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3804   comparisons:
3805     - title: "2005.0-4 vs 2005.0-3"
3806       reference: 4
3807       compare: 5
3808       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3809     - title: "2001.0-4 vs 2001.0-2"
3810       reference: 2
3811       compare: 3
3812       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3813     - title: "2005.0-4 vs 2001.0-4"
3814       reference: 3
3815       compare: 5
3816       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3817   legend:
3818     - ''
3819     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3820     - '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).'
3821     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3822     - '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.'
3823     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3824     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3825
3826 # VPP Performance Changes 2n-skx 2t1c pdr
3827 - type: "table"
3828   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3829   algorithm: "table_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3832   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3833   columns:
3834     - title: "1908.1-2"
3835       data-set: "vpp-performance-changes-2n-skx-h1"
3836     - title: "2001.0-2"
3837       data-set: "vpp-performance-changes-2n-skx-ref"
3838     - title: "2001.0-4"
3839       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3840     - title: "2005.0-4"
3841       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3842   comparisons:
3843     - title: "2001.0-4 vs 2001.0-2"
3844       reference: 2
3845       compare: 3
3846       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3847     - title: "2005.0-4 vs 2001.0-4"
3848       reference: 3
3849       compare: 4
3850       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3851   legend:
3852     - ''
3853     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3854     - '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).'
3855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3856     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3857     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3858
3859 # VPP Performance Changes 2n-skx 4t2c pdr
3860 - type: "table"
3861   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3862   algorithm: "table_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3865   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3866   columns:
3867     - title: "1908.1-2"
3868       data-set: "vpp-performance-changes-2n-skx-h1"
3869     - title: "2001.0-2"
3870       data-set: "vpp-performance-changes-2n-skx-ref"
3871     - title: "2001.0-4"
3872       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3873     - title: "2005.0-4"
3874       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3875   comparisons:
3876     - title: "2001.0-4 vs 2001.0-2"
3877       reference: 2
3878       compare: 3
3879       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3880     - title: "2005.0-4 vs 2001.0-4"
3881       reference: 3
3882       compare: 4
3883       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3884   legend:
3885     - ''
3886     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3887     - '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).'
3888     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3889     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3890     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3891
3892 # VPP Performance Changes 2n-skx 2t1c ndr
3893 - type: "table"
3894   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3895   algorithm: "table_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3899   columns:
3900     - title: "1908.1-2"
3901       data-set: "vpp-performance-changes-2n-skx-h1"
3902     - title: "2001.0-2"
3903       data-set: "vpp-performance-changes-2n-skx-ref"
3904     - title: "2001.0-4"
3905       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3906     - title: "2005.0-4"
3907       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3908   comparisons:
3909     - title: "2001.0-4 vs 2001.0-2"
3910       reference: 2
3911       compare: 3
3912       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3913     - title: "2005.0-4 vs 2001.0-4"
3914       reference: 3
3915       compare: 4
3916       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3917   legend:
3918     - ''
3919     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3920     - '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).'
3921     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3922     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3923     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3924
3925 # VPP Performance Changes 2n-skx 4t2c ndr
3926 - type: "table"
3927   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3928   algorithm: "table_comparison"
3929   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3931   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3932   columns:
3933     - title: "1908.1-2"
3934       data-set: "vpp-performance-changes-2n-skx-h1"
3935     - title: "2001.0-2"
3936       data-set: "vpp-performance-changes-2n-skx-ref"
3937     - title: "2001.0-4"
3938       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3939     - title: "2005.0-4"
3940       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3941   comparisons:
3942     - title: "2001.0-4 vs 2001.0-2"
3943       reference: 2
3944       compare: 3
3945       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3946     - title: "2005.0-4 vs 2001.0-4"
3947       reference: 3
3948       compare: 4
3949       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3950   legend:
3951     - ''
3952     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3953     - '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).'
3954     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3955     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3956     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3957
3958 # VPP Performance Changes 2n-skx 2t1c pdr-full
3959 - type: "table"
3960   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3965   columns:
3966     - title: "1908.1-2"
3967       data-set: "vpp-performance-changes-2n-skx-h1"
3968     - title: "2001.0-2"
3969       data-set: "vpp-performance-changes-2n-skx-ref"
3970     - title: "2001.0-4"
3971       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3972     - title: "2005.0-3"
3973       data-set: "vpp-performance-changes-2n-skx-cmp"
3974     - title: "2005.0-4"
3975       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3976   comparisons:
3977     - title: "2005.0-4 vs 2005.0-3"
3978       reference: 4
3979       compare: 5
3980       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3981     - title: "2001.0-4 vs 2001.0-2"
3982       reference: 2
3983       compare: 3
3984       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3985     - title: "2005.0-4 vs 2001.0-4"
3986       reference: 3
3987       compare: 5
3988       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3989
3990   legend:
3991     - ''
3992     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3993     - '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).'
3994     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3995     - '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.'
3996     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3997     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3998
3999 # VPP Performance Changes 2n-skx 4t2c pdr-full
4000 - type: "table"
4001   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
4002   algorithm: "table_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
4004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4005   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4006   columns:
4007     - title: "1908.1-2"
4008       data-set: "vpp-performance-changes-2n-skx-h1"
4009     - title: "2001.0-2"
4010       data-set: "vpp-performance-changes-2n-skx-ref"
4011     - title: "2001.0-4"
4012       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4013     - title: "2005.0-3"
4014       data-set: "vpp-performance-changes-2n-skx-cmp"
4015     - title: "2005.0-4"
4016       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4017   comparisons:
4018     - title: "2005.0-4 vs 2005.0-3"
4019       reference: 4
4020       compare: 5
4021       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4022     - title: "2001.0-4 vs 2001.0-2"
4023       reference: 2
4024       compare: 3
4025       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4026     - title: "2005.0-4 vs 2001.0-4"
4027       reference: 3
4028       compare: 5
4029       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4030   legend:
4031     - ''
4032     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4033     - '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).'
4034     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4035     - '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.'
4036     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4037     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4038
4039 # VPP Performance Changes 2n-skx 2t1c ndr-full
4040 - type: "table"
4041   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4046   columns:
4047     - title: "1908.1-2"
4048       data-set: "vpp-performance-changes-2n-skx-h1"
4049     - title: "2001.0-2"
4050       data-set: "vpp-performance-changes-2n-skx-ref"
4051     - title: "2001.0-4"
4052       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4053     - title: "2005.0-3"
4054       data-set: "vpp-performance-changes-2n-skx-cmp"
4055     - title: "2005.0-4"
4056       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4057   comparisons:
4058     - title: "2005.0-4 vs 2005.0-3"
4059       reference: 4
4060       compare: 5
4061       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4062     - title: "2001.0-4 vs 2001.0-2"
4063       reference: 2
4064       compare: 3
4065       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4066     - title: "2005.0-4 vs 2001.0-4"
4067       reference: 3
4068       compare: 5
4069       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4070   legend:
4071     - ''
4072     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4073     - '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).'
4074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4075     - '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.'
4076     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4077     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4078
4079 # VPP Performance Changes 2n-skx 4t2c ndr-full
4080 - type: "table"
4081   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4082   algorithm: "table_comparison"
4083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4085   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4086   columns:
4087     - title: "1908.1-2"
4088       data-set: "vpp-performance-changes-2n-skx-h1"
4089     - title: "2001.0-2"
4090       data-set: "vpp-performance-changes-2n-skx-ref"
4091     - title: "2001.0-4"
4092       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4093     - title: "2005.0-3"
4094       data-set: "vpp-performance-changes-2n-skx-cmp"
4095     - title: "2005.0-4"
4096       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4097   comparisons:
4098     - title: "2005.0-4 vs 2005.0-3"
4099       reference: 4
4100       compare: 5
4101       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4102     - title: "2001.0-4 vs 2001.0-2"
4103       reference: 2
4104       compare: 3
4105       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4106     - title: "2005.0-4 vs 2001.0-4"
4107       reference: 3
4108       compare: 5
4109       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4110   legend:
4111     - ''
4112     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4113     - '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).'
4114     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4115     - '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.'
4116     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4117     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4118
4119 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4120 - type: "table"
4121   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4122   algorithm: "table_comparison"
4123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4125   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4126   columns:
4127     - title: "2001.0-2"
4128       data-set: "vpp-performance-changes-2n-clx-ref"
4129     - title: "2001.0-4"
4130       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4131     - title: "2005.0-4"
4132       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4133   comparisons:
4134     - title: "2001.0-4 vs 2001.0-2"
4135       reference: 1
4136       compare: 2
4137       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4138     - title: "2005.0-4 vs 2001.0-4"
4139       reference: 2
4140       compare: 3
4141       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4142   legend:
4143     - ''
4144     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4145     - '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).'
4146     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4147     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4148     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4149
4150 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4151 - type: "table"
4152   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4157   columns:
4158     - title: "2001.0-2"
4159       data-set: "vpp-performance-changes-2n-clx-ref"
4160     - title: "2001.0-4"
4161       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4162     - title: "2005.0-4"
4163       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4164   comparisons:
4165     - title: "2001.0-4 vs 2001.0-2"
4166       reference: 1
4167       compare: 2
4168       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4169     - title: "2005.0-4 vs 2001.0-4"
4170       reference: 2
4171       compare: 3
4172       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4173   legend:
4174     - ''
4175     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4176     - '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).'
4177     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4178     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4179     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4180
4181 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4182 - type: "table"
4183   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4184   algorithm: "table_comparison"
4185   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4187   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4188   columns:
4189     - title: "2001.0-2"
4190       data-set: "vpp-performance-changes-2n-clx-ref"
4191     - title: "2001.0-4"
4192       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4193     - title: "2005.0-4"
4194       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4195   comparisons:
4196     - title: "2001.0-4 vs 2001.0-2"
4197       reference: 1
4198       compare: 2
4199       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4200     - title: "2005.0-4 vs 2001.0-4"
4201       reference: 2
4202       compare: 3
4203       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4204   legend:
4205     - ''
4206     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4207     - '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).'
4208     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4209     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4210     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4211
4212 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4213 - type: "table"
4214   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4215   algorithm: "table_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4218   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4219   columns:
4220     - title: "2001.0-2"
4221       data-set: "vpp-performance-changes-2n-clx-ref"
4222     - title: "2001.0-4"
4223       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4224     - title: "2005.0-4"
4225       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4226   comparisons:
4227     - title: "2001.0-4 vs 2001.0-2"
4228       reference: 1
4229       compare: 2
4230       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4231     - title: "2005.0-4 vs 2001.0-4"
4232       reference: 2
4233       compare: 3
4234       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4235   legend:
4236     - ''
4237     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4238     - '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).'
4239     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4240     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4241     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4242
4243 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4244 - type: "table"
4245   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4246   algorithm: "table_comparison"
4247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4249   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4250   columns:
4251     - title: "2001.0-2"
4252       data-set: "vpp-performance-changes-2n-clx-ref"
4253     - title: "2001.0-4"
4254       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4255     - title: "2005.0-3"
4256       data-set: "vpp-performance-changes-2n-clx-cmp"
4257     - title: "2005.0-4"
4258       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4259   comparisons:
4260     - title: "2005.0-4 vs 2005.0-3"
4261       reference: 3
4262       compare: 4
4263       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4264     - title: "2001.0-4 vs 2001.0-2"
4265       reference: 1
4266       compare: 2
4267       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4268     - title: "2005.0-4 vs 2001.0-4"
4269       reference: 2
4270       compare: 4
4271       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4272   legend:
4273     - ''
4274     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4275     - '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).'
4276     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4277     - '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.'
4278     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4279     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4280
4281 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4282 - type: "table"
4283   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4284   algorithm: "table_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4287   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4288   columns:
4289     - title: "2001.0-2"
4290       data-set: "vpp-performance-changes-2n-clx-ref"
4291     - title: "2001.0-4"
4292       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4293     - title: "2005.0-3"
4294       data-set: "vpp-performance-changes-2n-clx-cmp"
4295     - title: "2005.0-4"
4296       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4297   comparisons:
4298     - title: "2005.0-4 vs 2005.0-3"
4299       reference: 3
4300       compare: 4
4301       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4302     - title: "2001.0-4 vs 2001.0-2"
4303       reference: 1
4304       compare: 2
4305       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4306     - title: "2005.0-4 vs 2001.0-4"
4307       reference: 2
4308       compare: 4
4309       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4310   legend:
4311     - ''
4312     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4313     - '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).'
4314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4315     - '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.'
4316     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4317     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4318
4319 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4320 - type: "table"
4321   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4322   algorithm: "table_comparison"
4323   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4325   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4326   columns:
4327     - title: "2001.0-2"
4328       data-set: "vpp-performance-changes-2n-clx-ref"
4329     - title: "2001.0-4"
4330       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4331     - title: "2005.0-3"
4332       data-set: "vpp-performance-changes-2n-clx-cmp"
4333     - title: "2005.0-4"
4334       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4335   comparisons:
4336     - title: "2005.0-4 vs 2005.0-3"
4337       reference: 3
4338       compare: 4
4339       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4340     - title: "2001.0-4 vs 2001.0-2"
4341       reference: 1
4342       compare: 2
4343       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4344     - title: "2005.0-4 vs 2001.0-4"
4345       reference: 2
4346       compare: 4
4347       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4348   legend:
4349     - ''
4350     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4351     - '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).'
4352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4353     - '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.'
4354     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4355     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4356
4357 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4358 - type: "table"
4359   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4360   algorithm: "table_comparison"
4361   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4363   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4364   columns:
4365     - title: "2001.0-2"
4366       data-set: "vpp-performance-changes-2n-clx-ref"
4367     - title: "2001.0-4"
4368       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4369     - title: "2005.0-3"
4370       data-set: "vpp-performance-changes-2n-clx-cmp"
4371     - title: "2005.0-4"
4372       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4373   comparisons:
4374     - title: "2005.0-4 vs 2005.0-3"
4375       reference: 3
4376       compare: 4
4377       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4378     - title: "2001.0-4 vs 2001.0-2"
4379       reference: 1
4380       compare: 2
4381       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4382     - title: "2005.0-4 vs 2001.0-4"
4383       reference: 2
4384       compare: 4
4385       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4386   legend:
4387     - ''
4388     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4389     - '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).'
4390     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4391     - '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.'
4392     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4393     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4394
4395 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4396 #- type: "table"
4397 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4398 #  algorithm: "table_comparison"
4399 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4400 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4401 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4402 #  columns:
4403 #    - title: "2001.0-2"
4404 #      data-set: "vpp-performance-changes-2n-clx-ref"
4405 #    - title: "2005.0-3"
4406 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4407 #  comparisons:
4408 #    - title: "Diff"
4409 #      reference: 1
4410 #      compare: 2
4411 #  legend:
4412 #    - ''
4413 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4414 #    - '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).'
4415 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4416 #    - '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.'
4417 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4418 #
4419 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4420 #- type: "table"
4421 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4422 #  algorithm: "table_comparison"
4423 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4424 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4425 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4426 #  columns:
4427 #    - title: "2001.0-2"
4428 #      data-set: "vpp-performance-changes-2n-clx-ref"
4429 #    - title: "2005.0-3"
4430 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4431 #  comparisons:
4432 #    - title: "Diff"
4433 #      reference: 1
4434 #      compare: 2
4435 #  legend:
4436 #    - ''
4437 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4438 #    - '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).'
4439 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4440 #    - '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.'
4441 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4442 #
4443 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4444 #- type: "table"
4445 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4446 #  algorithm: "table_comparison"
4447 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4449 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4450 #  columns:
4451 #    - title: "2001.0-2"
4452 #      data-set: "vpp-performance-changes-2n-clx-ref"
4453 #    - title: "2005.0-3"
4454 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4455 #  comparisons:
4456 #    - title: "Diff"
4457 #      reference: 1
4458 #      compare: 2
4459 #  legend:
4460 #    - ''
4461 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4462 #    - '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).'
4463 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4464 #    - '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.'
4465 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4466 #
4467 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4468 #- type: "table"
4469 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4470 #  algorithm: "table_comparison"
4471 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4472 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4473 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4474 #  columns:
4475 #    - title: "2001.0-2"
4476 #      data-set: "vpp-performance-changes-2n-clx-ref"
4477 #    - title: "2005.0-3"
4478 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4479 #  comparisons:
4480 #    - title: "Diff"
4481 #      reference: 1
4482 #      compare: 2
4483 #  legend:
4484 #    - ''
4485 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4486 #    - '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).'
4487 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4488 #    - '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.'
4489 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4490
4491 # VPP Performance Changes 2n-dnv 1t1c pdr
4492 - type: "table"
4493   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4497   filter: "'1T1C'"
4498   columns:
4499     - title: "1908.1-2"
4500       data-set: "vpp-performance-changes-2n-dnv-h1"
4501     - title: "2001.0-2"
4502       data-set: "vpp-performance-changes-2n-dnv-ref"
4503     - title: "2005.0-3"
4504       data-set: "vpp-performance-changes-2n-dnv-cmp"
4505   comparisons:
4506     - title: "2005.0-3 vs 2001.0-2"
4507       reference: 2
4508       compare: 3
4509   legend:
4510     - ''
4511     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4512     - '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).'
4513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4514     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4515
4516 # VPP Performance Changes 2n-dnv 2t2c pdr
4517 - type: "table"
4518   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4519   algorithm: "table_comparison"
4520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4522   filter: "'2T2C'"
4523   columns:
4524     - title: "1908.1-2"
4525       data-set: "vpp-performance-changes-2n-dnv-h1"
4526     - title: "2001.0-2"
4527       data-set: "vpp-performance-changes-2n-dnv-ref"
4528     - title: "2005.0-3"
4529       data-set: "vpp-performance-changes-2n-dnv-cmp"
4530   comparisons:
4531     - title: "2005.0-3 vs 2001.0-2"
4532       reference: 2
4533       compare: 3
4534   legend:
4535     - ''
4536     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4537     - '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).'
4538     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4539     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4540
4541 # VPP Performance Changes 2n-dnv 1t1c ndr
4542 - type: "table"
4543   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4544   algorithm: "table_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4547   filter: "'1T1C'"
4548   columns:
4549     - title: "1908.1-2"
4550       data-set: "vpp-performance-changes-2n-dnv-h1"
4551     - title: "2001.0-2"
4552       data-set: "vpp-performance-changes-2n-dnv-ref"
4553     - title: "2005.0-3"
4554       data-set: "vpp-performance-changes-2n-dnv-cmp"
4555   comparisons:
4556     - title: "2005.0-3 vs 2001.0-2"
4557       reference: 2
4558       compare: 3
4559   legend:
4560     - ''
4561     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4562     - '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).'
4563     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4564     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4565
4566 # VPP Performance Changes 2n-dnv 2t2c ndr
4567 - type: "table"
4568   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4572   filter: "'2T2C'"
4573   columns:
4574     - title: "1908.1-2"
4575       data-set: "vpp-performance-changes-2n-dnv-h1"
4576     - title: "2001.0-2"
4577       data-set: "vpp-performance-changes-2n-dnv-ref"
4578     - title: "2005.0-3"
4579       data-set: "vpp-performance-changes-2n-dnv-cmp"
4580   comparisons:
4581     - title: "2005.0-3 vs 2001.0-2"
4582       reference: 2
4583       compare: 3
4584   legend:
4585     - ''
4586     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4587     - '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).'
4588     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4589     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4590
4591 # VPP Performance Changes 3n-dnv 1t1c pdr
4592 - type: "table"
4593   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4597   filter: "'1T1C'"
4598   columns:
4599     - title: "1908.1-2"
4600       data-set: "vpp-performance-changes-3n-dnv-h1"
4601     - title: "2001.0-2"
4602       data-set: "vpp-performance-changes-3n-dnv-ref"
4603     - title: "2005.0-3"
4604       data-set: "vpp-performance-changes-3n-dnv-cmp"
4605   comparisons:
4606     - title: "2005.0-3 vs 2001.0-2"
4607       reference: 2
4608       compare: 3
4609   legend:
4610     - ''
4611     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4612     - '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).'
4613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4614     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4615
4616 # VPP Performance Changes 3n-dnv 2t2c pdr
4617 - type: "table"
4618   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4619   algorithm: "table_comparison"
4620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4622   filter: "'2T2C'"
4623   columns:
4624     - title: "1908.1-2"
4625       data-set: "vpp-performance-changes-3n-dnv-h1"
4626     - title: "2001.0-2"
4627       data-set: "vpp-performance-changes-3n-dnv-ref"
4628     - title: "2005.0-3"
4629       data-set: "vpp-performance-changes-3n-dnv-cmp"
4630   comparisons:
4631     - title: "2005.0-3 vs 2001.0-2"
4632       reference: 2
4633       compare: 3
4634   legend:
4635     - ''
4636     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4637     - '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).'
4638     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4639     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4640
4641 # VPP Performance Changes 3n-dnv 1t1c ndr
4642 - type: "table"
4643   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4644   algorithm: "table_comparison"
4645   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4647   filter: "'1T1C'"
4648   columns:
4649     - title: "1908.1-2"
4650       data-set: "vpp-performance-changes-3n-dnv-h1"
4651     - title: "2001.0-2"
4652       data-set: "vpp-performance-changes-3n-dnv-ref"
4653     - title: "2005.0-3"
4654       data-set: "vpp-performance-changes-3n-dnv-cmp"
4655   comparisons:
4656     - title: "2005.0-3 vs 2001.0-2"
4657       reference: 2
4658       compare: 3
4659   legend:
4660     - ''
4661     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4662     - '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).'
4663     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4664     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4665
4666 # VPP Performance Changes 3n-dnv 2t2c ndr
4667 - type: "table"
4668   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4672   filter: "'2T2C'"
4673   columns:
4674     - title: "1908.1-2"
4675       data-set: "vpp-performance-changes-3n-dnv-h1"
4676     - title: "2001.0-2"
4677       data-set: "vpp-performance-changes-3n-dnv-ref"
4678     - title: "2005.0-3"
4679       data-set: "vpp-performance-changes-3n-dnv-cmp"
4680   comparisons:
4681     - title: "2005.0-3 vs 2001.0-2"
4682       reference: 2
4683       compare: 3
4684   legend:
4685     - ''
4686     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4687     - '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).'
4688     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4689     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4690
4691 # VPP Performance Changes 3n-tsh 1t1c pdr
4692 - type: "table"
4693   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4694   algorithm: "table_comparison"
4695   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4697   filter: "'1T1C'"
4698   columns:
4699     - title: "1908.1-2"
4700       data-set: "vpp-performance-changes-3n-tsh-h1"
4701     - title: "2001.0-2"
4702       data-set: "vpp-performance-changes-3n-tsh-ref"
4703     - title: "2001.0-4"
4704       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4705     - title: "2005.0-4"
4706       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4707   comparisons:
4708     - title: "2001.0-4 vs 2001.0-2"
4709       reference: 2
4710       compare: 3
4711       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4712     - title: "2005.0-4 vs 2001.0-4"
4713       reference: 3
4714       compare: 4
4715       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4716   legend:
4717     - ''
4718     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4719     - '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).'
4720     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4721     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4722     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4723
4724 # VPP Performance Changes 3n-tsh 2t2c pdr
4725 - type: "table"
4726   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4727   algorithm: "table_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4730   filter: "'2T2C'"
4731   columns:
4732     - title: "1908.1-2"
4733       data-set: "vpp-performance-changes-3n-tsh-h1"
4734     - title: "2001.0-2"
4735       data-set: "vpp-performance-changes-3n-tsh-ref"
4736     - title: "2001.0-4"
4737       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4738     - title: "2005.0-4"
4739       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4740   comparisons:
4741     - title: "2001.0-4 vs 2001.0-2"
4742       reference: 2
4743       compare: 3
4744       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4745     - title: "2005.0-4 vs 2001.0-4"
4746       reference: 3
4747       compare: 4
4748       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4749   legend:
4750     - ''
4751     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4752     - '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).'
4753     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4754     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4755     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4756
4757 # VPP Performance Changes 3n-tsh 1t1c ndr
4758 - type: "table"
4759   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4760   algorithm: "table_comparison"
4761   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4763   filter: "'1T1C'"
4764   columns:
4765     - title: "1908.1-2"
4766       data-set: "vpp-performance-changes-3n-tsh-h1"
4767     - title: "2001.0-2"
4768       data-set: "vpp-performance-changes-3n-tsh-ref"
4769     - title: "2001.0-4"
4770       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4771     - title: "2005.0-4"
4772       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4773   comparisons:
4774     - title: "2001.0-4 vs 2001.0-2"
4775       reference: 2
4776       compare: 3
4777       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4778     - title: "2005.0-4 vs 2001.0-4"
4779       reference: 3
4780       compare: 4
4781       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4782   legend:
4783     - ''
4784     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4785     - '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).'
4786     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4787     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4788     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4789
4790 # VPP Performance Changes 3n-tsh 2t2c ndr
4791 - type: "table"
4792   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4793   algorithm: "table_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4796   filter: "'2T2C'"
4797   columns:
4798     - title: "1908.1-2"
4799       data-set: "vpp-performance-changes-3n-tsh-h1"
4800     - title: "2001.0-2"
4801       data-set: "vpp-performance-changes-3n-tsh-ref"
4802     - title: "2001.0-4"
4803       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4804     - title: "2005.0-4"
4805       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4806   comparisons:
4807     - title: "2001.0-4 vs 2001.0-2"
4808       reference: 2
4809       compare: 3
4810       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4811     - title: "2005.0-4 vs 2001.0-4"
4812       reference: 3
4813       compare: 4
4814       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4815   legend:
4816     - ''
4817     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4818     - '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).'
4819     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4820     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4821     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4822
4823 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4824 - type: "table"
4825   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4826   algorithm: "table_comparison"
4827   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4829   filter: "'1T1C'"
4830   columns:
4831     - title: "1908.1-2"
4832       data-set: "vpp-performance-changes-3n-tsh-h1"
4833     - title: "2001.0-2"
4834       data-set: "vpp-performance-changes-3n-tsh-ref"
4835     - title: "2001.0-4"
4836       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4837     - title: "2005.0-3"
4838       data-set: "vpp-performance-changes-3n-tsh-cmp"
4839     - title: "2005.0-4"
4840       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4841   comparisons:
4842     - title: "2005.0-4 vs 2005.0-3"
4843       reference: 4
4844       compare: 5
4845       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4846     - title: "2001.0-4 vs 2001.0-2"
4847       reference: 2
4848       compare: 3
4849       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4850     - title: "2005.0-4 vs 2001.0-4"
4851       reference: 3
4852       compare: 5
4853       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4854   legend:
4855     - ''
4856     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4857     - '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).'
4858     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4859     - '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.'
4860     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4861     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4862
4863 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4864 - type: "table"
4865   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4869   filter: "'2T2C'"
4870   columns:
4871     - title: "1908.1-2"
4872       data-set: "vpp-performance-changes-3n-tsh-h1"
4873     - title: "2001.0-2"
4874       data-set: "vpp-performance-changes-3n-tsh-ref"
4875     - title: "2001.0-4"
4876       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4877     - title: "2005.0-3"
4878       data-set: "vpp-performance-changes-3n-tsh-cmp"
4879     - title: "2005.0-4"
4880       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4881   comparisons:
4882     - title: "2005.0-4 vs 2005.0-3"
4883       reference: 4
4884       compare: 5
4885       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4886     - title: "2001.0-4 vs 2001.0-2"
4887       reference: 2
4888       compare: 3
4889       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4890     - title: "2005.0-4 vs 2001.0-4"
4891       reference: 3
4892       compare: 5
4893       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4894   legend:
4895     - ''
4896     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4897     - '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).'
4898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4899     - '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.'
4900     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4901     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4902
4903 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4904 - type: "table"
4905   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4909   filter: "'1T1C'"
4910   columns:
4911     - title: "1908.1-2"
4912       data-set: "vpp-performance-changes-3n-tsh-h1"
4913     - title: "2001.0-2"
4914       data-set: "vpp-performance-changes-3n-tsh-ref"
4915     - title: "2001.0-4"
4916       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4917     - title: "2005.0-3"
4918       data-set: "vpp-performance-changes-3n-tsh-cmp"
4919     - title: "2005.0-4"
4920       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4921   comparisons:
4922     - title: "2005.0-4 vs 2005.0-3"
4923       reference: 4
4924       compare: 5
4925       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4926     - title: "2001.0-4 vs 2001.0-2"
4927       reference: 2
4928       compare: 3
4929       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4930     - title: "2005.0-4 vs 2001.0-4"
4931       reference: 3
4932       compare: 5
4933       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4934   legend:
4935     - ''
4936     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4937     - '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).'
4938     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4939     - '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.'
4940     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4941     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4942
4943 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4944 - type: "table"
4945   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4949   filter: "'2T2C'"
4950   columns:
4951     - title: "1908.1-2"
4952       data-set: "vpp-performance-changes-3n-tsh-h1"
4953     - title: "2001.0-2"
4954       data-set: "vpp-performance-changes-3n-tsh-ref"
4955     - title: "2001.0-4"
4956       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4957     - title: "2005.0-3"
4958       data-set: "vpp-performance-changes-3n-tsh-cmp"
4959     - title: "2005.0-4"
4960       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4961   comparisons:
4962     - title: "2005.0-4 vs 2005.0-3"
4963       reference: 4
4964       compare: 5
4965       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4966     - title: "2001.0-4 vs 2001.0-2"
4967       reference: 2
4968       compare: 3
4969       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4970     - title: "2005.0-4 vs 2001.0-4"
4971       reference: 3
4972       compare: 5
4973       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4974   legend:
4975     - ''
4976     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4977     - '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).'
4978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4979     - '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.'
4980     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4981     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4982
4983 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4984 - type: "table"
4985   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4986   algorithm: "table_comparison"
4987   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4989   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4990   columns:
4991     - title: "3n-hsw xl710"
4992       data-set: "vpp-compare-testbeds-ref"
4993       tag: "NIC_Intel-XL710"
4994     - title: "3n-skx xxv710"
4995       data-set: "vpp-compare-testbeds-cmp"
4996       tag: "NIC_Intel-XXV710"
4997   comparisons:
4998     - title: "Diff"
4999       reference: 1
5000       compare: 2
5001   legend:
5002     - ""
5003     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5004     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5005
5006 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5007 - type: "table"
5008   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5009   algorithm: "table_comparison"
5010   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5012   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5013   columns:
5014     - title: "3n-hsw xl710"
5015       data-set: "vpp-compare-testbeds-ref"
5016       tag: "NIC_Intel-XL710"
5017     - title: "3n-skx xxv710"
5018       data-set: "vpp-compare-testbeds-cmp"
5019       tag: "NIC_Intel-XXV710"
5020   comparisons:
5021     - title: "Diff"
5022       reference: 1
5023       compare: 2
5024   legend:
5025     - ""
5026     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5027     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5028
5029 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5030 - type: "table"
5031   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5032   algorithm: "table_comparison"
5033   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5035   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5036   columns:
5037     - title: "3n-hsw xl710"
5038       data-set: "vpp-compare-testbeds-ref"
5039       tag: "NIC_Intel-XL710"
5040     - title: "3n-skx xxv710"
5041       data-set: "vpp-compare-testbeds-cmp"
5042       tag: "NIC_Intel-XXV710"
5043   comparisons:
5044     - title: "Diff"
5045       reference: 1
5046       compare: 2
5047   legend:
5048     - ""
5049     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5050     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5051
5052 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5053 - type: "table"
5054   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5055   algorithm: "table_comparison"
5056   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5058   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5059   columns:
5060     - title: "3n-hsw xl710"
5061       data-set: "vpp-compare-testbeds-ref"
5062       tag: "NIC_Intel-XL710"
5063     - title: "3n-skx xxv710"
5064       data-set: "vpp-compare-testbeds-cmp"
5065       tag: "NIC_Intel-XXV710"
5066   comparisons:
5067     - title: "Diff"
5068       reference: 1
5069       compare: 2
5070   legend:
5071     - ""
5072     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5073     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5074
5075 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5076 - type: "table"
5077   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5078   algorithm: "table_comparison"
5079   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5081   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5082   columns:
5083     - title: "2n-skx"
5084       data-set: "vpp-compare-testbeds-skx-clx-ref"
5085     - title: "2n-clx"
5086       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5087   comparisons:
5088     - title: "Diff"
5089       reference: 1
5090       compare: 2
5091   legend:
5092     - ""
5093     - "2n-skx, 2n-clx - testbeds and NICs tested."
5094     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5095
5096 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5097 - type: "table"
5098   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5099   algorithm: "table_comparison"
5100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5102   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5103   columns:
5104     - title: "2n-skx"
5105       data-set: "vpp-compare-testbeds-skx-clx-ref"
5106     - title: "2n-clx"
5107       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5108   comparisons:
5109     - title: "Diff"
5110       reference: 1
5111       compare: 2
5112   legend:
5113     - ""
5114     - "2n-skx, 2n-clx - testbeds and NICs tested."
5115     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5116
5117 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5118 - type: "table"
5119   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5120   algorithm: "table_comparison"
5121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5123   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5124   columns:
5125     - title: "2n-skx"
5126       data-set: "vpp-compare-testbeds-skx-clx-ref"
5127     - title: "2n-clx"
5128       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5129   comparisons:
5130     - title: "Diff"
5131       reference: 1
5132       compare: 2
5133   legend:
5134     - ""
5135     - "2n-skx, 2n-clx - testbeds and NICs tested."
5136     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5137
5138 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5139 - type: "table"
5140   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5141   algorithm: "table_comparison"
5142   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5144   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5145   columns:
5146     - title: "2n-skx"
5147       data-set: "vpp-compare-testbeds-skx-clx-ref"
5148     - title: "2n-clx"
5149       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5150   comparisons:
5151     - title: "Diff"
5152       reference: 1
5153       compare: 2
5154   legend:
5155     - ""
5156     - "2n-skx, 2n-clx - testbeds and NICs tested."
5157     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5158
5159 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5160 - type: "table"
5161   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5162   algorithm: "table_comparison"
5163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5165   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5166   columns:
5167     - title: "3n-hsw xl710"
5168       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5169       tag: "NIC_Intel-XL710"
5170     - title: "2n-clx xxv710"
5171       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5172       tag: "NIC_Intel-XXV710"
5173   comparisons:
5174     - title: "Diff"
5175       reference: 1
5176       compare: 2
5177   legend:
5178     - ""
5179     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5180     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5181
5182 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5183 - type: "table"
5184   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5185   algorithm: "table_comparison"
5186   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5188   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5189   columns:
5190     - title: "3n-hsw xl710"
5191       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5192       tag: "NIC_Intel-XL710"
5193     - title: "2n-clx xxv710"
5194       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5195       tag: "NIC_Intel-XXV710"
5196   comparisons:
5197     - title: "Diff"
5198       reference: 1
5199       compare: 2
5200   legend:
5201     - ""
5202     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5203     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5204
5205 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5206 - type: "table"
5207   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5208   algorithm: "table_comparison"
5209   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5211   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5212   columns:
5213     - title: "3n-hsw xl710"
5214       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5215       tag: "NIC_Intel-XL710"
5216     - title: "2n-clx xxv710"
5217       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5218       tag: "NIC_Intel-XXV710"
5219   comparisons:
5220     - title: "Diff"
5221       reference: 1
5222       compare: 2
5223   legend:
5224     - ""
5225     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5226     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5227
5228 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5229 - type: "table"
5230   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5231   algorithm: "table_comparison"
5232   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5234   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5235   columns:
5236     - title: "3n-hsw xl710"
5237       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5238       tag: "NIC_Intel-XL710"
5239     - title: "2n-clx xxv710"
5240       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5241       tag: "NIC_Intel-XXV710"
5242   comparisons:
5243     - title: "Diff"
5244       reference: 1
5245       compare: 2
5246   legend:
5247     - ""
5248     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5249     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5250
5251 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5252 - type: "table"
5253   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5254   algorithm: "table_comparison"
5255   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5257   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5258   columns:
5259     - title: "3n-skx"
5260       data-set: "vpp-compare-topologies-ref"
5261     - title: "2n-skx"
5262       data-set: "vpp-compare-topologies-cmp"
5263   comparisons:
5264     - title: "Diff"
5265       reference: 1
5266       compare: 2
5267   legend:
5268     - ""
5269     - "3n-skx, 2n-skx - topologies tested."
5270     - "Diff - difference between 3n-skx and 2n-skx topologies."
5271
5272 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5273 - type: "table"
5274   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5275   algorithm: "table_comparison"
5276   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5278   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5279   columns:
5280     - title: "3n-skx"
5281       data-set: "vpp-compare-topologies-ref"
5282     - title: "2n-skx"
5283       data-set: "vpp-compare-topologies-cmp"
5284   comparisons:
5285     - title: "Diff"
5286       reference: 1
5287       compare: 2
5288   legend:
5289     - ""
5290     - "3n-skx, 2n-skx - topologies tested."
5291     - "Diff - difference between 3n-skx and 2n-skx topologies."
5292
5293 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5294 - type: "table"
5295   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5296   algorithm: "table_comparison"
5297   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5299   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5300   columns:
5301     - title: "3n-skx"
5302       data-set: "vpp-compare-topologies-ref"
5303     - title: "2n-skx"
5304       data-set: "vpp-compare-topologies-cmp"
5305   comparisons:
5306     - title: "Diff"
5307       reference: 1
5308       compare: 2
5309   legend:
5310     - ""
5311     - "3n-skx, 2n-skx - topologies tested."
5312     - "Diff - difference between 3n-skx and 2n-skx topologies."
5313
5314 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5315 - type: "table"
5316   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5317   algorithm: "table_comparison"
5318   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5320   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5321   columns:
5322     - title: "3n-skx"
5323       data-set: "vpp-compare-topologies-ref"
5324     - title: "2n-skx"
5325       data-set: "vpp-compare-topologies-cmp"
5326   comparisons:
5327     - title: "Diff"
5328       reference: 1
5329       compare: 2
5330   legend:
5331     - ""
5332     - "3n-skx, 2n-skx - topologies tested."
5333     - "Diff - difference between 3n-skx and 2n-skx topologies."
5334
5335 # VPP Performance Changes 3n-hsw 1t1c mrr
5336 - type: "table"
5337   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5338   algorithm: "table_comparison"
5339   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5340   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5341   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5342   columns:
5343     - title: "1908.1-2"
5344       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5345     - title: "2001.0-2"
5346       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5347     - title: "2005.0-3"
5348       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5349     - title: "2005.0-4"
5350       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5351   comparisons:
5352     - title: "2005.0-4 vs 2005.0-3"
5353       reference: 3
5354       compare: 4
5355       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5356     - title: "2005.0-4 vs 2001.0-2"
5357       reference: 2
5358       compare: 4
5359       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5360   legend:
5361     - ''
5362     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5363     - '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).'
5364     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5365     - '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.'
5366     - '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.'
5367
5368 # VPP Performance Changes 3n-hsw 2t2c mrr
5369 - type: "table"
5370   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5371   algorithm: "table_comparison"
5372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5375   columns:
5376     - title: "1908.1-2"
5377       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5378     - title: "2001.0-2"
5379       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5380     - title: "2005.0-3"
5381       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5382     - title: "2005.0-4"
5383       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5384   comparisons:
5385     - title: "2005.0-4 vs 2005.0-3"
5386       reference: 3
5387       compare: 4
5388       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5389     - title: "2005.0-4 vs 2001.0-2"
5390       reference: 2
5391       compare: 4
5392       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5393   legend:
5394     - ''
5395     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5396     - '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).'
5397     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5398     - '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.'
5399     - '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.'
5400
5401 # VPP Performance Changes 3n-hsw 4t4c mrr
5402 - type: "table"
5403   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5404   algorithm: "table_comparison"
5405   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5407   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5408   columns:
5409     - title: "1908.1-2"
5410       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5411     - title: "2001.0-2"
5412       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5413     - title: "2005.0-3"
5414       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5415     - title: "2005.0-4"
5416       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5417   comparisons:
5418     - title: "2005.0-4 vs 2005.0-3"
5419       reference: 3
5420       compare: 4
5421       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5422     - title: "2005.0-4 vs 2001.0-2"
5423       reference: 2
5424       compare: 4
5425       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5426   legend:
5427     - ''
5428     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5429     - '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).'
5430     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5431     - '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.'
5432     - '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.'
5433
5434 # VPP Performance Changes 3n-skx 2t1c mrr
5435 - type: "table"
5436   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5437   algorithm: "table_comparison"
5438   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5440   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5441   columns:
5442     - title: "2001.0-2"
5443       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5444     - title: "2005.0-3"
5445       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5446     - title: "2005.0-4"
5447       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5448   comparisons:
5449     - title: "2005.0-4 vs 2005.0-3"
5450       reference: 2
5451       compare: 3
5452       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5453     - title: "2005.0-4 vs 2001.0-2"
5454       reference: 1
5455       compare: 3
5456       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5457   legend:
5458     - ''
5459     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5460     - '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).'
5461     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5462     - '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.'
5463     - '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.'
5464
5465 # VPP Performance Changes 3n-skx 4t2c mrr
5466 - type: "table"
5467   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5468   algorithm: "table_comparison"
5469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5471   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5472   columns:
5473     - title: "2001.0-2"
5474       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5475     - title: "2005.0-3"
5476       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5477     - title: "2005.0-4"
5478       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5479   comparisons:
5480     - title: "2005.0-4 vs 2005.0-3"
5481       reference: 2
5482       compare: 3
5483       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5484     - title: "2005.0-4 vs 2001.0-2"
5485       reference: 1
5486       compare: 3
5487       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5488   legend:
5489     - ''
5490     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5491     - '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).'
5492     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5493     - '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.'
5494     - '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.'
5495
5496 # VPP Performance Changes 3n-skx 8t4c mrr
5497 - type: "table"
5498   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5499   algorithm: "table_comparison"
5500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5502   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5503   columns:
5504     - title: "2001.0-2"
5505       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5506     - title: "2005.0-3"
5507       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5508     - title: "2005.0-4"
5509       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5510   comparisons:
5511     - title: "2005.0-4 vs 2005.0-3"
5512       reference: 2
5513       compare: 3
5514       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5515     - title: "2005.0-4 vs 2001.0-2"
5516       reference: 1
5517       compare: 3
5518       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5519   legend:
5520     - ''
5521     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5522     - '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).'
5523     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5524     - '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.'
5525     - '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.'
5526
5527 # VPP Performance Changes 2n-skx 2t1c mrr
5528 - type: "table"
5529   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5530   algorithm: "table_comparison"
5531   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5533   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5534   columns:
5535     - title: "2001.0-2"
5536       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5537     - title: "2005.0-3"
5538       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5539     - title: "2005.0-4"
5540       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5541   comparisons:
5542     - title: "2005.0-4 vs 2005.0-3"
5543       reference: 2
5544       compare: 3
5545       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5546     - title: "2005.0-4 vs 2001.0-2"
5547       reference: 1
5548       compare: 3
5549       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5550   legend:
5551     - ''
5552     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5553     - '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).'
5554     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5555     - '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.'
5556     - '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.'
5557
5558 # VPP Performance Changes 2n-skx 4t2c mrr
5559 - type: "table"
5560   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5561   algorithm: "table_comparison"
5562   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5564   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5565   columns:
5566     - title: "2001.0-2"
5567       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5568     - title: "2005.0-3"
5569       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5570     - title: "2005.0-4"
5571       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5572   comparisons:
5573     - title: "2005.0-4 vs 2005.0-3"
5574       reference: 2
5575       compare: 3
5576       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5577     - title: "2005.0-4 vs 2001.0-2"
5578       reference: 1
5579       compare: 3
5580       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5581   legend:
5582     - ''
5583     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5584     - '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).'
5585     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5586     - '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.'
5587     - '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.'
5588
5589 # VPP Performance Changes 2n-skx 8t4c mrr
5590 - type: "table"
5591   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5592   algorithm: "table_comparison"
5593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5595   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5596   columns:
5597     - title: "2001.0-2"
5598       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5599     - title: "2005.0-3"
5600       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5601     - title: "2005.0-4"
5602       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5603   comparisons:
5604     - title: "2005.0-4 vs 2005.0-3"
5605       reference: 2
5606       compare: 3
5607       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5608     - title: "2005.0-4 vs 2001.0-2"
5609       reference: 1
5610       compare: 3
5611       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5612   legend:
5613     - ''
5614     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5615     - '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).'
5616     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5617     - '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.'
5618     - '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.'
5619
5620 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5621 - type: "table"
5622   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5623   algorithm: "table_comparison"
5624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5626   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5627   columns:
5628     - title: "2001.0-2"
5629       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5630     - title: "2005.0-3"
5631       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5632     - title: "2005.0-4"
5633       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5634   comparisons:
5635     - title: "2005.0-4 vs 2005.0-3"
5636       reference: 2
5637       compare: 3
5638       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5639     - title: "2005.0-4 vs 2001.0-2"
5640       reference: 1
5641       compare: 3
5642       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5643   legend:
5644     - ''
5645     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5646     - '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).'
5647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5648     - '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.'
5649     - '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.'
5650
5651 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5652 - type: "table"
5653   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5654   algorithm: "table_comparison"
5655   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5657   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5658   columns:
5659     - title: "2001.0-2"
5660       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5661     - title: "2005.0-3"
5662       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5663     - title: "2005.0-4"
5664       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5665   comparisons:
5666     - title: "2005.0-4 vs 2005.0-3"
5667       reference: 2
5668       compare: 3
5669       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5670     - title: "2005.0-4 vs 2001.0-2"
5671       reference: 1
5672       compare: 3
5673       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5674   legend:
5675     - ''
5676     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5677     - '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).'
5678     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5679     - '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.'
5680     - '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.'
5681
5682 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5683 - type: "table"
5684   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5685   algorithm: "table_comparison"
5686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5688   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5689   columns:
5690     - title: "2001.0-2"
5691       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5692     - title: "2005.0-3"
5693       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5694     - title: "2005.0-4"
5695       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5696   comparisons:
5697     - title: "2005.0-4 vs 2005.0-3"
5698       reference: 2
5699       compare: 3
5700       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5701     - title: "2005.0-4 vs 2001.0-2"
5702       reference: 1
5703       compare: 3
5704       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5705   legend:
5706     - ''
5707     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5708     - '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).'
5709     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5710     - '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.'
5711     - '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.'
5712
5713 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5714 #- type: "table"
5715 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5716 #  algorithm: "table_comparison"
5717 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5718 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5719 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5720 #  columns:
5721 #    - title: "2001"
5722 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5723 #    - title: "2005"
5724 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5725 #  comparisons:
5726 #    - title: "Diff"
5727 #      reference: 1
5728 #      compare: 2
5729 #  legend:
5730 #    - ""
5731 #    - "2001, 2005 - VPP versions tested."
5732 #    - "Diff - difference between 2001 and 2005 VPP version."
5733 #
5734 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5735 #- type: "table"
5736 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5737 #  algorithm: "table_comparison"
5738 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5739 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5740 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5741 #  columns:
5742 #    - title: "2001"
5743 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5744 #    - title: "2005"
5745 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5746 #  comparisons:
5747 #    - title: "Diff"
5748 #      reference: 1
5749 #      compare: 2
5750 #  legend:
5751 #    - ""
5752 #    - "2001, 2005 - VPP versions tested."
5753 #    - "Diff - difference between 2001 and 2005 VPP version."
5754 #
5755 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5756 #- type: "table"
5757 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5758 #  algorithm: "table_comparison"
5759 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5760 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5761 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5762 #  columns:
5763 #    - title: "2001"
5764 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5765 #    - title: "2005"
5766 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5767 #  comparisons:
5768 #    - title: "Diff"
5769 #      reference: 1
5770 #      compare: 2
5771 #  legend:
5772 #    - ""
5773 #    - "2001, 2005 - VPP versions tested."
5774 #    - "Diff - difference between 2001 and 2005 VPP version."
5775
5776 # VPP Performance Changes 2n-dnv 1t1c mrr
5777 - type: "table"
5778   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5779   algorithm: "table_comparison"
5780   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5782   filter: "'1T1C'"
5783   columns:
5784     - title: "1908.1-2"
5785       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5786     - title: "2001.0-2"
5787       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5788     - title: "2005.0-3"
5789       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5790   comparisons:
5791     - title: "2005.0-3 vs 2001.0-2"
5792       reference: 2
5793       compare: 3
5794   legend:
5795     - ''
5796     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5797     - '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).'
5798     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5799     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5800
5801 # VPP Performance Changes 2n-dnv 2t2c mrr
5802 - type: "table"
5803   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5804   algorithm: "table_comparison"
5805   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5807   filter: "'2T2C'"
5808   columns:
5809     - title: "1908.1-2"
5810       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5811     - title: "2001.0-2"
5812       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5813     - title: "2005.0-3"
5814       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5815   comparisons:
5816     - title: "2005.0-3 vs 2001.0-2"
5817       reference: 2
5818       compare: 3
5819   legend:
5820     - ''
5821     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5822     - '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).'
5823     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5824     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5825
5826 # VPP Performance Changes 2n-dnv 4t4c mrr
5827 - type: "table"
5828   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5829   algorithm: "table_comparison"
5830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5832   filter: "'4T4C'"
5833   columns:
5834     - title: "1908.1-2"
5835       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5836     - title: "2001.0-2"
5837       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5838     - title: "2005.0-3"
5839       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5840   comparisons:
5841     - title: "2005.0-3 vs 2001.0-2"
5842       reference: 2
5843       compare: 3
5844   legend:
5845     - ''
5846     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5847     - '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).'
5848     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5849     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5850
5851 # VPP Performance Changes 3n-dnv 1t1c mrr
5852 - type: "table"
5853   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5854   algorithm: "table_comparison"
5855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5857   filter: "'1T1C'"
5858   columns:
5859     - title: "1908.1-2"
5860       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5861     - title: "2001.0-2"
5862       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5863     - title: "2005.0-3"
5864       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5865   comparisons:
5866     - title: "2005.0-3 vs 2001.0-2"
5867       reference: 2
5868       compare: 3
5869   legend:
5870     - ''
5871     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5872     - '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).'
5873     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5874     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5875
5876 # VPP Performance Changes 3n-dnv 2t2c mrr
5877 - type: "table"
5878   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5879   algorithm: "table_comparison"
5880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5882   filter: "'2T2C'"
5883   columns:
5884     - title: "1908.1-2"
5885       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5886     - title: "2001.0-2"
5887       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5888     - title: "2005.0-3"
5889       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5890   comparisons:
5891     - title: "2005.0-3 vs 2001.0-2"
5892       reference: 2
5893       compare: 3
5894   legend:
5895     - ''
5896     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5897     - '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).'
5898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5899     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5900
5901 # VPP Performance Changes 3n-dnv 4t4c mrr
5902 - type: "table"
5903   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5904   algorithm: "table_comparison"
5905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5907   filter: "'4T4C'"
5908   columns:
5909     - title: "1908.1-2"
5910       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5911     - title: "2001.0-2"
5912       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5913     - title: "2005.0-3"
5914       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5915   comparisons:
5916     - title: "2005.0-3 vs 2001.0-2"
5917       reference: 2
5918       compare: 3
5919   legend:
5920     - ''
5921     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5922     - '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).'
5923     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5924     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5925
5926 # VPP Performance Changes 3n-tsh 1t1c mrr
5927 - type: "table"
5928   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5929   algorithm: "table_comparison"
5930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5932   filter: "'1T1C'"
5933   columns:
5934     - title: "1908.1-2"
5935       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5936     - title: "2001.0-2"
5937       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5938     - title: "2005.0-3"
5939       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5940     - title: "2005.0-4"
5941       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5942   comparisons:
5943     - title: "2005.0-4 vs 2005.0-3"
5944       reference: 3
5945       compare: 4
5946       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5947     - title: "2005.0-4 vs 2001.0-2"
5948       reference: 2
5949       compare: 4
5950       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5951   legend:
5952     - ''
5953     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5954     - '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).'
5955     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5956     - '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.'
5957     - '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.'
5958
5959 # VPP Performance Changes 3n-tsh 2t2c mrr
5960 - type: "table"
5961   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5962   algorithm: "table_comparison"
5963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5965   filter: "'2T2C'"
5966   columns:
5967     - title: "1908.1-2"
5968       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5969     - title: "2001.0-2"
5970       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5971     - title: "2005.0-3"
5972       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5973     - title: "2005.0-4"
5974       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5975   comparisons:
5976     - title: "2005.0-4 vs 2005.0-3"
5977       reference: 3
5978       compare: 4
5979       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5980     - title: "2005.0-4 vs 2001.0-2"
5981       reference: 2
5982       compare: 4
5983       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5984   legend:
5985     - ''
5986     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5987     - '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).'
5988     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5989     - '2005.0-4 vs 2005.0-3: Environment version "3" was found to be incompatible with "2" due to higher number of TRex workers used.'
5990     - '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.'
5991
5992 # VPP Performance Changes 3n-tsh 4t4c mrr
5993 - type: "table"
5994   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5995   algorithm: "table_comparison"
5996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5998   filter: "'4T4C'"
5999   columns:
6000     - title: "1908.1-2"
6001       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6002     - title: "2001.0-2"
6003       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
6004     - title: "2005.0-3"
6005       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6006     - title: "2005.0-4"
6007       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
6008   comparisons:
6009     - title: "2005.0-4 vs 2005.0-3"
6010       reference: 3
6011       compare: 4
6012       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
6013     - title: "2005.0-4 vs 2001.0-2"
6014       reference: 2
6015       compare: 4
6016       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6017   legend:
6018     - ''
6019     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6020     - '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).'
6021     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6022     - '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.'
6023     - '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.'
6024
6025 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6026 - type: "table"
6027   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6028   algorithm: "table_comparison"
6029   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6031   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6032   columns:
6033     - title: "3n-hsw xl710"
6034       data-set: "vpp-compare-testbeds-mrr-ref"
6035       tag: "NIC_Intel-XL710"
6036     - title: "3n-skx xxv710"
6037       data-set: "vpp-compare-testbeds-mrr-cmp"
6038       tag: "NIC_Intel-XXV710"
6039   comparisons:
6040     - title: "Diff"
6041       reference: 1
6042       compare: 2
6043   legend:
6044     - ""
6045     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6046     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6047
6048 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6049 - type: "table"
6050   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6051   algorithm: "table_comparison"
6052   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6054   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6055   columns:
6056     - title: "3n-hsw xl710"
6057       data-set: "vpp-compare-testbeds-mrr-ref"
6058       tag: "NIC_Intel-XL710"
6059     - title: "3n-skx xxv710"
6060       data-set: "vpp-compare-testbeds-mrr-cmp"
6061       tag: "NIC_Intel-XXV710"
6062   comparisons:
6063     - title: "Diff"
6064       reference: 1
6065       compare: 2
6066   legend:
6067     - ""
6068     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6069     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6070
6071 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6072 - type: "table"
6073   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6074   algorithm: "table_comparison"
6075   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6077   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6078   columns:
6079     - title: "3n-hsw xl710"
6080       data-set: "vpp-compare-testbeds-mrr-ref"
6081       tag: "NIC_Intel-XL710"
6082     - title: "3n-skx xxv710"
6083       data-set: "vpp-compare-testbeds-mrr-cmp"
6084       tag: "NIC_Intel-XXV710"
6085   comparisons:
6086     - title: "Diff"
6087       reference: 1
6088       compare: 2
6089   legend:
6090     - ""
6091     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6092     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6093
6094 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6095 - type: "table"
6096   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6097   algorithm: "table_comparison"
6098   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6100   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6101   columns:
6102     - title: "2n-skx"
6103       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6104     - title: "2n-clx"
6105       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6106   comparisons:
6107     - title: "Diff"
6108       reference: 1
6109       compare: 2
6110   legend:
6111     - ""
6112     - "2n-skx, 2n-clx - testbeds and NICs tested."
6113     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6114
6115 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6116 - type: "table"
6117   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6118   algorithm: "table_comparison"
6119   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6121   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6122   columns:
6123     - title: "2n-skx"
6124       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6125     - title: "2n-clx"
6126       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6127   comparisons:
6128     - title: "Diff"
6129       reference: 1
6130       compare: 2
6131   legend:
6132     - ""
6133     - "2n-skx, 2n-clx - testbeds and NICs tested."
6134     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6135
6136 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6137 - type: "table"
6138   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6139   algorithm: "table_comparison"
6140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6142   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6143   columns:
6144     - title: "2n-skx"
6145       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6146     - title: "2n-clx"
6147       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6148   comparisons:
6149     - title: "Diff"
6150       reference: 1
6151       compare: 2
6152   legend:
6153     - ""
6154     - "2n-skx, 2n-clx - testbeds and NICs tested."
6155     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6156
6157 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6158 - type: "table"
6159   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6160   algorithm: "table_comparison"
6161   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6163   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6164   columns:
6165     - title: "3n-skx"
6166       data-set: "vpp-compare-topologies-mrr-ref"
6167     - title: "2n-skx"
6168       data-set: "vpp-compare-topologies-mrr-cmp"
6169   comparisons:
6170     - title: "Diff"
6171       reference: 1
6172       compare: 2
6173   legend:
6174     - ""
6175     - "3n-skx, 2n-skx - topologies tested."
6176     - "Diff - difference between 3n-skx and 2n-skx topologies."
6177
6178 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6179 - type: "table"
6180   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6181   algorithm: "table_comparison"
6182   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6184   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6185   columns:
6186     - title: "3n-skx"
6187       data-set: "vpp-compare-topologies-mrr-ref"
6188     - title: "2n-skx"
6189       data-set: "vpp-compare-topologies-mrr-cmp"
6190   comparisons:
6191     - title: "Diff"
6192       reference: 1
6193       compare: 2
6194   legend:
6195     - ""
6196     - "3n-skx, 2n-skx - topologies tested."
6197     - "Diff - difference between 3n-skx and 2n-skx topologies."
6198
6199 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6200 - type: "table"
6201   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6202   algorithm: "table_comparison"
6203   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6205   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6206   columns:
6207     - title: "3n-skx"
6208       data-set: "vpp-compare-topologies-mrr-ref"
6209     - title: "2n-skx"
6210       data-set: "vpp-compare-topologies-mrr-cmp"
6211   comparisons:
6212     - title: "Diff"
6213       reference: 1
6214       compare: 2
6215   legend:
6216     - ""
6217     - "3n-skx, 2n-skx - topologies tested."
6218     - "Diff - difference between 3n-skx and 2n-skx topologies."
6219
6220 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6221 - type: "table"
6222   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6223   algorithm: "table_comparison"
6224   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6226   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6227   columns:
6228     - title: "3n-hsw xl710"
6229       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6230       tag: "NIC_Intel-XL710"
6231     - title: "2n-clx xxv710"
6232       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6233       tag: "NIC_Intel-XXV710"
6234   comparisons:
6235     - title: "Diff"
6236       reference: 1
6237       compare: 2
6238   legend:
6239     - ""
6240     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6241     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6242
6243 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6244 - type: "table"
6245   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6246   algorithm: "table_comparison"
6247   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6249   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6250   columns:
6251     - title: "3n-hsw xl710"
6252       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6253       tag: "NIC_Intel-XL710"
6254     - title: "2n-clx xxv710"
6255       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6256       tag: "NIC_Intel-XXV710"
6257   comparisons:
6258     - title: "Diff"
6259       reference: 1
6260       compare: 2
6261   legend:
6262     - ""
6263     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6264     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6265
6266 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6267 - type: "table"
6268   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6269   algorithm: "table_comparison"
6270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6272   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6273   columns:
6274     - title: "3n-hsw xl710"
6275       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6276       tag: "NIC_Intel-XL710"
6277     - title: "2n-clx xxv710"
6278       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6279       tag: "NIC_Intel-XXV710"
6280   comparisons:
6281     - title: "Diff"
6282       reference: 1
6283       compare: 2
6284   legend:
6285     - ""
6286     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6287     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6288
6289 # Detailed Test Results - VPP Performance Results 3n-hsw
6290 - type: "table"
6291   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6292   algorithm: "table_merged_details"
6293   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6294   columns:
6295     - title: " |prein| Test Name |preout| "
6296       data: "data name"
6297     - 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| "
6298       data: "data msg"
6299   data: "vpp-perf-results-3n-hsw"
6300   filter: "all"
6301   parameters:
6302   - "name"
6303   - "parent"
6304   - "msg"
6305
6306 # Detailed Test Results - VPP Performance Results 3n-skx
6307 - type: "table"
6308   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6309   algorithm: "table_merged_details"
6310   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6311   columns:
6312     - title: " |prein| Test Name |preout| "
6313       data: "data name"
6314     - 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| "
6315       data: "data msg"
6316   data: "vpp-perf-results-3n-skx"
6317   filter: "all"
6318   remove-ndr: False
6319   parameters:
6320   - "name"
6321   - "parent"
6322   - "msg"
6323
6324 # Detailed Test Results - VPP Performance Results 2n-skx
6325 - type: "table"
6326   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6327   algorithm: "table_merged_details"
6328   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6329   columns:
6330     - title: " |prein| Test Name |preout| "
6331       data: "data name"
6332     - 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| "
6333       data: "data msg"
6334   data: "vpp-perf-results-2n-skx"
6335   filter: "all"
6336   remove-ndr: False
6337   parameters:
6338   - "name"
6339   - "parent"
6340   - "msg"
6341
6342 # Detailed Test Results - VPP Performance Results 2n-clx
6343 - type: "table"
6344   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6345   algorithm: "table_merged_details"
6346   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6347   columns:
6348     - title: " |prein| Test Name |preout| "
6349       data: "data name"
6350     - 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| "
6351       data: "data msg"
6352   data: "vpp-perf-results-2n-clx"
6353   filter: "all"
6354   parameters:
6355   - "name"
6356   - "parent"
6357   - "msg"
6358
6359 # Detailed Test Results - VPP Performance Results 3n-tsh
6360 - type: "table"
6361   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6362   algorithm: "table_merged_details"
6363   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6364   columns:
6365     - title: " |prein| Test Name |preout| "
6366       data: "data name"
6367     - 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| "
6368       data: "data msg"
6369   data: "vpp-perf-results-3n-tsh"
6370   filter: "all"
6371   parameters:
6372   - "name"
6373   - "parent"
6374   - "msg"
6375
6376 # Detailed Test Results - VPP Performance Results 3n-dnv
6377 - type: "table"
6378   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6379   algorithm: "table_merged_details"
6380   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6381   columns:
6382     - title: " |prein| Test Name |preout| "
6383       data: "data name"
6384     - 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| "
6385       data: "data msg"
6386   data: "vpp-perf-results-3n-dnv"
6387   filter: "all"
6388   parameters:
6389   - "name"
6390   - "parent"
6391   - "msg"
6392
6393 # Detailed Test Results - VPP Performance Results 2n-dnv
6394 - type: "table"
6395   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6396   algorithm: "table_merged_details"
6397   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6398   columns:
6399     - title: " |prein| Test Name |preout| "
6400       data: "data name"
6401     - 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| "
6402       data: "data msg"
6403   data: "vpp-perf-results-2n-dnv"
6404   filter: "all"
6405   parameters:
6406   - "name"
6407   - "parent"
6408   - "msg"
6409
6410 # Test configuration - VPP Performance Test Configs 3n-hsw
6411 - type: "table"
6412   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6413   algorithm: "table_merged_details"
6414   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6415   columns:
6416     - title: " |prein| Test Name |preout| "
6417       data: "data name"
6418     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6419       data: "data conf-history"
6420   data: "vpp-perf-results-3n-hsw"
6421   filter: "all"
6422   parameters:
6423   - "parent"
6424   - "name"
6425   - "conf-history"
6426
6427 # Test configuration - VPP Performance Test Configs 3n-skx
6428 - type: "table"
6429   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6430   algorithm: "table_merged_details"
6431   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6432   columns:
6433     - title: " |prein| Test Name |preout| "
6434       data: "data name"
6435     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6436       data: "data conf-history"
6437   data: "vpp-perf-results-3n-skx"
6438   filter: "all"
6439   parameters:
6440   - "parent"
6441   - "name"
6442   - "conf-history"
6443
6444 # Test configuration - VPP Performance Test Configs 2n-skx
6445 - type: "table"
6446   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6447   algorithm: "table_merged_details"
6448   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6449   columns:
6450     - title: " |prein| Test Name |preout| "
6451       data: "data name"
6452     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6453       data: "data conf-history"
6454   data: "vpp-perf-results-2n-skx"
6455   filter: "all"
6456   parameters:
6457   - "parent"
6458   - "name"
6459   - "conf-history"
6460
6461 # Test configuration - VPP Performance Test Configs 2n-clx
6462 - type: "table"
6463   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6464   algorithm: "table_merged_details"
6465   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6466   columns:
6467     - title: " |prein| Test Name |preout| "
6468       data: "data name"
6469     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6470       data: "data conf-history"
6471   data: "vpp-perf-results-2n-clx"
6472   filter: "all"
6473   parameters:
6474   - "parent"
6475   - "name"
6476   - "conf-history"
6477
6478 # Test configuration - VPP Performance Test Configs 3n-tsh
6479 - type: "table"
6480   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6481   algorithm: "table_merged_details"
6482   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6483   columns:
6484     - title: " |prein| Test Name |preout| "
6485       data: "data name"
6486     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6487       data: "data conf-history"
6488   data: "vpp-perf-results-3n-tsh"
6489   filter: "all"
6490   parameters:
6491   - "parent"
6492   - "name"
6493   - "conf-history"
6494
6495 # Test configuration - VPP Performance Test Configs 3n-dnv
6496 - type: "table"
6497   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6498   algorithm: "table_merged_details"
6499   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6500   columns:
6501     - title: " |prein| Test Name |preout| "
6502       data: "data name"
6503     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6504       data: "data conf-history"
6505   data: "vpp-perf-results-3n-dnv"
6506   filter: "all"
6507   parameters:
6508   - "parent"
6509   - "name"
6510   - "conf-history"
6511
6512 # Test configuration - VPP Performance Test Configs 2n-dnv
6513 - type: "table"
6514   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6515   algorithm: "table_merged_details"
6516   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6517   columns:
6518     - title: " |prein| Test Name |preout| "
6519       data: "data name"
6520     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6521       data: "data conf-history"
6522   data: "vpp-perf-results-2n-dnv"
6523   filter: "all"
6524   parameters:
6525   - "parent"
6526   - "name"
6527   - "conf-history"
6528
6529 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6530 - type: "table"
6531   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6532   algorithm: "table_oper_data_html"
6533   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6534   data: "vpp-perf-results-3n-hsw"
6535   filter: "all"
6536
6537 # Test Operational Data - VPP Performance Operational Data 3n-skx
6538 - type: "table"
6539   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6540   algorithm: "table_oper_data_html"
6541   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6542   data: "vpp-perf-results-3n-skx"
6543   filter: "all"
6544
6545 # Test Operational Data - VPP Performance Operational Data 2n-skx
6546 - type: "table"
6547   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6548   algorithm: "table_oper_data_html"
6549   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6550   data: "vpp-perf-results-2n-skx"
6551   filter: "all"
6552
6553 # Test Operational Data - VPP Performance Operational Data 2n-clx
6554 - type: "table"
6555   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6556   algorithm: "table_oper_data_html"
6557   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6558   data: "vpp-perf-results-2n-clx"
6559   filter: "all"
6560
6561 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6562 - type: "table"
6563   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6564   algorithm: "table_oper_data_html"
6565   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6566   data: "vpp-perf-results-3n-tsh"
6567   filter: "all"
6568
6569 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6570 - type: "table"
6571   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6572   algorithm: "table_oper_data_html"
6573   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6574   data: "vpp-perf-results-3n-dnv"
6575   filter: "all"
6576
6577 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6578 - type: "table"
6579   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6580   algorithm: "table_oper_data_html"
6581   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6582   data: "vpp-perf-results-2n-dnv"
6583   filter: "all"
6584
6585 # Detailed Test Results - VPP MRR Results 3n-hsw
6586 - type: "table"
6587   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6588   algorithm: "table_merged_details"
6589   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6590   columns:
6591     - title: " |prein| Test Name |preout| "
6592       data: "data name"
6593     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6594       data: "data msg"
6595   data: "vpp-mrr-results-3n-hsw"
6596   filter: "all"
6597   parameters:
6598   - "name"
6599   - "parent"
6600   - "msg"
6601
6602 # Detailed Test Results - VPP MRR Results 3n-skx
6603 - type: "table"
6604   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6605   algorithm: "table_merged_details"
6606   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6607   columns:
6608     - title: " |prein| Test Name |preout| "
6609       data: "data name"
6610     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6611       data: "data msg"
6612   data: "vpp-mrr-results-3n-skx"
6613   filter: "all"
6614   parameters:
6615   - "name"
6616   - "parent"
6617   - "msg"
6618
6619 # Detailed Test Results - VPP MRR Results 2n-skx
6620 - type: "table"
6621   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6622   algorithm: "table_merged_details"
6623   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6624   columns:
6625     - title: " |prein| Test Name |preout| "
6626       data: "data name"
6627     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6628       data: "data msg"
6629   data: "vpp-mrr-results-2n-skx"
6630   filter: "all"
6631   parameters:
6632   - "name"
6633   - "parent"
6634   - "msg"
6635
6636 # Detailed Test Results - VPP MRR Results 2n-clx
6637 - type: "table"
6638   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6639   algorithm: "table_merged_details"
6640   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6641   columns:
6642     - title: " |prein| Test Name |preout| "
6643       data: "data name"
6644     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6645       data: "data msg"
6646   data: "vpp-mrr-results-2n-clx"
6647   filter: "all"
6648   parameters:
6649   - "name"
6650   - "parent"
6651   - "msg"
6652
6653 # Detailed Test Results - VPP MRR Results 3n-tsh
6654 - type: "table"
6655   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6656   algorithm: "table_merged_details"
6657   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6658   columns:
6659     - title: " |prein| Test Name |preout| "
6660       data: "data name"
6661     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6662       data: "data msg"
6663   data: "vpp-mrr-results-3n-tsh"
6664   filter: "all"
6665   parameters:
6666   - "name"
6667   - "parent"
6668   - "msg"
6669
6670 # Detailed Test Results - VPP MRR Results 3n-dnv
6671 - type: "table"
6672   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6673   algorithm: "table_merged_details"
6674   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6675   columns:
6676     - title: " |prein| Test Name |preout| "
6677       data: "data name"
6678     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6679       data: "data msg"
6680   data: "vpp-mrr-results-3n-dnv"
6681   filter: "all"
6682   parameters:
6683   - "name"
6684   - "parent"
6685   - "msg"
6686
6687 # Detailed Test Results - VPP MRR Results 2n-dnv
6688 - type: "table"
6689   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6690   algorithm: "table_merged_details"
6691   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6692   columns:
6693     - title: " |prein| Test Name |preout| "
6694       data: "data name"
6695     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6696       data: "data msg"
6697   data: "vpp-mrr-results-2n-dnv"
6698   filter: "all"
6699   parameters:
6700   - "name"
6701   - "parent"
6702   - "msg"
6703
6704 # Test configuration - VPP MRR Test Configs 3n-hsw
6705 - type: "table"
6706   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6707   algorithm: "table_merged_details"
6708   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6709   columns:
6710     - title: " |prein| Test Name |preout| "
6711       data: "data name"
6712     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6713       data: "data conf-history"
6714   data: "vpp-mrr-results-3n-hsw"
6715   filter: "all"
6716   parameters:
6717   - "parent"
6718   - "name"
6719   - "conf-history"
6720
6721 # Test configuration - VPP MRR Test Configs 3n-skx
6722 - type: "table"
6723   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6724   algorithm: "table_merged_details"
6725   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6726   columns:
6727     - title: " |prein| Test Name |preout| "
6728       data: "data name"
6729     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6730       data: "data conf-history"
6731   data: "vpp-mrr-results-3n-skx"
6732   filter: "all"
6733   parameters:
6734   - "parent"
6735   - "name"
6736   - "conf-history"
6737
6738 # Test configuration - VPP MRR Test Configs 2n-skx
6739 - type: "table"
6740   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6741   algorithm: "table_merged_details"
6742   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6743   columns:
6744     - title: " |prein| Test Name |preout| "
6745       data: "data name"
6746     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6747       data: "data conf-history"
6748   data: "vpp-mrr-results-2n-skx"
6749   filter: "all"
6750   parameters:
6751   - "parent"
6752   - "name"
6753   - "conf-history"
6754
6755 # Test configuration - VPP MRR Test Configs 2n-clx
6756 - type: "table"
6757   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6758   algorithm: "table_merged_details"
6759   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6760   columns:
6761     - title: " |prein| Test Name |preout| "
6762       data: "data name"
6763     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6764       data: "data conf-history"
6765   data: "vpp-mrr-results-2n-clx"
6766   filter: "all"
6767   parameters:
6768   - "parent"
6769   - "name"
6770   - "conf-history"
6771
6772 # Test configuration - VPP MRR Test Configs 3n-tsh
6773 - type: "table"
6774   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6775   algorithm: "table_merged_details"
6776   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6777   columns:
6778     - title: " |prein| Test Name |preout| "
6779       data: "data name"
6780     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6781       data: "data conf-history"
6782   data: "vpp-mrr-results-3n-tsh"
6783   filter: "all"
6784   parameters:
6785   - "parent"
6786   - "name"
6787   - "conf-history"
6788
6789 # Test configuration - VPP MRR Test Configs 3n-dnv
6790 - type: "table"
6791   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6792   algorithm: "table_merged_details"
6793   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6794   columns:
6795     - title: " |prein| Test Name |preout| "
6796       data: "data name"
6797     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6798       data: "data conf-history"
6799   data: "vpp-mrr-results-3n-dnv"
6800   filter: "all"
6801   parameters:
6802   - "parent"
6803   - "name"
6804   - "conf-history"
6805
6806 # Test configuration - VPP MRR Test Configs 2n-dnv
6807 - type: "table"
6808   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6809   algorithm: "table_merged_details"
6810   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6811   columns:
6812     - title: " |prein| Test Name |preout| "
6813       data: "data name"
6814     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6815       data: "data conf-history"
6816   data: "vpp-mrr-results-2n-dnv"
6817   filter: "all"
6818   parameters:
6819   - "parent"
6820   - "name"
6821   - "conf-history"
6822
6823 # Detailed Test Results - VPP Device Results - Ubuntu
6824 - type: "table"
6825   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6826   algorithm: "table_merged_details"
6827   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6828   columns:
6829     - title: " |prein| Test Name |preout| "
6830       data: "data name"
6831     - title: " |prein| Status |preout| "
6832       data: "data status"
6833   data: "vpp-device-results-ubuntu"
6834   filter: "all"
6835   parameters:
6836   - "name"
6837   - "parent"
6838   - "doc"
6839   - "status"
6840
6841 # Test configuration - VPP Device Test Configs - Ubuntu
6842 - type: "table"
6843   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6844   algorithm: "table_merged_details"
6845   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6846   columns:
6847     - title: " |prein| Test Name |preout| "
6848       data: "data name"
6849     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6850       data: "data conf-history"
6851   data: "vpp-device-results-ubuntu"
6852   filter: "all"
6853   parameters:
6854   - "parent"
6855   - "name"
6856   - "conf-history"
6857
6858 ################################################################################
6859
6860 # DPDK Performance Changes 3n-hsw 1t1c pdr
6861 - type: "table"
6862   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6863   algorithm: "table_comparison"
6864   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6865   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6866   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6867   columns:
6868     - title: "1908"
6869       data-set: "dpdk-performance-changes-3n-hsw-h1"
6870     - title: "2001"
6871       data-set: "dpdk-performance-changes-3n-hsw-ref"
6872     - title: "2005"
6873       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6874   comparisons:
6875     - title: "Diff"
6876       reference: 2
6877       compare: 3
6878   legend:
6879     - ""
6880     - "1908, 2001, 2005 - DPDK versions tested."
6881     - "Diff - difference between 2001 and 2005 DPDK version."
6882
6883 # DPDK Performance Changes 3n-hsw 2t2c pdr
6884 - type: "table"
6885   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6886   algorithm: "table_comparison"
6887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6889   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6890   columns:
6891     - title: "1908"
6892       data-set: "dpdk-performance-changes-3n-hsw-h1"
6893     - title: "2001"
6894       data-set: "dpdk-performance-changes-3n-hsw-ref"
6895     - title: "2005"
6896       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6897   comparisons:
6898     - title: "Diff"
6899       reference: 2
6900       compare: 3
6901   legend:
6902     - ""
6903     - "1908, 2001, 2005 - DPDK versions tested."
6904     - "Diff - difference between 2001 and 2005 DPDK version."
6905
6906 # DPDK Performance Changes 3n-hsw 1t1c pdr
6907 - type: "table"
6908   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6909   algorithm: "table_comparison"
6910   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6912   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6913   columns:
6914     - title: "1908"
6915       data-set: "dpdk-performance-changes-3n-hsw-h1"
6916     - title: "2001"
6917       data-set: "dpdk-performance-changes-3n-hsw-ref"
6918     - title: "2005"
6919       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6920   comparisons:
6921     - title: "Diff"
6922       reference: 2
6923       compare: 3
6924   legend:
6925     - ""
6926     - "1908, 2001, 2005 - DPDK versions tested."
6927     - "Diff - difference between 2001 and 2005 DPDK version."
6928
6929 # DPDK Performance Changes 3n-hsw 2t2c ndr
6930 - type: "table"
6931   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6932   algorithm: "table_comparison"
6933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6935   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6936   columns:
6937     - title: "1908"
6938       data-set: "dpdk-performance-changes-3n-hsw-h1"
6939     - title: "2001"
6940       data-set: "dpdk-performance-changes-3n-hsw-ref"
6941     - title: "2005"
6942       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6943   comparisons:
6944     - title: "Diff"
6945       reference: 2
6946       compare: 3
6947   legend:
6948     - ""
6949     - "1908, 2001, 2005 - DPDK versions tested."
6950     - "Diff - difference between 2001 and 2005 DPDK version."
6951
6952 # DPDK Performance Changes 3n-skx 2t1c pdr
6953 - type: "table"
6954   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6955   algorithm: "table_comparison"
6956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6957   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6958   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6959   columns:
6960     - title: "1908"
6961       data-set: "dpdk-performance-changes-3n-skx-h1"
6962     - title: "2001"
6963       data-set: "dpdk-performance-changes-3n-skx-ref"
6964     - title: "2005"
6965       data-set: "dpdk-performance-changes-3n-skx-cmp"
6966   comparisons:
6967     - title: "Diff"
6968       reference: 2
6969       compare: 3
6970   legend:
6971     - ""
6972     - "1908, 2001, 2005 - DPDK versions tested."
6973     - "Diff - difference between 2001 and 2005 DPDK version."
6974
6975 # DPDK Performance Changes 3n-skx 4t2c pdr
6976 - type: "table"
6977   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6978   algorithm: "table_comparison"
6979   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6981   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6982   columns:
6983     - title: "1908"
6984       data-set: "dpdk-performance-changes-3n-skx-h1"
6985     - title: "2001"
6986       data-set: "dpdk-performance-changes-3n-skx-ref"
6987     - title: "2005"
6988       data-set: "dpdk-performance-changes-3n-skx-cmp"
6989   comparisons:
6990     - title: "Diff"
6991       reference: 2
6992       compare: 3
6993   legend:
6994     - ""
6995     - "1908, 2001, 2005 - DPDK versions tested."
6996     - "Diff - difference between 2001 and 2005 DPDK version."
6997
6998 # DPDK Performance Changes 3n-skx 2t1c ndr
6999 - type: "table"
7000   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
7001   algorithm: "table_comparison"
7002   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
7003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7004   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7005   columns:
7006     - title: "1908"
7007       data-set: "dpdk-performance-changes-3n-skx-h1"
7008     - title: "2001"
7009       data-set: "dpdk-performance-changes-3n-skx-ref"
7010     - title: "2005"
7011       data-set: "dpdk-performance-changes-3n-skx-cmp"
7012   comparisons:
7013     - title: "Diff"
7014       reference: 2
7015       compare: 3
7016   legend:
7017     - ""
7018     - "1908, 2001, 2005 - DPDK versions tested."
7019     - "Diff - difference between 2001 and 2005 DPDK version."
7020
7021 # DPDK Performance Changes 3n-skx 4t2c ndr
7022 - type: "table"
7023   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7024   algorithm: "table_comparison"
7025   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7027   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7028   columns:
7029     - title: "1908"
7030       data-set: "dpdk-performance-changes-3n-skx-h1"
7031     - title: "2001"
7032       data-set: "dpdk-performance-changes-3n-skx-ref"
7033     - title: "2005"
7034       data-set: "dpdk-performance-changes-3n-skx-cmp"
7035   comparisons:
7036     - title: "Diff"
7037       reference: 2
7038       compare: 3
7039   legend:
7040     - ""
7041     - "1908, 2001, 2005 - DPDK versions tested."
7042     - "Diff - difference between 2001 and 2005 DPDK version."
7043
7044 # DPDK Performance Changes 2n-skx 2t1c pdr
7045 - type: "table"
7046   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7047   algorithm: "table_comparison"
7048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7050   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7051   columns:
7052     - title: "1908"
7053       data-set: "dpdk-performance-changes-2n-skx-h1"
7054     - title: "2001"
7055       data-set: "dpdk-performance-changes-2n-skx-ref"
7056     - title: "2005"
7057       data-set: "dpdk-performance-changes-2n-skx-cmp"
7058   comparisons:
7059     - title: "Diff"
7060       reference: 2
7061       compare: 3
7062   legend:
7063     - ""
7064     - "1908, 2001, 2005 - DPDK versions tested."
7065     - "Diff - difference between 2001 and 2005 DPDK version."
7066
7067 # DPDK Performance Changes 2n-skx 4t2c pdr
7068 - type: "table"
7069   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7070   algorithm: "table_comparison"
7071   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7073   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7074   columns:
7075     - title: "1908"
7076       data-set: "dpdk-performance-changes-2n-skx-h1"
7077     - title: "2001"
7078       data-set: "dpdk-performance-changes-2n-skx-ref"
7079     - title: "2005"
7080       data-set: "dpdk-performance-changes-2n-skx-cmp"
7081   comparisons:
7082     - title: "Diff"
7083       reference: 2
7084       compare: 3
7085   legend:
7086     - ""
7087     - "1908, 2001, 2005 - DPDK versions tested."
7088     - "Diff - difference between 2001 and 2005 DPDK version."
7089
7090 # DPDK Performance Changes 2n-skx 2t1c ndr
7091 - type: "table"
7092   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7093   algorithm: "table_comparison"
7094   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7096   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7097   columns:
7098     - title: "1908"
7099       data-set: "dpdk-performance-changes-2n-skx-h1"
7100     - title: "2001"
7101       data-set: "dpdk-performance-changes-2n-skx-ref"
7102     - title: "2005"
7103       data-set: "dpdk-performance-changes-2n-skx-cmp"
7104   comparisons:
7105     - title: "Diff"
7106       reference: 2
7107       compare: 3
7108   legend:
7109     - ""
7110     - "1908, 2001, 2005 - DPDK versions tested."
7111     - "Diff - difference between 2001 and 2005 DPDK version."
7112
7113 # DPDK Performance Changes 2n-skx 4t2c ndr
7114 - type: "table"
7115   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7116   algorithm: "table_comparison"
7117   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7120   columns:
7121     - title: "1908"
7122       data-set: "dpdk-performance-changes-2n-skx-h1"
7123     - title: "2001"
7124       data-set: "dpdk-performance-changes-2n-skx-ref"
7125     - title: "2005"
7126       data-set: "dpdk-performance-changes-2n-skx-cmp"
7127   comparisons:
7128     - title: "Diff"
7129       reference: 2
7130       compare: 3
7131   legend:
7132     - ""
7133     - "1908, 2001, 2005 - DPDK versions tested."
7134     - "Diff - difference between 2001 and 2005 DPDK version."
7135
7136 # DPDK Performance Changes 2n-clx 2t1c pdr
7137 - type: "table"
7138   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7139   algorithm: "table_comparison"
7140   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7142   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7143   columns:
7144     - title: "2001"
7145       data-set: "dpdk-performance-changes-2n-clx-ref"
7146     - title: "2005"
7147       data-set: "dpdk-performance-changes-2n-clx-cmp"
7148   comparisons:
7149     - title: "Diff"
7150       reference: 1
7151       compare: 2
7152   legend:
7153     - ""
7154     - "2001, 2005 - DPDK versions tested."
7155     - "Diff - difference between 2001 and 2005 DPDK version."
7156
7157 # DPDK Performance Changes 2n-clx 4t2c pdr
7158 - type: "table"
7159   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7160   algorithm: "table_comparison"
7161   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7163   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7164   columns:
7165     - title: "2001"
7166       data-set: "dpdk-performance-changes-2n-clx-ref"
7167     - title: "2005"
7168       data-set: "dpdk-performance-changes-2n-clx-cmp"
7169   comparisons:
7170     - title: "Diff"
7171       reference: 1
7172       compare: 2
7173   legend:
7174     - ""
7175     - "2001, 2005 - DPDK versions tested."
7176     - "Diff - difference between 2001 and 2005 DPDK version."
7177
7178 # DPDK Performance Changes 2n-clx 2t1c ndr
7179 - type: "table"
7180   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7181   algorithm: "table_comparison"
7182   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7184   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7185   columns:
7186     - title: "2001"
7187       data-set: "dpdk-performance-changes-2n-clx-ref"
7188     - title: "2005"
7189       data-set: "dpdk-performance-changes-2n-clx-cmp"
7190   comparisons:
7191     - title: "Diff"
7192       reference: 1
7193       compare: 2
7194   legend:
7195     - ""
7196     - "2001, 2005 - DPDK versions tested."
7197     - "Diff - difference between 2001 and 2005 DPDK version."
7198
7199 # DPDK Performance Changes 2n-clx 4t2c ndr
7200 - type: "table"
7201   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7202   algorithm: "table_comparison"
7203   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7205   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7206   columns:
7207     - title: "2001"
7208       data-set: "dpdk-performance-changes-2n-clx-ref"
7209     - title: "2005"
7210       data-set: "dpdk-performance-changes-2n-clx-cmp"
7211   comparisons:
7212     - title: "Diff"
7213       reference: 1
7214       compare: 2
7215   legend:
7216     - ""
7217     - "2001, 2005 - DPDK versions tested."
7218     - "Diff - difference between 2001 and 2005 DPDK version."
7219
7220 # DPDK Performance Changes 2n-dnv 1t1c pdr
7221 - type: "table"
7222   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7223   algorithm: "table_comparison"
7224   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7226   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7227   columns:
7228     - title: "2001"
7229       data-set: "dpdk-performance-changes-2n-dnv-ref"
7230     - title: "2005"
7231       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7232   comparisons:
7233     - title: "Diff"
7234       reference: 1
7235       compare: 2
7236   legend:
7237     - ""
7238     - "2001, 2005 - DPDK versions tested."
7239     - "Diff - difference between 2001 and 2005 DPDK version."
7240
7241 # DPDK Performance Changes 2n-dnv 2t2c pdr
7242 - type: "table"
7243   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7244   algorithm: "table_comparison"
7245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7247   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7248   columns:
7249     - title: "2001"
7250       data-set: "dpdk-performance-changes-2n-dnv-ref"
7251     - title: "2005"
7252       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7253   comparisons:
7254     - title: "Diff"
7255       reference: 1
7256       compare: 2
7257   legend:
7258     - ""
7259     - "2001, 2005 - DPDK versions tested."
7260     - "Diff - difference between 2001 and 2005 DPDK version."
7261
7262 # DPDK Performance Changes 2n-dnv 1t1c ndr
7263 - type: "table"
7264   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7265   algorithm: "table_comparison"
7266   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7268   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7269   columns:
7270     - title: "2001"
7271       data-set: "dpdk-performance-changes-2n-dnv-ref"
7272     - title: "2005"
7273       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7274   comparisons:
7275     - title: "Diff"
7276       reference: 1
7277       compare: 2
7278   legend:
7279     - ""
7280     - "2001, 2005 - DPDK versions tested."
7281     - "Diff - difference between 2001 and 2005 DPDK version."
7282
7283 # DPDK Performance Changes 2n-dnv 2t2c ndr
7284 - type: "table"
7285   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7286   algorithm: "table_comparison"
7287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7288   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7289   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7290   columns:
7291     - title: "2001"
7292       data-set: "dpdk-performance-changes-2n-dnv-ref"
7293     - title: "2005"
7294       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7295   comparisons:
7296     - title: "Diff"
7297       reference: 1
7298       compare: 2
7299   legend:
7300     - ""
7301     - "2001, 2005 - DPDK versions tested."
7302     - "Diff - difference between 2001 and 2005 DPDK version."
7303
7304 # DPDK Performance Changes 3n-dnv 1t1c pdr
7305 - type: "table"
7306   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7307   algorithm: "table_comparison"
7308   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7310   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7311   columns:
7312     - title: "2001"
7313       data-set: "dpdk-performance-changes-3n-dnv-ref"
7314     - title: "2005"
7315       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7316   comparisons:
7317     - title: "Diff"
7318       reference: 1
7319       compare: 2
7320   legend:
7321     - ""
7322     - "2001, 2005 - DPDK versions tested."
7323     - "Diff - difference between 2001 and 2005 DPDK version."
7324
7325 # DPDK Performance Changes 3n-dnv 2t2c pdr
7326 - type: "table"
7327   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7328   algorithm: "table_comparison"
7329   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7331   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7332   columns:
7333     - title: "2001"
7334       data-set: "dpdk-performance-changes-3n-dnv-ref"
7335     - title: "2005"
7336       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7337   comparisons:
7338     - title: "Diff"
7339       reference: 1
7340       compare: 2
7341   legend:
7342     - ""
7343     - "2001, 2005 - DPDK versions tested."
7344     - "Diff - difference between 2001 and 2005 DPDK version."
7345
7346 # DPDK Performance Changes 3n-dnv 1t1c ndr
7347 - type: "table"
7348   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7349   algorithm: "table_comparison"
7350   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7352   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7353   columns:
7354     - title: "2001"
7355       data-set: "dpdk-performance-changes-3n-dnv-ref"
7356     - title: "2005"
7357       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7358   comparisons:
7359     - title: "Diff"
7360       reference: 1
7361       compare: 2
7362   legend:
7363     - ""
7364     - "2001, 2005 - DPDK versions tested."
7365     - "Diff - difference between 2001 and 2005 DPDK version."
7366
7367 # DPDK Performance Changes 3n-dnv 2t2c ndr
7368 - type: "table"
7369   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7370   algorithm: "table_comparison"
7371   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7373   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7374   columns:
7375     - title: "2001"
7376       data-set: "dpdk-performance-changes-3n-dnv-ref"
7377     - title: "2005"
7378       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7379   comparisons:
7380     - title: "Diff"
7381       reference: 1
7382       compare: 2
7383   legend:
7384     - ""
7385     - "2001, 2005 - DPDK versions tested."
7386     - "Diff - difference between 2001 and 2005 DPDK version."
7387
7388 # DPDK Performance Changes 3n-tsh 1t1c pdr
7389 - type: "table"
7390   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7391   algorithm: "table_comparison"
7392   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7394   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7395   columns:
7396     - title: "2001"
7397       data-set: "dpdk-performance-changes-3n-tsh-ref"
7398     - title: "2005"
7399       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7400   comparisons:
7401     - title: "Diff"
7402       reference: 1
7403       compare: 2
7404   legend:
7405     - ""
7406     - "2001, 2005 - DPDK versions tested."
7407     - "Diff - difference between 2001 and 2005 DPDK version."
7408
7409 # DPDK Performance Changes 3n-tsh 2t2c pdr
7410 - type: "table"
7411   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7412   algorithm: "table_comparison"
7413   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7415   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7416   columns:
7417     - title: "2001"
7418       data-set: "dpdk-performance-changes-3n-tsh-ref"
7419     - title: "2005"
7420       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7421   comparisons:
7422     - title: "Diff"
7423       reference: 1
7424       compare: 2
7425   legend:
7426     - ""
7427     - "2001, 2005 - DPDK versions tested."
7428     - "Diff - difference between 2001 and 2005 DPDK version."
7429
7430 # DPDK Performance Changes 3n-tsh 1t1c ndr
7431 - type: "table"
7432   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7433   algorithm: "table_comparison"
7434   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7436   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7437   columns:
7438     - title: "2001"
7439       data-set: "dpdk-performance-changes-3n-tsh-ref"
7440     - title: "2005"
7441       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7442   comparisons:
7443     - title: "Diff"
7444       reference: 1
7445       compare: 2
7446   legend:
7447     - ""
7448     - "2001, 2005 - DPDK versions tested."
7449     - "Diff - difference between 2001 and 2005 DPDK version."
7450
7451 # DPDK Performance Changes 3n-tsh 2t2c ndr
7452 - type: "table"
7453   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7454   algorithm: "table_comparison"
7455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7457   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7458   columns:
7459     - title: "2001"
7460       data-set: "dpdk-performance-changes-3n-tsh-ref"
7461     - title: "2005"
7462       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7463   comparisons:
7464     - title: "Diff"
7465       reference: 1
7466       compare: 2
7467   legend:
7468     - ""
7469     - "2001, 2005 - DPDK versions tested."
7470     - "Diff - difference between 2001 and 2005 DPDK version."
7471
7472 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7473 - type: "table"
7474   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7475   algorithm: "table_comparison"
7476   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7478   filter: "'NIC_Intel-X710'"
7479   columns:
7480     - title: "3n-hsw x710"
7481       data-set: "dpdk-compare-testbeds-ref"
7482     - title: "3n-skx x710"
7483       data-set: "dpdk-compare-testbeds-cmp"
7484   comparisons:
7485     - title: "Diff"
7486       reference: 1
7487       compare: 2
7488   legend:
7489     - ""
7490     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7491     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7492
7493 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7494 - type: "table"
7495   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7496   algorithm: "table_comparison"
7497   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7499   filter: "'NIC_Intel-X710'"
7500   columns:
7501     - title: "3n-hsw x710"
7502       data-set: "dpdk-compare-testbeds-ref"
7503     - title: "3n-skx x710"
7504       data-set: "dpdk-compare-testbeds-cmp"
7505   comparisons:
7506     - title: "Diff"
7507       reference: 1
7508       compare: 2
7509   legend:
7510     - ""
7511     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7512     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7513
7514 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7515 - type: "table"
7516   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7517   algorithm: "table_comparison"
7518   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7520   filter: "'NIC_Intel-XXV710'"
7521   columns:
7522     - title: "2n-skx"
7523       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7524     - title: "2n-clx"
7525       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7526   comparisons:
7527     - title: "Diff"
7528       reference: 1
7529       compare: 2
7530   legend:
7531     - ""
7532     - "2n-skx, 2n-clx - testbeds and NICs tested."
7533     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7534
7535 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7536 - type: "table"
7537   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7538   algorithm: "table_comparison"
7539   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7541   filter: "'NIC_Intel-XXV710'"
7542   columns:
7543     - title: "2n-skx"
7544       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7545     - title: "2n-clx"
7546       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7547   comparisons:
7548     - title: "Diff"
7549       reference: 1
7550       compare: 2
7551   legend:
7552     - ""
7553     - "2n-skx, 2n-clx - testbeds and NICs tested."
7554     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7555
7556 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7557 - type: "table"
7558   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7559   algorithm: "table_comparison"
7560   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7562   filter: "'NIC_Intel-XXV710'"
7563   columns:
7564     - title: "3n-skx"
7565       data-set: "dpdk-compare-topologies-ref"
7566     - title: "2n-skx"
7567       data-set: "dpdk-compare-topologies-cmp"
7568   comparisons:
7569     - title: "Diff"
7570       reference: 1
7571       compare: 2
7572   legend:
7573     - ""
7574     - "3n-skx, 2n-skx - topologies tested."
7575     - "Diff - difference between 3n-skx and 2n-skx topologies."
7576
7577 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7578 - type: "table"
7579   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7580   algorithm: "table_comparison"
7581   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7583   filter: "'NIC_Intel-XXV710'"
7584   columns:
7585     - title: "3n-skx"
7586       data-set: "dpdk-compare-topologies-ref"
7587     - title: "2n-skx"
7588       data-set: "dpdk-compare-topologies-cmp"
7589   comparisons:
7590     - title: "Diff"
7591       reference: 1
7592       compare: 2
7593   legend:
7594     - ""
7595     - "3n-skx, 2n-skx - topologies tested."
7596     - "Diff - difference between 3n-skx and 2n-skx topologies."
7597
7598 # Detailed Test Results - DPDK Performance Results 3n-hsw
7599 - type: "table"
7600   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7601   algorithm: "table_merged_details"
7602   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7603   columns:
7604     - title: " |prein| Test Name |preout| "
7605       data: "data name"
7606     - 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| "
7607       data: "data msg"
7608   data: "dpdk-perf-results-3n-hsw"
7609   filter: "all"
7610   parameters:
7611   - "name"
7612   - "parent"
7613   - "msg"
7614
7615 # Detailed Test Results - DPDK Performance Results 3n-skx
7616 - type: "table"
7617   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7618   algorithm: "table_merged_details"
7619   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7620   columns:
7621     - title: " |prein| Test Name |preout| "
7622       data: "data name"
7623     - 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| "
7624       data: "data msg"
7625   data: "dpdk-perf-results-3n-skx"
7626   filter: "all"
7627   remove-ndr: False
7628   parameters:
7629   - "name"
7630   - "parent"
7631   - "msg"
7632
7633 # Detailed Test Results - DPDK Performance Results 2n-skx
7634 - type: "table"
7635   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7636   algorithm: "table_merged_details"
7637   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7638   columns:
7639     - title: " |prein| Test Name |preout| "
7640       data: "data name"
7641     - 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| "
7642       data: "data msg"
7643   data: "dpdk-perf-results-2n-skx"
7644   filter: "all"
7645   remove-ndr: False
7646   parameters:
7647   - "name"
7648   - "parent"
7649   - "msg"
7650
7651 # Detailed Test Results - DPDK Performance Results 2n-clx
7652 - type: "table"
7653   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7654   algorithm: "table_merged_details"
7655   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7656   columns:
7657     - title: " |prein| Test Name |preout| "
7658       data: "data name"
7659     - 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| "
7660       data: "data msg"
7661   data: "dpdk-perf-results-2n-clx"
7662   filter: "all"
7663   parameters:
7664   - "name"
7665   - "parent"
7666   - "msg"
7667
7668 # Detailed Test Results - DPDK Performance Results 2n-dnv
7669 - type: "table"
7670   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7671   algorithm: "table_merged_details"
7672   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7673   columns:
7674     - title: " |prein| Test Name |preout| "
7675       data: "data name"
7676     - 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| "
7677       data: "data msg"
7678   data: "dpdk-perf-results-2n-dnv"
7679   filter: "all"
7680   parameters:
7681   - "name"
7682   - "parent"
7683   - "msg"
7684
7685 # Detailed Test Results - DPDK Performance Results 3n-dnv
7686 - type: "table"
7687   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7688   algorithm: "table_merged_details"
7689   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7690   columns:
7691     - title: " |prein| Test Name |preout| "
7692       data: "data name"
7693     - 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| "
7694       data: "data msg"
7695   data: "dpdk-perf-results-3n-dnv"
7696   filter: "all"
7697   parameters:
7698   - "name"
7699   - "parent"
7700   - "msg"
7701
7702 # Detailed Test Results - DPDK Performance Results 3n-tsh
7703 - type: "table"
7704   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7705   algorithm: "table_merged_details"
7706   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7707   columns:
7708     - title: " |prein| Test Name |preout| "
7709       data: "data name"
7710     - 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| "
7711       data: "data msg"
7712   data: "dpdk-perf-results-3n-tsh"
7713   filter: "all"
7714   parameters:
7715   - "name"
7716   - "parent"
7717   - "msg"
7718
7719 ################################################################################
7720 ###                                F I L E S                                 ###
7721 ################################################################################
7722
7723 # VPP Performance Results
7724 - type: "file"
7725   title: "VPP Performance Results"
7726   algorithm: "file_details_split"
7727   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7728   dir-tables:
7729     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7730     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7731     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7732     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7733     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7734 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7735 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7736   data:
7737     - "vpp-perf-results-2n-skx"
7738     - "vpp-perf-results-3n-skx"
7739     - "vpp-perf-results-2n-clx"
7740     - "vpp-perf-results-3n-hsw"
7741     - "vpp-perf-results-3n-tsh"
7742 #    - "vpp-perf-results-2n-dnv"
7743 #    - "vpp-perf-results-3n-dnv"
7744   filter: "all"
7745   data-start-level: 4
7746   order-chapters:
7747     level-1:
7748       - "l2"
7749       - "ip4"
7750       - "ip6"
7751       - "srv6"
7752       - "ip4_tunnels"
7753       - "ip6_tunnels"
7754       - "vm_vhost"
7755       - "container_memif"
7756       - "crypto"
7757       - "vts"
7758       - "lb"
7759       - "nfv_density"
7760       - "hoststack"
7761     level-2:
7762       - "2n-skx"
7763       - "3n-skx"
7764       - "2n-clx"
7765       - "3n-hsw"
7766       - "3n-tsh"
7767       - "2n-dnv"
7768       - "3n-dnv"
7769     level-3:
7770       - "xl710"
7771       - "x520"
7772       - "xxv710"
7773       - "x710"
7774       - "x553"
7775       - "cx556a"
7776       - "vic1227"
7777       - "vic1385"
7778
7779 # VPP Performance Configuration
7780 - type: "file"
7781   title: "VPP Performance Configuration"
7782   algorithm: "file_details_split"
7783   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7784   dir-tables:
7785     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7786     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7787     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7788     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7789     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7790 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7791 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7792   data:
7793     - "vpp-perf-results-2n-skx"
7794     - "vpp-perf-results-3n-skx"
7795     - "vpp-perf-results-2n-clx"
7796     - "vpp-perf-results-3n-hsw"
7797     - "vpp-perf-results-3n-tsh"
7798 #    - "vpp-perf-results-2n-dnv"
7799 #    - "vpp-perf-results-3n-dnv"
7800   filter: "all"
7801   data-start-level: 4
7802   order-chapters:
7803     level-1:
7804       - "l2"
7805       - "ip4"
7806       - "ip6"
7807       - "srv6"
7808       - "ip4_tunnels"
7809       - "ip6_tunnels"
7810       - "vm_vhost"
7811       - "container_memif"
7812       - "crypto"
7813       - "vts"
7814       - "lb"
7815       - "nfv_density"
7816       - "hoststack"
7817     level-2:
7818       - "2n-skx"
7819       - "3n-skx"
7820       - "2n-clx"
7821       - "3n-hsw"
7822       - "3n-tsh"
7823       - "2n-dnv"
7824       - "3n-dnv"
7825     level-3:
7826       - "xl710"
7827       - "x520"
7828       - "xxv710"
7829       - "x710"
7830       - "x553"
7831       - "cx556a"
7832       - "vic1227"
7833       - "vic1385"
7834
7835 # VPP Performance Operational
7836 - type: "file"
7837   title: "VPP Performance Operational"
7838   algorithm: "file_details_split_html"
7839   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7840   dir-tables:
7841     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7842     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7843     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7844     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7845     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7846 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7847 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7848   data:
7849     - "vpp-perf-results-2n-skx"
7850     - "vpp-perf-results-3n-skx"
7851     - "vpp-perf-results-2n-clx"
7852     - "vpp-perf-results-3n-hsw"
7853     - "vpp-perf-results-3n-tsh"
7854 #    - "vpp-perf-results-2n-dnv"
7855 #    - "vpp-perf-results-3n-dnv"
7856   filter: "all"
7857   data-start-level: 4
7858   order-chapters:
7859     level-1:
7860       - "l2"
7861       - "ip4"
7862       - "ip6"
7863       - "srv6"
7864       - "ip4_tunnels"
7865       - "ip6_tunnels"
7866       - "vm_vhost"
7867       - "container_memif"
7868       - "crypto"
7869       - "vts"
7870       - "lb"
7871       - "nfv_density"
7872       - "hoststack"
7873     level-2:
7874       - "2n-skx"
7875       - "3n-skx"
7876       - "2n-clx"
7877       - "3n-hsw"
7878       - "3n-tsh"
7879       - "2n-dnv"
7880       - "3n-dnv"
7881     level-3:
7882       - "xl710"
7883       - "x520"
7884       - "xxv710"
7885       - "x710"
7886       - "x553"
7887       - "cx556a"
7888       - "vic1227"
7889       - "vic1385"
7890
7891 # VPP MRR Results
7892 - type: "file"
7893   title: "VPP MRR Results"
7894   algorithm: "file_details_split"
7895   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7896   dir-tables:
7897     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7898     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7899     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7900     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7901     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7902 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7903 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7904   data:
7905     - "vpp-mrr-results-2n-skx"
7906     - "vpp-mrr-results-3n-skx"
7907     - "vpp-mrr-results-2n-clx"
7908     - "vpp-mrr-results-3n-hsw"
7909     - "vpp-mrr-results-3n-tsh"
7910 #    - "vpp-mrr-results-2n-dnv"
7911 #    - "vpp-mrr-results-3n-dnv"
7912   filter: "all"
7913   data-start-level: 4
7914   order-chapters:
7915     level-1:
7916       - "l2"
7917       - "ip4"
7918       - "ip6"
7919       - "srv6"
7920       - "ip4_tunnels"
7921       - "ip6_tunnels"
7922       - "vm_vhost"
7923       - "container_memif"
7924       - "crypto"
7925       - "vts"
7926       - "lb"
7927       - "nfv_density"
7928       - "hoststack"
7929     level-2:
7930       - "2n-skx"
7931       - "3n-skx"
7932       - "2n-clx"
7933       - "3n-hsw"
7934       - "3n-tsh"
7935       - "2n-dnv"
7936       - "3n-dnv"
7937     level-3:
7938       - "xl710"
7939       - "x520"
7940       - "xxv710"
7941       - "x710"
7942       - "x553"
7943       - "cx556a"
7944       - "vic1227"
7945       - "vic1385"
7946
7947 # VPP MRR Configuration
7948 - type: "file"
7949   title: "VPP MRR Configuration"
7950   algorithm: "file_details_split"
7951   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7952   dir-tables:
7953     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7954     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7955     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7956     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7957     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7958     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7959     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7960   data:
7961     - "vpp-mrr-results-2n-skx"
7962     - "vpp-mrr-results-3n-skx"
7963     - "vpp-mrr-results-2n-clx"
7964     - "vpp-mrr-results-3n-hsw"
7965     - "vpp-mrr-results-3n-tsh"
7966 #    - "vpp-mrr-results-2n-dnv"
7967 #    - "vpp-mrr-results-3n-dnv"
7968   filter: "all"
7969   data-start-level: 4
7970   order-chapters:
7971     level-1:
7972       - "l2"
7973       - "ip4"
7974       - "ip6"
7975       - "srv6"
7976       - "ip4_tunnels"
7977       - "ip6_tunnels"
7978       - "vm_vhost"
7979       - "container_memif"
7980       - "crypto"
7981       - "vts"
7982       - "lb"
7983       - "nfv_density"
7984       - "hoststack"
7985     level-2:
7986       - "2n-skx"
7987       - "3n-skx"
7988       - "2n-clx"
7989       - "3n-hsw"
7990       - "3n-tsh"
7991       - "2n-dnv"
7992       - "3n-dnv"
7993     level-3:
7994       - "xl710"
7995       - "x520"
7996       - "xxv710"
7997       - "x710"
7998       - "x553"
7999       - "cx556a"
8000       - "vic1227"
8001       - "vic1385"
8002
8003 # VPP Device Results - Ubuntu
8004 - type: "file"
8005   title: "VPP Device Results - Ubuntu"
8006   algorithm: "file_test_results"
8007   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8008   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
8009   data: "vpp-device-results-ubuntu"
8010   filter: "all"
8011   data-start-level: 4
8012
8013 # VPP Device Configuration - Ubuntu
8014 - type: "file"
8015   title: "VPP Device Configuration - Ubuntu"
8016   algorithm: "file_test_results"
8017   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8018   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8019   data: "vpp-device-results-ubuntu"
8020   filter: "all"
8021   data-start-level: 4
8022
8023 # DPDK Performance Results 3n-hsw
8024 - type: "file"
8025   title: "DPDK Performance Results 3n-hsw"
8026   algorithm: "file_test_results"
8027   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8028   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8029   data: "dpdk-perf-results-3n-hsw"
8030   filter: "all"
8031   data-start-level: 4
8032
8033 # DPDK Performance Results 3n-skx
8034 - type: "file"
8035   title: "DPDK Performance Results 3n-skx"
8036   algorithm: "file_test_results"
8037   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8038   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8039   data: "dpdk-perf-results-3n-skx"
8040   filter: "all"
8041   data-start-level: 4
8042
8043 # DPDK Performance Results 2n-skx
8044 - type: "file"
8045   title: "DPDK Performance Results 2n-skx"
8046   algorithm: "file_test_results"
8047   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8048   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8049   data: "dpdk-perf-results-2n-skx"
8050   filter: "all"
8051   data-start-level: 4
8052
8053 # DPDK Performance Results 2n-clx
8054 - type: "file"
8055   title: "DPDK Performance Results 2n-clx"
8056   algorithm: "file_test_results"
8057   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8058   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8059   data: "dpdk-perf-results-2n-clx"
8060   filter: "all"
8061   data-start-level: 4
8062
8063 # DPDK Performance Results 2n-dnv
8064 - type: "file"
8065   title: "DPDK Performance Results 2n-dnv"
8066   algorithm: "file_test_results"
8067   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8068   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8069   data: "dpdk-perf-results-2n-dnv"
8070   filter: "all"
8071   data-start-level: 4
8072
8073 # DPDK Performance Results 3n-dnv
8074 - type: "file"
8075   title: "DPDK Performance Results 3n-dnv"
8076   algorithm: "file_test_results"
8077   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8078   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8079   data: "dpdk-perf-results-3n-dnv"
8080   filter: "all"
8081   data-start-level: 4
8082
8083 # DPDK Performance Results 3n-tsh
8084 - type: "file"
8085   title: "DPDK Performance Results 3n-tsh"
8086   algorithm: "file_test_results"
8087   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8088   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8089   data: "dpdk-perf-results-3n-tsh"
8090   filter: "all"
8091   data-start-level: 4
8092
8093 ################################################################################
8094 ###                                P L O T S                                 ###
8095 ################################################################################
8096
8097 # Hoststack tests 3n-hsw
8098
8099 - type: "plot"
8100   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8101   algorithm: "plot_perf_box_name"
8102   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8103   data: "plot-vpp-hoststack-3n-hsw"
8104   include:
8105     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8106     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8107   layout:
8108     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8109     layout: "plot-hoststack"
8110
8111 - type: "plot"
8112   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8113   algorithm: "plot_perf_box_name"
8114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8115   data: "plot-vpp-hoststack-3n-hsw"
8116   include:
8117     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8118     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8119   layout:
8120     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8121     layout: "plot-hoststack"
8122
8123 - type: "plot"
8124   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8125   algorithm: "plot_perf_box_name"
8126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8127   data: "plot-vpp-hoststack-3n-hsw"
8128   include:
8129     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8130     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8133   layout:
8134     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8135     layout: "plot-hoststack"
8136
8137 ## Plots VPP HTTP Server Performance
8138 #- type: "plot"
8139 #  title: "VPP HTTP Server Performance"
8140 #  algorithm: "plot_http_server_perf_box"
8141 #  output-file-type: ".html"
8142 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
8143 #  data:
8144 #    "plot-vpp-http-server-performance"
8145 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
8146 #  parameters:
8147 #  - "result"
8148 #  - "name"
8149 #  traces:
8150 #    hoverinfo: "y+name"
8151 #    boxpoints: "outliers"
8152 #    whiskerwidth: 0
8153 #  layout:
8154 #    title: "VPP HTTP Server Performance"
8155 #    layout:
8156 #      "plot-cps"
8157 #
8158 #- type: "plot"
8159 #  title: "VPP HTTP Server Performance"
8160 #  algorithm: "plot_http_server_perf_box"
8161 #  output-file-type: ".html"
8162 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
8163 #  data:
8164 #    "plot-vpp-http-server-performance"
8165 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
8166 #  parameters:
8167 #  - "result"
8168 #  - "name"
8169 #  traces:
8170 #    hoverinfo: "y+name"
8171 #    boxpoints: "outliers"
8172 #    whiskerwidth: 0
8173 #  layout:
8174 #    title: "VPP HTTP Server Performance"
8175 #    layout:
8176 #      "plot-rps"
8177
8178 ################################################################################
8179
8180 # Soak Test (PLRsearch), boxes - 2n-clx
8181 - type: "plot"
8182   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8183   algorithm: "plot_perf_box_name"
8184   output-file-type: ".html"
8185   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8186   data: "plot-vpp-soak-2n-clx"
8187   include:
8188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8194   layout:
8195     title: "30 Minutes Soak Test (PLRsearch)"
8196     layout: "plot-soak-throughput"
8197
8198 # Soak Test (PLRsearch), boxes - 2n-clx
8199 - type: "plot"
8200   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8201   algorithm: "plot_perf_box_name"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8204   data: "plot-vpp-soak-2n-clx"
8205   include:
8206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8211     - "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"
8212   layout:
8213     title: "30 Minutes Soak Test (PLRsearch)"
8214     layout: "plot-soak-throughput"
8215
8216 # Soak Test (PLRsearch), boxes - 2n-skx
8217 - type: "plot"
8218   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8219   algorithm: "plot_perf_box_name"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8222   data: "plot-vpp-soak-2n-skx"
8223   include:
8224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8230   layout:
8231     title: "30 Minutes Soak Test (PLRsearch)"
8232     layout: "plot-soak-throughput"
8233
8234 # Soak Test (PLRsearch), boxes - 2n-skx
8235 - type: "plot"
8236   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8237   algorithm: "plot_perf_box_name"
8238   output-file-type: ".html"
8239   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8240   data: "plot-vpp-soak-2n-skx"
8241   include:
8242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8247     - "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"
8248   layout:
8249     title: "30 Minutes Soak Test (PLRsearch)"
8250     layout: "plot-soak-throughput"
8251
8252 ###############################################################################
8253
8254 # Reconf tests 2n-skx
8255
8256 - type: "plot"
8257   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8258   algorithm: "plot_nf_reconf_box_name"
8259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8260   data: "plot-vpp-nfv-reconf-2n-skx"
8261   include:
8262     - "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"
8263     - "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"
8264     - "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"
8265     - "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"
8266     - "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"
8267     - "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"
8268   layout:
8269     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8270     layout: "plot-throughput"
8271
8272 - type: "plot"
8273   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8274   algorithm: "plot_nf_reconf_box_name"
8275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8276   data: "plot-vpp-nfv-reconf-2n-skx"
8277   include:
8278     - "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"
8279     - "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"
8280     - "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"
8281     - "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"
8282     - "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"
8283     - "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"
8284   layout:
8285     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8286     layout: "plot-throughput"
8287
8288 - type: "plot"
8289   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8290   algorithm: "plot_nf_reconf_box_name"
8291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8292   data: "plot-vpp-nfv-reconf-2n-skx"
8293   include:
8294     - "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"
8295     - "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"
8296     - "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"
8297     - "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"
8298     - "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"
8299     - "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"
8300   layout:
8301     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8302     layout: "plot-throughput"
8303
8304 ###############################################################################
8305
8306 # Reconf tests 2n-clx
8307
8308 - type: "plot"
8309   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8310   algorithm: "plot_nf_reconf_box_name"
8311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8312   data: "plot-vpp-nfv-reconf-2n-clx"
8313   include:
8314     - "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"
8315     - "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"
8316     - "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"
8317     - "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"
8318   layout:
8319     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8320     layout: "plot-throughput"
8321
8322 - type: "plot"
8323   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8324   algorithm: "plot_nf_reconf_box_name"
8325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8326   data: "plot-vpp-nfv-reconf-2n-clx"
8327   include:
8328     - "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"
8329     - "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"
8330     - "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"
8331     - "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"
8332   layout:
8333     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8334     layout: "plot-throughput"
8335
8336 - type: "plot"
8337   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8338   algorithm: "plot_nf_reconf_box_name"
8339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8340   data: "plot-vpp-nfv-reconf-2n-clx"
8341   include:
8342     - "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"
8343     - "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"
8344     - "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"
8345     - "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"
8346   layout:
8347     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8348     layout: "plot-throughput"
8349
8350 ###############################################################################
8351
8352 # Plots - NF Density - VSC - MRR IMIX
8353 - type: "plot"
8354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8355   algorithm: "plot_nf_heatmap"
8356   output-file-type: ".html"
8357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8358   data: "plot-vpp-nfv-2n-skx-mrr"
8359   filter: "'NIC_Intel-XXV710' and
8360            'NF_DENSITY' and
8361            'VHOST' and
8362            not 'VXLAN' and
8363            'CHAIN' and
8364            'NF_VPPIP4' and
8365            'IMIX' and
8366            '2T1C' and
8367            'MRR'"
8368   parameters:
8369   - "result"
8370   - "name"
8371   - "tags"
8372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8373   x-axis: "X = VNFs per Service Chain"
8374   y-axis: "Y = Number of Service Chains"
8375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8376   layout:
8377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8378     layout: "plot-service-density"
8379
8380 - type: "plot"
8381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8382   algorithm: "plot_nf_heatmap"
8383   output-file-type: ".html"
8384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8385   data: "plot-vpp-nfv-2n-skx-mrr"
8386   filter: "'NIC_Intel-XXV710' and
8387            'NF_DENSITY' and
8388            'VHOST' and
8389            not 'VXLAN' and
8390            'CHAIN' and
8391            'NF_VPPIP4' and
8392            'IMIX' and
8393            '4T2C' and
8394            'MRR'"
8395   parameters:
8396   - "result"
8397   - "name"
8398   - "tags"
8399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8400   x-axis: "X = VNFs per Service Chain"
8401   y-axis: "Y = Number of Service Chains"
8402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8403   layout:
8404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8405     layout: "plot-service-density"
8406
8407 - type: "plot"
8408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8409   algorithm: "plot_nf_heatmap"
8410   output-file-type: ".html"
8411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8412   data: "plot-vpp-nfv-2n-skx-mrr"
8413   filter: "'NIC_Intel-XXV710' and
8414            'NF_DENSITY' and
8415            'VHOST' and
8416            not 'VXLAN' and
8417            'CHAIN' and
8418            'NF_VPPIP4' and
8419            'IMIX' and
8420            '8T4C' and
8421            'MRR'"
8422   parameters:
8423   - "result"
8424   - "name"
8425   - "tags"
8426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8427   x-axis: "X = VNFs per Service Chain"
8428   y-axis: "Y = Number of Service Chains"
8429   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8430   layout:
8431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8432     layout: "plot-service-density"
8433
8434 # Plots - NF Density - VSC - NDR IMIX
8435 - type: "plot"
8436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8437   algorithm: "plot_nf_heatmap"
8438   output-file-type: ".html"
8439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8440   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8441   filter: "'NIC_Intel-XXV710' and
8442            'NF_DENSITY' and
8443            'VHOST' and
8444            not 'VXLAN' and
8445            'CHAIN' and
8446            'NF_VPPIP4' and
8447            'IMIX' and
8448            '2T1C' and
8449            'NDRPDR'"
8450   parameters:
8451   - "throughput"
8452   - "name"
8453   - "tags"
8454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8455   x-axis: "X = VNFs per Service Chain"
8456   y-axis: "Y = Number of Service Chains"
8457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8458   layout:
8459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8460     layout: "plot-service-density"
8461
8462 - type: "plot"
8463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8464   algorithm: "plot_nf_heatmap"
8465   output-file-type: ".html"
8466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8467   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8468   filter: "'NIC_Intel-XXV710' and
8469            'NF_DENSITY' and
8470            'VHOST' and
8471            not 'VXLAN' and
8472            'CHAIN' and
8473            'NF_VPPIP4' and
8474            'IMIX' and
8475            '4T2C' and
8476            'NDRPDR'"
8477   parameters:
8478   - "throughput"
8479   - "name"
8480   - "tags"
8481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8482   x-axis: "X = VNFs per Service Chain"
8483   y-axis: "Y = Number of Service Chains"
8484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8485   layout:
8486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8487     layout: "plot-service-density"
8488
8489 - type: "plot"
8490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8491   algorithm: "plot_nf_heatmap"
8492   output-file-type: ".html"
8493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8494   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8495   filter: "'NIC_Intel-XXV710' and
8496            'NF_DENSITY' and
8497            'VHOST' and
8498            not 'VXLAN' and
8499            'CHAIN' and
8500            'NF_VPPIP4' and
8501            'IMIX' and
8502            '8T4C' and
8503            'NDRPDR'"
8504   parameters:
8505   - "throughput"
8506   - "name"
8507   - "tags"
8508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8509   x-axis: "X = VNFs per Service Chain"
8510   y-axis: "Y = Number of Service Chains"
8511   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8512   layout:
8513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8514     layout: "plot-service-density"
8515
8516 # Plots - NF Density - VSC - PDR IMIX
8517 - type: "plot"
8518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8519   algorithm: "plot_nf_heatmap"
8520   output-file-type: ".html"
8521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8522   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8523   filter: "'NIC_Intel-XXV710' and
8524            'NF_DENSITY' and
8525            'VHOST' and
8526            not 'VXLAN' and
8527            'CHAIN' and
8528            'NF_VPPIP4' and
8529            'IMIX' and
8530            '2T1C' and
8531            'NDRPDR'"
8532   parameters:
8533   - "throughput"
8534   - "name"
8535   - "tags"
8536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8537   x-axis: "X = VNFs per Service Chain"
8538   y-axis: "Y = Number of Service Chains"
8539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8540   layout:
8541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8542     layout: "plot-service-density"
8543
8544 - type: "plot"
8545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8546   algorithm: "plot_nf_heatmap"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8550   filter: "'NIC_Intel-XXV710' and
8551            'NF_DENSITY' and
8552            'VHOST' and
8553            not 'VXLAN' and
8554            'CHAIN' and
8555            'NF_VPPIP4' and
8556            'IMIX' and
8557            '4T2C' and
8558            'NDRPDR'"
8559   parameters:
8560   - "throughput"
8561   - "name"
8562   - "tags"
8563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8564   x-axis: "X = VNFs per Service Chain"
8565   y-axis: "Y = Number of Service Chains"
8566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8567   layout:
8568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8569     layout: "plot-service-density"
8570
8571 - type: "plot"
8572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8573   algorithm: "plot_nf_heatmap"
8574   output-file-type: ".html"
8575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8576   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8577   filter: "'NIC_Intel-XXV710' and
8578            'NF_DENSITY' and
8579            'VHOST' and
8580            not 'VXLAN' and
8581            'CHAIN' and
8582            'NF_VPPIP4' and
8583            'IMIX' and
8584            '8T4C' and
8585            'NDRPDR'"
8586   parameters:
8587   - "throughput"
8588   - "name"
8589   - "tags"
8590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8591   x-axis: "X = VNFs per Service Chain"
8592   y-axis: "Y = Number of Service Chains"
8593   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8594   layout:
8595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8596     layout: "plot-service-density"
8597
8598 ###############################################################################
8599
8600 # Plots - NF Density - VSC - MRR IMIX
8601 - type: "plot"
8602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8603   algorithm: "plot_nf_heatmap"
8604   output-file-type: ".html"
8605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8606   data: "plot-vpp-nfv-2n-skx-mrr"
8607   filter: "'NIC_Intel-XXV710' and
8608            'NF_DENSITY' and
8609            'VHOST' and
8610            'VXLAN' and
8611            'CHAIN' and
8612            'IMIX' and
8613            '2T1C' and
8614            'MRR'"
8615   parameters:
8616   - "result"
8617   - "name"
8618   - "tags"
8619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8620   x-axis: "X = VNFs per Service Chain"
8621   y-axis: "Y = Number of Service Chains"
8622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8623   layout:
8624     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8625     layout: "plot-service-density"
8626
8627 - type: "plot"
8628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8629   algorithm: "plot_nf_heatmap"
8630   output-file-type: ".html"
8631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8632   data: "plot-vpp-nfv-2n-skx-mrr"
8633   filter: "'NIC_Intel-XXV710' and
8634            'NF_DENSITY' and
8635            'VHOST' and
8636            'VXLAN' and
8637            'CHAIN' and
8638            'IMIX' and
8639            '4T2C' and
8640            'MRR'"
8641   parameters:
8642   - "result"
8643   - "name"
8644   - "tags"
8645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8646   x-axis: "X = VNFs per Service Chain"
8647   y-axis: "Y = Number of Service Chains"
8648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8649   layout:
8650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8651     layout: "plot-service-density"
8652
8653 - type: "plot"
8654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8655   algorithm: "plot_nf_heatmap"
8656   output-file-type: ".html"
8657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8658   data: "plot-vpp-nfv-2n-skx-mrr"
8659   filter: "'NIC_Intel-XXV710' and
8660            'NF_DENSITY' and
8661            'VHOST' and
8662            'VXLAN' and
8663            'CHAIN' and
8664            'IMIX' and
8665            '8T4C' and
8666            'MRR'"
8667   parameters:
8668   - "result"
8669   - "name"
8670   - "tags"
8671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8672   x-axis: "X = VNFs per Service Chain"
8673   y-axis: "Y = Number of Service Chains"
8674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8675   layout:
8676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8677     layout: "plot-service-density"
8678
8679 # Plots - NF Density - VSC - NDR IMIX
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file-type: ".html"
8684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8685   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8686   filter: "'NIC_Intel-XXV710' and
8687            'NF_DENSITY' and
8688            'VHOST' and
8689            'VXLAN' and
8690            'CHAIN' and
8691            'IMIX' and
8692            '2T1C' and
8693            'NDRPDR'"
8694   parameters:
8695   - "throughput"
8696   - "name"
8697   - "tags"
8698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8699   x-axis: "X = VNFs per Service Chain"
8700   y-axis: "Y = Number of Service Chains"
8701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8702   layout:
8703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8704     layout: "plot-service-density"
8705
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8711   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8712   filter: "'NIC_Intel-XXV710' and
8713            'NF_DENSITY' and
8714            'VHOST' and
8715            'VXLAN' and
8716            'CHAIN' and
8717            'IMIX' and
8718            '4T2C' and
8719            'NDRPDR'"
8720   parameters:
8721   - "throughput"
8722   - "name"
8723   - "tags"
8724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8725   x-axis: "X = VNFs per Service Chain"
8726   y-axis: "Y = Number of Service Chains"
8727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8728   layout:
8729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8730     layout: "plot-service-density"
8731
8732 - type: "plot"
8733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8734   algorithm: "plot_nf_heatmap"
8735   output-file-type: ".html"
8736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8737   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8738   filter: "'NIC_Intel-XXV710' and
8739            'NF_DENSITY' and
8740            'VHOST' and
8741            'VXLAN' and
8742            'CHAIN' and
8743            'IMIX' and
8744            '8T4C' and
8745            'NDRPDR'"
8746   parameters:
8747   - "throughput"
8748   - "name"
8749   - "tags"
8750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8751   x-axis: "X = VNFs per Service Chain"
8752   y-axis: "Y = Number of Service Chains"
8753   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8754   layout:
8755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8756     layout: "plot-service-density"
8757
8758 # Plots - NF Density - VSC - PDR IMIX
8759 - type: "plot"
8760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8761   algorithm: "plot_nf_heatmap"
8762   output-file-type: ".html"
8763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8764   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8765   filter: "'NIC_Intel-XXV710' and
8766            'NF_DENSITY' and
8767            'VHOST' and
8768            'VXLAN' and
8769            'CHAIN' and
8770            'IMIX' and
8771            '2T1C' and
8772            'NDRPDR'"
8773   parameters:
8774   - "throughput"
8775   - "name"
8776   - "tags"
8777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8778   x-axis: "X = VNFs per Service Chain"
8779   y-axis: "Y = Number of Service Chains"
8780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8781   layout:
8782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8783     layout: "plot-service-density"
8784
8785 - type: "plot"
8786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8787   algorithm: "plot_nf_heatmap"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8790   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8791   filter: "'NIC_Intel-XXV710' and
8792            'NF_DENSITY' and
8793            'VHOST' and
8794            'VXLAN' and
8795            'CHAIN' and
8796            'IMIX' and
8797            '4T2C' and
8798            'NDRPDR'"
8799   parameters:
8800   - "throughput"
8801   - "name"
8802   - "tags"
8803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8804   x-axis: "X = VNFs per Service Chain"
8805   y-axis: "Y = Number of Service Chains"
8806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8807   layout:
8808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8809     layout: "plot-service-density"
8810
8811 - type: "plot"
8812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8813   algorithm: "plot_nf_heatmap"
8814   output-file-type: ".html"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8816   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8817   filter: "'NIC_Intel-XXV710' and
8818            'NF_DENSITY' and
8819            'VHOST' and
8820            'VXLAN' and
8821            'CHAIN' and
8822            'IMIX' and
8823            '8T4C' and
8824            'NDRPDR'"
8825   parameters:
8826   - "throughput"
8827   - "name"
8828   - "tags"
8829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8830   x-axis: "X = VNFs per Service Chain"
8831   y-axis: "Y = Number of Service Chains"
8832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8833   layout:
8834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8835     layout: "plot-service-density"
8836
8837 ###############################################################################
8838
8839 # Plots - NF Density - CSC - MRR IMIX
8840 - type: "plot"
8841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8842   algorithm: "plot_nf_heatmap"
8843   output-file-type: ".html"
8844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8845   data: "plot-vpp-nfv-2n-skx-mrr"
8846   filter: "'NIC_Intel-XXV710' and
8847            'NF_DENSITY' and
8848            'DOCKER' and
8849            'CHAIN' and
8850            'NF_VPPIP4' and
8851            'IMIX' and
8852            '2T1C' and
8853            'MRR'"
8854   parameters:
8855   - "result"
8856   - "name"
8857   - "tags"
8858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = CNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8864     layout: "plot-service-density"
8865
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file-type: ".html"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8871   data: "plot-vpp-nfv-2n-skx-mrr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'CHAIN' and
8876            'NF_VPPIP4' and
8877            'IMIX' and
8878            '4T2C' and
8879            'MRR'"
8880   parameters:
8881   - "result"
8882   - "name"
8883   - "tags"
8884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8885   x-axis: "X = CNFs per Service Chain"
8886   y-axis: "Y = Number of Service Chains"
8887   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8888   layout:
8889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8890     layout: "plot-service-density"
8891
8892 - type: "plot"
8893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8894   algorithm: "plot_nf_heatmap"
8895   output-file-type: ".html"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8897   data: "plot-vpp-nfv-2n-skx-mrr"
8898   filter: "'NIC_Intel-XXV710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'CHAIN' and
8902            'NF_VPPIP4' and
8903            'IMIX' and
8904            '8T4C' and
8905            'MRR'"
8906   parameters:
8907   - "result"
8908   - "name"
8909   - "tags"
8910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = CNFs per Service Chain"
8912   y-axis: "Y = Number of Service Chains"
8913   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8916     layout: "plot-service-density"
8917
8918 # Plots - NF Density - CSC - NDR IMIX
8919 - type: "plot"
8920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8921   algorithm: "plot_nf_heatmap"
8922   output-file-type: ".html"
8923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8924   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8925   filter: "'NIC_Intel-XXV710' and
8926            'NF_DENSITY' and
8927            'DOCKER' and
8928            'CHAIN' and
8929            'NF_VPPIP4' and
8930            'IMIX' and
8931            '2T1C' and
8932            'NDRPDR'"
8933   parameters:
8934   - "throughput"
8935   - "name"
8936   - "tags"
8937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8938   x-axis: "X = CNFs per Service Chain"
8939   y-axis: "Y = Number of Service Chains"
8940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8941   layout:
8942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8943     layout: "plot-service-density"
8944
8945 - type: "plot"
8946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8947   algorithm: "plot_nf_heatmap"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8950   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8951   filter: "'NIC_Intel-XXV710' and
8952            'NF_DENSITY' and
8953            'DOCKER' and
8954            'CHAIN' and
8955            'NF_VPPIP4' and
8956            'IMIX' and
8957            '4T2C' and
8958            'NDRPDR'"
8959   parameters:
8960   - "throughput"
8961   - "name"
8962   - "tags"
8963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8964   x-axis: "X = CNFs per Service Chain"
8965   y-axis: "Y = Number of Service Chains"
8966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8967   layout:
8968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8969     layout: "plot-service-density"
8970
8971 - type: "plot"
8972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8973   algorithm: "plot_nf_heatmap"
8974   output-file-type: ".html"
8975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8977   filter: "'NIC_Intel-XXV710' and
8978            'NF_DENSITY' and
8979            'DOCKER' and
8980            'CHAIN' and
8981            'NF_VPPIP4' and
8982            'IMIX' and
8983            '8T4C' and
8984            'NDRPDR'"
8985   parameters:
8986   - "throughput"
8987   - "name"
8988   - "tags"
8989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8990   x-axis: "X = CNFs per Service Chain"
8991   y-axis: "Y = Number of Service Chains"
8992   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8993   layout:
8994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8995     layout: "plot-service-density"
8996
8997 # Plots - NF Density - CSC - PDR IMIX
8998 - type: "plot"
8999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9000   algorithm: "plot_nf_heatmap"
9001   output-file-type: ".html"
9002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
9003   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9004   filter: "'NIC_Intel-XXV710' and
9005            'NF_DENSITY' and
9006            'DOCKER' and
9007            'CHAIN' and
9008            'NF_VPPIP4' and
9009            'IMIX' and
9010            '2T1C' and
9011            'NDRPDR'"
9012   parameters:
9013   - "throughput"
9014   - "name"
9015   - "tags"
9016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9017   x-axis: "X = CNFs per Service Chain"
9018   y-axis: "Y = Number of Service Chains"
9019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9020   layout:
9021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9022     layout: "plot-service-density"
9023
9024 - type: "plot"
9025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9026   algorithm: "plot_nf_heatmap"
9027   output-file-type: ".html"
9028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
9029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9030   filter: "'NIC_Intel-XXV710' and
9031            'NF_DENSITY' and
9032            'DOCKER' and
9033            'CHAIN' and
9034            'NF_VPPIP4' and
9035            'IMIX' and
9036            '4T2C' and
9037            'NDRPDR'"
9038   parameters:
9039   - "throughput"
9040   - "name"
9041   - "tags"
9042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9043   x-axis: "X = CNFs per Service Chain"
9044   y-axis: "Y = Number of Service Chains"
9045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9046   layout:
9047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9048     layout: "plot-service-density"
9049
9050 - type: "plot"
9051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9052   algorithm: "plot_nf_heatmap"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
9055   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9056   filter: "'NIC_Intel-XXV710' and
9057            'NF_DENSITY' and
9058            'DOCKER' and
9059            'CHAIN' and
9060            'NF_VPPIP4' and
9061            'IMIX' and
9062            '8T4C' and
9063            'NDRPDR'"
9064   parameters:
9065   - "throughput"
9066   - "name"
9067   - "tags"
9068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9069   x-axis: "X = CNFs per Service Chain"
9070   y-axis: "Y = Number of Service Chains"
9071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9072   layout:
9073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9074     layout: "plot-service-density"
9075
9076 ################################################################################
9077 #
9078 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9079 #- type: "plot"
9080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9081 #  algorithm: "plot_nf_heatmap"
9082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9083 #  data: "plot-vpp-nfv-3n-skx-mrr"
9084 #  filter: "'NIC_Intel-XXV710' and
9085 #           'NF_DENSITY' and
9086 #           'DOCKER' and
9087 #           'CHAIN' and
9088 #           'NF_VPPIP4' and
9089 #           'IPSEC' and
9090 #           'TNL_4' and
9091 #           'IMIX' and
9092 #           '2T1C' and
9093 #           'MRR'"
9094 #  parameters:
9095 #  - "result"
9096 #  - "name"
9097 #  - "tags"
9098 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9099 #  x-axis: "X = CNFs per Service Chain"
9100 #  y-axis: "Y = Number of Service Chains"
9101 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9102 #  layout:
9103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9104 #    layout: "plot-service-density"
9105 #
9106 #- type: "plot"
9107 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9108 #  algorithm: "plot_nf_heatmap"
9109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9110 #  data: "plot-vpp-nfv-3n-skx-mrr"
9111 #  filter: "'NIC_Intel-XXV710' and
9112 #           'NF_DENSITY' and
9113 #           'DOCKER' and
9114 #           'CHAIN' and
9115 #           'NF_VPPIP4' and
9116 #           'IPSEC' and
9117 #           'TNL_4' and
9118 #           'IMIX' and
9119 #           '4T2C' and
9120 #           'MRR'"
9121 #  parameters:
9122 #  - "result"
9123 #  - "name"
9124 #  - "tags"
9125 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9126 #  x-axis: "X = CNFs per Service Chain"
9127 #  y-axis: "Y = Number of Service Chains"
9128 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9129 #  layout:
9130 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9131 #    layout: "plot-service-density"
9132 #
9133 #- type: "plot"
9134 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9135 #  algorithm: "plot_nf_heatmap"
9136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9137 #  data: "plot-vpp-nfv-3n-skx-mrr"
9138 #  filter: "'NIC_Intel-XXV710' and
9139 #           'NF_DENSITY' and
9140 #           'DOCKER' and
9141 #           'CHAIN' and
9142 #           'NF_VPPIP4' and
9143 #           'IPSEC' and
9144 #           'TNL_4' and
9145 #           'IMIX' and
9146 #           '8T4C' and
9147 #           'MRR'"
9148 #  parameters:
9149 #  - "result"
9150 #  - "name"
9151 #  - "tags"
9152 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9153 #  x-axis: "X = CNFs per Service Chain"
9154 #  y-axis: "Y = Number of Service Chains"
9155 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9156 #  layout:
9157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9158 #    layout: "plot-service-density"
9159
9160 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9161 - type: "plot"
9162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9163   algorithm: "plot_nf_heatmap"
9164   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9165   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9166   filter: "'NIC_Intel-XXV710' and
9167            'NF_DENSITY' and
9168            'DOCKER' and
9169            'CHAIN' and
9170            'NF_VPPIP4' and
9171            'IPSEC' and
9172            'TNL_4' and
9173            'IMIX' and
9174            '2T1C' and
9175            'NDRPDR'"
9176   parameters:
9177   - "throughput"
9178   - "name"
9179   - "tags"
9180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9181   x-axis: "X = CNFs per Service Chain"
9182   y-axis: "Y = Number of Service Chains"
9183   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9184   layout:
9185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9186     layout: "plot-service-density"
9187
9188 - type: "plot"
9189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9190   algorithm: "plot_nf_heatmap"
9191   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9192   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9193   filter: "'NIC_Intel-XXV710' and
9194            'NF_DENSITY' and
9195            'DOCKER' and
9196            'CHAIN' and
9197            'NF_VPPIP4' and
9198            'IPSEC' and
9199            'TNL_4' and
9200            'IMIX' and
9201            '4T2C' and
9202            'NDRPDR'"
9203   parameters:
9204   - "throughput"
9205   - "name"
9206   - "tags"
9207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9208   x-axis: "X = CNFs per Service Chain"
9209   y-axis: "Y = Number of Service Chains"
9210   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9211   layout:
9212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9213     layout: "plot-service-density"
9214
9215 - type: "plot"
9216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9217   algorithm: "plot_nf_heatmap"
9218   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9219   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9220   filter: "'NIC_Intel-XXV710' and
9221            'NF_DENSITY' and
9222            'DOCKER' and
9223            'CHAIN' and
9224            'NF_VPPIP4' and
9225            'IPSEC' and
9226            'TNL_4' and
9227            'IMIX' and
9228            '8T4C' and
9229            'NDRPDR'"
9230   parameters:
9231   - "throughput"
9232   - "name"
9233   - "tags"
9234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9235   x-axis: "X = CNFs per Service Chain"
9236   y-axis: "Y = Number of Service Chains"
9237   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9238   layout:
9239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9240     layout: "plot-service-density"
9241
9242 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9243 - type: "plot"
9244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9245   algorithm: "plot_nf_heatmap"
9246   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9247   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9248   filter: "'NIC_Intel-XXV710' and
9249            'NF_DENSITY' and
9250            'DOCKER' and
9251            'CHAIN' and
9252            'NF_VPPIP4' and
9253            'IPSEC' and
9254            'TNL_4' and
9255            'IMIX' and
9256            '2T1C' and
9257            'NDRPDR'"
9258   parameters:
9259   - "throughput"
9260   - "name"
9261   - "tags"
9262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9263   x-axis: "X = CNFs per Service Chain"
9264   y-axis: "Y = Number of Service Chains"
9265   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9266   layout:
9267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9268     layout: "plot-service-density"
9269
9270 - type: "plot"
9271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9272   algorithm: "plot_nf_heatmap"
9273   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9274   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9275   filter: "'NIC_Intel-XXV710' and
9276            'NF_DENSITY' and
9277            'DOCKER' and
9278            'CHAIN' and
9279            'NF_VPPIP4' and
9280            'IPSEC' and
9281            'TNL_4' and
9282            'IMIX' and
9283            '4T2C' and
9284            'NDRPDR'"
9285   parameters:
9286   - "throughput"
9287   - "name"
9288   - "tags"
9289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9290   x-axis: "X = CNFs per Service Chain"
9291   y-axis: "Y = Number of Service Chains"
9292   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9293   layout:
9294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9295     layout: "plot-service-density"
9296
9297 - type: "plot"
9298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9299   algorithm: "plot_nf_heatmap"
9300   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9301   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9302   filter: "'NIC_Intel-XXV710' and
9303            'NF_DENSITY' and
9304            'DOCKER' and
9305            'CHAIN' and
9306            'NF_VPPIP4' and
9307            'IPSEC' and
9308            'TNL_4' and
9309            'IMIX' and
9310            '8T4C' and
9311            'NDRPDR'"
9312   parameters:
9313   - "throughput"
9314   - "name"
9315   - "tags"
9316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9317   x-axis: "X = CNFs per Service Chain"
9318   y-axis: "Y = Number of Service Chains"
9319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9320   layout:
9321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9322     layout: "plot-service-density"
9323
9324 ###############################################################################
9325
9326 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9327 #- type: "plot"
9328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9329 #  algorithm: "plot_nf_heatmap"
9330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9331 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9332 #  filter: "'NIC_Intel-XL710' and
9333 #           'NF_DENSITY' and
9334 #           'DOCKER' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IMIX' and
9338 #           'TNL_4' and
9339 #           '1T1C' and
9340 #           'MRR'"
9341 #  parameters:
9342 #  - "result"
9343 #  - "name"
9344 #  - "tags"
9345 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9346 #  x-axis: "X = CNFs per Service Chain"
9347 #  y-axis: "Y = Number of Service Chains"
9348 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9349 #  layout:
9350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9351 #    layout: "plot-service-density"
9352 #
9353 #- type: "plot"
9354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9355 #  algorithm: "plot_nf_heatmap"
9356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9357 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9358 #  filter: "'NIC_Intel-XL710' and
9359 #           'NF_DENSITY' and
9360 #           'DOCKER' and
9361 #           'CHAIN' and
9362 #           'NF_VPPIP4' and
9363 #           'IPSEC' and
9364 #           'TNL_4' and
9365 #           'IMIX' and
9366 #           '2T2C' and
9367 #           'MRR'"
9368 #  parameters:
9369 #  - "result"
9370 #  - "name"
9371 #  - "tags"
9372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9373 #  x-axis: "X = CNFs per Service Chain"
9374 #  y-axis: "Y = Number of Service Chains"
9375 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9376 #  layout:
9377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9378 #    layout: "plot-service-density"
9379 #
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9384 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9385 #  filter: "'NIC_Intel-XL710' and
9386 #           'NF_DENSITY' and
9387 #           'DOCKER' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IPSEC' and
9391 #           'TNL_4' and
9392 #           'IMIX' and
9393 #           '4T4C' and
9394 #           'MRR'"
9395 #  parameters:
9396 #  - "result"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = CNFs per Service Chain"
9401 #  y-axis: "Y = Number of Service Chains"
9402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9405 #    layout: "plot-service-density"
9406
9407 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9408 #- type: "plot"
9409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9410 #  algorithm: "plot_nf_heatmap"
9411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9412 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9413 #  filter: "'NIC_Intel-XL710' and
9414 #           'NF_DENSITY' and
9415 #           'DOCKER' and
9416 #           'CHAIN' and
9417 #           'NF_VPPIP4' and
9418 #           'IPSEC' and
9419 #           'TNL_4' and
9420 #           'IMIX' and
9421 #           '1T1C' and
9422 #           'NDRPDR'"
9423 #  parameters:
9424 #  - "throughput"
9425 #  - "name"
9426 #  - "tags"
9427 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9428 #  x-axis: "X = CNFs per Service Chain"
9429 #  y-axis: "Y = Number of Service Chains"
9430 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9431 #  layout:
9432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9433 #    layout: "plot-service-density"
9434 #
9435 #- type: "plot"
9436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9437 #  algorithm: "plot_nf_heatmap"
9438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9439 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9440 #  filter: "'NIC_Intel-XL710' and
9441 #           'NF_DENSITY' and
9442 #           'DOCKER' and
9443 #           'CHAIN' and
9444 #           'NF_VPPIP4' and
9445 #           'IPSEC' and
9446 #           'TNL_4' and
9447 #           'IMIX' and
9448 #           '2T2C' and
9449 #           'NDRPDR'"
9450 #  parameters:
9451 #  - "throughput"
9452 #  - "name"
9453 #  - "tags"
9454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9455 #  x-axis: "X = CNFs per Service Chain"
9456 #  y-axis: "Y = Number of Service Chains"
9457 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9458 #  layout:
9459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9460 #    layout: "plot-service-density"
9461 #
9462 #- type: "plot"
9463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9464 #  algorithm: "plot_nf_heatmap"
9465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9466 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9467 #  filter: "'NIC_Intel-XL710' and
9468 #           'NF_DENSITY' and
9469 #           'DOCKER' and
9470 #           'CHAIN' and
9471 #           'NF_VPPIP4' and
9472 #           'IPSEC' and
9473 #           'TNL_4' and
9474 #           'IMIX' and
9475 #           '4T4C' and
9476 #           'NDRPDR'"
9477 #  parameters:
9478 #  - "throughput"
9479 #  - "name"
9480 #  - "tags"
9481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9482 #  x-axis: "X = CNFs per Service Chain"
9483 #  y-axis: "Y = Number of Service Chains"
9484 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9485 #  layout:
9486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9487 #    layout: "plot-service-density"
9488 #
9489 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9490 #- type: "plot"
9491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9492 #  algorithm: "plot_nf_heatmap"
9493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9494 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9495 #  filter: "'NIC_Intel-XL710' and
9496 #           'NF_DENSITY' and
9497 #           'DOCKER' and
9498 #           'CHAIN' and
9499 #           'NF_VPPIP4' and
9500 #           'IPSEC' and
9501 #           'TNL_4' and
9502 #           'IMIX' and
9503 #           '1T1C' and
9504 #           'NDRPDR'"
9505 #  parameters:
9506 #  - "throughput"
9507 #  - "name"
9508 #  - "tags"
9509 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9510 #  x-axis: "X = CNFs per Service Chain"
9511 #  y-axis: "Y = Number of Service Chains"
9512 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9513 #  layout:
9514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9515 #    layout: "plot-service-density"
9516 #
9517 #- type: "plot"
9518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9519 #  algorithm: "plot_nf_heatmap"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9521 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9522 #  filter: "'NIC_Intel-XL710' and
9523 #           'NF_DENSITY' and
9524 #           'DOCKER' and
9525 #           'CHAIN' and
9526 #           'NF_VPPIP4' and
9527 #           'IPSEC' and
9528 #           'TNL_4' and
9529 #           'IMIX' and
9530 #           '2T2C' and
9531 #           'NDRPDR'"
9532 #  parameters:
9533 #  - "throughput"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9537 #  x-axis: "X = CNFs per Service Chain"
9538 #  y-axis: "Y = Number of Service Chains"
9539 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9542 #    layout: "plot-service-density"
9543 #
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9548 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9549 #  filter: "'NIC_Intel-XL710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'CHAIN' and
9553 #           'NF_VPPIP4' and
9554 #           'IPSEC' and
9555 #           'TNL_4' and
9556 #           'IMIX' and
9557 #           '4T4C' and
9558 #           'NDRPDR'"
9559 #  parameters:
9560 #  - "throughput"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Chain"
9565 #  y-axis: "Y = Number of Service Chains"
9566 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9569 #    layout: "plot-service-density"
9570
9571 ###############################################################################
9572
9573 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9574 #- type: "plot"
9575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9576 #  algorithm: "plot_nf_heatmap"
9577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9578 #  data: "plot-vpp-nfv-3n-skx-mrr"
9579 #  filter: "'NIC_Intel-XXV710' and
9580 #           'NF_DENSITY' and
9581 #           'DOCKER' and
9582 #           'CHAIN' and
9583 #           'NF_VPPIP4' and
9584 #           'IPSEC' and
9585 #           'TNL_1000' and
9586 #           'IMIX' and
9587 #           '2T1C' and
9588 #           'MRR'"
9589 #  parameters:
9590 #  - "result"
9591 #  - "name"
9592 #  - "tags"
9593 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9594 #  x-axis: "X = CNFs per Service Chain"
9595 #  y-axis: "Y = Number of Service Chains"
9596 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9597 #  layout:
9598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9599 #    layout: "plot-service-density"
9600 #
9601 #- type: "plot"
9602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9603 #  algorithm: "plot_nf_heatmap"
9604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9605 #  data: "plot-vpp-nfv-3n-skx-mrr"
9606 #  filter: "'NIC_Intel-XXV710' and
9607 #           'NF_DENSITY' and
9608 #           'DOCKER' and
9609 #           'CHAIN' and
9610 #           'NF_VPPIP4' and
9611 #           'IPSEC' and
9612 #           'TNL_1000' and
9613 #           'IMIX' and
9614 #           '4T2C' and
9615 #           'MRR'"
9616 #  parameters:
9617 #  - "result"
9618 #  - "name"
9619 #  - "tags"
9620 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9621 #  x-axis: "X = CNFs per Service Chain"
9622 #  y-axis: "Y = Number of Service Chains"
9623 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9624 #  layout:
9625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9626 #    layout: "plot-service-density"
9627 #
9628 #- type: "plot"
9629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9630 #  algorithm: "plot_nf_heatmap"
9631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9632 #  data: "plot-vpp-nfv-3n-skx-mrr"
9633 #  filter: "'NIC_Intel-XXV710' and
9634 #           'NF_DENSITY' and
9635 #           'DOCKER' and
9636 #           'CHAIN' and
9637 #           'NF_VPPIP4' and
9638 #           'IPSEC' and
9639 #           'TNL_1000' and
9640 #           'IMIX' and
9641 #           '8T4C' and
9642 #           'MRR'"
9643 #  parameters:
9644 #  - "result"
9645 #  - "name"
9646 #  - "tags"
9647 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9648 #  x-axis: "X = CNFs per Service Chain"
9649 #  y-axis: "Y = Number of Service Chains"
9650 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9651 #  layout:
9652 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9653 #    layout: "plot-service-density"
9654
9655 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9656 - type: "plot"
9657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9658   algorithm: "plot_nf_heatmap"
9659   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9660   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9661   filter: "'NIC_Intel-XXV710' and
9662            'NF_DENSITY' and
9663            'DOCKER' and
9664            'CHAIN' and
9665            'NF_VPPIP4' and
9666            'IPSEC' and
9667            'TNL_1000' and
9668            'IMIX' and
9669            '2T1C' and
9670            'NDRPDR'"
9671   parameters:
9672   - "throughput"
9673   - "name"
9674   - "tags"
9675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9676   x-axis: "X = CNFs per Service Chain"
9677   y-axis: "Y = Number of Service Chains"
9678   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9679   layout:
9680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9681     layout: "plot-service-density"
9682
9683 - type: "plot"
9684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9685   algorithm: "plot_nf_heatmap"
9686   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9687   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9688   filter: "'NIC_Intel-XXV710' and
9689            'NF_DENSITY' and
9690            'DOCKER' and
9691            'CHAIN' and
9692            'NF_VPPIP4' and
9693            'IPSEC' and
9694            'TNL_1000' and
9695            'IMIX' and
9696            '4T2C' and
9697            'NDRPDR'"
9698   parameters:
9699   - "throughput"
9700   - "name"
9701   - "tags"
9702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9703   x-axis: "X = CNFs per Service Chain"
9704   y-axis: "Y = Number of Service Chains"
9705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9706   layout:
9707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9708     layout: "plot-service-density"
9709
9710 - type: "plot"
9711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9712   algorithm: "plot_nf_heatmap"
9713   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9714   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9715   filter: "'NIC_Intel-XXV710' and
9716            'NF_DENSITY' and
9717            'DOCKER' and
9718            'CHAIN' and
9719            'NF_VPPIP4' and
9720            'IPSEC' and
9721            'TNL_1000' and
9722            'IMIX' and
9723            '8T4C' and
9724            'NDRPDR'"
9725   parameters:
9726   - "throughput"
9727   - "name"
9728   - "tags"
9729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9730   x-axis: "X = CNFs per Service Chain"
9731   y-axis: "Y = Number of Service Chains"
9732   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9733   layout:
9734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9735     layout: "plot-service-density"
9736
9737 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9738 - type: "plot"
9739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9740   algorithm: "plot_nf_heatmap"
9741   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9742   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9743   filter: "'NIC_Intel-XXV710' and
9744            'NF_DENSITY' and
9745            'DOCKER' and
9746            'CHAIN' and
9747            'NF_VPPIP4' and
9748            'IPSEC' and
9749            'TNL_1000' and
9750            'IMIX' and
9751            '2T1C' and
9752            'NDRPDR'"
9753   parameters:
9754   - "throughput"
9755   - "name"
9756   - "tags"
9757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9758   x-axis: "X = CNFs per Service Chain"
9759   y-axis: "Y = Number of Service Chains"
9760   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9761   layout:
9762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9763     layout: "plot-service-density"
9764
9765 - type: "plot"
9766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9767   algorithm: "plot_nf_heatmap"
9768   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9769   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9770   filter: "'NIC_Intel-XXV710' and
9771            'NF_DENSITY' and
9772            'DOCKER' and
9773            'CHAIN' and
9774            'NF_VPPIP4' and
9775            'IPSEC' and
9776            'TNL_1000' and
9777            'IMIX' and
9778            '4T2C' and
9779            'NDRPDR'"
9780   parameters:
9781   - "throughput"
9782   - "name"
9783   - "tags"
9784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9785   x-axis: "X = CNFs per Service Chain"
9786   y-axis: "Y = Number of Service Chains"
9787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9788   layout:
9789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9790     layout: "plot-service-density"
9791
9792 - type: "plot"
9793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9794   algorithm: "plot_nf_heatmap"
9795   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9796   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9797   filter: "'NIC_Intel-XXV710' and
9798            'NF_DENSITY' and
9799            'DOCKER' and
9800            'CHAIN' and
9801            'NF_VPPIP4' and
9802            'IPSEC' and
9803            'TNL_1000' and
9804            'IMIX' and
9805            '8T4C' and
9806            'NDRPDR'"
9807   parameters:
9808   - "throughput"
9809   - "name"
9810   - "tags"
9811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9812   x-axis: "X = CNFs per Service Chain"
9813   y-axis: "Y = Number of Service Chains"
9814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9815   layout:
9816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9817     layout: "plot-service-density"
9818
9819 ###############################################################################
9820
9821 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9826 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9827 #  filter: "'NIC_Intel-XL710' and
9828 #           'NF_DENSITY' and
9829 #           'DOCKER' and
9830 #           'CHAIN' and
9831 #           'NF_VPPIP4' and
9832 #           'IMIX' and
9833 #           'TNL_1000' and
9834 #           '1T1C' and
9835 #           'MRR'"
9836 #  parameters:
9837 #  - "result"
9838 #  - "name"
9839 #  - "tags"
9840 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9841 #  x-axis: "X = CNFs per Service Chain"
9842 #  y-axis: "Y = Number of Service Chains"
9843 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9844 #  layout:
9845 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9846 #    layout: "plot-service-density"
9847 #
9848 #- type: "plot"
9849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9850 #  algorithm: "plot_nf_heatmap"
9851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9852 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9853 #  filter: "'NIC_Intel-XL710' and
9854 #           'NF_DENSITY' and
9855 #           'DOCKER' and
9856 #           'CHAIN' and
9857 #           'NF_VPPIP4' and
9858 #           'IPSEC' and
9859 #           'TNL_1000' and
9860 #           'IMIX' and
9861 #           '2T2C' and
9862 #           'MRR'"
9863 #  parameters:
9864 #  - "result"
9865 #  - "name"
9866 #  - "tags"
9867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9868 #  x-axis: "X = CNFs per Service Chain"
9869 #  y-axis: "Y = Number of Service Chains"
9870 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9871 #  layout:
9872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9873 #    layout: "plot-service-density"
9874 #
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9879 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9880 #  filter: "'NIC_Intel-XL710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'CHAIN' and
9884 #           'NF_VPPIP4' and
9885 #           'IPSEC' and
9886 #           'TNL_1000' and
9887 #           'IMIX' and
9888 #           '4T4C' and
9889 #           'MRR'"
9890 #  parameters:
9891 #  - "result"
9892 #  - "name"
9893 #  - "tags"
9894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9895 #  x-axis: "X = CNFs per Service Chain"
9896 #  y-axis: "Y = Number of Service Chains"
9897 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9898 #  layout:
9899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9900 #    layout: "plot-service-density"
9901
9902 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9903 #- type: "plot"
9904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9905 #  algorithm: "plot_nf_heatmap"
9906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9907 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9908 #  filter: "'NIC_Intel-XL710' and
9909 #           'NF_DENSITY' and
9910 #           'DOCKER' and
9911 #           'CHAIN' and
9912 #           'NF_VPPIP4' and
9913 #           'IPSEC' and
9914 #           'TNL_1000' and
9915 #           'IMIX' and
9916 #           '1T1C' and
9917 #           'NDRPDR'"
9918 #  parameters:
9919 #  - "throughput"
9920 #  - "name"
9921 #  - "tags"
9922 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9923 #  x-axis: "X = CNFs per Service Chain"
9924 #  y-axis: "Y = Number of Service Chains"
9925 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9926 #  layout:
9927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9928 #    layout: "plot-service-density"
9929 #
9930 #- type: "plot"
9931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9932 #  algorithm: "plot_nf_heatmap"
9933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9934 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9935 #  filter: "'NIC_Intel-XL710' and
9936 #           'NF_DENSITY' and
9937 #           'DOCKER' and
9938 #           'CHAIN' and
9939 #           'NF_VPPIP4' and
9940 #           'IPSEC' and
9941 #           'TNL_1000' and
9942 #           'IMIX' and
9943 #           '2T2C' and
9944 #           'NDRPDR'"
9945 #  parameters:
9946 #  - "throughput"
9947 #  - "name"
9948 #  - "tags"
9949 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9950 #  x-axis: "X = CNFs per Service Chain"
9951 #  y-axis: "Y = Number of Service Chains"
9952 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9953 #  layout:
9954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9955 #    layout: "plot-service-density"
9956 #
9957 #- type: "plot"
9958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9959 #  algorithm: "plot_nf_heatmap"
9960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9961 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9962 #  filter: "'NIC_Intel-XL710' and
9963 #           'NF_DENSITY' and
9964 #           'DOCKER' and
9965 #           'CHAIN' and
9966 #           'NF_VPPIP4' and
9967 #           'IPSEC' and
9968 #           'TNL_1000' and
9969 #           'IMIX' and
9970 #           '4T4C' and
9971 #           'NDRPDR'"
9972 #  parameters:
9973 #  - "throughput"
9974 #  - "name"
9975 #  - "tags"
9976 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9977 #  x-axis: "X = CNFs per Service Chain"
9978 #  y-axis: "Y = Number of Service Chains"
9979 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9980 #  layout:
9981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9982 #    layout: "plot-service-density"
9983 #
9984 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9985 #- type: "plot"
9986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9987 #  algorithm: "plot_nf_heatmap"
9988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9989 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9990 #  filter: "'NIC_Intel-XL710' and
9991 #           'NF_DENSITY' and
9992 #           'DOCKER' and
9993 #           'CHAIN' and
9994 #           'NF_VPPIP4' and
9995 #           'IPSEC' and
9996 #           'TNL_1000' and
9997 #           'IMIX' and
9998 #           '1T1C' and
9999 #           'NDRPDR'"
10000 #  parameters:
10001 #  - "throughput"
10002 #  - "name"
10003 #  - "tags"
10004 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10005 #  x-axis: "X = CNFs per Service Chain"
10006 #  y-axis: "Y = Number of Service Chains"
10007 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10008 #  layout:
10009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10010 #    layout: "plot-service-density"
10011 #
10012 #- type: "plot"
10013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10014 #  algorithm: "plot_nf_heatmap"
10015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
10016 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10017 #  filter: "'NIC_Intel-XL710' and
10018 #           'NF_DENSITY' and
10019 #           'DOCKER' and
10020 #           'CHAIN' and
10021 #           'NF_VPPIP4' and
10022 #           'IPSEC' and
10023 #           'TNL_1000' and
10024 #           'IMIX' and
10025 #           '2T2C' and
10026 #           'NDRPDR'"
10027 #  parameters:
10028 #  - "throughput"
10029 #  - "name"
10030 #  - "tags"
10031 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10032 #  x-axis: "X = CNFs per Service Chain"
10033 #  y-axis: "Y = Number of Service Chains"
10034 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10035 #  layout:
10036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10037 #    layout: "plot-service-density"
10038 #
10039 #- type: "plot"
10040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10041 #  algorithm: "plot_nf_heatmap"
10042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
10043 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10044 #  filter: "'NIC_Intel-XL710' and
10045 #           'NF_DENSITY' and
10046 #           'DOCKER' and
10047 #           'CHAIN' and
10048 #           'NF_VPPIP4' and
10049 #           'IPSEC' and
10050 #           'TNL_1000' and
10051 #           'IMIX' and
10052 #           '4T4C' and
10053 #           'NDRPDR'"
10054 #  parameters:
10055 #  - "throughput"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10059 #  x-axis: "X = CNFs per Service Chain"
10060 #  y-axis: "Y = Number of Service Chains"
10061 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10064 #    layout: "plot-service-density"
10065
10066 ###############################################################################
10067
10068 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10069 #- type: "plot"
10070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10071 #  algorithm: "plot_nf_heatmap"
10072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10073 #  data: "plot-vpp-nfv-3n-skx-mrr"
10074 #  filter: "'NIC_Intel-XXV710' and
10075 #           'NF_DENSITY' and
10076 #           'DOCKER' and
10077 #           'CHAIN' and
10078 #           'NF_VPPIP4' and
10079 #           'IPSEC' and
10080 #           'TNL_10000' and
10081 #           'IMIX' and
10082 #           '2T1C' and
10083 #           'MRR'"
10084 #  parameters:
10085 #  - "result"
10086 #  - "name"
10087 #  - "tags"
10088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10089 #  x-axis: "X = CNFs per Service Chain"
10090 #  y-axis: "Y = Number of Service Chains"
10091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10094 #    layout: "plot-service-density"
10095 #
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10100 #  data: "plot-vpp-nfv-3n-skx-mrr"
10101 #  filter: "'NIC_Intel-XXV710' and
10102 #           'NF_DENSITY' and
10103 #           'DOCKER' and
10104 #           'CHAIN' and
10105 #           'NF_VPPIP4' and
10106 #           'IPSEC' and
10107 #           'TNL_10000' and
10108 #           'IMIX' and
10109 #           '4T2C' and
10110 #           'MRR'"
10111 #  parameters:
10112 #  - "result"
10113 #  - "name"
10114 #  - "tags"
10115 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10116 #  x-axis: "X = CNFs per Service Chain"
10117 #  y-axis: "Y = Number of Service Chains"
10118 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10119 #  layout:
10120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10121 #    layout: "plot-service-density"
10122 #
10123 #- type: "plot"
10124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10125 #  algorithm: "plot_nf_heatmap"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10127 #  data: "plot-vpp-nfv-3n-skx-mrr"
10128 #  filter: "'NIC_Intel-XXV710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'CHAIN' and
10132 #           'NF_VPPIP4' and
10133 #           'IPSEC' and
10134 #           'TNL_10000' and
10135 #           'IMIX' and
10136 #           '8T4C' and
10137 #           'MRR'"
10138 #  parameters:
10139 #  - "result"
10140 #  - "name"
10141 #  - "tags"
10142 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10143 #  x-axis: "X = CNFs per Service Chain"
10144 #  y-axis: "Y = Number of Service Chains"
10145 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10146 #  layout:
10147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10148 #    layout: "plot-service-density"
10149
10150 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10155   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10156   filter: "'NIC_Intel-XXV710' and
10157            'NF_DENSITY' and
10158            'DOCKER' and
10159            'CHAIN' and
10160            'NF_VPPIP4' and
10161            'IPSEC' and
10162            'TNL_10000' and
10163            'IMIX' and
10164            '2T1C' and
10165            'NDRPDR'"
10166   parameters:
10167   - "throughput"
10168   - "name"
10169   - "tags"
10170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10171   x-axis: "X = CNFs per Service Chain"
10172   y-axis: "Y = Number of Service Chains"
10173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10174   layout:
10175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10176     layout: "plot-service-density"
10177
10178 - type: "plot"
10179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10180   algorithm: "plot_nf_heatmap"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10182   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'DOCKER' and
10186            'CHAIN' and
10187            'NF_VPPIP4' and
10188            'IPSEC' and
10189            'TNL_10000' and
10190            'IMIX' and
10191            '4T2C' and
10192            'NDRPDR'"
10193   parameters:
10194   - "throughput"
10195   - "name"
10196   - "tags"
10197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10198   x-axis: "X = CNFs per Service Chain"
10199   y-axis: "Y = Number of Service Chains"
10200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10201   layout:
10202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10203     layout: "plot-service-density"
10204
10205 - type: "plot"
10206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10207   algorithm: "plot_nf_heatmap"
10208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10209   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10210   filter: "'NIC_Intel-XXV710' and
10211            'NF_DENSITY' and
10212            'DOCKER' and
10213            'CHAIN' and
10214            'NF_VPPIP4' and
10215            'IPSEC' and
10216            'TNL_10000' and
10217            'IMIX' and
10218            '8T4C' and
10219            'NDRPDR'"
10220   parameters:
10221   - "throughput"
10222   - "name"
10223   - "tags"
10224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10225   x-axis: "X = CNFs per Service Chain"
10226   y-axis: "Y = Number of Service Chains"
10227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10228   layout:
10229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10230     layout: "plot-service-density"
10231
10232 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10233 - type: "plot"
10234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10235   algorithm: "plot_nf_heatmap"
10236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10237   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10238   filter: "'NIC_Intel-XXV710' and
10239            'NF_DENSITY' and
10240            'DOCKER' and
10241            'CHAIN' and
10242            'NF_VPPIP4' and
10243            'IPSEC' and
10244            'TNL_10000' and
10245            'IMIX' and
10246            '2T1C' and
10247            'NDRPDR'"
10248   parameters:
10249   - "throughput"
10250   - "name"
10251   - "tags"
10252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10253   x-axis: "X = CNFs per Service Chain"
10254   y-axis: "Y = Number of Service Chains"
10255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10256   layout:
10257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10258     layout: "plot-service-density"
10259
10260 - type: "plot"
10261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10262   algorithm: "plot_nf_heatmap"
10263   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10264   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10265   filter: "'NIC_Intel-XXV710' and
10266            'NF_DENSITY' and
10267            'DOCKER' and
10268            'CHAIN' and
10269            'NF_VPPIP4' and
10270            'IPSEC' and
10271            'TNL_10000' and
10272            'IMIX' and
10273            '4T2C' and
10274            'NDRPDR'"
10275   parameters:
10276   - "throughput"
10277   - "name"
10278   - "tags"
10279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10280   x-axis: "X = CNFs per Service Chain"
10281   y-axis: "Y = Number of Service Chains"
10282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10283   layout:
10284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10285     layout: "plot-service-density"
10286
10287 - type: "plot"
10288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10289   algorithm: "plot_nf_heatmap"
10290   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10291   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10292   filter: "'NIC_Intel-XXV710' and
10293            'NF_DENSITY' and
10294            'DOCKER' and
10295            'CHAIN' and
10296            'NF_VPPIP4' and
10297            'IPSEC' and
10298            'TNL_10000' and
10299            'IMIX' and
10300            '8T4C' and
10301            'NDRPDR'"
10302   parameters:
10303   - "throughput"
10304   - "name"
10305   - "tags"
10306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10307   x-axis: "X = CNFs per Service Chain"
10308   y-axis: "Y = Number of Service Chains"
10309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10310   layout:
10311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10312     layout: "plot-service-density"
10313
10314 ###############################################################################
10315
10316 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10317 #- type: "plot"
10318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10319 #  algorithm: "plot_nf_heatmap"
10320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10321 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10322 #  filter: "'NIC_Intel-XL710' and
10323 #           'NF_DENSITY' and
10324 #           'DOCKER' and
10325 #           'CHAIN' and
10326 #           'NF_VPPIP4' and
10327 #           'IMIX' and
10328 #           'TNL_10000' and
10329 #           '1T1C' and
10330 #           'MRR'"
10331 #  parameters:
10332 #  - "result"
10333 #  - "name"
10334 #  - "tags"
10335 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10336 #  x-axis: "X = CNFs per Service Chain"
10337 #  y-axis: "Y = Number of Service Chains"
10338 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10339 #  layout:
10340 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10341 #    layout: "plot-service-density"
10342 #
10343 #- type: "plot"
10344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10345 #  algorithm: "plot_nf_heatmap"
10346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10347 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10348 #  filter: "'NIC_Intel-XL710' and
10349 #           'NF_DENSITY' and
10350 #           'DOCKER' and
10351 #           'CHAIN' and
10352 #           'NF_VPPIP4' and
10353 #           'IPSEC' and
10354 #           'TNL_10000' and
10355 #           'IMIX' and
10356 #           '2T2C' and
10357 #           'MRR'"
10358 #  parameters:
10359 #  - "result"
10360 #  - "name"
10361 #  - "tags"
10362 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10363 #  x-axis: "X = CNFs per Service Chain"
10364 #  y-axis: "Y = Number of Service Chains"
10365 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10366 #  layout:
10367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10368 #    layout: "plot-service-density"
10369 #
10370 #- type: "plot"
10371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10372 #  algorithm: "plot_nf_heatmap"
10373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10374 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10375 #  filter: "'NIC_Intel-XL710' and
10376 #           'NF_DENSITY' and
10377 #           'DOCKER' and
10378 #           'CHAIN' and
10379 #           'NF_VPPIP4' and
10380 #           'IPSEC' and
10381 #           'TNL_10000' and
10382 #           'IMIX' and
10383 #           '4T4C' and
10384 #           'MRR'"
10385 #  parameters:
10386 #  - "result"
10387 #  - "name"
10388 #  - "tags"
10389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10390 #  x-axis: "X = CNFs per Service Chain"
10391 #  y-axis: "Y = Number of Service Chains"
10392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10393 #  layout:
10394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10395 #    layout: "plot-service-density"
10396
10397 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10398 #- type: "plot"
10399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10400 #  algorithm: "plot_nf_heatmap"
10401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10402 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10403 #  filter: "'NIC_Intel-XL710' and
10404 #           'NF_DENSITY' and
10405 #           'DOCKER' and
10406 #           'CHAIN' and
10407 #           'NF_VPPIP4' and
10408 #           'IPSEC' and
10409 #           'TNL_10000' and
10410 #           'IMIX' and
10411 #           '1T1C' and
10412 #           'NDRPDR'"
10413 #  parameters:
10414 #  - "throughput"
10415 #  - "name"
10416 #  - "tags"
10417 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10418 #  x-axis: "X = CNFs per Service Chain"
10419 #  y-axis: "Y = Number of Service Chains"
10420 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10421 #  layout:
10422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10423 #    layout: "plot-service-density"
10424 #
10425 #- type: "plot"
10426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10427 #  algorithm: "plot_nf_heatmap"
10428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10429 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10430 #  filter: "'NIC_Intel-XL710' and
10431 #           'NF_DENSITY' and
10432 #           'DOCKER' and
10433 #           'CHAIN' and
10434 #           'NF_VPPIP4' and
10435 #           'IPSEC' and
10436 #           'TNL_10000' and
10437 #           'IMIX' and
10438 #           '2T2C' and
10439 #           'NDRPDR'"
10440 #  parameters:
10441 #  - "throughput"
10442 #  - "name"
10443 #  - "tags"
10444 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10445 #  x-axis: "X = CNFs per Service Chain"
10446 #  y-axis: "Y = Number of Service Chains"
10447 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10448 #  layout:
10449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10450 #    layout: "plot-service-density"
10451 #
10452 #- type: "plot"
10453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10454 #  algorithm: "plot_nf_heatmap"
10455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10456 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10457 #  filter: "'NIC_Intel-XL710' and
10458 #           'NF_DENSITY' and
10459 #           'DOCKER' and
10460 #           'CHAIN' and
10461 #           'NF_VPPIP4' and
10462 #           'IPSEC' and
10463 #           'TNL_10000' and
10464 #           'IMIX' and
10465 #           '4T4C' and
10466 #           'NDRPDR'"
10467 #  parameters:
10468 #  - "throughput"
10469 #  - "name"
10470 #  - "tags"
10471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10472 #  x-axis: "X = CNFs per Service Chain"
10473 #  y-axis: "Y = Number of Service Chains"
10474 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10475 #  layout:
10476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10477 #    layout: "plot-service-density"
10478 #
10479 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10480 #- type: "plot"
10481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10482 #  algorithm: "plot_nf_heatmap"
10483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10484 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10485 #  filter: "'NIC_Intel-XL710' and
10486 #           'NF_DENSITY' and
10487 #           'DOCKER' and
10488 #           'CHAIN' and
10489 #           'NF_VPPIP4' and
10490 #           'IPSEC' and
10491 #           'TNL_10000' and
10492 #           'IMIX' and
10493 #           '1T1C' and
10494 #           'NDRPDR'"
10495 #  parameters:
10496 #  - "throughput"
10497 #  - "name"
10498 #  - "tags"
10499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10500 #  x-axis: "X = CNFs per Service Chain"
10501 #  y-axis: "Y = Number of Service Chains"
10502 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10503 #  layout:
10504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10505 #    layout: "plot-service-density"
10506 #
10507 #- type: "plot"
10508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10509 #  algorithm: "plot_nf_heatmap"
10510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10511 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10512 #  filter: "'NIC_Intel-XL710' and
10513 #           'NF_DENSITY' and
10514 #           'DOCKER' and
10515 #           'CHAIN' and
10516 #           'NF_VPPIP4' and
10517 #           'IPSEC' and
10518 #           'TNL_10000' and
10519 #           'IMIX' and
10520 #           '2T2C' and
10521 #           'NDRPDR'"
10522 #  parameters:
10523 #  - "throughput"
10524 #  - "name"
10525 #  - "tags"
10526 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10527 #  x-axis: "X = CNFs per Service Chain"
10528 #  y-axis: "Y = Number of Service Chains"
10529 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10530 #  layout:
10531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10532 #    layout: "plot-service-density"
10533 #
10534 #- type: "plot"
10535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10536 #  algorithm: "plot_nf_heatmap"
10537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10538 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10539 #  filter: "'NIC_Intel-XL710' and
10540 #           'NF_DENSITY' and
10541 #           'DOCKER' and
10542 #           'CHAIN' and
10543 #           'NF_VPPIP4' and
10544 #           'IPSEC' and
10545 #           'TNL_10000' and
10546 #           'IMIX' and
10547 #           '4T4C' and
10548 #           'NDRPDR'"
10549 #  parameters:
10550 #  - "throughput"
10551 #  - "name"
10552 #  - "tags"
10553 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10554 #  x-axis: "X = CNFs per Service Chain"
10555 #  y-axis: "Y = Number of Service Chains"
10556 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10557 #  layout:
10558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10559 #    layout: "plot-service-density"
10560
10561 ###############################################################################
10562
10563 # Plots - NF Density - CSP - MRR IMIX
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10569   data: "plot-vpp-nfv-2n-skx-mrr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'DOCKER' and
10573            'PIPELINE' and
10574            'NF_VPPIP4' and
10575            'IMIX' and
10576            '2T1C' and
10577            'MRR'"
10578   parameters:
10579   - "result"
10580   - "name"
10581   - "tags"
10582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10583   x-axis: "X = CNFs per Service Pipeline"
10584   y-axis: "Y = Number of Service Pipelines"
10585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10586   layout:
10587     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10588     layout: "plot-service-density"
10589
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10595   data: "plot-vpp-nfv-2n-skx-mrr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'DOCKER' and
10599            'PIPELINE' and
10600            'NF_VPPIP4' and
10601            'IMIX' and
10602            '4T2C' and
10603            'MRR'"
10604   parameters:
10605   - "result"
10606   - "name"
10607   - "tags"
10608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10609   x-axis: "X = CNFs per Service Pipeline"
10610   y-axis: "Y = Number of Service Pipelines"
10611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10612   layout:
10613     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10614     layout: "plot-service-density"
10615
10616 - type: "plot"
10617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10618   algorithm: "plot_nf_heatmap"
10619   output-file-type: ".html"
10620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10621   data: "plot-vpp-nfv-2n-skx-mrr"
10622   filter: "'NIC_Intel-XXV710' and
10623            'NF_DENSITY' and
10624            'DOCKER' and
10625            'PIPELINE' and
10626            'NF_VPPIP4' and
10627            'IMIX' and
10628            '8T4C' and
10629            'MRR'"
10630   parameters:
10631   - "result"
10632   - "name"
10633   - "tags"
10634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10635   x-axis: "X = CNFs per Service Pipeline"
10636   y-axis: "Y = Number of Service Pipelines"
10637   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10638   layout:
10639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10640     layout: "plot-service-density"
10641
10642 # Plots - NF Density - CSP - NDR IMIX
10643 - type: "plot"
10644   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10645   algorithm: "plot_nf_heatmap"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10648   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10649   filter: "'NIC_Intel-XXV710' and
10650            'NF_DENSITY' and
10651            'DOCKER' and
10652            'PIPELINE' and
10653            'NF_VPPIP4' and
10654            'IMIX' and
10655            '2T1C' and
10656            'NDRPDR'"
10657   parameters:
10658   - "throughput"
10659   - "name"
10660   - "tags"
10661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10662   x-axis: "X = CNFs per Service Pipeline"
10663   y-axis: "Y = Number of Service Pipelines"
10664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10665   layout:
10666     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10667     layout: "plot-service-density"
10668
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10674   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'DOCKER' and
10678            'PIPELINE' and
10679            'NF_VPPIP4' and
10680            'IMIX' and
10681            '4T2C' and
10682            'NDRPDR'"
10683   parameters:
10684   - "throughput"
10685   - "name"
10686   - "tags"
10687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10688   x-axis: "X = CNFs per Service Pipeline"
10689   y-axis: "Y = Number of Service Pipelines"
10690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10691   layout:
10692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10693     layout: "plot-service-density"
10694
10695 - type: "plot"
10696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10697   algorithm: "plot_nf_heatmap"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10700   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10701   filter: "'NIC_Intel-XXV710' and
10702            'NF_DENSITY' and
10703            'DOCKER' and
10704            'PIPELINE' and
10705            'NF_VPPIP4' and
10706            'IMIX' and
10707            '8T4C' and
10708            'NDRPDR'"
10709   parameters:
10710   - "throughput"
10711   - "name"
10712   - "tags"
10713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10714   x-axis: "X = CNFs per Service Pipeline"
10715   y-axis: "Y = Number of Service Pipelines"
10716   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10717   layout:
10718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10719     layout: "plot-service-density"
10720
10721 # Plots - NF Density - CSP - PDR IMIX
10722 - type: "plot"
10723   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10724   algorithm: "plot_nf_heatmap"
10725   output-file-type: ".html"
10726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10727   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10728   filter: "'NIC_Intel-XXV710' and
10729            'NF_DENSITY' and
10730            'DOCKER' and
10731            'PIPELINE' and
10732            'NF_VPPIP4' and
10733            'IMIX' and
10734            '2T1C' and
10735            'NDRPDR'"
10736   parameters:
10737   - "throughput"
10738   - "name"
10739   - "tags"
10740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10741   x-axis: "X = CNFs per Service Pipeline"
10742   y-axis: "Y = Number of Service Pipelines"
10743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10744   layout:
10745     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10746     layout: "plot-service-density"
10747
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10753   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10754   filter: "'NIC_Intel-XXV710' and
10755            'NF_DENSITY' and
10756            'DOCKER' and
10757            'PIPELINE' and
10758            'NF_VPPIP4' and
10759            'IMIX' and
10760            '4T2C' and
10761            'NDRPDR'"
10762   parameters:
10763   - "throughput"
10764   - "name"
10765   - "tags"
10766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = CNFs per Service Pipeline"
10768   y-axis: "Y = Number of Service Pipelines"
10769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10772     layout: "plot-service-density"
10773
10774 - type: "plot"
10775   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10776   algorithm: "plot_nf_heatmap"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10779   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10780   filter: "'NIC_Intel-XXV710' and
10781            'NF_DENSITY' and
10782            'DOCKER' and
10783            'PIPELINE' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '8T4C' and
10787            'NDRPDR'"
10788   parameters:
10789   - "throughput"
10790   - "name"
10791   - "tags"
10792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = CNFs per Service Pipeline"
10794   y-axis: "Y = Number of Service Pipelines"
10795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10798     layout: "plot-service-density"
10799
10800 ###############################################################################
10801 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10802
10803 - type: "plot"
10804   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10805   algorithm: "plot_nf_heatmap"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10808   data: "plot-vpp-nfv-2n-clx-mrr"
10809   filter: "'NIC_Intel-XXV710' and
10810            'NF_DENSITY' and
10811            'VHOST' and
10812            not 'VXLAN' and
10813            'CHAIN' and
10814            'NF_VPPIP4' and
10815            'IMIX' and
10816            '2T1C' and
10817            'MRR'"
10818   parameters:
10819   - "result"
10820   - "name"
10821   - "tags"
10822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10823   x-axis: "X = VNFs per Service Chain"
10824   y-axis: "Y = Number of Service Chains"
10825   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10826   layout:
10827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10828     layout: "plot-service-density"
10829
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10835   data: "plot-vpp-nfv-2n-clx-mrr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'VHOST' and
10839            not 'VXLAN' and
10840            'CHAIN' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '4T2C' and
10844            'MRR'"
10845   parameters:
10846   - "result"
10847   - "name"
10848   - "tags"
10849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = VNFs per Service Chain"
10851   y-axis: "Y = Number of Service Chains"
10852   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10855     layout: "plot-service-density"
10856
10857 - type: "plot"
10858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10859   algorithm: "plot_nf_heatmap"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10862   data: "plot-vpp-nfv-2n-clx-mrr"
10863   filter: "'NIC_Intel-XXV710' and
10864            'NF_DENSITY' and
10865            'VHOST' and
10866            not 'VXLAN' and
10867            'CHAIN' and
10868            'NF_VPPIP4' and
10869            'IMIX' and
10870            '8T4C' and
10871            'MRR'"
10872   parameters:
10873   - "result"
10874   - "name"
10875   - "tags"
10876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10877   x-axis: "X = VNFs per Service Chain"
10878   y-axis: "Y = Number of Service Chains"
10879   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10882     layout: "plot-service-density"
10883
10884 # Plots - NF Density - VSC - NDR IMIX
10885 - type: "plot"
10886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10887   algorithm: "plot_nf_heatmap"
10888   output-file-type: ".html"
10889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10890   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10891   filter: "'NIC_Intel-XXV710' and
10892            'NF_DENSITY' and
10893            'VHOST' and
10894            not 'VXLAN' and
10895            'CHAIN' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '2T1C' and
10899            'NDRPDR'"
10900   parameters:
10901   - "throughput"
10902   - "name"
10903   - "tags"
10904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = VNFs per Service Chain"
10906   y-axis: "Y = Number of Service Chains"
10907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10910     layout: "plot-service-density"
10911
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'VHOST' and
10921            not 'VXLAN' and
10922            'CHAIN' and
10923            'NF_VPPIP4' and
10924            'IMIX' and
10925            '4T2C' and
10926            'NDRPDR'"
10927   parameters:
10928   - "throughput"
10929   - "name"
10930   - "tags"
10931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10932   x-axis: "X = VNFs per Service Chain"
10933   y-axis: "Y = Number of Service Chains"
10934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10935   layout:
10936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10937     layout: "plot-service-density"
10938
10939 - type: "plot"
10940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10941   algorithm: "plot_nf_heatmap"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10944   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10945   filter: "'NIC_Intel-XXV710' and
10946            'NF_DENSITY' and
10947            'VHOST' and
10948            not 'VXLAN' and
10949            'CHAIN' and
10950            'NF_VPPIP4' and
10951            'IMIX' and
10952            '8T4C' and
10953            'NDRPDR'"
10954   parameters:
10955   - "throughput"
10956   - "name"
10957   - "tags"
10958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10959   x-axis: "X = VNFs per Service Chain"
10960   y-axis: "Y = Number of Service Chains"
10961   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10962   layout:
10963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10964     layout: "plot-service-density"
10965
10966 # Plots - NF Density - VSC - PDR IMIX
10967 - type: "plot"
10968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10969   algorithm: "plot_nf_heatmap"
10970   output-file-type: ".html"
10971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10973   filter: "'NIC_Intel-XXV710' and
10974            'NF_DENSITY' and
10975            'VHOST' and
10976            not 'VXLAN' and
10977            'CHAIN' and
10978            'NF_VPPIP4' and
10979            'IMIX' and
10980            '2T1C' and
10981            'NDRPDR'"
10982   parameters:
10983   - "throughput"
10984   - "name"
10985   - "tags"
10986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10987   x-axis: "X = VNFs per Service Chain"
10988   y-axis: "Y = Number of Service Chains"
10989   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10990   layout:
10991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10992     layout: "plot-service-density"
10993
10994 - type: "plot"
10995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10996   algorithm: "plot_nf_heatmap"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10999   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11000   filter: "'NIC_Intel-XXV710' and
11001            'NF_DENSITY' and
11002            'VHOST' and
11003            not 'VXLAN' and
11004            'CHAIN' and
11005            'NF_VPPIP4' and
11006            'IMIX' and
11007            '4T2C' and
11008            'NDRPDR'"
11009   parameters:
11010   - "throughput"
11011   - "name"
11012   - "tags"
11013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11014   x-axis: "X = VNFs per Service Chain"
11015   y-axis: "Y = Number of Service Chains"
11016   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11017   layout:
11018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11019     layout: "plot-service-density"
11020
11021 - type: "plot"
11022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11023   algorithm: "plot_nf_heatmap"
11024   output-file-type: ".html"
11025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11026   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11027   filter: "'NIC_Intel-XXV710' and
11028            'NF_DENSITY' and
11029            'VHOST' and
11030            not 'VXLAN' and
11031            'CHAIN' and
11032            'NF_VPPIP4' and
11033            'IMIX' and
11034            '8T4C' and
11035            'NDRPDR'"
11036   parameters:
11037   - "throughput"
11038   - "name"
11039   - "tags"
11040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11041   x-axis: "X = VNFs per Service Chain"
11042   y-axis: "Y = Number of Service Chains"
11043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11044   layout:
11045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11046     layout: "plot-service-density"
11047
11048 # Plots - NF Density - VSC - MRR IMIX
11049 - type: "plot"
11050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11051   algorithm: "plot_nf_heatmap"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11054   data: "plot-vpp-nfv-2n-clx-mrr"
11055   filter: "'NIC_Intel-XXV710' and
11056            'NF_DENSITY' and
11057            'VHOST' and
11058            'VXLAN' and
11059            'CHAIN' and
11060            'IMIX' and
11061            '2T1C' and
11062            'MRR'"
11063   parameters:
11064   - "result"
11065   - "name"
11066   - "tags"
11067   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11068   x-axis: "X = VNFs per Service Chain"
11069   y-axis: "Y = Number of Service Chains"
11070   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11071   layout:
11072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11073     layout: "plot-service-density"
11074
11075 - type: "plot"
11076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11077   algorithm: "plot_nf_heatmap"
11078   output-file-type: ".html"
11079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11080   data: "plot-vpp-nfv-2n-clx-mrr"
11081   filter: "'NIC_Intel-XXV710' and
11082            'NF_DENSITY' and
11083            'VHOST' and
11084            'VXLAN' and
11085            'CHAIN' and
11086            'IMIX' and
11087            '4T2C' and
11088            'MRR'"
11089   parameters:
11090   - "result"
11091   - "name"
11092   - "tags"
11093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11094   x-axis: "X = VNFs per Service Chain"
11095   y-axis: "Y = Number of Service Chains"
11096   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11097   layout:
11098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11099     layout: "plot-service-density"
11100
11101 - type: "plot"
11102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11103   algorithm: "plot_nf_heatmap"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11106   data: "plot-vpp-nfv-2n-clx-mrr"
11107   filter: "'NIC_Intel-XXV710' and
11108            'NF_DENSITY' and
11109            'VHOST' and
11110            'VXLAN' and
11111            'CHAIN' and
11112            'IMIX' and
11113            '8T4C' and
11114            'MRR'"
11115   parameters:
11116   - "result"
11117   - "name"
11118   - "tags"
11119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11120   x-axis: "X = VNFs per Service Chain"
11121   y-axis: "Y = Number of Service Chains"
11122   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11123   layout:
11124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11125     layout: "plot-service-density"
11126
11127 # Plots - NF Density - VSC - NDR IMIX
11128 - type: "plot"
11129   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11130   algorithm: "plot_nf_heatmap"
11131   output-file-type: ".html"
11132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11133   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11134   filter: "'NIC_Intel-XXV710' and
11135            'NF_DENSITY' and
11136            'VHOST' and
11137            'VXLAN' and
11138            'CHAIN' and
11139            'IMIX' and
11140            '2T1C' and
11141            'NDRPDR'"
11142   parameters:
11143   - "throughput"
11144   - "name"
11145   - "tags"
11146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11147   x-axis: "X = VNFs per Service Chain"
11148   y-axis: "Y = Number of Service Chains"
11149   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11150   layout:
11151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11152     layout: "plot-service-density"
11153
11154 - type: "plot"
11155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11156   algorithm: "plot_nf_heatmap"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11159   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11160   filter: "'NIC_Intel-XXV710' and
11161            'NF_DENSITY' and
11162            'VHOST' and
11163            'VXLAN' and
11164            'CHAIN' and
11165            'IMIX' and
11166            '4T2C' and
11167            'NDRPDR'"
11168   parameters:
11169   - "throughput"
11170   - "name"
11171   - "tags"
11172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11173   x-axis: "X = VNFs per Service Chain"
11174   y-axis: "Y = Number of Service Chains"
11175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11176   layout:
11177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11178     layout: "plot-service-density"
11179
11180 - type: "plot"
11181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11182   algorithm: "plot_nf_heatmap"
11183   output-file-type: ".html"
11184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11186   filter: "'NIC_Intel-XXV710' and
11187            'NF_DENSITY' and
11188            'VHOST' and
11189            'VXLAN' and
11190            'CHAIN' and
11191            'IMIX' and
11192            '8T4C' and
11193            'NDRPDR'"
11194   parameters:
11195   - "throughput"
11196   - "name"
11197   - "tags"
11198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11199   x-axis: "X = VNFs per Service Chain"
11200   y-axis: "Y = Number of Service Chains"
11201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11202   layout:
11203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11204     layout: "plot-service-density"
11205
11206 # Plots - NF Density - VSC - PDR IMIX
11207 - type: "plot"
11208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11209   algorithm: "plot_nf_heatmap"
11210   output-file-type: ".html"
11211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11212   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11213   filter: "'NIC_Intel-XXV710' and
11214            'NF_DENSITY' and
11215            'VHOST' and
11216            'VXLAN' and
11217            'CHAIN' and
11218            'IMIX' and
11219            '2T1C' and
11220            'NDRPDR'"
11221   parameters:
11222   - "throughput"
11223   - "name"
11224   - "tags"
11225   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11226   x-axis: "X = VNFs per Service Chain"
11227   y-axis: "Y = Number of Service Chains"
11228   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11229   layout:
11230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11231     layout: "plot-service-density"
11232
11233 - type: "plot"
11234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11235   algorithm: "plot_nf_heatmap"
11236   output-file-type: ".html"
11237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11238   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11239   filter: "'NIC_Intel-XXV710' and
11240            'NF_DENSITY' and
11241            'VHOST' and
11242            'VXLAN' and
11243            'CHAIN' and
11244            'IMIX' and
11245            '4T2C' and
11246            'NDRPDR'"
11247   parameters:
11248   - "throughput"
11249   - "name"
11250   - "tags"
11251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11252   x-axis: "X = VNFs per Service Chain"
11253   y-axis: "Y = Number of Service Chains"
11254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11255   layout:
11256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11257     layout: "plot-service-density"
11258
11259 - type: "plot"
11260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11261   algorithm: "plot_nf_heatmap"
11262   output-file-type: ".html"
11263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11264   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11265   filter: "'NIC_Intel-XXV710' and
11266            'NF_DENSITY' and
11267            'VHOST' and
11268            'VXLAN' and
11269            'CHAIN' and
11270            'IMIX' and
11271            '8T4C' and
11272            'NDRPDR'"
11273   parameters:
11274   - "throughput"
11275   - "name"
11276   - "tags"
11277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11278   x-axis: "X = VNFs per Service Chain"
11279   y-axis: "Y = Number of Service Chains"
11280   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11281   layout:
11282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11283     layout: "plot-service-density"
11284
11285 # Plots - NF Density - CSC - MRR IMIX
11286 - type: "plot"
11287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11288   algorithm: "plot_nf_heatmap"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11291   data: "plot-vpp-nfv-2n-clx-mrr"
11292   filter: "'NIC_Intel-XXV710' and
11293            'NF_DENSITY' and
11294            'DOCKER' and
11295            'CHAIN' and
11296            'NF_VPPIP4' and
11297            'IMIX' and
11298            '2T1C' and
11299            'MRR'"
11300   parameters:
11301   - "result"
11302   - "name"
11303   - "tags"
11304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11305   x-axis: "X = CNFs per Service Chain"
11306   y-axis: "Y = Number of Service Chains"
11307   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11308   layout:
11309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11310     layout: "plot-service-density"
11311
11312 - type: "plot"
11313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11314   algorithm: "plot_nf_heatmap"
11315   output-file-type: ".html"
11316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11317   data: "plot-vpp-nfv-2n-clx-mrr"
11318   filter: "'NIC_Intel-XXV710' and
11319            'NF_DENSITY' and
11320            'DOCKER' and
11321            'CHAIN' and
11322            'NF_VPPIP4' and
11323            'IMIX' and
11324            '4T2C' and
11325            'MRR'"
11326   parameters:
11327   - "result"
11328   - "name"
11329   - "tags"
11330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11331   x-axis: "X = CNFs per Service Chain"
11332   y-axis: "Y = Number of Service Chains"
11333   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11334   layout:
11335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11336     layout: "plot-service-density"
11337
11338 - type: "plot"
11339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11340   algorithm: "plot_nf_heatmap"
11341   output-file-type: ".html"
11342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11343   data: "plot-vpp-nfv-2n-clx-mrr"
11344   filter: "'NIC_Intel-XXV710' and
11345            'NF_DENSITY' and
11346            'DOCKER' and
11347            'CHAIN' and
11348            'NF_VPPIP4' and
11349            'IMIX' and
11350            '8T4C' and
11351            'MRR'"
11352   parameters:
11353   - "result"
11354   - "name"
11355   - "tags"
11356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11357   x-axis: "X = CNFs per Service Chain"
11358   y-axis: "Y = Number of Service Chains"
11359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11360   layout:
11361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11362     layout: "plot-service-density"
11363
11364 # Plots - NF Density - CSC - NDR IMIX
11365 - type: "plot"
11366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11367   algorithm: "plot_nf_heatmap"
11368   output-file-type: ".html"
11369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11370   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11371   filter: "'NIC_Intel-XXV710' and
11372            'NF_DENSITY' and
11373            'DOCKER' and
11374            'CHAIN' and
11375            'NF_VPPIP4' and
11376            'IMIX' and
11377            '2T1C' and
11378            'NDRPDR'"
11379   parameters:
11380   - "throughput"
11381   - "name"
11382   - "tags"
11383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11384   x-axis: "X = CNFs per Service Chain"
11385   y-axis: "Y = Number of Service Chains"
11386   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11387   layout:
11388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11389     layout: "plot-service-density"
11390
11391 - type: "plot"
11392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11393   algorithm: "plot_nf_heatmap"
11394   output-file-type: ".html"
11395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11396   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11397   filter: "'NIC_Intel-XXV710' and
11398            'NF_DENSITY' and
11399            'DOCKER' and
11400            'CHAIN' and
11401            'NF_VPPIP4' and
11402            'IMIX' and
11403            '4T2C' and
11404            'NDRPDR'"
11405   parameters:
11406   - "throughput"
11407   - "name"
11408   - "tags"
11409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11410   x-axis: "X = CNFs per Service Chain"
11411   y-axis: "Y = Number of Service Chains"
11412   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11413   layout:
11414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11415     layout: "plot-service-density"
11416
11417 - type: "plot"
11418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11419   algorithm: "plot_nf_heatmap"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11422   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11423   filter: "'NIC_Intel-XXV710' and
11424            'NF_DENSITY' and
11425            'DOCKER' and
11426            'CHAIN' and
11427            'NF_VPPIP4' and
11428            'IMIX' and
11429            '8T4C' and
11430            'NDRPDR'"
11431   parameters:
11432   - "throughput"
11433   - "name"
11434   - "tags"
11435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11436   x-axis: "X = CNFs per Service Chain"
11437   y-axis: "Y = Number of Service Chains"
11438   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11439   layout:
11440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11441     layout: "plot-service-density"
11442
11443 # Plots - NF Density - CSC - PDR IMIX
11444 - type: "plot"
11445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11446   algorithm: "plot_nf_heatmap"
11447   output-file-type: ".html"
11448   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11449   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11450   filter: "'NIC_Intel-XXV710' and
11451            'NF_DENSITY' and
11452            'DOCKER' and
11453            'CHAIN' and
11454            'NF_VPPIP4' and
11455            'IMIX' and
11456            '2T1C' and
11457            'NDRPDR'"
11458   parameters:
11459   - "throughput"
11460   - "name"
11461   - "tags"
11462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11463   x-axis: "X = CNFs per Service Chain"
11464   y-axis: "Y = Number of Service Chains"
11465   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11466   layout:
11467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11468     layout: "plot-service-density"
11469
11470 - type: "plot"
11471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11472   algorithm: "plot_nf_heatmap"
11473   output-file-type: ".html"
11474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11476   filter: "'NIC_Intel-XXV710' and
11477            'NF_DENSITY' and
11478            'DOCKER' and
11479            'CHAIN' and
11480            'NF_VPPIP4' and
11481            'IMIX' and
11482            '4T2C' and
11483            'NDRPDR'"
11484   parameters:
11485   - "throughput"
11486   - "name"
11487   - "tags"
11488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11489   x-axis: "X = CNFs per Service Chain"
11490   y-axis: "Y = Number of Service Chains"
11491   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11492   layout:
11493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11494     layout: "plot-service-density"
11495
11496 - type: "plot"
11497   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11498   algorithm: "plot_nf_heatmap"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11501   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11502   filter: "'NIC_Intel-XXV710' and
11503            'NF_DENSITY' and
11504            'DOCKER' and
11505            'CHAIN' and
11506            'NF_VPPIP4' and
11507            'IMIX' and
11508            '8T4C' and
11509            'NDRPDR'"
11510   parameters:
11511   - "throughput"
11512   - "name"
11513   - "tags"
11514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11515   x-axis: "X = CNFs per Service Chain"
11516   y-axis: "Y = Number of Service Chains"
11517   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11518   layout:
11519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11520     layout: "plot-service-density"
11521
11522 # Plots - NF Density - CSP - MRR IMIX
11523 - type: "plot"
11524   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11525   algorithm: "plot_nf_heatmap"
11526   output-file-type: ".html"
11527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11528   data: "plot-vpp-nfv-2n-clx-mrr"
11529   filter: "'NIC_Intel-XXV710' and
11530            'NF_DENSITY' and
11531            'DOCKER' and
11532            'PIPELINE' and
11533            'NF_VPPIP4' and
11534            'IMIX' and
11535            '2T1C' and
11536            'MRR'"
11537   parameters:
11538   - "result"
11539   - "name"
11540   - "tags"
11541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11542   x-axis: "X = CNFs per Service Pipeline"
11543   y-axis: "Y = Number of Service Pipelines"
11544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11545   layout:
11546     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11547     layout: "plot-service-density"
11548
11549 - type: "plot"
11550   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11551   algorithm: "plot_nf_heatmap"
11552   output-file-type: ".html"
11553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11554   data: "plot-vpp-nfv-2n-clx-mrr"
11555   filter: "'NIC_Intel-XXV710' and
11556            'NF_DENSITY' and
11557            'DOCKER' and
11558            'PIPELINE' and
11559            'NF_VPPIP4' and
11560            'IMIX' and
11561            '4T2C' and
11562            'MRR'"
11563   parameters:
11564   - "result"
11565   - "name"
11566   - "tags"
11567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11568   x-axis: "X = CNFs per Service Pipeline"
11569   y-axis: "Y = Number of Service Pipelines"
11570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11571   layout:
11572     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11573     layout: "plot-service-density"
11574
11575 - type: "plot"
11576   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11577   algorithm: "plot_nf_heatmap"
11578   output-file-type: ".html"
11579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11580   data: "plot-vpp-nfv-2n-clx-mrr"
11581   filter: "'NIC_Intel-XXV710' and
11582            'NF_DENSITY' and
11583            'DOCKER' and
11584            'PIPELINE' and
11585            'NF_VPPIP4' and
11586            'IMIX' and
11587            '8T4C' and
11588            'MRR'"
11589   parameters:
11590   - "result"
11591   - "name"
11592   - "tags"
11593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11594   x-axis: "X = CNFs per Service Pipeline"
11595   y-axis: "Y = Number of Service Pipelines"
11596   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11597   layout:
11598     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11599     layout: "plot-service-density"
11600
11601 # Plots - NF Density - CSP - NDR IMIX
11602 - type: "plot"
11603   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11604   algorithm: "plot_nf_heatmap"
11605   output-file-type: ".html"
11606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11607   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11608   filter: "'NIC_Intel-XXV710' and
11609            'NF_DENSITY' and
11610            'DOCKER' and
11611            'PIPELINE' and
11612            'NF_VPPIP4' and
11613            'IMIX' and
11614            '2T1C' and
11615            'NDRPDR'"
11616   parameters:
11617   - "throughput"
11618   - "name"
11619   - "tags"
11620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11621   x-axis: "X = CNFs per Service Pipeline"
11622   y-axis: "Y = Number of Service Pipelines"
11623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11624   layout:
11625     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11626     layout: "plot-service-density"
11627
11628 - type: "plot"
11629   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11630   algorithm: "plot_nf_heatmap"
11631   output-file-type: ".html"
11632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11633   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11634   filter: "'NIC_Intel-XXV710' and
11635            'NF_DENSITY' and
11636            'DOCKER' and
11637            'PIPELINE' and
11638            'NF_VPPIP4' and
11639            'IMIX' and
11640            '4T2C' and
11641            'NDRPDR'"
11642   parameters:
11643   - "throughput"
11644   - "name"
11645   - "tags"
11646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11647   x-axis: "X = CNFs per Service Pipeline"
11648   y-axis: "Y = Number of Service Pipelines"
11649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11650   layout:
11651     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11652     layout: "plot-service-density"
11653
11654 - type: "plot"
11655   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11656   algorithm: "plot_nf_heatmap"
11657   output-file-type: ".html"
11658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11659   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11660   filter: "'NIC_Intel-XXV710' and
11661            'NF_DENSITY' and
11662            'DOCKER' and
11663            'PIPELINE' and
11664            'NF_VPPIP4' and
11665            'IMIX' and
11666            '8T4C' and
11667            'NDRPDR'"
11668   parameters:
11669   - "throughput"
11670   - "name"
11671   - "tags"
11672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11673   x-axis: "X = CNFs per Service Pipeline"
11674   y-axis: "Y = Number of Service Pipelines"
11675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11676   layout:
11677     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11678     layout: "plot-service-density"
11679
11680 # Plots - NF Density - CSP - PDR IMIX
11681 - type: "plot"
11682   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11683   algorithm: "plot_nf_heatmap"
11684   output-file-type: ".html"
11685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11686   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11687   filter: "'NIC_Intel-XXV710' and
11688            'NF_DENSITY' and
11689            'DOCKER' and
11690            'PIPELINE' and
11691            'NF_VPPIP4' and
11692            'IMIX' and
11693            '2T1C' and
11694            'NDRPDR'"
11695   parameters:
11696   - "throughput"
11697   - "name"
11698   - "tags"
11699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11700   x-axis: "X = CNFs per Service Pipeline"
11701   y-axis: "Y = Number of Service Pipelines"
11702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11703   layout:
11704     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11705     layout: "plot-service-density"
11706
11707 - type: "plot"
11708   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11709   algorithm: "plot_nf_heatmap"
11710   output-file-type: ".html"
11711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11713   filter: "'NIC_Intel-XXV710' and
11714            'NF_DENSITY' and
11715            'DOCKER' and
11716            'PIPELINE' and
11717            'NF_VPPIP4' and
11718            'IMIX' and
11719            '4T2C' and
11720            'NDRPDR'"
11721   parameters:
11722   - "throughput"
11723   - "name"
11724   - "tags"
11725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11726   x-axis: "X = CNFs per Service Pipeline"
11727   y-axis: "Y = Number of Service Pipelines"
11728   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11729   layout:
11730     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11731     layout: "plot-service-density"
11732
11733 - type: "plot"
11734   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11735   algorithm: "plot_nf_heatmap"
11736   output-file-type: ".html"
11737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11738   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11739   filter: "'NIC_Intel-XXV710' and
11740            'NF_DENSITY' and
11741            'DOCKER' and
11742            'PIPELINE' and
11743            'NF_VPPIP4' and
11744            'IMIX' and
11745            '8T4C' and
11746            'NDRPDR'"
11747   parameters:
11748   - "throughput"
11749   - "name"
11750   - "tags"
11751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11752   x-axis: "X = CNFs per Service Pipeline"
11753   y-axis: "Y = Number of Service Pipelines"
11754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11755   layout:
11756     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11757     layout: "plot-service-density"
11758
11759 ################################################################################
11760
11761 # Packet Throughput
11762
11763 - type: "plot"
11764   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11773   layout:
11774     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11787   layout:
11788     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11801   layout:
11802     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11810   include:
11811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11815   layout:
11816     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11830   layout:
11831     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11845   layout:
11846     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11860   layout:
11861     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11875   layout:
11876     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11884   include:
11885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11886     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11887     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11890   layout:
11891     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11899   include:
11900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11905   layout:
11906     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11914   include:
11915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11921   layout:
11922     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11937   layout:
11938     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11952   layout:
11953     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11967   layout:
11968     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11980   layout:
11981     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11993   layout:
11994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12008   layout:
12009     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12023   layout:
12024     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12032   include:
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12036   layout:
12037     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12045   include:
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12049   layout:
12050     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12058   include:
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12065   layout:
12066     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12074   include:
12075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12081   layout:
12082     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12090   include:
12091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12097   layout:
12098     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12113   layout:
12114     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12122   include:
12123     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12126   layout:
12127     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12139   layout:
12140     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12148   include:
12149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12151 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12152 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12153 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12154   layout:
12155     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12163   include:
12164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12169   layout:
12170     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12178   include:
12179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12184   layout:
12185     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12193   include:
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12199   layout:
12200     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12208   include:
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12214   layout:
12215     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12216     layout: "plot-throughput"
12217
12218 - type: "plot"
12219   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12220   algorithm: "plot_perf_box_name"
12221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12223   include:
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12229   layout:
12230     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12245   layout:
12246     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12254   include:
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12261   layout:
12262     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12263     layout: "plot-throughput"
12264
12265 - type: "plot"
12266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12267   algorithm: "plot_perf_box_name"
12268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12270   include:
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12277   layout:
12278     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12293   layout:
12294     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12308   layout:
12309     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12323   layout:
12324     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12332   include:
12333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12339   layout:
12340     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12348   include:
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12355   layout:
12356     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12370   layout:
12371     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12379   include:
12380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12385   layout:
12386     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12401   layout:
12402     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12410   include:
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12417   layout:
12418     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12432   layout:
12433     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12447   layout:
12448     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12456   include:
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12463   layout:
12464     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12472   include:
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12479   layout:
12480     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12488   include:
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12491   layout:
12492     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12500   include:
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12503   layout:
12504     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12512   include:
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12517   layout:
12518     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12559   layout:
12560     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12568   include:
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12573   layout:
12574     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12582   include:
12583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12587   layout:
12588     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12596   include:
12597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12601   layout:
12602     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12610   include:
12611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12615   layout:
12616     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12631   layout:
12632     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12640   include:
12641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12647   layout:
12648     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12656   include:
12657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12662   layout:
12663     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12664     layout: "plot-throughput"
12665
12666 - type: "plot"
12667   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12668   algorithm: "plot_perf_box_name"
12669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12671   include:
12672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12677   layout:
12678     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12679     layout: "plot-throughput"
12680
12681 - type: "plot"
12682   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12683   algorithm: "plot_perf_box_name"
12684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12686   include:
12687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12692   layout:
12693     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12694     layout: "plot-throughput"
12695
12696 - type: "plot"
12697   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12698   algorithm: "plot_perf_box_name"
12699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12701   include:
12702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12707   layout:
12708     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12709     layout: "plot-throughput"
12710
12711 - type: "plot"
12712   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12713   algorithm: "plot_perf_box_name"
12714   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12715   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12716   include:
12717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12720   layout:
12721     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12729   include:
12730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12733   layout:
12734     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12735     layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12742   include:
12743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12746   layout:
12747     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12759   layout:
12760     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12768   include:
12769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12774   layout:
12775     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12783   include:
12784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12789   layout:
12790     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12798   include:
12799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12804   layout:
12805     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12806     layout: "plot-throughput"
12807
12808 - type: "plot"
12809   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12810   algorithm: "plot_perf_box_name"
12811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12813   include:
12814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12819   layout:
12820     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12821     layout: "plot-throughput"
12822
12823 - type: "plot"
12824   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12828   include:
12829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12834   layout:
12835     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12843   include:
12844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12849   layout:
12850     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12858   include:
12859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12864   layout:
12865     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12873   include:
12874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12879   layout:
12880     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12888   include:
12889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12894   layout:
12895     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12903   include:
12904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12909   layout:
12910     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12918   include:
12919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925   layout:
12926     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12934   include:
12935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941   layout:
12942     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12950   include:
12951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955   layout:
12956     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12964   include:
12965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969   layout:
12970     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12978   include:
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985   layout:
12986     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12994   include:
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001   layout:
13002     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13010   include:
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017   layout:
13018     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13026   include:
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033   layout:
13034     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049   layout:
13050     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13058   include:
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065   layout:
13066     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13074   include:
13075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081   layout:
13082     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13090   include:
13091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097   layout:
13098     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13106   include:
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113   layout:
13114     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13122   include:
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129   layout:
13130     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13138   include:
13139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13145   layout:
13146     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13177   layout:
13178     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13186   include:
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193   layout:
13194     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13218   include:
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13225   layout:
13226     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13239   layout:
13240     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13248   include:
13249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13253   layout:
13254     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13262   include:
13263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13267   layout:
13268     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13281   layout:
13282     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13290   include:
13291     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13297   layout:
13298     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13306   include:
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13313   layout:
13314     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322   include:
13323     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13328   layout:
13329     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13330     layout: "plot-throughput"
13331
13332 - type: "plot"
13333   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13334   algorithm: "plot_perf_box_name"
13335   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13337   include:
13338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13343   layout:
13344     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13417   layout:
13418     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   include:
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13433   layout:
13434     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13435     layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13442   include:
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13449   layout:
13450     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   include:
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13465   layout:
13466     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13481   layout:
13482     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13513   layout:
13514     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13529   layout:
13530     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13538   include:
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13543   layout:
13544     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13552   include:
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13557   layout:
13558     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13566   include:
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13573   layout:
13574     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13582   include:
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13589   layout:
13590     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13598   include:
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13605   layout:
13606     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13614   include:
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13621   layout:
13622     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13623     layout: "plot-throughput"
13624
13625 #- type: "plot"
13626 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13627 #  algorithm: "plot_perf_box_name"
13628 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13629 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13630 #  include:
13631 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13632 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13633 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13635 #  layout:
13636 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13637 #    layout: "plot-throughput"
13638 #
13639 #- type: "plot"
13640 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13641 #  algorithm: "plot_perf_box_name"
13642 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13643 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13644 #  include:
13645 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13646 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13647 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13648 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13649 #  layout:
13650 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13651 #    layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13658   include:
13659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13665   layout:
13666     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13674   include:
13675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13681   layout:
13682     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13683     layout: "plot-throughput"
13684
13685 #- type: "plot"
13686 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13687 #  algorithm: "plot_perf_box_name"
13688 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13689 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13690 #  include:
13691 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13692 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13693 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13695 #  layout:
13696 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13697 #    layout: "plot-throughput"
13698 #
13699 #- type: "plot"
13700 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13701 #  algorithm: "plot_perf_box_name"
13702 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13703 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13704 #  include:
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13709 #  layout:
13710 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13711 #    layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13718   include:
13719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13725   layout:
13726     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13734   include:
13735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13741   layout:
13742     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13743     layout: "plot-throughput"
13744
13745 #- type: "plot"
13746 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13747 #  algorithm: "plot_perf_box_name"
13748 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13749 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13750 #  include:
13751 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13752 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13753 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13754 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13755 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13757 #  layout:
13758 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13759 #    layout: "plot-throughput"
13760 #
13761 #- type: "plot"
13762 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13763 #  algorithm: "plot_perf_box_name"
13764 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13765 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13766 #  include:
13767 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13768 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13769 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13770 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13773 #  layout:
13774 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13775 #    layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13781   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13782   include:
13783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13789   layout:
13790     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13795   algorithm: "plot_perf_box_name"
13796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13798   include:
13799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13805   layout:
13806     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13814   include:
13815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13818 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13819 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13820 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13821   layout:
13822     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13834 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13837   layout:
13838     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13853   layout:
13854     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13855     layout: "plot-throughput"
13856
13857 - type: "plot"
13858   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13859   algorithm: "plot_perf_box_name"
13860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13862   include:
13863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13869   layout:
13870     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13878   include:
13879     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13885   layout:
13886     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13894   include:
13895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13901   layout:
13902     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13903     layout: "plot-throughput"
13904
13905 #- type: "plot"
13906 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13907 #  algorithm: "plot_perf_box_name"
13908 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13909 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13910 #  include:
13911 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13914 #  layout:
13915 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13916 #    layout: "plot-throughput"
13917 #
13918 #- type: "plot"
13919 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13920 #  algorithm: "plot_perf_box_name"
13921 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13922 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13923 #  include:
13924 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13925 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13926 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13927 #  layout:
13928 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13929 #    layout: "plot-throughput"
13930
13931 - type: "plot"
13932   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13933   algorithm: "plot_perf_box_name"
13934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13942   layout:
13943     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13944     layout: "plot-throughput"
13945
13946 - type: "plot"
13947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13948   algorithm: "plot_perf_box_name"
13949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13957   layout:
13958     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13959     layout: "plot-throughput"
13960
13961 - type: "plot"
13962   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13963   algorithm: "plot_perf_box_name"
13964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13966   include:
13967     - "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"
13968     - "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"
13969     - "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"
13970     - "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"
13971     - "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"
13972   layout:
13973     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13974     layout: "plot-throughput"
13975
13976 - type: "plot"
13977   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13978   algorithm: "plot_perf_box_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "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"
13983     - "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"
13984     - "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"
13985     - "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"
13986     - "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"
13987   layout:
13988     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13989     layout: "plot-throughput"
13990
13991 - type: "plot"
13992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13993   algorithm: "plot_perf_box_name"
13994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13996   include:
13997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14002   layout:
14003     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14004     layout: "plot-throughput"
14005
14006 - type: "plot"
14007   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14008   algorithm: "plot_perf_box_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14017   layout:
14018     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14019     layout: "plot-throughput"
14020
14021 - type: "plot"
14022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14023   algorithm: "plot_perf_box_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14032   layout:
14033     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14034     layout: "plot-throughput"
14035
14036 - type: "plot"
14037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14038   algorithm: "plot_perf_box_name"
14039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14041   include:
14042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14047   layout:
14048     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14049     layout: "plot-throughput"
14050
14051 - type: "plot"
14052   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14053   algorithm: "plot_perf_box_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14056   include:
14057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14062   layout:
14063     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14064     layout: "plot-throughput"
14065
14066 - type: "plot"
14067   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14068   algorithm: "plot_perf_box_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14071   include:
14072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14077   layout:
14078     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14079     layout: "plot-throughput"
14080
14081 - type: "plot"
14082   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14083   algorithm: "plot_perf_box_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14086   include:
14087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14092   layout:
14093     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14101   include:
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14107   layout:
14108     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121   layout:
14122     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14123     layout: "plot-throughput"
14124
14125 - type: "plot"
14126   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14127   algorithm: "plot_perf_box_name"
14128   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14130   include:
14131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135   layout:
14136     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "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"
14146     - "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"
14147     - "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"
14148     - "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"
14149   layout:
14150     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14151     layout: "plot-throughput"
14152
14153 - type: "plot"
14154   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14155   algorithm: "plot_perf_box_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14158   include:
14159     - "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"
14160     - "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"
14161     - "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"
14162     - "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"
14163   layout:
14164     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14179   layout:
14180     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195   layout:
14196     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14204   include:
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211   layout:
14212     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14213     layout: "plot-throughput"
14214
14215 - type: "plot"
14216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14217   algorithm: "plot_perf_box_name"
14218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14220   include:
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227   layout:
14228     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14229     layout: "plot-throughput"
14230
14231 - type: "plot"
14232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14233   algorithm: "plot_perf_box_name"
14234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14243   layout:
14244     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14245     layout: "plot-throughput"
14246
14247 - type: "plot"
14248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14249   algorithm: "plot_perf_box_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259   layout:
14260     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14261     layout: "plot-throughput"
14262
14263 - type: "plot"
14264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14265   algorithm: "plot_perf_box_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14274   layout:
14275     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14276     layout: "plot-throughput"
14277
14278 - type: "plot"
14279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14280   algorithm: "plot_perf_box_name"
14281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14289   layout:
14290     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14291     layout: "plot-throughput"
14292
14293 - type: "plot"
14294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14295   algorithm: "plot_perf_box_name"
14296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14303     layout: "plot-throughput"
14304
14305 - type: "plot"
14306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14307   algorithm: "plot_perf_box_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14313   layout:
14314     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14322   include:
14323     - "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"
14324     - "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"
14325   layout:
14326     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14327     layout: "plot-throughput"
14328
14329 - type: "plot"
14330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14331   algorithm: "plot_perf_box_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14334   include:
14335     - "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"
14336     - "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"
14337   layout:
14338     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14339     layout: "plot-throughput"
14340
14341 - type: "plot"
14342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14343   algorithm: "plot_perf_box_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14346   include:
14347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14349   layout:
14350     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14351     layout: "plot-throughput"
14352
14353 - type: "plot"
14354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14355   algorithm: "plot_perf_box_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14361   layout:
14362     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14363     layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373   layout:
14374     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14375     layout: "plot-throughput"
14376
14377 - type: "plot"
14378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14379   algorithm: "plot_perf_box_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14382   include:
14383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14385   layout:
14386     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14387     layout: "plot-throughput"
14388
14389 - type: "plot"
14390   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14391   algorithm: "plot_perf_box_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14394   include:
14395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401   layout:
14402     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14403     layout: "plot-throughput"
14404
14405 - type: "plot"
14406   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14407   algorithm: "plot_perf_box_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14410   include:
14411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417   layout:
14418     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14419     layout: "plot-throughput"
14420
14421 - type: "plot"
14422   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14423   algorithm: "plot_perf_box_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14426   include:
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14433   layout:
14434     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14435     layout: "plot-throughput"
14436
14437 - type: "plot"
14438   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14439   algorithm: "plot_perf_box_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14442   include:
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449   layout:
14450     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14451     layout: "plot-throughput"
14452
14453 #- type: "plot"
14454 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14455 #  algorithm: "plot_perf_box_name"
14456 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14457 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14458 #  include:
14459 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14460 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14461 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14462 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14463 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14465 #  layout:
14466 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14467 #    layout: "plot-throughput"
14468 #
14469 #- type: "plot"
14470 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14471 #  algorithm: "plot_perf_box_name"
14472 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14473 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14474 #  include:
14475 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14476 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14478 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14479 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14481 #  layout:
14482 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14483 #    layout: "plot-throughput"
14484
14485 - type: "plot"
14486   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14487   algorithm: "plot_perf_box_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "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"
14492     - "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"
14493     - "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"
14494     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14495     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14496     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14497   layout:
14498     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14499     layout: "plot-throughput"
14500
14501 - type: "plot"
14502   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14503   algorithm: "plot_perf_box_name"
14504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14506   include:
14507     - "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"
14508     - "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"
14509     - "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"
14510     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14511     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14512     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14513   layout:
14514     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14515     layout: "plot-throughput"
14516
14517 ################################################################################
14518
14519 # Packet Speedup
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14531   layout:
14532     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14545   layout:
14546     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14559   layout:
14560     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 - type: "plot"
14564   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14565   algorithm: "plot_tsa_name"
14566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14568   include:
14569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14573   layout:
14574     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14588   layout:
14589     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14603   layout:
14604     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14618   layout:
14619     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14633   layout:
14634     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14649   layout:
14650     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14665   layout:
14666     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14680   layout:
14681     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14695   layout:
14696     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14736   layout:
14737     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14751   layout:
14752     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14760   include:
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14764   layout:
14765     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14777   layout:
14778     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14786   include:
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14793   layout:
14794     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14802   include:
14803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14809   layout:
14810     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14818   include:
14819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14825   layout:
14826     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14841   layout:
14842     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14850   include:
14851     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14854   layout:
14855     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14863   include:
14864     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14865     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14867   layout:
14868     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14869     layout: "plot-throughput-speedup-analysis"
14870
14871 - type: "plot"
14872   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14873   algorithm: "plot_tsa_name"
14874   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14876   include:
14877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14880 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14881 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14882   layout:
14883     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14884     layout: "plot-throughput-speedup-analysis"
14885
14886 - type: "plot"
14887   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14888   algorithm: "plot_tsa_name"
14889   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14891   include:
14892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14895 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14897   layout:
14898     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14906   include:
14907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14908     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14909     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14912   layout:
14913     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14921   include:
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14942   layout:
14943     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14957   layout:
14958     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14973   layout:
14974     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14989   layout:
14990     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15005   layout:
15006     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15021   layout:
15022     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15033   layout:
15034     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15042   include:
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15045   layout:
15046     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15059   layout:
15060     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15068   include:
15069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15073   layout:
15074     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15082   include:
15083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15087   layout:
15088     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15096   include:
15097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15101   layout:
15102     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15110   include:
15111     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15117   layout:
15118     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15126   include:
15127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15133   layout:
15134     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15142   include:
15143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15148   layout:
15149     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15150     layout: "plot-throughput-speedup-analysis"
15151
15152 - type: "plot"
15153   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15154   algorithm: "plot_tsa_name"
15155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15157   include:
15158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15178   layout:
15179     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15187   include:
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15193   layout:
15194     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15202   include:
15203     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15206   layout:
15207     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15215   include:
15216     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15219   layout:
15220     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15232   layout:
15233     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15245   layout:
15246     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15260   layout:
15261     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15262     layout: "plot-throughput-speedup-analysis"
15263
15264 - type: "plot"
15265   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15266   algorithm: "plot_tsa_name"
15267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15269   include:
15270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15275   layout:
15276     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15290   layout:
15291     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15299   include:
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15314   include:
15315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15316     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15317     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15318     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15321   layout:
15322     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15330   include:
15331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337   layout:
15338     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15339     layout: "plot-throughput-speedup-analysis"
15340
15341 - type: "plot"
15342   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15343   algorithm: "plot_tsa_name"
15344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15346   include:
15347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15351   layout:
15352     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15360   include:
15361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15365   layout:
15366     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15367     layout: "plot-throughput-speedup-analysis"
15368
15369 - type: "plot"
15370   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15371   algorithm: "plot_tsa_name"
15372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15374   include:
15375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15381   layout:
15382     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15383     layout: "plot-throughput-speedup-analysis"
15384
15385 - type: "plot"
15386   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15387   algorithm: "plot_tsa_name"
15388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15390   include:
15391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15397   layout:
15398     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15399     layout: "plot-throughput-speedup-analysis"
15400
15401 - type: "plot"
15402   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15403   algorithm: "plot_tsa_name"
15404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15406   include:
15407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15413   layout:
15414     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15415     layout: "plot-throughput-speedup-analysis"
15416
15417 - type: "plot"
15418   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15419   algorithm: "plot_tsa_name"
15420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15422   include:
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15429   layout:
15430     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15445   layout:
15446     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15454   include:
15455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15461   layout:
15462     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15477   layout:
15478     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15486   include:
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15493   layout:
15494     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15502   include:
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15509   layout:
15510     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15518   include:
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15525   layout:
15526     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15534   include:
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15539   layout:
15540     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15548   include:
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15553   layout:
15554     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15562   include:
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15567   layout:
15568     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15576   include:
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15581   layout:
15582     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15590   include:
15591     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15595     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15597   layout:
15598     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15606   include:
15607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15613   layout:
15614     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   include:
15623     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15628   layout:
15629     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15643   layout:
15644     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   include:
15653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15673   layout:
15674     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15682   include:
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15687   layout:
15688     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15701   layout:
15702     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15710   include:
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15717   layout:
15718     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15719     layout: "plot-throughput-speedup-analysis"
15720
15721 - type: "plot"
15722   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15723   algorithm: "plot_tsa_name"
15724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15726   include:
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15733   layout:
15734     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15735     layout: "plot-throughput-speedup-analysis"
15736
15737 - type: "plot"
15738   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15739   algorithm: "plot_tsa_name"
15740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15742   include:
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15749   layout:
15750     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15758   include:
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15765   layout:
15766     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15774   include:
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15781   layout:
15782     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15790   include:
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15797   layout:
15798     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15806   include:
15807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15813   layout:
15814     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 - type: "plot"
15818   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15819   algorithm: "plot_tsa_name"
15820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15822   include:
15823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15829   layout:
15830     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15838   include:
15839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15845   layout:
15846     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15847     layout: "plot-throughput-speedup-analysis"
15848
15849 - type: "plot"
15850   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15851   algorithm: "plot_tsa_name"
15852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15854   include:
15855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15861   layout:
15862     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15870   include:
15871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15876   layout:
15877     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15891   layout:
15892     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15900   include:
15901     - "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"
15902     - "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"
15903     - "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"
15904     - "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"
15905     - "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"
15906   layout:
15907     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15915   include:
15916     - "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"
15917     - "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"
15918     - "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"
15919     - "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"
15920     - "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"
15921   layout:
15922     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15923     layout: "plot-throughput-speedup-analysis"
15924
15925 - type: "plot"
15926   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15927   algorithm: "plot_tsa_name"
15928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15930   include:
15931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15936   layout:
15937     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15951   layout:
15952     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15960   include:
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15966   layout:
15967     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15968     layout: "plot-throughput-speedup-analysis"
15969
15970 - type: "plot"
15971   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15972   algorithm: "plot_tsa_name"
15973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15975   include:
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15981   layout:
15982     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15990   include:
15991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15996   layout:
15997     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15998     layout: "plot-throughput-speedup-analysis"
15999
16000 - type: "plot"
16001   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16002   algorithm: "plot_tsa_name"
16003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16005   include:
16006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16011   layout:
16012     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16020   include:
16021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16026   layout:
16027     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16035   include:
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16041   layout:
16042     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16050   include:
16051     - "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"
16052     - "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"
16053     - "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"
16054     - "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"
16055   layout:
16056     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16064   include:
16065     - "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"
16066     - "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"
16067     - "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"
16068     - "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"
16069   layout:
16070     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16078   include:
16079     - "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"
16080     - "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"
16081     - "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"
16082     - "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"
16083   layout:
16084     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16092   include:
16093     - "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"
16094     - "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"
16095     - "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"
16096     - "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"
16097   layout:
16098     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16106   include:
16107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16113   layout:
16114     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129   layout:
16130     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16138   include:
16139     - "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"
16140     - "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"
16141     - "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"
16142     - "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"
16143     - "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"
16144     - "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"
16145   layout:
16146     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16154   include:
16155     - "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"
16156     - "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"
16157     - "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"
16158     - "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"
16159     - "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"
16160     - "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"
16161   layout:
16162     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16170   include:
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177   layout:
16178     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16179     layout: "plot-throughput-speedup-analysis"
16180
16181 - type: "plot"
16182   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16183   algorithm: "plot_tsa_name"
16184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16186   include:
16187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193   layout:
16194     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16195     layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16202   include:
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16208   layout:
16209     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16217   include:
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16223   layout:
16224     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16232   include:
16233     - "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"
16234     - "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"
16235   layout:
16236     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16237     layout: "plot-throughput-speedup-analysis"
16238
16239 - type: "plot"
16240   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16241   algorithm: "plot_tsa_name"
16242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16244   include:
16245     - "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"
16246     - "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"
16247   layout:
16248     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16256   include:
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "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"
16270     - "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"
16271   layout:
16272     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16280   include:
16281     - "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"
16282     - "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"
16283     - "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"
16284     - "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"
16285     - "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"
16286     - "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"
16287   layout:
16288     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16296   include:
16297     - "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"
16298     - "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"
16299     - "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"
16300     - "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"
16301     - "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"
16302     - "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"
16303   layout:
16304     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16312   include:
16313     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16314     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16315     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16316     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16317     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16318   layout:
16319     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16327   include:
16328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16333   layout:
16334     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 - type: "plot"
16338   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16339   algorithm: "plot_tsa_name"
16340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16342   include:
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16348   layout:
16349     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16350     layout: "plot-throughput-speedup-analysis"
16351
16352 - type: "plot"
16353   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16354   algorithm: "plot_tsa_name"
16355   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16356   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16357   include:
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16363   layout:
16364     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16379   layout:
16380     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16395   layout:
16396     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16397     layout: "plot-throughput-speedup-analysis"
16398
16399 - type: "plot"
16400   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16401   algorithm: "plot_tsa_name"
16402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16404   include:
16405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16409   layout:
16410     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16418   include:
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16423   layout:
16424     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16432   include:
16433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16438   layout:
16439     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16447   include:
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16453   layout:
16454     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16462   include:
16463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16469   layout:
16470     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16478   include:
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16485   layout:
16486     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16494   include:
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499   layout:
16500     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16508   include:
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16513   layout:
16514     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16515     layout: "plot-throughput-speedup-analysis"
16516
16517 - type: "plot"
16518   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16519   algorithm: "plot_tsa_name"
16520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16522   include:
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16529   layout:
16530     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16531     layout: "plot-throughput-speedup-analysis"
16532
16533 - type: "plot"
16534   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16535   algorithm: "plot_tsa_name"
16536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16538   include:
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16545   layout:
16546     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16547     layout: "plot-throughput-speedup-analysis"
16548
16549 - type: "plot"
16550   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16551   algorithm: "plot_tsa_name"
16552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16554   include:
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16561   layout:
16562     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16570   include:
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16577   layout:
16578     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16579     layout: "plot-throughput-speedup-analysis"
16580
16581 - type: "plot"
16582   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16583   algorithm: "plot_tsa_name"
16584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16586   include:
16587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16591     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16593   layout:
16594     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16602   include:
16603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16609   layout:
16610     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 - type: "plot"
16614   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16618   include:
16619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16625   layout:
16626     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16627     layout: "plot-throughput-speedup-analysis"
16628
16629 - type: "plot"
16630   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16631   algorithm: "plot_tsa_name"
16632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16634   include:
16635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16641   layout:
16642     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16643     layout: "plot-throughput-speedup-analysis"
16644
16645 - type: "plot"
16646   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16647   algorithm: "plot_tsa_name"
16648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16650   include:
16651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16657   layout:
16658     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16659     layout: "plot-throughput-speedup-analysis"
16660
16661 - type: "plot"
16662   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16663   algorithm: "plot_tsa_name"
16664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16666   include:
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16673   layout:
16674     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16675     layout: "plot-throughput-speedup-analysis"
16676
16677 #- type: "plot"
16678 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16679 #  algorithm: "plot_tsa_name"
16680 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16681 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16682 #  include:
16683 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16684 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16685 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16686 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16687 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16689 #  layout:
16690 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16691 #    layout: "plot-throughput-speedup-analysis"
16692 #
16693 #- type: "plot"
16694 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16695 #  algorithm: "plot_tsa_name"
16696 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16697 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16698 #  include:
16699 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16700 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16705 #  layout:
16706 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16707 #    layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16714   include:
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16720   layout:
16721     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16722     layout: "plot-throughput-speedup-analysis"
16723
16724 - type: "plot"
16725   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16726   algorithm: "plot_tsa_name"
16727   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16728   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16729   include:
16730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16735   layout:
16736     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16744   include:
16745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16751   layout:
16752     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16760   include:
16761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16767   layout:
16768     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16769     layout: "plot-throughput-speedup-analysis"
16770
16771 - type: "plot"
16772   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16773   algorithm: "plot_tsa_name"
16774   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16775   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16776   include:
16777     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16782   layout:
16783     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16784     layout: "plot-throughput-speedup-analysis"
16785
16786 - type: "plot"
16787   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16788   algorithm: "plot_tsa_name"
16789   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16790   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16791   include:
16792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16797   layout:
16798     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16799     layout: "plot-throughput-speedup-analysis"
16800
16801 #- type: "plot"
16802 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16803 #  algorithm: "plot_tsa_name"
16804 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16805 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16806 #  include:
16807 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16808 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16809 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16811 #  layout:
16812 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16813 #    layout: "plot-throughput-speedup-analysis"
16814 #
16815 #- type: "plot"
16816 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16817 #  algorithm: "plot_tsa_name"
16818 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16819 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16820 #  include:
16821 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16822 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16823 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16824 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16825 #  layout:
16826 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16827 #    layout: "plot-throughput-speedup-analysis"
16828
16829 - type: "plot"
16830   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16831   algorithm: "plot_tsa_name"
16832   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16833   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16834   include:
16835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16841   layout:
16842     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16843     layout: "plot-throughput-speedup-analysis"
16844
16845 - type: "plot"
16846   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16847   algorithm: "plot_tsa_name"
16848   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16849   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16850   include:
16851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16857   layout:
16858     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16859     layout: "plot-throughput-speedup-analysis"
16860
16861 - type: "plot"
16862   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16863   algorithm: "plot_tsa_name"
16864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16866   include:
16867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16872   layout:
16873     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16874     layout: "plot-throughput-speedup-analysis"
16875
16876 - type: "plot"
16877   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16878   algorithm: "plot_tsa_name"
16879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16881   include:
16882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16887   layout:
16888     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16889     layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16896   include:
16897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16903   layout:
16904     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16905     layout: "plot-throughput-speedup-analysis"
16906
16907 - type: "plot"
16908   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16909   algorithm: "plot_tsa_name"
16910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16912   include:
16913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16919   layout:
16920     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16921     layout: "plot-throughput-speedup-analysis"
16922
16923 - type: "plot"
16924   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16925   algorithm: "plot_tsa_name"
16926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16928   include:
16929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16933   layout:
16934     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16935     layout: "plot-throughput-speedup-analysis"
16936
16937 - type: "plot"
16938   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16939   algorithm: "plot_tsa_name"
16940   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16941   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16947   layout:
16948     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16956   include:
16957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16962   layout:
16963     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16964     layout: "plot-throughput-speedup-analysis"
16965
16966 - type: "plot"
16967   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16968   algorithm: "plot_tsa_name"
16969   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16970   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16971   include:
16972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16977   layout:
16978     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16979     layout: "plot-throughput-speedup-analysis"
16980
16981 - type: "plot"
16982   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16983   algorithm: "plot_tsa_name"
16984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16986   include:
16987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16993   layout:
16994     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16995     layout: "plot-throughput-speedup-analysis"
16996
16997 - type: "plot"
16998   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16999   algorithm: "plot_tsa_name"
17000   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17001   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17002   include:
17003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17009   layout:
17010     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17011     layout: "plot-throughput-speedup-analysis"
17012
17013 #- type: "plot"
17014 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17015 #  algorithm: "plot_tsa_name"
17016 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17017 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17018 #  include:
17019 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17020 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17021 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17023 #  layout:
17024 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17025 #    layout: "plot-throughput-speedup-analysis"
17026 #
17027 #- type: "plot"
17028 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17029 #  algorithm: "plot_tsa_name"
17030 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17031 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17032 #  include:
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17037 #  layout:
17038 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17039 #    layout: "plot-throughput-speedup-analysis"
17040
17041 - type: "plot"
17042   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17043   algorithm: "plot_tsa_name"
17044   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17045   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17046   include:
17047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17051     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17053   layout:
17054     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17055     layout: "plot-throughput-speedup-analysis"
17056
17057 - type: "plot"
17058   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17059   algorithm: "plot_tsa_name"
17060   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17061   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17062   include:
17063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 #- type: "plot"
17074 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17075 #  algorithm: "plot_tsa_name"
17076 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17077 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17078 #  include:
17079 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17080 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17081 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17082 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17083 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17085 #  layout:
17086 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17087 #    layout: "plot-throughput-speedup-analysis"
17088 #
17089 #- type: "plot"
17090 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17091 #  algorithm: "plot_tsa_name"
17092 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17093 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17094 #  include:
17095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17101 #  layout:
17102 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17103 #    layout: "plot-throughput-speedup-analysis"
17104
17105 #- type: "plot"
17106 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17107 #  algorithm: "plot_tsa_name"
17108 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17109 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17110 #  include:
17111 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17112 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17113 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17114 #  layout:
17115 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17116 #    layout: "plot-throughput-speedup-analysis"
17117 #
17118 #- type: "plot"
17119 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17120 #  algorithm: "plot_tsa_name"
17121 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17122 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17123 #  include:
17124 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17125 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17126 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17127 #  layout:
17128 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17129 #    layout: "plot-throughput-speedup-analysis"
17130
17131 ################################################################################
17132
17133 # Packet Throughput - DPDK
17134
17135 # 2n-skx-xxv710
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-2n-skx"
17142   include:
17143     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17153   data: "plot-dpdk-throughput-latency-2n-skx"
17154   include:
17155     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-2n-skx"
17166   include:
17167     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17177   data: "plot-dpdk-throughput-latency-2n-skx"
17178   include:
17179     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17180     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17181   layout:
17182     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17183     layout: "plot-throughput"
17184
17185 # 2n-skx-x710
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-2n-skx"
17192   include:
17193     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "2n-skx-x710-64b-2t1c-base-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17203   data: "plot-dpdk-throughput-latency-2n-skx"
17204   include:
17205     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "2n-skx-x710-64b-4t2c-base-ndr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-2n-skx"
17216   include:
17217     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "2n-skx-x710-64b-2t1c-base-pdr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17227   data: "plot-dpdk-throughput-latency-2n-skx"
17228   include:
17229     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17230     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17231   layout:
17232     title: "2n-skx-x710-64b-4t2c-base-pdr"
17233     layout: "plot-throughput"
17234
17235 # 3n-skx-xxv710
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17241   data: "plot-dpdk-throughput-latency-3n-skx"
17242   include:
17243     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17253   data: "plot-dpdk-throughput-latency-3n-skx"
17254   include:
17255     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   include:
17267     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17277   data: "plot-dpdk-throughput-latency-3n-skx"
17278   include:
17279     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17280     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17281   layout:
17282     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17283     layout: "plot-throughput"
17284
17285 # 3n-skx-x710
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17291   data: "plot-dpdk-throughput-latency-3n-skx"
17292   include:
17293     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-skx-x710-64b-2t1c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17303   data: "plot-dpdk-throughput-latency-3n-skx"
17304   include:
17305     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-skx-x710-64b-4t2c-base-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17315   data: "plot-dpdk-throughput-latency-3n-skx"
17316   include:
17317     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17318     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17319   layout:
17320     title: "3n-skx-x710-64b-2t1c-base-pdr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17327   data: "plot-dpdk-throughput-latency-3n-skx"
17328   include:
17329     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17330     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17331   layout:
17332     title: "3n-skx-x710-64b-4t2c-base-pdr"
17333     layout: "plot-throughput"
17334
17335 # 3n-hsw-xl710
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-hsw"
17342   include:
17343     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17353   data: "plot-dpdk-throughput-latency-3n-hsw"
17354   include:
17355     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-hsw"
17366   include:
17367     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17368     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17369   layout:
17370     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 - type: "plot"
17374   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17375   algorithm: "plot_perf_box_name"
17376   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17377   data: "plot-dpdk-throughput-latency-3n-hsw"
17378   include:
17379     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17380     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17381   layout:
17382     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17383     layout: "plot-throughput"
17384
17385 # 3n-hsw-x710
17386
17387 - type: "plot"
17388   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17391   data: "plot-dpdk-throughput-latency-3n-hsw"
17392   include:
17393     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17394     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17395   layout:
17396     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17403   data: "plot-dpdk-throughput-latency-3n-hsw"
17404   include:
17405     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17406     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17407   layout:
17408     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17415   data: "plot-dpdk-throughput-latency-3n-hsw"
17416   include:
17417     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17418     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17419   layout:
17420     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17421     layout: "plot-throughput"
17422
17423 - type: "plot"
17424   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17425   algorithm: "plot_perf_box_name"
17426   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17427   data: "plot-dpdk-throughput-latency-3n-hsw"
17428   include:
17429     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17430     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17431   layout:
17432     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17433     layout: "plot-throughput"
17434
17435 # 2n-dnv-x553
17436
17437 - type: "plot"
17438   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17441   data: "plot-dpdk-throughput-latency-2n-dnv"
17442   include:
17443     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17444     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17445   layout:
17446     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17453   data: "plot-dpdk-throughput-latency-2n-dnv"
17454   include:
17455     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17456     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17457   layout:
17458     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17459     layout: "plot-throughput"
17460
17461 - type: "plot"
17462   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17465   data: "plot-dpdk-throughput-latency-2n-dnv"
17466   include:
17467     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17468     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17469   layout:
17470     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17477   data: "plot-dpdk-throughput-latency-2n-dnv"
17478   include:
17479     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17480     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17481   layout:
17482     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17483     layout: "plot-throughput"
17484
17485 # 3n-dnv-x553
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-3n-dnv"
17492   include:
17493     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17503   data: "plot-dpdk-throughput-latency-3n-dnv"
17504   include:
17505     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17515   data: "plot-dpdk-throughput-latency-3n-dnv"
17516   include:
17517     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17518     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17519   layout:
17520     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17527   data: "plot-dpdk-throughput-latency-3n-dnv"
17528   include:
17529     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17530     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17531   layout:
17532     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17533     layout: "plot-throughput"
17534
17535 # 3n-tsh-x520
17536
17537 - type: "plot"
17538   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17541   data: "plot-dpdk-throughput-latency-3n-tsh"
17542   include:
17543     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17544     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17545   layout:
17546     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17553   data: "plot-dpdk-throughput-latency-3n-tsh"
17554   include:
17555     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17556     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17557   layout:
17558     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17565   data: "plot-dpdk-throughput-latency-3n-tsh"
17566   include:
17567     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17568     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17569   layout:
17570     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-3n-tsh"
17578   include:
17579     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17580     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17581   layout:
17582     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17583     layout: "plot-throughput"
17584
17585 ################################################################################
17586 ###   2n-clx                                                                 ###
17587 ################################################################################
17588
17589 # Packet Throughput
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17601   layout:
17602     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17615   layout:
17616     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17629   layout:
17630     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17643   layout:
17644     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17649   algorithm: "plot_perf_box_name"
17650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17652   include:
17653 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17654     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17655     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17656     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17657   layout:
17658     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17659     layout: "plot-throughput"
17660
17661 - type: "plot"
17662   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17663   algorithm: "plot_perf_box_name"
17664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17666   include:
17667 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17671   layout:
17672     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17687   layout:
17688     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17703   layout:
17704     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17705     layout: "plot-throughput"
17706
17707 - type: "plot"
17708   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17709   algorithm: "plot_perf_box_name"
17710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17712   include:
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17717   layout:
17718     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17719     layout: "plot-throughput"
17720
17721 - type: "plot"
17722   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17726   include:
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17787   layout:
17788     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17800   layout:
17801     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17802     layout: "plot-throughput"
17803
17804 - type: "plot"
17805   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17806   algorithm: "plot_perf_box_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17861   layout:
17862     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17889   layout:
17890     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17901   layout:
17902     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17917   layout:
17918     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17933   layout:
17934     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17935     layout: "plot-throughput"
17936
17937 - type: "plot"
17938   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17939   algorithm: "plot_perf_box_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17948 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17949   layout:
17950     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17965   layout:
17966     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17967     layout: "plot-throughput"
17968
17969 - type: "plot"
17970   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17971   algorithm: "plot_perf_box_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17981   layout:
17982     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17983     layout: "plot-throughput"
17984
17985 - type: "plot"
17986   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17987   algorithm: "plot_perf_box_name"
17988   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990   include:
17991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17997   layout:
17998     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18012   layout:
18013     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18014     layout: "plot-throughput"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18027   layout:
18028     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18042   layout:
18043     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18044     layout: "plot-throughput"
18045
18046 - type: "plot"
18047   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18048   algorithm: "plot_perf_box_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18068     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18069     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18072   layout:
18073     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18074     layout: "plot-throughput"
18075
18076 - type: "plot"
18077   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18087   layout:
18088     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18102   layout:
18103     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18108   algorithm: "plot_perf_box_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18117   layout:
18118     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18119     layout: "plot-throughput"
18120
18121 - type: "plot"
18122   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18123   algorithm: "plot_perf_box_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18132   layout:
18133     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18134     layout: "plot-throughput"
18135
18136 - type: "plot"
18137   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18138   algorithm: "plot_perf_box_name"
18139   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18141   include:
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18147   layout:
18148     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18149     layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18163   layout:
18164     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18165     layout: "plot-throughput"
18166
18167 - type: "plot"
18168   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18169   algorithm: "plot_perf_box_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18179   layout:
18180     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18181     layout: "plot-throughput"
18182
18183 - type: "plot"
18184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18185   algorithm: "plot_perf_box_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18193   layout:
18194     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18195     layout: "plot-throughput"
18196
18197 - type: "plot"
18198   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18199   algorithm: "plot_perf_box_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18207   layout:
18208     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18209     layout: "plot-throughput"
18210
18211 - type: "plot"
18212   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18213   algorithm: "plot_perf_box_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18223   layout:
18224     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18225     layout: "plot-throughput"
18226
18227 - type: "plot"
18228   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18229   algorithm: "plot_perf_box_name"
18230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18232   include:
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18241     layout: "plot-throughput"
18242
18243 - type: "plot"
18244   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18245   algorithm: "plot_perf_box_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18255     layout: "plot-throughput"
18256
18257 - type: "plot"
18258   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18259   algorithm: "plot_perf_box_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18269     layout: "plot-throughput"
18270
18271 - type: "plot"
18272   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18273   algorithm: "plot_perf_box_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18283   layout:
18284     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18285     layout: "plot-throughput"
18286
18287 - type: "plot"
18288   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18289   algorithm: "plot_perf_box_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18299   layout:
18300     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18313   layout:
18314     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18315     layout: "plot-throughput"
18316
18317 - type: "plot"
18318   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18319   algorithm: "plot_perf_box_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18327   layout:
18328     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18329     layout: "plot-throughput"
18330
18331 - type: "plot"
18332   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18333   algorithm: "plot_perf_box_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18342   layout:
18343     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18344     layout: "plot-throughput"
18345
18346 - type: "plot"
18347   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18348   algorithm: "plot_perf_box_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18357   layout:
18358     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18359     layout: "plot-throughput"
18360
18361 - type: "plot"
18362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18363   algorithm: "plot_perf_box_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "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"
18368     - "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"
18369     - "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"
18370     - "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"
18371     - "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"
18372   layout:
18373     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18374     layout: "plot-throughput"
18375
18376 - type: "plot"
18377   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18378   algorithm: "plot_perf_box_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "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"
18383     - "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"
18384     - "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"
18385     - "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"
18386     - "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"
18387   layout:
18388     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18389     layout: "plot-throughput"
18390
18391 - type: "plot"
18392   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18393   algorithm: "plot_perf_box_name"
18394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18396   include:
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18402   layout:
18403     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18404     layout: "plot-throughput"
18405
18406 - type: "plot"
18407   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18408   algorithm: "plot_perf_box_name"
18409   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18411   include:
18412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18417   layout:
18418     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18419     layout: "plot-throughput"
18420
18421 - type: "plot"
18422   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18423   algorithm: "plot_perf_box_name"
18424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18426   include:
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18432   layout:
18433     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18447   layout:
18448     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18449     layout: "plot-throughput"
18450
18451 - type: "plot"
18452   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18453   algorithm: "plot_perf_box_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18461   layout:
18462     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18463     layout: "plot-throughput"
18464
18465 - type: "plot"
18466   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18467   algorithm: "plot_perf_box_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18475   layout:
18476     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18477     layout: "plot-throughput"
18478
18479 - type: "plot"
18480   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18481   algorithm: "plot_perf_box_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "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"
18486     - "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"
18487     - "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"
18488     - "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"
18489   layout:
18490     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "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"
18500     - "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"
18501     - "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"
18502     - "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"
18503   layout:
18504     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18505     layout: "plot-throughput"
18506
18507 - type: "plot"
18508   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18509   algorithm: "plot_perf_box_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "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"
18514     - "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"
18515     - "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"
18516     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18517     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18518     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18519   layout:
18520     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18521     layout: "plot-throughput"
18522
18523 - type: "plot"
18524   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18525   algorithm: "plot_perf_box_name"
18526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18528   include:
18529     - "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"
18530     - "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"
18531     - "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"
18532     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18533     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18535   layout:
18536     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18537     layout: "plot-throughput"
18538
18539 ################################################################################
18540
18541 # Packet Speedup
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18567   layout:
18568     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18595   layout:
18596     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18609   layout:
18610     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18611     layout: "plot-throughput-speedup-analysis"
18612
18613 - type: "plot"
18614   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18615   algorithm: "plot_tsa_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18620     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18621     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18622     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18623   layout:
18624     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18625     layout: "plot-throughput-speedup-analysis"
18626
18627 - type: "plot"
18628   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18629   algorithm: "plot_tsa_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18639   layout:
18640     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18655   layout:
18656     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18657     layout: "plot-throughput-speedup-analysis"
18658
18659 - type: "plot"
18660   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18661   algorithm: "plot_tsa_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18671     layout: "plot-throughput-speedup-analysis"
18672
18673 - type: "plot"
18674   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18675   algorithm: "plot_tsa_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18726     layout: "plot-throughput-speedup-analysis"
18727
18728 - type: "plot"
18729   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18730   algorithm: "plot_tsa_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18752   layout:
18753     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18754     layout: "plot-throughput-speedup-analysis"
18755
18756 - type: "plot"
18757   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18758   algorithm: "plot_tsa_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18765   layout:
18766     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18797   layout:
18798     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18813   layout:
18814     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18815     layout: "plot-throughput-speedup-analysis"
18816
18817 - type: "plot"
18818   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18819   algorithm: "plot_tsa_name"
18820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18822   include:
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18841   layout:
18842     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18853   layout:
18854     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18855     layout: "plot-throughput-speedup-analysis"
18856
18857 - type: "plot"
18858   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18859   algorithm: "plot_tsa_name"
18860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18862   include:
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18869   layout:
18870     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18871     layout: "plot-throughput-speedup-analysis"
18872
18873 - type: "plot"
18874   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18875   algorithm: "plot_tsa_name"
18876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18878   include:
18879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18885   layout:
18886     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18887     layout: "plot-throughput-speedup-analysis"
18888
18889 - type: "plot"
18890   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18891   algorithm: "plot_tsa_name"
18892   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18894   include:
18895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18917   layout:
18918     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18919     layout: "plot-throughput-speedup-analysis"
18920
18921 - type: "plot"
18922   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18923   algorithm: "plot_tsa_name"
18924   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18926   include:
18927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18931     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18933   layout:
18934     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18935     layout: "plot-throughput-speedup-analysis"
18936
18937 - type: "plot"
18938   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18939   algorithm: "plot_tsa_name"
18940   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18942   include:
18943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18949   layout:
18950     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18951     layout: "plot-throughput-speedup-analysis"
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18964   layout:
18965     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18966     layout: "plot-throughput-speedup-analysis"
18967
18968 - type: "plot"
18969   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18970   algorithm: "plot_tsa_name"
18971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18973   include:
18974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18994   layout:
18995     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18996     layout: "plot-throughput-speedup-analysis"
18997
18998 - type: "plot"
18999   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19000   algorithm: "plot_tsa_name"
19001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19003   include:
19004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19009   layout:
19010     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19024   layout:
19025     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19026     layout: "plot-throughput-speedup-analysis"
19027
19028 - type: "plot"
19029   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19030   algorithm: "plot_tsa_name"
19031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19033   include:
19034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19039   layout:
19040     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19054   layout:
19055     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19056     layout: "plot-throughput-speedup-analysis"
19057
19058 - type: "plot"
19059   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19060   algorithm: "plot_tsa_name"
19061   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19063   include:
19064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19069   layout:
19070     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19071     layout: "plot-throughput-speedup-analysis"
19072
19073 - type: "plot"
19074   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19075   algorithm: "plot_tsa_name"
19076   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19078   include:
19079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19084   layout:
19085     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19086     layout: "plot-throughput-speedup-analysis"
19087
19088 - type: "plot"
19089   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19090   algorithm: "plot_tsa_name"
19091   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19093   include:
19094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19099   layout:
19100     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19115   layout:
19116     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19117     layout: "plot-throughput-speedup-analysis"
19118
19119 - type: "plot"
19120   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19121   algorithm: "plot_tsa_name"
19122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19124   include:
19125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19131   layout:
19132     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19133     layout: "plot-throughput-speedup-analysis"
19134
19135 - type: "plot"
19136   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19137   algorithm: "plot_tsa_name"
19138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19140   include:
19141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19145   layout:
19146     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19147     layout: "plot-throughput-speedup-analysis"
19148
19149 - type: "plot"
19150   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19151   algorithm: "plot_tsa_name"
19152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19154   include:
19155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19159   layout:
19160     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19175   layout:
19176     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19177     layout: "plot-throughput-speedup-analysis"
19178
19179 - type: "plot"
19180   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19181   algorithm: "plot_tsa_name"
19182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19184   include:
19185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19191   layout:
19192     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19205   layout:
19206     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19207     layout: "plot-throughput-speedup-analysis"
19208
19209 - type: "plot"
19210   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19211   algorithm: "plot_tsa_name"
19212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19214   include:
19215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19219   layout:
19220     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19221     layout: "plot-throughput-speedup-analysis"
19222
19223 - type: "plot"
19224   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19225   algorithm: "plot_tsa_name"
19226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19228   include:
19229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19233     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19235   layout:
19236     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19237     layout: "plot-throughput-speedup-analysis"
19238
19239 - type: "plot"
19240   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19241   algorithm: "plot_tsa_name"
19242   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19244   include:
19245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19251   layout:
19252     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19265   layout:
19266     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19267     layout: "plot-throughput-speedup-analysis"
19268
19269 - type: "plot"
19270   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19271   algorithm: "plot_tsa_name"
19272   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19274   include:
19275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19279   layout:
19280     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19281     layout: "plot-throughput-speedup-analysis"
19282
19283 - type: "plot"
19284   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19285   algorithm: "plot_tsa_name"
19286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19288   include:
19289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19294   layout:
19295     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19296     layout: "plot-throughput-speedup-analysis"
19297
19298 - type: "plot"
19299   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19300   algorithm: "plot_tsa_name"
19301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19303   include:
19304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19309   layout:
19310     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19311     layout: "plot-throughput-speedup-analysis"
19312
19313 - type: "plot"
19314   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19315   algorithm: "plot_tsa_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "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"
19320     - "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"
19321     - "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"
19322     - "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"
19323     - "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"
19324   layout:
19325     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19326     layout: "plot-throughput-speedup-analysis"
19327
19328 - type: "plot"
19329   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19330   algorithm: "plot_tsa_name"
19331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19333   include:
19334     - "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"
19335     - "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"
19336     - "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"
19337     - "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"
19338     - "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"
19339   layout:
19340     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19341     layout: "plot-throughput-speedup-analysis"
19342
19343 - type: "plot"
19344   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19345   algorithm: "plot_tsa_name"
19346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19348   include:
19349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19354   layout:
19355     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19356     layout: "plot-throughput-speedup-analysis"
19357
19358 - type: "plot"
19359   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19360   algorithm: "plot_tsa_name"
19361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19363   include:
19364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19369   layout:
19370     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19371     layout: "plot-throughput-speedup-analysis"
19372
19373 - type: "plot"
19374   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19375   algorithm: "plot_tsa_name"
19376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19378   include:
19379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19384   layout:
19385     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19399   layout:
19400     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19401     layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19413   layout:
19414     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19415     layout: "plot-throughput-speedup-analysis"
19416
19417 - type: "plot"
19418   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19419   algorithm: "plot_tsa_name"
19420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19422   include:
19423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19427   layout:
19428     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "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"
19438     - "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"
19439     - "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"
19440     - "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"
19441   layout:
19442     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19443     layout: "plot-throughput-speedup-analysis"
19444
19445 - type: "plot"
19446   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19447   algorithm: "plot_tsa_name"
19448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19450   include:
19451     - "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"
19452     - "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"
19453     - "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"
19454     - "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"
19455   layout:
19456     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19457     layout: "plot-throughput-speedup-analysis"
19458
19459 - type: "plot"
19460   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19461   algorithm: "plot_tsa_name"
19462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19464   include:
19465     - "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"
19466     - "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"
19467     - "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"
19468     - "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"
19469     - "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"
19470     - "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"
19471   layout:
19472     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19473     layout: "plot-throughput-speedup-analysis"
19474
19475 - type: "plot"
19476   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19477   algorithm: "plot_tsa_name"
19478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19480   include:
19481     - "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"
19482     - "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"
19483     - "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"
19484     - "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"
19485     - "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"
19486     - "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"
19487   layout:
19488     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19489     layout: "plot-throughput-speedup-analysis"
19490
19491 ################################################################################
19492
19493 # Packet Throughput - DPDK
19494
19495 # 2n-clx-xxv710
19496
19497 - type: "plot"
19498   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19499   algorithm: "plot_perf_box_name"
19500   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19501   data: "plot-dpdk-throughput-latency-2n-clx"
19502   include:
19503     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19504     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19505   layout:
19506     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19507     layout: "plot-throughput"
19508
19509 - type: "plot"
19510   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19511   algorithm: "plot_perf_box_name"
19512   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19513   data: "plot-dpdk-throughput-latency-2n-clx"
19514   include:
19515     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19516     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19517   layout:
19518     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19519     layout: "plot-throughput"
19520
19521 - type: "plot"
19522   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19523   algorithm: "plot_perf_box_name"
19524   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19525   data: "plot-dpdk-throughput-latency-2n-clx"
19526   include:
19527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19528     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19529   layout:
19530     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19531     layout: "plot-throughput"
19532
19533 - type: "plot"
19534   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19535   algorithm: "plot_perf_box_name"
19536   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19537   data: "plot-dpdk-throughput-latency-2n-clx"
19538   include:
19539     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19540     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19541   layout:
19542     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19543     layout: "plot-throughput"
19544
19545 # 2n-clx-x710
19546
19547 - type: "plot"
19548   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19549   algorithm: "plot_perf_box_name"
19550   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19551   data: "plot-dpdk-throughput-latency-2n-clx"
19552   include:
19553     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19554     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19555   layout:
19556     title: "2n-clx-x710-64b-2t1c-base-ndr"
19557     layout: "plot-throughput"
19558
19559 - type: "plot"
19560   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19561   algorithm: "plot_perf_box_name"
19562   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19563   data: "plot-dpdk-throughput-latency-2n-clx"
19564   include:
19565     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19566     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19567   layout:
19568     title: "2n-clx-x710-64b-4t2c-base-ndr"
19569     layout: "plot-throughput"
19570
19571 - type: "plot"
19572   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19573   algorithm: "plot_perf_box_name"
19574   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19575   data: "plot-dpdk-throughput-latency-2n-clx"
19576   include:
19577     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19578     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19579   layout:
19580     title: "2n-clx-x710-64b-2t1c-base-pdr"
19581     layout: "plot-throughput"
19582
19583 - type: "plot"
19584   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19585   algorithm: "plot_perf_box_name"
19586   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19587   data: "plot-dpdk-throughput-latency-2n-clx"
19588   include:
19589     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19590     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19591   layout:
19592     title: "2n-clx-x710-64b-4t2c-base-pdr"
19593     layout: "plot-throughput"
19594
19595 ################################################################################
19596
19597 - type: "plot"
19598   title: "Latency by percentile: 2n-skx"
19599   algorithm: "plot_hdrh_lat_by_percentile"
19600   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19601   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19602   target-links: "../../_static/vpp"
19603   data: "plot-vpp-hdrh-lat-2n-skx"
19604   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19605   layout:
19606     layout: "plot-hdrh-latency-by-percentile"
19607
19608 - type: "plot"
19609   title: "Latency by percentile: 3n-skx"
19610   algorithm: "plot_hdrh_lat_by_percentile"
19611   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19612   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19613   target-links: "../../_static/vpp"
19614   data: "plot-vpp-hdrh-lat-3n-skx"
19615   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19616   layout:
19617     layout: "plot-hdrh-latency-by-percentile"
19618
19619 - type: "plot"
19620   title: "Latency by percentile: 2n-clx"
19621   algorithm: "plot_hdrh_lat_by_percentile"
19622   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19623   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19624   target-links: "../../_static/vpp"
19625   data: "plot-vpp-hdrh-lat-2n-clx"
19626   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19627   layout:
19628     layout: "plot-hdrh-latency-by-percentile"
19629
19630 - type: "plot"
19631   title: "Latency by percentile: 3n-hsw"
19632   algorithm: "plot_hdrh_lat_by_percentile"
19633   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19634   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19635   target-links: "../../_static/vpp"
19636   data: "plot-vpp-hdrh-lat-3n-hsw"
19637   filter: "'1T1C' and 'NIC_Intel-XL710'"
19638   layout:
19639     layout: "plot-hdrh-latency-by-percentile"
19640
19641 - type: "plot"
19642   title: "Latency by percentile: 3n-tsh"
19643   algorithm: "plot_hdrh_lat_by_percentile"
19644   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19645   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19646   target-links: "../../_static/vpp"
19647   data: "plot-vpp-hdrh-lat-3n-tsh"
19648   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19649   layout:
19650     layout: "plot-hdrh-latency-by-percentile"
19651
19652 - type: "plot"
19653   title: "Latency by percentile: DPDK 2n-skx"
19654   algorithm: "plot_hdrh_lat_by_percentile"
19655   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19656   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19657   target-links: "../../_static/dpdk"
19658   data: "plot-dpdk-hdrh-lat-2n-skx"
19659   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19660   layout:
19661     layout: "plot-hdrh-latency-by-percentile"
19662
19663 - type: "plot"
19664   title: "Latency by percentile: DPDK 3n-skx"
19665   algorithm: "plot_hdrh_lat_by_percentile"
19666   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19667   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19668   target-links: "../../_static/dpdk"
19669   data: "plot-dpdk-hdrh-lat-3n-skx"
19670   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19671   layout:
19672     layout: "plot-hdrh-latency-by-percentile"
19673
19674 - type: "plot"
19675   title: "Latency by percentile: DPDK 2n-clx"
19676   algorithm: "plot_hdrh_lat_by_percentile"
19677   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19678   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19679   target-links: "../../_static/dpdk"
19680   data: "plot-dpdk-hdrh-lat-2n-clx"
19681   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19682   layout:
19683     layout: "plot-hdrh-latency-by-percentile"
19684
19685 - type: "plot"
19686   title: "Latency by percentile: DPDK 3n-hsw"
19687   algorithm: "plot_hdrh_lat_by_percentile"
19688   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19689   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19690   target-links: "../../_static/dpdk"
19691   data: "plot-dpdk-hdrh-lat-3n-hsw"
19692   filter: "'1T1C' and 'NIC_Intel-XL710'"
19693   layout:
19694     layout: "plot-hdrh-latency-by-percentile"
19695
19696 - type: "plot"
19697   title: "Latency by percentile: DPDK 3n-tsh"
19698   algorithm: "plot_hdrh_lat_by_percentile"
19699   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19700   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19701   target-links: "../../_static/dpdk"
19702   data: "plot-dpdk-hdrh-lat-3n-tsh"
19703   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19704   layout:
19705     layout: "plot-hdrh-latency-by-percentile"