6d51ea39b578e882dbc8785c7860bbd8ad69e605
[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         - 122 # Soak
279         - 123 # Soak
280
281     plot-vpp-nfv-2n-skx-ndrpdr:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 113 # nf-density-sel env 4
284         - 114 # nf-density-sel env 4
285
286     plot-vpp-nfv-2n-skx-mrr:
287       csit-vpp-perf-report-iterative-2005-2n-skx:
288         - 115 # nf-density-sel env 4
289
290     plot-vpp-nfv-reconf-2n-skx:
291       csit-vpp-perf-report-iterative-2005-2n-skx:
292         - 106 # Reconf env 4
293         - 107 # Reconf env 4
294         - 108 # Reconf env 4
295         - 109 # Reconf env 4
296         - 110 # Reconf env 4
297         - 111 # Reconf env 4
298         - 112 # Reconf env 4
299         - 118 # Reconf env 4
300         - 120 # Reconf env 4
301         - 121 # Reconf env 4
302
303     plot-dpdk-throughput-latency-2n-skx:
304       csit-dpdk-perf-report-iterative-2005-2n-skx:
305         - 20  # NDRPDR iter
306         - 21  # NDRPDR iter
307         - 22  # NDRPDR iter
308         - 23  # NDRPDR iter
309         - 24  # NDRPDR iter
310         - 25  # NDRPDR iter
311         - 26  # NDRPDR iter
312         - 27  # NDRPDR iter
313         - 28  # NDRPDR iter
314         - 29  # NDRPDR iter
315
316     plot-dpdk-hdrh-lat-2n-skx:
317       csit-dpdk-perf-report-iterative-2005-2n-skx:
318         - 20  # NDRPDR iter
319
320     # 2n-clx
321
322     plot-vpp-throughput-lat-tsa-2n-clx:
323       csit-vpp-perf-report-iterative-2005-2n-clx:
324         - 62  # NDRPDR sel env 4
325         - 63  # NDRPDR sel env 4
326         - 64  # NDRPDR sel env 4
327         - 65  # NDRPDR sel env 4
328         - 66  # NDRPDR sel env 4
329         - 68  # NDRPDR sel env 4
330         - 69  # NDRPDR sel env 4
331         - 70  # NDRPDR sel env 4
332
333     plot-vpp-hdrh-lat-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 70  # NDRPDR sel env 4
336
337     plot-vpp-nfv-2n-clx-ndrpdr:
338       csit-vpp-perf-report-iterative-2005-2n-clx:
339         - 91  # nfv-density-00 env 4
340         - 92  # nfv-density-00 env 4
341         - 93  # nfv-density-00 env 4
342         - 97  # nfv-density-00 env 4
343         - 98  # nfv-density-00 env 4
344         - 99  # nfv-density-00 env 4
345         - 100 # nfv-density-00 env 4
346
347     plot-vpp-nfv-2n-clx-mrr:
348       csit-vpp-perf-report-iterative-2005-2n-clx:
349         - 96  # MRR
350
351     plot-vpp-nfv-reconf-2n-clx:
352       csit-vpp-perf-report-iterative-2005-2n-clx:
353         - 81  # Reconf env 4
354         - 82  # Reconf env 4
355         - 83  # Reconf env 4
356         - 84  # Reconf env 4
357         - 85  # Reconf env 4
358         - 86  # Reconf env 4
359         - 87  # Reconf env 4
360         - 88  # Reconf env 4
361         - 89  # Reconf env 4
362         - 90  # Reconf env 4
363
364     plot-vpp-soak-2n-clx:
365       csit-vpp-perf-report-iterative-2005-2n-clx:
366         - 101 # Soak
367
368     plot-dpdk-throughput-latency-2n-clx:
369       csit-dpdk-perf-report-iterative-2005-2n-clx:
370         - 20  # NDRPDR iter
371         - 21  # NDRPDR iter
372         - 22  # NDRPDR iter
373         - 23  # NDRPDR iter
374         - 24  # NDRPDR iter
375         - 25  # NDRPDR iter
376         - 26  # NDRPDR iter
377         - 27  # NDRPDR iter
378         - 28  # NDRPDR iter
379         - 29  # NDRPDR iter
380
381     plot-dpdk-hdrh-lat-2n-clx:
382       csit-dpdk-perf-report-iterative-2005-2n-clx:
383         - 21  # NDRPDR iter
384
385     # 3n-tsh
386
387     plot-vpp-throughput-lat-tsa-3n-tsh:
388       csit-vpp-perf-report-iterative-2005-3n-tsh:
389         - 23  # NDRPDR sel env 4
390         - 25  # NDRPDR sel env 4
391         - 33  # NDRPDR sel env 4
392         - 34  # NDRPDR sel env 4
393
394     plot-vpp-hdrh-lat-3n-tsh:
395       csit-vpp-perf-report-iterative-2005-3n-tsh:
396         - 25  # NDRPDR sel env 4
397
398     plot-dpdk-throughput-latency-3n-tsh:
399       csit-dpdk-perf-report-iterative-2005-3n-tsh:
400         - 5   # NDRPDR sel
401
402     plot-dpdk-hdrh-lat-3n-tsh:
403       csit-dpdk-perf-report-iterative-2005-3n-tsh:
404         - 5   # NDRPDR sel
405
406     # 3n-dnv
407
408     plot-vpp-throughput-lat-tsa-3n-dnv:
409       csit-vpp-perf-report-iterative-2005-3n-dnv:
410         - 2   # NDRPDR sel
411         - 3   # NDRPDR sel
412         - 4   # NDRPDR sel
413         - 5   # NDRPDR sel
414         - 6   # NDRPDR sel
415         - 7   # NDRPDR sel
416         - 9   # NDRPDR sel
417         - 10  # NDRPDR sel
418         - 11  # NDRPDR sel
419         - 12  # NDRPDR sel
420
421     plot-dpdk-throughput-latency-3n-dnv:
422       csit-dpdk-perf-report-iterative-2005-3n-dnv:
423         - 6   # NDRPDR sel
424         - 7   # NDRPDR sel
425         - 8   # NDRPDR sel
426         - 9   # NDRPDR sel
427         - 10  # NDRPDR sel
428         - 11  # NDRPDR sel
429         - 12  # NDRPDR sel
430         - 13  # NDRPDR sel
431         - 14  # NDRPDR sel
432         - 16  # NDRPDR sel
433
434     # 2n-dnv
435
436     plot-vpp-throughput-lat-tsa-2n-dnv:
437       csit-vpp-perf-report-iterative-2005-2n-dnv:
438         - 3   # NDRPDR sel
439         - 6   # NDRPDR sel
440         - 7   # NDRPDR sel
441         - 8   # NDRPDR sel
442         - 9   # NDRPDR sel
443         - 10  # NDRPDR sel
444         - 11  # NDRPDR sel
445         - 12  # NDRPDR sel
446         - 13  # NDRPDR sel
447         - 14  # NDRPDR sel
448
449     plot-dpdk-throughput-latency-2n-dnv:
450       csit-dpdk-perf-report-iterative-2005-2n-dnv:
451         - 8   # NDRPDR sel
452         - 9   # NDRPDR sel
453         - 10  # NDRPDR sel
454         - 11  # NDRPDR sel
455         - 12  # NDRPDR sel
456         - 13  # NDRPDR sel
457         - 14  # NDRPDR sel
458         - 15  # NDRPDR sel
459         - 16  # NDRPDR sel
460         - 17  # NDRPDR sel
461
462     ###########################################################################
463     # Simple tables (only one data set):
464
465     # NIC Comparisons
466
467     vpp-nic-comparison-3n-skx:
468       csit-vpp-perf-report-iterative-2005-3n-skx:
469         - 42  # NDRPDR sel env 4
470         - 43  # NDRPDR sel env 4
471         - 44  # NDRPDR sel env 4
472         - 45  # NDRPDR sel env 4
473         - 47  # NDRPDR sel env 4
474
475     vpp-nic-comparison-2n-skx:
476       csit-vpp-perf-report-iterative-2005-2n-skx:
477         - 88  # NDRPDR sel env 4
478         - 89  # NDRPDR sel env 4
479         - 90  # NDRPDR sel env 4
480         - 91  # NDRPDR sel env 4
481         - 92  # NDRPDR sel env 4
482         - 93  # NDRPDR sel env 4
483         - 94  # NDRPDR sel env 4
484
485     vpp-nic-comparison-3n-skx-mrr:
486       csit-vpp-perf-report-iterative-2005-3n-skx:
487         - 49  # MRR sel env 4
488
489     vpp-nic-comparison-2n-skx-mrr:
490       csit-vpp-perf-report-iterative-2005-2n-skx:
491         - 99  # MRR sel env 4
492
493     # Results
494
495     vpp-perf-results-3n-hsw:
496       csit-vpp-perf-report-coverage-2005-3n-hsw:
497         - 74  # crypto-00
498         - 75  # crypto-01
499         - 76  # crypto-02
500         - 77  # crypto-03
501         - 78  # ip4-00
502         - 79  # ip4-01
503         - 80  # ip4-02
504         - 81  # ip4-03
505         - 73  # ip4-04
506         - 82  # ip4-05
507         - 83  # ip4-06
508         - 84  # ip4-07
509         - 85  # ip4-08
510         - 86  # ip4tun-00
511         - 87  # ip4tun-01
512         - 88  # ip4tun-02
513         - 89  # ip6-00
514         - 90  # ip6-01
515         - 91  # ip6tun-00
516         - 92  # l2-00
517         - 93  # l2-01
518         - 94  # l2-02
519         - 95  # l2-03
520         - 96  # l2-04
521         - 97  # l2-05
522         - 98  # l2-06
523         - 99  # l2-07
524         - 100 # l2-08
525         - 101 # l2-09
526         - 102 # l2-10
527         - 103 # memif-00
528         - 104 # srv6-00
529         - 105 # srv6-01
530         - 106 # vhost-00
531         - 107 # vhost-01
532         - 109 # vhost-02
533
534     vpp-perf-results-3n-skx:
535       csit-vpp-perf-report-iterative-2005-3n-skx:
536         - 47  # NDRPDR sel env 4
537 #      csit-vpp-perf-report-coverage-2005-3n-skx:
538 #        - 10  # perf-full-3n-skx-crypto_I
539 #        - 11  # perf-full-3n-skx-crypto_II
540 #        - 12  # perf-full-3n-skx-crypto_III
541 #        - 5   # perf-full-3n-skx-ip4_I
542 #        - 14  # perf-full-3n-skx-ip4_II
543 #        - 7   # perf-full-3n-skx-ip4_III
544 #        - 15  # perf-full-3n-skx-ip4_IV
545 #        - 16  # perf-full-3n-skx-ip4_V
546 #        - 17  # perf-full-3n-skx-ip4_VI
547 #        - 18  # perf-full-3n-skx-ip4_VII
548 #        - 19  # perf-full-3n-skx-ip4_VIII
549 #        - 20  # perf-full-3n-skx-ip4_IX
550 #        - 24  # perf-full-3n-skx-ip6_I
551 #        - 25  # perf-full-3n-skx-ip6_II
552 #        - 21  # perf-full-3n-skx-ip4tunnels-I
553 #        - 22  # perf-full-3n-skx-ip4tunnels-II
554 #        - 23  # perf-full-3n-skx-ip4tunnels-III
555 #        - 26  # perf-full-3n-skx-ip6tunnels-I
556 #        - 28  # perf-full-3n-skx-l2_II
557 #        - 29  # perf-full-3n-skx-l2_III
558 #        - 30  # perf-full-3n-skx-l2_IV
559 #        - 32  # perf-full-3n-skx-l2_VI
560 #        - 33  # perf-full-3n-skx-l2_VII
561 #        - 34  # perf-full-3n-skx-l2_VIII
562 #        - 35  # perf-full-3n-skx-l2_IX
563 #        - 36  # perf-full-3n-skx-l2_X
564 #        - 37  # perf-full-3n-skx-l2_XI
565 #        - 38  # perf-full-3n-skx-memif
566 #        - 39  # perf-full-3n-skx-srv6-I
567 #        - 40  # perf-full-3n-skx-srv6-II
568 #        - 43  # perf-full-3n-skx-vhost-III
569
570     vpp-perf-results-2n-skx:
571       csit-vpp-perf-report-iterative-2005-2n-skx:
572         - 94  # NDRPDR sel env 4
573 #      csit-vpp-perf-report-coverage-2005-2n-skx:
574 #        - 11  # perf-full-2n-skx-ip4_I
575 #        - 3   # perf-full-2n-skx-ip4_II
576 #        - 18  # perf-full-2n-skx-ip4_III
577 #        - 19  # perf-full-2n-skx-ip4_IV
578 #        - 5   # perf-full-2n-skx-ip4_V
579 #        - 20  # perf-full-2n-skx-ip4_VI
580 #        - 7   # perf-full-2n-skx-ip6_I
581 #        - 21  # perf-full-2n-skx-ip6_II
582 #        - 9   # perf-full-2n-skx-l2_I
583 #        - 22  # perf-full-2n-skx-l2_II
584 #        - 23  # perf-full-2n-skx-memif
585 #        - 24  # perf-full-2n-skx-loadbalancer
586 #        - 25  # perf-full-2n-skx-vhost I
587 #        - 26  # perf-full-2n-skx-vhost II
588 #        - 27  # perf-full-2n-skx-vts
589
590     vpp-perf-results-2n-clx:
591       csit-vpp-perf-report-iterative-2005-2n-clx:
592         - 62  # NDRPDR sel env 4
593 #      csit-vpp-perf-report-coverage-2005-2n-clx:
594 #        - 21  # perf-full-2n-clx-ip4_I
595 #        - 2   # perf-full-2n-clx-ip4_II
596 #        - 3   # perf-full-2n-clx-ip4_III
597 #        - 4   # perf-full-2n-clx-ip4_IV
598 #        - 5   # perf-full-2n-clx-ip4_V
599 #        - 6   # perf-full-2n-clx-ip4_VI
600 #        - 7   # perf-full-2n-clx-ip6_I
601 #        - 16  # perf-full-2n-clx-ip6_II
602 #        - 23  # perf-full-2n-clx-l2_I
603 #        - 10  # perf-full-2n-clx-l2_II
604 #        - 11  # perf-full-2n-clx-memif
605 #        - 12  # perf-full-2n-clx-loadbalancer
606 #        - 13  # perf-full-2n-clx-vhost I
607 #        - 22  # perf-full-2n-clx-vhost II
608 #        - 15  # perf-full-2n-clx-vts
609
610     vpp-perf-results-3n-tsh:
611       csit-vpp-perf-report-iterative-2005-3n-tsh:
612         - 25  # NDRPDR sel env 4
613
614     vpp-perf-results-3n-dnv:
615       csit-vpp-perf-report-coverage-2005-3n-dnv:
616         - 1   # perf-full-3n-dnv-crypto_I
617         - 24  # perf-full-3n-dnv-crypto_II
618         - 5   # perf-full-3n-dnv-ip4_I
619         - 13  # perf-full-3n-dnv-ip4_II
620         - 17  # perf-full-3n-dnv-ip6_I
621         - 18  # perf-full-3n-dnv-ip6_II
622         - 21  # perf-full-3n-dnv-l2_I
623         - 22  # perf-full-3n-dnv-l2_II
624         - 23  # perf-full-3n-dnv-ip4-tunnels_I
625
626     vpp-perf-results-2n-dnv:
627       csit-vpp-perf-report-coverage-2005-2n-dnv:
628         - 1   # perf-full-2n-dnv-ip4_I
629         - 2   # perf-full-2n-dnv-ip4_II
630         - 3   # perf-full-2n-dnv-ip6_I
631         - 4   # perf-full-2n-dnv-ip6_II
632         - 5   # perf-full-2n-dnv-l2_I
633         - 6   # perf-full-2n-dnv-l2_II
634
635     vpp-mrr-results-3n-hsw:
636       csit-vpp-perf-report-iterative-2005-3n-hsw:
637         - 30  # MRR env 4
638
639     vpp-mrr-results-3n-skx:
640       csit-vpp-perf-report-iterative-2005-3n-skx:
641         - 49  # MRR sel env 4
642
643     vpp-mrr-results-2n-skx:
644       csit-vpp-perf-report-iterative-2005-2n-skx:
645         - 99  # MRR sel env 4
646
647     vpp-mrr-results-2n-clx:
648       csit-vpp-perf-report-iterative-2005-2n-clx:
649         - 72  # MRR env 4
650
651     vpp-mrr-results-3n-tsh:
652       csit-vpp-perf-report-iterative-2005-3n-tsh:
653         - 27  # MRR sel env 4
654
655     vpp-mrr-results-3n-dnv:
656       csit-vpp-perf-report-iterative-2005-3n-dnv:
657         - 8   # MRR
658
659     vpp-mrr-results-2n-dnv:
660       csit-vpp-perf-report-iterative-2005-2n-dnv:
661         - 15  # MRR sel
662
663     vpp-device-results-ubuntu:
664       csit-vpp-device-2005-ubuntu1804-1n-skx:
665         - 35
666
667     dpdk-perf-results-3n-hsw:
668       csit-dpdk-perf-report-iterative-2005-3n-hsw:
669         - 25  # NDRPDR iter
670
671     dpdk-perf-results-3n-skx:
672       csit-dpdk-perf-report-iterative-2005-3n-skx:
673         - 28  # NDRPDR iter
674
675     dpdk-perf-results-2n-skx:
676       csit-dpdk-perf-report-iterative-2005-2n-skx:
677         - 20  # NDRPDR iter
678
679     dpdk-perf-results-2n-clx:
680       csit-dpdk-perf-report-iterative-2005-2n-clx:
681         - 21  # NDRPDR iter
682
683     dpdk-perf-results-2n-dnv:
684       csit-dpdk-perf-report-iterative-2005-2n-dnv:
685         - 8   # NDRPDR sel
686
687     dpdk-perf-results-3n-dnv:
688       csit-dpdk-perf-report-iterative-2005-3n-dnv:
689         - 6   # NDRPDR sel
690
691     dpdk-perf-results-3n-tsh:
692       csit-dpdk-perf-report-iterative-2005-3n-tsh:
693         - 5   # NDRPDR sel
694
695 ###########################################################################
696     # Tables (more than one data set)
697
698     # Performance changes
699
700     vpp-performance-changes-3n-hsw-h1:
701       csit-vpp-perf-verify-1908-3n-hsw:
702         - 12  # NDRPDR sel
703         - 13  # NDRPDR sel
704         - 14  # NDRPDR sel
705         - 15  # NDRPDR sel
706         - 16  # NDRPDR sel
707         - 17  # NDRPDR sel
708         - 18  # NDRPDR sel
709         - 19  # NDRPDR sel
710         - 20  # NDRPDR sel
711         - 21  # NDRPDR sel
712     vpp-performance-changes-3n-hsw-ref:
713       csit-vpp-perf-verify-2001-3n-hsw:
714         - 21  # NDRPDR sel
715         - 22  # NDRPDR sel
716         - 23  # NDRPDR sel
717         - 24  # NDRPDR sel
718         - 25  # NDRPDR sel
719         - 29  # NDRPDR sel
720         - 30  # NDRPDR sel
721         - 31  # NDRPDR sel
722         - 32  # NDRPDR sel
723         - 34  # NDRPDR sel
724     vpp-performance-changes-3n-hsw-cmp:
725       csit-vpp-perf-report-iterative-2005-3n-hsw:
726         - 3   # NDRPDR sel
727         - 4   # NDRPDR sel
728         - 5   # NDRPDR sel
729         - 10  # NDRPDR sel
730         - 11  # NDRPDR sel
731         - 12  # NDRPDR sel
732         - 15  # NDRPDR sel
733         - 16  # NDRPDR sel
734         - 18  # NDRPDR sel
735         - 19  # NDRPDR sel
736     vpp-performance-changes-3n-hsw-cmp-2:
737       csit-vpp-perf-report-iterative-2005-3n-hsw:
738         - 20  # NDRPDR sel env 4
739         - 21  # NDRPDR sel env 4
740         - 22  # NDRPDR sel env 4
741         - 23  # NDRPDR sel env 4
742         - 24  # NDRPDR sel env 4
743         - 25  # NDRPDR sel env 4
744         - 26  # NDRPDR sel env 4
745         - 27  # NDRPDR sel env 4
746         - 28  # NDRPDR sel env 4
747         - 29  # NDRPDR sel env 4
748     vpp-performance-changes-3n-hsw-cmp-2001.0-4:
749       csit-vpp-perf-report-iterative-2005-3n-hsw:
750         - 31  # NDRPDR sel 2001.0-4
751         - 32  # NDRPDR sel 2001.0-4
752         - 33  # NDRPDR sel 2001.0-4
753         - 34  # NDRPDR sel 2001.0-4
754         - 35  # NDRPDR sel 2001.0-4
755         - 36  # NDRPDR sel 2001.0-4
756         - 38  # NDRPDR sel 2001.0-4
757
758     vpp-performance-changes-3n-skx-h1:
759       csit-vpp-perf-verify-1908_1-3n-skx:
760         - 26  # NDRPDR sel - new1908.1
761         - 27  # NDRPDR sel - new1908.1
762         - 28  # NDRPDR sel - new1908.1
763         - 29  # NDRPDR sel - new1908.1
764         - 30  # NDRPDR sel - new1908.1
765         - 31  # NDRPDR sel - new1908.1
766         - 33  # NDRPDR sel - new1908.1
767         - 34  # NDRPDR sel - new1908.1
768         - 35  # NDRPDR sel - new1908.1
769         - 36  # NDRPDR sel - new1908.1
770     vpp-performance-changes-3n-skx-ref:
771       csit-vpp-perf-verify-2001-3n-skx:
772         - 69  # NDRPDR sel - new2001.0
773         - 71  # NDRPDR sel - new2001.0
774         - 72  # NDRPDR sel - new2001.0
775         - 76  # NDRPDR sel - new2001.0
776         - 77  # NDRPDR sel - new2001.0
777         - 78  # NDRPDR sel - new2001.0
778         - 80  # NDRPDR sel - new2001.0
779     vpp-performance-changes-3n-skx-cmp:
780       csit-vpp-perf-report-iterative-2005-3n-skx:
781         - 4   # NDRPDR sel
782         - 5   # NDRPDR sel ??? all x710 failed
783         - 33  # NDRPDR sel
784         - 28  # NDRPDR sel
785         - 34  # NDRPDR sel
786         - 36  # NDRPDR sel
787         - 37  # NDRPDR sel
788         - 38  # NDRPDR sel
789         - 39  # NDRPDR sel
790         - 41  # NDRPDR sel
791     vpp-performance-changes-3n-skx-cmp-2:
792       csit-vpp-perf-report-iterative-2005-3n-skx:
793         - 42  # NDRPDR sel env 4
794         - 43  # NDRPDR sel env 4
795         - 44  # NDRPDR sel env 4
796         - 45  # NDRPDR sel env 4
797         - 47  # NDRPDR sel env 4
798     vpp-performance-changes-3n-skx-cmp-2001.0-4:
799       csit-vpp-perf-report-iterative-2005-3n-skx:
800         - 50  # NDRPDR sel 2001.0-4
801         - 51  # NDRPDR sel 2001.0-4
802         - 52  # NDRPDR sel 2001.0-4
803         - 53  # NDRPDR sel 2001.0-4
804         - 54  # NDRPDR sel 2001.0-4
805
806     vpp-performance-changes-2n-skx-h1:
807       csit-vpp-perf-verify-1908_1-2n-skx:
808         - 39  # NDRPDR sel - new1908.1
809         - 40  # NDRPDR sel - new1908.1
810         - 41  # NDRPDR sel - new1908.1
811         - 43  # NDRPDR sel - new1908.1
812         - 44  # NDRPDR sel - new1908.1
813         - 45  # NDRPDR sel - new1908.1
814         - 46  # NDRPDR sel - new1908.1
815         - 47  # NDRPDR sel - new1908.1
816         - 48  # NDRPDR sel - new1908.1
817         - 49  # NDRPDR sel - new1908.1
818     vpp-performance-changes-2n-skx-ref:
819       csit-vpp-perf-verify-2001-2n-skx:
820         - 143  # NDRPDR sel - new2001.0
821         - 146  # NDRPDR sel - new2001.0
822         - 147  # NDRPDR sel - new2001.0
823         - 148  # NDRPDR sel - new2001.0
824         - 149  # NDRPDR sel - new2001.0
825         - 150  # NDRPDR sel - new2001.0
826         - 151  # NDRPDR sel - new2001.0
827         - 152  # NDRPDR sel - new2001.0
828         - 153  # NDRPDR sel - new2001.0
829         - 154  # NDRPDR sel - new2001.0
830     vpp-performance-changes-2n-skx-cmp:
831       csit-vpp-perf-report-iterative-2005-2n-skx:
832         - 43  # NDRPDR sel
833         - 38  # NDRPDR sel
834         - 7   # NDRPDR sel
835         - 65  # NDRPDR sel
836         - 47  # NDRPDR sel
837         - 55  # NDRPDR sel
838         - 67  # NDRPDR sel
839         - 75  # NDRPDR sel
840         - 76  # NDRPDR sel
841         - 73  # NDRPDR sel
842     vpp-performance-changes-2n-skx-cmp-2:
843       csit-vpp-perf-report-iterative-2005-2n-skx:
844         - 88  # NDRPDR sel env 4
845         - 89  # NDRPDR sel env 4
846         - 90  # NDRPDR sel env 4
847         - 91  # NDRPDR sel env 4
848         - 92  # NDRPDR sel env 4
849         - 93  # NDRPDR sel env 4
850         - 94  # NDRPDR sel env 4
851     vpp-performance-changes-2n-skx-cmp-2001.0-4:
852       csit-vpp-perf-report-iterative-2005-2n-skx:
853         - 100 # NDRPDR sel 2001.0-4
854         - 101 # NDRPDR sel 2001.0-4
855         - 102 # NDRPDR sel 2001.0-4
856         - 103 # NDRPDR sel 2001.0-4
857         - 104 # NDRPDR sel 2001.0-4
858         - 105 # NDRPDR sel 2001.0-4
859
860 #    vpp-performance-changes-nfv-2n-skx-ref:
861 #      csit-vpp-perf-verify-2001-2n-skx:
862 #        - 30  # NFV
863 #        - 31  # NFV
864 #    vpp-performance-changes-nfv-2n-skx-cmp:
865 #      csit-vpp-perf-report-iterative-2005-2n-skx:
866 #        - 43  # NDRPDR sel
867 #        - 38  # NDRPDR sel
868 #        - 7   # NDRPDR sel
869 #        - 78  # nf-density-sel
870 #        - 83  # nf-density-sel
871
872     vpp-performance-changes-2n-clx-ref:
873       csit-vpp-perf-verify-2001-2n-clx:
874         - 28  # NDRPDR sel
875         - 29  # NDRPDR sel
876         - 32  # NDRPDR sel
877         - 40  # NDRPDR sel
878         - 43  # NDRPDR sel
879         - 44  # NDRPDR sel
880         - 45  # NDRPDR sel
881         - 47  # NDRPDR sel
882         - 48  # NDRPDR sel
883         - 49  # NDRPDR sel
884     vpp-performance-changes-2n-clx-cmp:
885       csit-vpp-perf-report-iterative-2005-2n-clx:
886         - 7   # NDRPDR sel
887         - 38  # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 32  # NDRPDR sel ???
890         - 33  # NDRPDR sel ???
891         - 39  # NDRPDR sel
892         - 40  # NDRPDR sel
893         - 43  # NDRPDR sel
894         - 50  # NDRPDR sel
895         - 51  # NDRPDR sel
896     vpp-performance-changes-2n-clx-cmp-2:
897       csit-vpp-perf-report-iterative-2005-2n-clx:
898         - 62  # NDRPDR sel env 4
899         - 63  # NDRPDR sel env 4
900         - 64  # NDRPDR sel env 4
901         - 65  # NDRPDR sel env 4
902         - 66  # NDRPDR sel env 4
903         - 68  # NDRPDR sel env 4
904         - 69  # NDRPDR sel env 4
905         - 70  # NDRPDR sel env 4
906     vpp-performance-changes-2n-clx-cmp-2001.0-4:
907       csit-vpp-perf-report-iterative-2005-2n-clx:
908         - 73  # NDRPDR sel 2001.0-4
909         - 74  # NDRPDR sel 2001.0-4
910         - 75  # NDRPDR sel 2001.0-4
911         - 76  # NDRPDR sel 2001.0-4
912         - 77  # NDRPDR sel 2001.0-4
913         - 78  # NDRPDR sel 2001.0-4
914         - 79  # NDRPDR sel 2001.0-4
915         - 80  # NDRPDR sel 2001.0-4
916
917     vpp-performance-changes-2n-dnv-h1:
918       csit-vpp-perf-verify-1908-2n-dnv:
919         - 1   # NDRPDR sel
920         - 2   # NDRPDR sel
921         - 3   # NDRPDR sel
922         - 4   # NDRPDR sel
923         - 5   # NDRPDR sel
924         - 6   # NDRPDR sel
925         - 7   # NDRPDR sel
926         - 8   # NDRPDR sel
927         - 9   # NDRPDR sel
928         - 10  # NDRPDR sel
929     vpp-performance-changes-2n-dnv-ref:
930       csit-vpp-perf-verify-2001-2n-dnv:
931         - 4   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 8   # NDRPDR sel
936         - 9   # NDRPDR sel
937         - 10  # NDRPDR sel
938         - 11  # NDRPDR sel
939         - 13  # NDRPDR sel
940         - 16  # NDRPDR sel
941     vpp-performance-changes-2n-dnv-cmp:
942       csit-vpp-perf-report-iterative-2005-2n-dnv:
943         - 3   # NDRPDR sel
944         - 6   # NDRPDR sel
945         - 7   # NDRPDR sel
946         - 8   # NDRPDR sel
947         - 9   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 11  # NDRPDR sel
950         - 12  # NDRPDR sel
951         - 13  # NDRPDR sel
952         - 14  # NDRPDR sel
953
954     vpp-performance-changes-3n-dnv-h1:
955       csit-vpp-perf-verify-1908-3n-dnv:
956         - 6   # NDRPDR sel
957         - 7   # NDRPDR sel
958         - 8   # NDRPDR sel
959         - 9   # NDRPDR sel
960         - 10  # NDRPDR sel
961         - 12  # NDRPDR sel
962         - 13  # NDRPDR sel
963         - 14  # NDRPDR sel
964         - 15  # NDRPDR sel
965         - 16  # NDRPDR sel
966     vpp-performance-changes-3n-dnv-ref:
967       csit-vpp-perf-verify-2001-3n-dnv:
968         - 5   # NDRPDR sel
969         - 6   # NDRPDR sel
970         - 7   # NDRPDR sel
971         - 8   # NDRPDR sel
972         - 9   # NDRPDR sel
973         - 10  # NDRPDR sel
974         - 12  # NDRPDR sel
975         - 16  # NDRPDR sel
976         - 17  # NDRPDR sel
977         - 18  # NDRPDR sel
978     vpp-performance-changes-3n-dnv-cmp:
979       csit-vpp-perf-report-iterative-2005-3n-dnv:
980         - 2   # NDRPDR sel
981         - 3   # NDRPDR sel
982         - 4   # NDRPDR sel
983         - 5   # NDRPDR sel
984         - 6   # NDRPDR sel
985         - 7   # NDRPDR sel
986         - 9   # NDRPDR sel
987         - 10  # NDRPDR sel
988         - 11  # NDRPDR sel
989         - 12  # NDRPDR sel
990
991     vpp-performance-changes-3n-tsh-h1:
992       csit-vpp-perf-verify-1908-3n-tsh:
993         - 7   # NDRPDR sel
994         - 8   # NDRPDR sel
995         - 9   # NDRPDR sel
996         - 10  # NDRPDR sel
997         - 11  # NDRPDR sel
998         - 12  # NDRPDR sel
999         - 13  # NDRPDR sel
1000         - 14  # NDRPDR sel
1001         - 15  # NDRPDR sel
1002         - 16  # NDRPDR sel
1003     vpp-performance-changes-3n-tsh-ref:
1004       csit-vpp-perf-verify-2001-3n-tsh:
1005         - 3   # NDRPDR sel
1006         - 4   # NDRPDR sel
1007         - 7   # NDRPDR sel
1008         - 8   # NDRPDR sel
1009         - 10  # NDRPDR sel
1010         - 12  # NDRPDR sel
1011         - 13  # NDRPDR sel
1012         - 14  # NDRPDR sel
1013         - 15  # NDRPDR sel
1014         - 21  # NDRPDR sel
1015     vpp-performance-changes-3n-tsh-cmp:
1016       csit-vpp-perf-report-iterative-2005-3n-tsh:
1017         - 9   # NDRPDR sel
1018         - 11  # NDRPDR sel
1019         - 12  # NDRPDR sel
1020         - 20  # NDRPDR sel
1021         - 14  # NDRPDR sel
1022         - 21  # NDRPDR sel
1023     vpp-performance-changes-3n-tsh-cmp-2:
1024       csit-vpp-perf-report-iterative-2005-3n-tsh:
1025         - 23  # NDRPDR sel env 4
1026         - 25  # NDRPDR sel env 4
1027         - 33  # NDRPDR sel env 4
1028         - 34  # NDRPDR sel env 4
1029     vpp-performance-changes-3n-tsh-cmp-2001.0-4:
1030       csit-vpp-perf-report-iterative-2005-3n-tsh:
1031         - 28  # NDRPDR sel 2001.0-4
1032         - 29  # NDRPDR sel 2001.0-4
1033         - 31  # NDRPDR sel 2001.0-4
1034
1035     vpp-soak-vs-ndr-2n-skx-ref:
1036       csit-vpp-perf-report-iterative-2005-2n-skx:
1037         - 88  # NDRPDR sel env 4
1038         - 89  # NDRPDR sel env 4
1039         - 90  # NDRPDR sel env 4
1040         - 91  # NDRPDR sel env 4
1041         - 92  # NDRPDR sel env 4
1042         - 93  # NDRPDR sel env 4
1043         - 94  # NDRPDR sel env 4
1044     vpp-soak-vs-ndr-2n-skx-cmp:
1045       csit-vpp-perf-report-iterative-2005-2n-skx:
1046         - 122 # Soak
1047         - 123 # Soak
1048     vpp-soak-vs-ndr-2n-skx:
1049       csit-vpp-perf-report-iterative-2005-2n-skx:
1050         - 88  # NDRPDR sel env 4
1051         - 89  # NDRPDR sel env 4
1052         - 90  # NDRPDR sel env 4
1053         - 91  # NDRPDR sel env 4
1054         - 92  # NDRPDR sel env 4
1055         - 93  # NDRPDR sel env 4
1056         - 94  # NDRPDR sel env 4
1057         - 122 # Soak
1058         - 123 # Soak
1059
1060     vpp-soak-vs-ndr-2n-clx-ref:
1061       csit-vpp-perf-report-iterative-2005-2n-clx:
1062         - 62  # NDRPDR sel env 4
1063         - 63  # NDRPDR sel env 4
1064         - 64  # NDRPDR sel env 4
1065         - 65  # NDRPDR sel env 4
1066         - 66  # NDRPDR sel env 4
1067         - 68  # NDRPDR sel env 4
1068         - 69  # NDRPDR sel env 4
1069         - 70  # NDRPDR sel env 4
1070     vpp-soak-vs-ndr-2n-clx-cmp:
1071       csit-vpp-perf-report-iterative-2005-2n-clx:
1072         - 101 # Soak
1073     vpp-soak-vs-ndr-2n-clx:
1074       csit-vpp-perf-report-iterative-2005-2n-clx:
1075         - 62  # NDRPDR sel env 4
1076         - 63  # NDRPDR sel env 4
1077         - 64  # NDRPDR sel env 4
1078         - 65  # NDRPDR sel env 4
1079         - 66  # NDRPDR sel env 4
1080         - 68  # NDRPDR sel env 4
1081         - 69  # NDRPDR sel env 4
1082         - 70  # NDRPDR sel env 4
1083         - 101 # Soak
1084
1085     vpp-performance-changes-3n-hsw-mrr-h1:
1086       csit-vpp-perf-verify-1908-3n-hsw:
1087         - 39  # MRR sel
1088     vpp-performance-changes-3n-hsw-mrr-ref:
1089       csit-vpp-perf-verify-2001-3n-hsw:
1090         - 17  # MRR sel
1091     vpp-performance-changes-3n-hsw-mrr-cmp:
1092       csit-vpp-perf-report-iterative-2005-3n-hsw:
1093         - 13  # MRR
1094     vpp-performance-changes-3n-hsw-mrr-cmp-2:
1095       csit-vpp-perf-report-iterative-2005-3n-hsw:
1096         - 30  # MRR env 4
1097
1098 #    vpp-performance-changes-3n-skx-mrr-h1:
1099 #      csit-vpp-perf-verify-1908-3n-skx:
1100 #        - 36  # MRR sel
1101     vpp-performance-changes-3n-skx-mrr-ref:
1102       csit-vpp-perf-verify-2001-3n-skx:
1103         - 50  # MRR sel
1104         - 53  # MRR sel addition
1105     vpp-performance-changes-3n-skx-mrr-cmp:
1106       csit-vpp-perf-report-iterative-2005-3n-skx:
1107         - 6   # MRR sel
1108     vpp-performance-changes-3n-skx-mrr-cmp-2:
1109       csit-vpp-perf-report-iterative-2005-3n-skx:
1110         - 49  # MRR sel env 4
1111
1112 #    vpp-performance-changes-2n-skx-mrr-h1:
1113 #      csit-vpp-perf-verify-1908-2n-skx:
1114 #        - 69  # MRR sel
1115     vpp-performance-changes-2n-skx-mrr-ref:
1116       csit-vpp-perf-verify-2001-2n-skx:
1117         - 101 # MRR sel
1118         - 128 # MRR sel addition
1119     vpp-performance-changes-2n-skx-mrr-cmp:
1120       csit-vpp-perf-report-iterative-2005-2n-skx:
1121         - 42  # MRR sel
1122     vpp-performance-changes-2n-skx-mrr-cmp-2:
1123       csit-vpp-perf-report-iterative-2005-2n-skx:
1124         - 99  # MRR sel env 4
1125
1126     vpp-performance-changes-2n-clx-mrr-ref:
1127       csit-vpp-perf-verify-2001-2n-clx:
1128         - 39  # MRR
1129     vpp-performance-changes-2n-clx-mrr-cmp:
1130       csit-vpp-perf-report-iterative-2005-2n-clx:
1131         - 12   # MRR
1132     vpp-performance-changes-2n-clx-mrr-cmp-2:
1133       csit-vpp-perf-report-iterative-2005-2n-clx:
1134         - 72   # MRR sel env 4
1135
1136 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1137 #      csit-vpp-perf-verify-1908-2n-skx:
1138 #        - 71  # NFV MRR
1139 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1140 #      # csit-vpp-perf-verify-2001-2n-skx:
1141 #      csit-vpp-perf-verify-1908-2n-skx:
1142 #        - 71  # NFV MRR
1143
1144     vpp-performance-changes-2n-dnv-mrr-h1:
1145       csit-vpp-perf-verify-1908-2n-dnv:
1146         - 11  # MRR sel
1147     vpp-performance-changes-2n-dnv-mrr-ref:
1148       csit-vpp-perf-verify-2001-2n-dnv:
1149         - 12  # MRR sel
1150     vpp-performance-changes-2n-dnv-mrr-cmp:
1151       csit-vpp-perf-report-iterative-2005-2n-dnv:
1152         - 15  # MRR sel
1153
1154     vpp-performance-changes-3n-dnv-mrr-h1:
1155       csit-vpp-perf-verify-1908-3n-dnv:
1156         - 17  # MRR sel
1157     vpp-performance-changes-3n-dnv-mrr-ref:
1158       csit-vpp-perf-verify-2001-3n-dnv:
1159         - 11  # MRR sel
1160     vpp-performance-changes-3n-dnv-mrr-cmp:
1161       csit-vpp-perf-report-iterative-2005-3n-dnv:
1162         - 8   # MRR
1163
1164     vpp-performance-changes-3n-tsh-mrr-h1:
1165       csit-vpp-perf-verify-1908-3n-tsh:
1166         - 17  # MRR sel
1167     vpp-performance-changes-3n-tsh-mrr-ref:
1168       csit-vpp-perf-verify-2001-3n-tsh:
1169         - 9   # MRR sel
1170     vpp-performance-changes-3n-tsh-mrr-cmp:
1171       csit-vpp-perf-report-iterative-2005-3n-tsh:
1172         - 10  # MRR sel
1173     vpp-performance-changes-3n-tsh-mrr-cmp-2:
1174       csit-vpp-perf-report-iterative-2005-3n-tsh:
1175         - 27  # MRR sel env 4
1176
1177     dpdk-performance-changes-3n-hsw-h1:
1178       csit-dpdk-perf-verify-1908-3n-hsw:
1179         - 2   # NDRPDR sel
1180         - 3   # NDRPDR sel
1181         - 4   # NDRPDR sel
1182         - 5   # NDRPDR sel
1183         - 6   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 9   # NDRPDR sel
1187         - 10  # NDRPDR sel
1188         - 11  # NDRPDR sel
1189     dpdk-performance-changes-3n-hsw-ref:
1190       csit-dpdk-perf-verify-2001-3n-hsw:
1191         - 4   # NDRPDR sel
1192         - 5   # NDRPDR sel
1193         - 6   # NDRPDR sel
1194         - 7   # NDRPDR sel
1195         - 8   # NDRPDR sel
1196         - 9   # NDRPDR sel
1197         - 10  # NDRPDR sel
1198         - 11  # NDRPDR sel
1199         - 12  # NDRPDR sel
1200         - 13  # NDRPDR sel
1201         - 15  # NDRPDR sel
1202         - 16  # NDRPDR sel
1203         - 17  # NDRPDR sel
1204         - 18  # NDRPDR sel
1205         - 19  # NDRPDR sel
1206         - 20  # NDRPDR sel
1207         - 21  # NDRPDR sel
1208         - 22  # NDRPDR sel
1209         - 23  # NDRPDR sel
1210         - 24  # NDRPDR sel
1211     dpdk-performance-changes-3n-hsw-cmp:
1212       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1213         - 25  # NDRPDR iter
1214         - 26  # NDRPDR iter
1215         - 27  # NDRPDR iter
1216         - 28  # NDRPDR iter
1217         - 29  # NDRPDR iter
1218         - 30  # NDRPDR iter
1219         - 31  # NDRPDR iter
1220         - 32  # NDRPDR iter
1221         - 33  # NDRPDR iter
1222         - 34  # NDRPDR iter
1223
1224     dpdk-performance-changes-3n-skx-h1:
1225       csit-dpdk-perf-verify-1908-3n-skx:
1226         - 3   # NDRPDR sel
1227         - 4   # NDRPDR sel
1228         - 5   # NDRPDR sel
1229         - 6   # NDRPDR sel
1230         - 7   # NDRPDR sel
1231         - 8   # NDRPDR sel
1232         - 9   # NDRPDR sel
1233         - 10  # NDRPDR sel
1234         - 11  # NDRPDR sel
1235         - 12  # NDRPDR sel
1236     dpdk-performance-changes-3n-skx-ref:
1237       csit-dpdk-perf-verify-2001-3n-skx:
1238         - 29  # NDRPDR sel xxv710
1239         - 33  # NDRPDR sel xxv710
1240         - 34  # NDRPDR sel xxv710
1241         - 35  # NDRPDR sel xxv710
1242         - 36  # NDRPDR sel xxv710
1243         - 37  # NDRPDR sel xxv710
1244         - 41  # NDRPDR sel xxv710
1245         - 42  # NDRPDR sel xxv710
1246         - 43  # NDRPDR sel xxv710
1247         - 45  # NDRPDR sel xxv710
1248         - 30  # NDRPDR sel x710
1249         - 31  # NDRPDR sel x710
1250         - 32  # NDRPDR sel x710
1251         - 38  # NDRPDR sel x710
1252         - 39  # NDRPDR sel x710
1253         - 40  # NDRPDR sel x710
1254         - 44  # NDRPDR sel x710
1255         - 46  # NDRPDR sel x710
1256         - 47  # NDRPDR sel x710
1257         - 48  # NDRPDR sel x710
1258     dpdk-performance-changes-3n-skx-cmp:
1259       csit-dpdk-perf-report-iterative-2005-3n-skx:
1260         - 28  # NDRPDR iter
1261         - 29  # NDRPDR iter
1262         - 30  # NDRPDR iter
1263         - 31  # NDRPDR iter
1264         - 32  # NDRPDR iter
1265         - 33  # NDRPDR iter
1266         - 34  # NDRPDR iter
1267         - 35  # NDRPDR iter
1268         - 36  # NDRPDR iter
1269         - 37  # NDRPDR iter
1270
1271     dpdk-performance-changes-2n-skx-h1:
1272       csit-dpdk-perf-verify-1908-2n-skx:
1273         - 2   # NDRPDR sel
1274         - 3   # NDRPDR sel
1275         - 4   # NDRPDR sel
1276         - 5   # NDRPDR sel
1277         - 7   # NDRPDR sel
1278         - 8   # NDRPDR sel
1279         - 9   # NDRPDR sel
1280         - 10  # NDRPDR sel
1281         - 11  # NDRPDR sel
1282         - 12  # NDRPDR sel
1283     dpdk-performance-changes-2n-skx-ref:
1284       csit-dpdk-perf-verify-2001-2n-skx:
1285         - 35  # NDRPDR sel xxv710
1286         - 36  # NDRPDR sel xxv710
1287         - 37  # NDRPDR sel xxv710
1288         - 41  # NDRPDR sel xxv710
1289         - 42  # NDRPDR sel xxv710
1290         - 43  # NDRPDR sel xxv710
1291         - 46  # NDRPDR sel xxv710
1292         - 47  # NDRPDR sel xxv710
1293         - 52  # NDRPDR sel xxv710
1294         - 53  # NDRPDR sel xxv710
1295         - 38  # NDRPDR sel x710
1296         - 39  # NDRPDR sel x710
1297         - 40  # NDRPDR sel x710
1298         - 44  # NDRPDR sel x710
1299         - 45  # NDRPDR sel x710
1300         - 48  # NDRPDR sel x710
1301         - 49  # NDRPDR sel x710
1302         - 50  # NDRPDR sel x710
1303         - 51  # NDRPDR sel x710
1304         - 54  # NDRPDR sel x710
1305     dpdk-performance-changes-2n-skx-cmp:
1306       csit-dpdk-perf-report-iterative-2005-2n-skx:
1307         - 20  # NDRPDR iter
1308         - 21  # NDRPDR iter
1309         - 22  # NDRPDR iter
1310         - 23  # NDRPDR iter
1311         - 24  # NDRPDR iter
1312         - 25  # NDRPDR iter
1313         - 26  # NDRPDR iter
1314         - 27  # NDRPDR iter
1315         - 28  # NDRPDR iter
1316         - 29  # NDRPDR iter
1317
1318     dpdk-performance-changes-2n-clx-ref:
1319       csit-dpdk-perf-verify-2001-2n-clx:
1320         - 15  # NDRPDR sel
1321         - 16  # NDRPDR sel
1322         - 17  # NDRPDR sel
1323         - 18  # NDRPDR sel
1324         - 19  # NDRPDR sel
1325         - 20  # NDRPDR sel
1326         - 21  # NDRPDR sel
1327         - 22  # NDRPDR sel
1328         - 23  # NDRPDR sel
1329         - 24  # NDRPDR sel
1330         - 25  # NDRPDR sel
1331         - 26  # NDRPDR sel
1332         - 27  # NDRPDR sel
1333         - 28  # NDRPDR sel
1334         - 29  # NDRPDR sel
1335         - 30  # NDRPDR sel
1336         - 31  # NDRPDR sel
1337         - 32  # NDRPDR sel
1338         - 33  # NDRPDR sel
1339         - 34  # NDRPDR sel
1340     dpdk-performance-changes-2n-clx-cmp:
1341       csit-dpdk-perf-report-iterative-2005-2n-clx:
1342         - 20  # NDRPDR iter
1343         - 21  # NDRPDR iter
1344         - 22  # NDRPDR iter
1345         - 23  # NDRPDR iter
1346         - 24  # NDRPDR iter
1347         - 25  # NDRPDR iter
1348         - 26  # NDRPDR iter
1349         - 27  # NDRPDR iter
1350         - 28  # NDRPDR iter
1351         - 29  # NDRPDR iter
1352
1353     dpdk-performance-changes-2n-dnv-ref:
1354       csit-dpdk-perf-verify-2001-2n-dnv:
1355         - 9   # NDRPDR sel
1356         - 10  # NDRPDR sel
1357         - 11  # NDRPDR sel
1358         - 12  # NDRPDR sel
1359         - 13  # NDRPDR sel
1360         - 14  # NDRPDR sel
1361         - 15  # NDRPDR sel
1362         - 16  # NDRPDR sel
1363         - 17  # NDRPDR sel
1364         - 18  # NDRPDR sel
1365     dpdk-performance-changes-2n-dnv-cmp:
1366       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1367         - 8   # NDRPDR sel
1368         - 9   # NDRPDR sel
1369         - 10  # NDRPDR sel
1370         - 11  # NDRPDR sel
1371         - 12  # NDRPDR sel
1372         - 13  # NDRPDR sel
1373         - 14  # NDRPDR sel
1374         - 15  # NDRPDR sel
1375         - 16  # NDRPDR sel
1376         - 17  # NDRPDR sel
1377
1378     dpdk-performance-changes-3n-dnv-ref:
1379       csit-dpdk-perf-verify-2001-3n-dnv:
1380         - 12  # NDRPDR sel
1381         - 13  # NDRPDR sel
1382         - 14  # NDRPDR sel
1383         - 15  # NDRPDR sel
1384         - 16  # NDRPDR sel
1385         - 17  # NDRPDR sel
1386         - 18  # NDRPDR sel
1387         - 19  # NDRPDR sel
1388         - 20  # NDRPDR sel
1389         - 22  # NDRPDR sel
1390     dpdk-performance-changes-3n-dnv-cmp:
1391       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1392         - 6   # NDRPDR sel
1393         - 7   # NDRPDR sel
1394         - 8   # NDRPDR sel
1395         - 9   # NDRPDR sel
1396         - 10  # NDRPDR sel
1397         - 11  # NDRPDR sel
1398         - 12  # NDRPDR sel
1399         - 13  # NDRPDR sel
1400         - 14  # NDRPDR sel
1401         - 16  # NDRPDR sel
1402
1403     dpdk-performance-changes-3n-tsh-ref:
1404       csit-dpdk-perf-verify-2001-3n-tsh:
1405         - 3   # NDRPDR sel
1406         - 4   # NDRPDR sel
1407         - 5   # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 10  # NDRPDR sel
1410         - 11  # NDRPDR sel
1411         - 12  # NDRPDR sel
1412         - 14  # NDRPDR sel
1413         - 15  # NDRPDR sel
1414         - 18  # NDRPDR sel
1415     dpdk-performance-changes-3n-tsh-cmp:
1416       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1417         - 5   # NDRPDR sel
1418
1419     # Compare testbeds
1420
1421     vpp-compare-testbeds-ref:
1422       csit-vpp-perf-report-iterative-2005-3n-hsw:
1423         - 20  # NDRPDR sel env 4
1424         - 21  # NDRPDR sel env 4
1425         - 22  # NDRPDR sel env 4
1426         - 23  # NDRPDR sel env 4
1427         - 24  # NDRPDR sel env 4
1428         - 25  # NDRPDR sel env 4
1429         - 26  # NDRPDR sel env 4
1430         - 27  # NDRPDR sel env 4
1431         - 28  # NDRPDR sel env 4
1432         - 29  # NDRPDR sel env 4
1433     vpp-compare-testbeds-cmp:
1434       csit-vpp-perf-report-iterative-2005-3n-skx:
1435         - 42  # NDRPDR sel env 4
1436         - 43  # NDRPDR sel env 4
1437         - 44  # NDRPDR sel env 4
1438         - 45  # NDRPDR sel env 4
1439         - 47  # NDRPDR sel env 4
1440
1441     vpp-compare-testbeds-skx-clx-ref:
1442       csit-vpp-perf-report-iterative-2005-2n-skx:
1443         - 88  # NDRPDR sel env 4
1444         - 89  # NDRPDR sel env 4
1445         - 90  # NDRPDR sel env 4
1446         - 91  # NDRPDR sel env 4
1447         - 92  # NDRPDR sel env 4
1448         - 93  # NDRPDR sel env 4
1449         - 94  # NDRPDR sel env 4
1450     vpp-compare-testbeds-skx-clx-cmp:
1451       csit-vpp-perf-report-iterative-2005-2n-clx:
1452         - 62  # NDRPDR sel env 4
1453         - 63  # NDRPDR sel env 4
1454         - 64  # NDRPDR sel env 4
1455         - 65  # NDRPDR sel env 4
1456         - 66  # NDRPDR sel env 4
1457         - 68  # NDRPDR sel env 4
1458         - 69  # NDRPDR sel env 4
1459         - 70  # NDRPDR sel env 4
1460
1461     vpp-compare-testbeds-hsw-clx-ref:
1462       csit-vpp-perf-report-iterative-2005-3n-hsw:
1463         - 20  # NDRPDR sel env 4
1464         - 21  # NDRPDR sel env 4
1465         - 22  # NDRPDR sel env 4
1466         - 23  # NDRPDR sel env 4
1467         - 24  # NDRPDR sel env 4
1468         - 25  # NDRPDR sel env 4
1469         - 26  # NDRPDR sel env 4
1470         - 27  # NDRPDR sel env 4
1471         - 28  # NDRPDR sel env 4
1472         - 29  # NDRPDR sel env 4
1473     vpp-compare-testbeds-hsw-clx-cmp:
1474       csit-vpp-perf-report-iterative-2005-2n-clx:
1475         - 62  # NDRPDR sel env 4
1476         - 63  # NDRPDR sel env 4
1477         - 64  # NDRPDR sel env 4
1478         - 65  # NDRPDR sel env 4
1479         - 66  # NDRPDR sel env 4
1480         - 68  # NDRPDR sel env 4
1481         - 69  # NDRPDR sel env 4
1482         - 70  # NDRPDR sel env 4
1483
1484     vpp-compare-testbeds-mrr-ref:
1485       csit-vpp-perf-report-iterative-2005-3n-hsw:
1486         - 30  # MRR env 4
1487     vpp-compare-testbeds-mrr-cmp:
1488       csit-vpp-perf-report-iterative-2005-3n-skx:
1489         - 49  # MRR sel env 4
1490
1491     vpp-compare-testbeds-mrr-skx-clx-ref:
1492       csit-vpp-perf-report-iterative-2005-2n-skx:
1493         - 99  # MRR sel env 4
1494     vpp-compare-testbeds-mrr-skx-clx-cmp:
1495       csit-vpp-perf-report-iterative-2005-2n-clx:
1496         - 72  # MRR env 4
1497
1498     vpp-compare-testbeds-mrr-hsw-clx-ref:
1499       csit-vpp-perf-report-iterative-2005-3n-hsw:
1500         - 30  # MRR env 4
1501     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1502       csit-vpp-perf-report-iterative-2005-2n-clx:
1503         - 72  # MRR env 4
1504
1505     dpdk-compare-testbeds-ref:
1506       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1507         - 25  # NDRPDR iter
1508         - 26  # NDRPDR iter
1509         - 27  # NDRPDR iter
1510         - 28  # NDRPDR iter
1511         - 29  # NDRPDR iter
1512         - 30  # NDRPDR iter
1513         - 31  # NDRPDR iter
1514         - 32  # NDRPDR iter
1515         - 33  # NDRPDR iter
1516         - 34  # NDRPDR iter
1517     dpdk-compare-testbeds-cmp:
1518       csit-dpdk-perf-report-iterative-2005-3n-skx:
1519         - 28  # NDRPDR iter
1520         - 29  # NDRPDR iter
1521         - 30  # NDRPDR iter
1522         - 31  # NDRPDR iter
1523         - 32  # NDRPDR iter
1524         - 33  # NDRPDR iter
1525         - 34  # NDRPDR iter
1526         - 35  # NDRPDR iter
1527         - 36  # NDRPDR iter
1528         - 37  # NDRPDR iter
1529
1530     dpdk-compare-testbeds-skx-clx-ref:
1531       csit-dpdk-perf-report-iterative-2005-2n-skx:
1532         - 20  # NDRPDR iter
1533         - 21  # NDRPDR iter
1534         - 22  # NDRPDR iter
1535         - 23  # NDRPDR iter
1536         - 24  # NDRPDR iter
1537         - 25  # NDRPDR iter
1538         - 26  # NDRPDR iter
1539         - 27  # NDRPDR iter
1540         - 28  # NDRPDR iter
1541         - 29  # NDRPDR iter
1542     dpdk-compare-testbeds-skx-clx-cmp:
1543       csit-dpdk-perf-report-iterative-2005-2n-clx:
1544         - 20  # NDRPDR iter
1545         - 21  # NDRPDR iter
1546         - 22  # NDRPDR iter
1547         - 23  # NDRPDR iter
1548         - 24  # NDRPDR iter
1549         - 25  # NDRPDR iter
1550         - 26  # NDRPDR iter
1551         - 27  # NDRPDR iter
1552         - 28  # NDRPDR iter
1553         - 29  # NDRPDR iter
1554
1555     # Compare topologies
1556
1557     vpp-compare-topologies-ref:
1558       csit-vpp-perf-report-iterative-2005-3n-skx:
1559         - 42  # NDRPDR sel env 4
1560         - 43  # NDRPDR sel env 4
1561         - 44  # NDRPDR sel env 4
1562         - 45  # NDRPDR sel env 4
1563         - 47  # NDRPDR sel env 4
1564     vpp-compare-topologies-cmp:
1565       csit-vpp-perf-report-iterative-2005-2n-skx:
1566         - 88  # NDRPDR sel env 4
1567         - 89  # NDRPDR sel env 4
1568         - 90  # NDRPDR sel env 4
1569         - 91  # NDRPDR sel env 4
1570         - 92  # NDRPDR sel env 4
1571         - 93  # NDRPDR sel env 4
1572         - 94  # NDRPDR sel env 4
1573
1574     vpp-compare-topologies-mrr-ref:
1575       csit-vpp-perf-report-iterative-2005-3n-skx:
1576         - 49  # MRR sel env 4
1577     vpp-compare-topologies-mrr-cmp:
1578       csit-vpp-perf-report-iterative-2005-2n-skx:
1579         - 99  # MRR sel env 4
1580
1581     dpdk-compare-topologies-ref:
1582       csit-dpdk-perf-report-iterative-2005-3n-skx:
1583         - 28  # NDRPDR iter
1584         - 29  # NDRPDR iter
1585         - 30  # NDRPDR iter
1586         - 31  # NDRPDR iter
1587         - 32  # NDRPDR iter
1588         - 33  # NDRPDR iter
1589         - 34  # NDRPDR iter
1590         - 35  # NDRPDR iter
1591         - 36  # NDRPDR iter
1592         - 37  # NDRPDR iter
1593     dpdk-compare-topologies-cmp:
1594       csit-dpdk-perf-report-iterative-2005-2n-skx:
1595         - 20  # NDRPDR iter
1596         - 21  # NDRPDR iter
1597         - 22  # NDRPDR iter
1598         - 23  # NDRPDR iter
1599         - 24  # NDRPDR iter
1600         - 25  # NDRPDR iter
1601         - 26  # NDRPDR iter
1602         - 27  # NDRPDR iter
1603         - 28  # NDRPDR iter
1604         - 29  # NDRPDR iter
1605
1606   plot-layouts:
1607
1608     plot-soak-throughput:
1609       titlefont:
1610         size: 18
1611       xaxis:
1612         title: "<b>Test Cases [Index]</b>"
1613         titlefont:
1614           size: 16
1615         autorange: True
1616         fixedrange: False
1617         gridcolor: "rgb(230, 230, 230)"
1618         linecolor: "rgb(220, 220, 220)"
1619         linewidth: 1
1620         showgrid: True
1621         showline: True
1622         showticklabels: True
1623         tickcolor: "rgb(220, 220, 220)"
1624         tickmode: "linear"
1625         tickfont:
1626           size: 16
1627         zeroline: False
1628       yaxis:
1629         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1630         titlefont:
1631           size: 16
1632         gridcolor: "rgb(230, 230, 230)"
1633         hoverformat: ".4r"
1634         tickformat: ".3r"
1635         linecolor: "rgb(220, 220, 220)"
1636         linewidth: 1
1637         showgrid: True
1638         showline: True
1639         showticklabels: True
1640         tickcolor: "rgb(220, 220, 220)"
1641         tickfont:
1642           size: 16
1643         zeroline: False
1644         range: [0,50]
1645       autosize: False
1646       margin:
1647         t: 50
1648         b: 0
1649         l: 80
1650         r: 20
1651       showlegend: True
1652       legend:
1653         orientation: "h"
1654         font:
1655           size: 16
1656       width: 700
1657       height: 900
1658       paper_bgcolor: "#fff"
1659       plot_bgcolor: "#fff"
1660       hoverlabel:
1661         namelength: -1
1662
1663     plot-service-density:
1664       titlefont:
1665         size: 18
1666       xaxis:
1667         side: "top"
1668         autorange: True
1669         fixedrange: False
1670         showgrid: False
1671         showline: False
1672         showticklabels: False
1673         ticks: ""
1674         ticklen: 0
1675         tickwidth: 0
1676         zeroline: False
1677       yaxis:
1678         autorange: "reversed"
1679         showgrid: False
1680         showline: False
1681         showticklabels: False
1682         ticks: ""
1683         ticklen: 0
1684         tickwidth: 0
1685         zeroline: False
1686       showlegend: False
1687       paper_bgcolor: "#fff"
1688       plot_bgcolor: "#fff"
1689       width: 700
1690       height: 700
1691       hoverlabel:
1692         namelength: -1
1693
1694     plot-hoststack:
1695       titlefont:
1696         size: 16
1697       xaxis:
1698         title: "<b>Test Cases [Index]</b>"
1699         titlefont:
1700           size: 14
1701         autorange: True
1702         fixedrange: False
1703         gridcolor: "rgb(230, 230, 230)"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickmode: "linear"
1711         tickfont:
1712           size: 14
1713         zeroline: False
1714       yaxis:
1715         title: "<b>Bandwidth [Gbps]</b>"
1716         titlefont:
1717           size: 14
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4s"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         rangemode: "tozero"
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(230, 230, 230)"
1727         tickformat: ".3s"
1728         tickfont:
1729           size: 14
1730         zeroline: False
1731       boxmode: "group"
1732       boxgroupgap: 0.5
1733       autosize: False
1734       margin:
1735         t: 50
1736         b: 20
1737         l: 80
1738         r: 20
1739       showlegend: True
1740       legend:
1741         orientation: "h"
1742         font:
1743           size: 14
1744       width: 700
1745       height: 800
1746       paper_bgcolor: "#fff"
1747       plot_bgcolor: "#fff"
1748       hoverlabel:
1749         namelength: -1
1750
1751     plot-throughput:
1752       titlefont:
1753         size: 18
1754       xaxis:
1755         title: "<b>Test Cases [Index]</b>"
1756         titlefont:
1757           size: 16
1758         autorange: True
1759         fixedrange: False
1760         gridcolor: "rgb(230, 230, 230)"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickmode: "linear"
1768         tickfont:
1769           size: 16
1770         zeroline: False
1771       yaxis:
1772         title: "<b>Packet Throughput [Mpps]</b>"
1773         titlefont:
1774           size: 16
1775         gridcolor: "rgb(230, 230, 230)"
1776         hoverformat: ".4r"
1777         tickformat: ".3r"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickfont:
1785           size: 16
1786         zeroline: False
1787         range: [0,50]
1788       autosize: False
1789       margin:
1790         t: 50
1791         b: 0
1792         l: 80
1793         r: 20
1794       showlegend: True
1795       legend:
1796         orientation: "h"
1797         font:
1798           size: 16
1799       width: 700
1800       height: 900
1801       paper_bgcolor: "#fff"
1802       plot_bgcolor: "#fff"
1803       hoverlabel:
1804         namelength: -1
1805
1806     plot-throughput-speedup-analysis:
1807       titlefont:
1808         size: 18
1809       xaxis:
1810         title: "<b>Number of Cores [Qty]</b>"
1811         titlefont:
1812           size: 16
1813         autorange: True
1814         fixedrange: False
1815         gridcolor: "rgb(230, 230, 230)"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(238, 238, 238)"
1822         tickmode: "linear"
1823         tickfont:
1824           size: 16
1825         zeroline: False
1826       yaxis:
1827         title: "<b>Packet Throughput [Mpps]</b>"
1828         titlefont:
1829           size: 16
1830         type: "linear"
1831         gridcolor: "rgb(230, 230, 230)"
1832         hoverformat: ".4s"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(220, 220, 220)"
1839         tickformat: ".4s"
1840         tickfont:
1841           size: 16
1842         zeroline: True
1843         rangemode: "tozero"
1844         range: [0,100]
1845       legend:
1846         orientation: "h"
1847         font:
1848           size: 16
1849         xanchor: "left"
1850         yanchor: "top"
1851         x: 0
1852         y: -0.2
1853         bgcolor: "rgba(255, 255, 255, 0)"
1854         bordercolor: "rgba(255, 255, 255, 0)"
1855         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1856       autosize: False
1857       margin:
1858           't': 50
1859           'b': 150
1860           'l': 85
1861           'r': 10
1862       showlegend: True
1863       width: 700
1864       height: 700
1865       paper_bgcolor: "#fff"
1866       plot_bgcolor: "#fff"
1867       hoverlabel:
1868         namelength: -1
1869       annotations: [
1870         {
1871           text: "_ _          __          ...",
1872           align: "left",
1873           showarrow: False,
1874           xref: "paper",
1875           yref: "paper",
1876           xanchor: "left",
1877           yanchor: "top",
1878           x: 0,
1879           y: -0.13,
1880           font: {
1881             family: "Consolas, Courier New",
1882             size: 15
1883           },
1884         },
1885         {
1886           text: "    Perfect     Measured     Limit",
1887           align: "left",
1888           showarrow: False,
1889           xref: "paper",
1890           yref: "paper",
1891           xanchor: "left",
1892           yanchor: "top",
1893           x: 0,
1894           y: -0.15,
1895           font: {
1896             family: "Consolas, Courier New",
1897             size: 15
1898           },
1899         },
1900       ]
1901
1902     plot-latency:
1903       titlefont:
1904         size: 18
1905       xaxis:
1906         title: "<b>Direction</b>"
1907         titlefont:
1908           size: 16
1909         autorange: True
1910         fixedrange: False
1911         gridcolor: "rgb(230, 230, 230)"
1912         linecolor: "rgb(220, 220, 220)"
1913         linewidth: 1
1914         showgrid: True
1915         showline: True
1916         showticklabels: False
1917         tickcolor: "rgb(220, 220, 220)"
1918         tickmode: "linear"
1919         tickfont:
1920           size: 16
1921         zeroline: False
1922       yaxis:
1923         title: "<b>Packet Latency [uSec]</b>"
1924         titlefont:
1925           size: 16
1926         type: "linear"
1927         gridcolor: "rgb(230, 230, 230)"
1928         hoverformat: ".4s"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: True
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickformat: ".4s"
1936         tickfont:
1937           size: 16
1938         zeroline: True
1939         rangemode: "tozero"
1940       legend:
1941         orientation: "h"
1942         font:
1943           size: 16
1944         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1945       autosize: False
1946       margin:
1947           't': 50
1948           'b': 150
1949           'l': 80
1950           'r': 10
1951       showlegend: True
1952       width: 700
1953       height: 700
1954       paper_bgcolor: "#fff"
1955       plot_bgcolor: "#fff"
1956       hoverlabel:
1957         namelength: -1
1958
1959     plot-hdrh-latency:
1960       title:
1961         text: ""
1962         xanchor: "center"
1963         x: 0.5
1964         font:
1965           size: 16
1966       width: 700
1967       plot_bgcolor: "white"
1968       annotations:
1969         - font:
1970             size: 14
1971           showarrow: False
1972           text: "<b>Packet Latency [uSec]</b>"
1973           x: 1
1974           xanchor: "right"
1975           xref: "paper"
1976           y: -0.045
1977           yanchor: "top"
1978           yref: "paper"
1979         - font:
1980             size: 14
1981           showarrow: False
1982           text: "<b>Probability [%]</b>"
1983           textangle: 270
1984           x: -0.06
1985           xanchor: "center"
1986           xref: "paper"
1987           y: 0.5
1988           yanchor: "middle"
1989           yref: "paper"
1990         - font:
1991             size: 14
1992           showarrow: False
1993           text: "<b>Direction: E-W</b>"
1994           x: 0.24
1995           xanchor: "center"
1996           xref: "paper"
1997           y: 1.05
1998           yanchor: "bottom"
1999           yref: "paper"
2000         - font:
2001             size: 14
2002           showarrow: False
2003           text: "<b>Direction: W-E</b>"
2004           x: 0.74
2005           xanchor: "center"
2006           xref: "paper"
2007           y: 1.05
2008           yanchor: "bottom"
2009           yref: "paper"
2010
2011     plot-hdrh-latency-percentile:
2012       title:
2013         text: ""
2014         xanchor: "center"
2015         x: 0.5
2016         font:
2017           size: 18
2018       xaxis:
2019         type: "log"
2020         title: "<b>Percentile [%]</b>"
2021         titlefont:
2022           size: 16
2023         autorange: True
2024         fixedrange: False
2025         gridcolor: "rgb(230, 230, 230)"
2026         linecolor: "rgb(220, 220, 220)"
2027         linewidth: 1
2028         showgrid: True
2029         showline: True
2030         showticklabels: True
2031         tickcolor: "rgb(220, 220, 220)"
2032         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2033         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2034         tickfont:
2035           size: 16
2036       yaxis:
2037         title: "<b>Packet Latency [uSec]</b>"
2038         titlefont:
2039           size: 16
2040         gridcolor: "rgb(230, 230, 230)"
2041         linecolor: "rgb(220, 220, 220)"
2042         linewidth: 1
2043         showgrid: True
2044         showline: True
2045         showticklabels: True
2046         tickcolor: "rgb(220, 220, 220)"
2047         tickfont:
2048           size: 16
2049       autosize: False
2050       showlegend: True
2051       legend:
2052         traceorder: "normal"
2053         orientation: "h"
2054         font:
2055           size: 16
2056         xanchor: "left"
2057         yanchor: "top"
2058         x: 0
2059         y: -0.15
2060         bgcolor: "rgba(255, 255, 255, 0)"
2061         bordercolor: "rgba(255, 255, 255, 0)"
2062       width: 700
2063       height: 700
2064       paper_bgcolor: "white"
2065       plot_bgcolor: "white"
2066
2067     plot-hdrh-latency-by-percentile:
2068       title:
2069         text: "<b>Latency by Percentile Distribution</b>"
2070         xanchor: "center"
2071         x: 0.5
2072         font:
2073           size: 18
2074       showlegend: True
2075       legend:
2076         traceorder: "normal"
2077         orientation: "h"
2078         font:
2079           size: 16
2080         xanchor: "left"
2081         yanchor: "top"
2082         x: 0
2083         y: -0.2
2084         bgcolor: "rgba(255, 255, 255, 0)"
2085         bordercolor: "rgba(255, 255, 255, 0)"
2086       xaxis:
2087         type: "linear"
2088         title: "<b>Percentile [%]</b>"
2089         titlefont:
2090           size: 14
2091         autorange: False
2092         fixedrange: False
2093         range: [0, 100]
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickvals: [0, 25, 50, 75, 100]
2102         ticktext: [0, 25, 50, 75, 100]
2103         tickfont:
2104           size: 14
2105       yaxis:
2106         title: "<b>One-Way Latency per Direction [uSec]</b>"
2107         titlefont:
2108           size: 14
2109         gridcolor: "rgb(230, 230, 230)"
2110         linecolor: "rgb(220, 220, 220)"
2111         linewidth: 1
2112         showgrid: True
2113         showline: True
2114         showticklabels: True
2115         tickcolor: "rgb(220, 220, 220)"
2116         tickfont:
2117           size: 14
2118       width: 700
2119       height: 700
2120       paper_bgcolor: "white"
2121       plot_bgcolor: "white"
2122
2123 - type: "static"
2124   src-path: "{DIR[RST]}"
2125   dst-path: "{DIR[WORKING,SRC]}"
2126
2127 - type: "input"
2128   general:
2129     file-name: "output_info.xml.gz"
2130     file-format: ".gz"
2131     arch-file-format:
2132       - ".gz"
2133       - ".zip"
2134     download-path: "{job}/{build}/archives/{filename}"
2135     extract: "output.xml"
2136
2137     zip-file-name: "robot-plugin.zip"
2138     zip-file-format: ".zip"
2139     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2140     zip-extract: "robot-plugin/output.xml"
2141
2142   builds:
2143
2144     csit-vpp-perf-verify-1908-3n-hsw:
2145       - 12  # NDRPDR sel
2146       - 13  # NDRPDR sel
2147       - 14  # NDRPDR sel
2148       - 15  # NDRPDR sel
2149       - 16  # NDRPDR sel
2150       - 17  # NDRPDR sel
2151       - 18  # NDRPDR sel
2152       - 19  # NDRPDR sel
2153       - 20  # NDRPDR sel
2154       - 21  # NDRPDR sel
2155       - 39  # MRR sel
2156     csit-vpp-perf-verify-2001-3n-hsw:
2157       - 21  # NDRPDR sel
2158       - 22  # NDRPDR sel
2159       - 23  # NDRPDR sel
2160       - 24  # NDRPDR sel
2161       - 25  # NDRPDR sel
2162       - 29  # NDRPDR sel
2163       - 30  # NDRPDR sel
2164       - 31  # NDRPDR sel
2165       - 32  # NDRPDR sel
2166       - 34  # NDRPDR sel
2167       - 17  # MRR sel
2168     csit-vpp-perf-report-iterative-2005-3n-hsw:
2169       - 3   # NDRPDR sel
2170       - 4   # NDRPDR sel
2171       - 5   # NDRPDR sel
2172       - 10  # NDRPDR sel
2173       - 11  # NDRPDR sel
2174       - 12  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 18  # NDRPDR sel
2178       - 19  # NDRPDR sel
2179       - 20  # NDRPDR sel env 4
2180       - 21  # NDRPDR sel env 4
2181       - 22  # NDRPDR sel env 4
2182       - 23  # NDRPDR sel env 4
2183       - 24  # NDRPDR sel env 4
2184       - 25  # NDRPDR sel env 4
2185       - 26  # NDRPDR sel env 4
2186       - 27  # NDRPDR sel env 4
2187       - 28  # NDRPDR sel env 4
2188       - 29  # NDRPDR sel env 4
2189       - 13  # MRR
2190       - 30  # MRR env 4
2191       - 31  # NDRPDR sel 2001.0-4
2192       - 32  # NDRPDR sel 2001.0-4
2193       - 33  # NDRPDR sel 2001.0-4
2194       - 34  # NDRPDR sel 2001.0-4
2195       - 35  # NDRPDR sel 2001.0-4
2196       - 36  # NDRPDR sel 2001.0-4
2197       - 38  # NDRPDR sel 2001.0-4
2198     csit-vpp-perf-verify-2005-3n-hsw:
2199       - 3   # hoststack
2200       - 5   # hoststack
2201       - 6   # hoststack
2202       - 7   # hoststack
2203       - 8   # hoststack
2204       - 9   # hoststack
2205       - 10  # hoststack
2206       - 11  # hoststack
2207       - 12  # hoststack
2208       - 13  # hoststack
2209     csit-vpp-perf-report-coverage-2005-3n-hsw:
2210       - 74  # crypto-00
2211       - 75  # crypto-01
2212       - 76  # crypto-02
2213       - 77  # crypto-03
2214       - 78  # ip4-00
2215       - 79  # ip4-01
2216       - 80  # ip4-02
2217       - 81  # ip4-03
2218       - 73  # ip4-04
2219       - 82  # ip4-05
2220       - 83  # ip4-06
2221       - 84  # ip4-07
2222       - 85  # ip4-08
2223       - 86  # ip4tun-00
2224       - 87  # ip4tun-01
2225       - 88  # ip4tun-02
2226       - 89  # ip6-00
2227       - 90  # ip6-01
2228       - 91  # ip6tun-00
2229       - 92  # l2-00
2230       - 93  # l2-01
2231       - 94  # l2-02
2232       - 95  # l2-03
2233       - 96  # l2-04
2234       - 97  # l2-05
2235       - 98  # l2-06
2236       - 99  # l2-07
2237       - 100 # l2-08
2238       - 101 # l2-09
2239       - 102 # l2-10
2240       - 103 # memif-00
2241       - 104 # srv6-00
2242       - 105 # srv6-01
2243       - 106 # vhost-00
2244       - 107 # vhost-01
2245       - 109 # vhost-02
2246
2247     csit-vpp-perf-verify-1908_1-3n-skx:
2248       - 26  # NDRPDR sel - new1908.1
2249       - 27  # NDRPDR sel - new1908.1
2250       - 28  # NDRPDR sel - new1908.1
2251       - 29  # NDRPDR sel - new1908.1
2252       - 30  # NDRPDR sel - new1908.1
2253       - 31  # NDRPDR sel - new1908.1
2254       - 33  # NDRPDR sel - new1908.1
2255       - 34  # NDRPDR sel - new1908.1
2256       - 35  # NDRPDR sel - new1908.1
2257       - 36  # NDRPDR sel - new1908.1
2258     csit-vpp-perf-verify-2001-3n-skx:
2259       - 69  # NDRPDR sel - new2001.0
2260       - 71  # NDRPDR sel - new2001.0
2261       - 72  # NDRPDR sel - new2001.0
2262       - 76  # NDRPDR sel - new2001.0
2263       - 77  # NDRPDR sel - new2001.0
2264       - 78  # NDRPDR sel - new2001.0
2265       - 80  # NDRPDR sel - new2001.0
2266       - 50  # MRR sel
2267       - 53  # MRR sel addition
2268     csit-vpp-perf-report-iterative-2005-3n-skx:
2269       - 4   # NDRPDR sel
2270       - 5   # NDRPDR sel ??? all x710 failed
2271       - 33  # NDRPDR sel
2272       - 28  # NDRPDR sel
2273       - 34  # NDRPDR sel
2274       - 36  # NDRPDR sel
2275       - 37  # NDRPDR sel
2276       - 38  # NDRPDR sel
2277       - 39  # NDRPDR sel
2278       - 41  # NDRPDR sel
2279       - 42  # NDRPDR sel env 4
2280       - 43  # NDRPDR sel env 4
2281       - 44  # NDRPDR sel env 4
2282       - 45  # NDRPDR sel env 4
2283       - 47  # NDRPDR sel env 4
2284       - 50  # NDRPDR sel 2001.0-4
2285       - 51  # NDRPDR sel 2001.0-4
2286       - 52  # NDRPDR sel 2001.0-4
2287       - 53  # NDRPDR sel 2001.0-4
2288       - 54  # NDRPDR sel 2001.0-4
2289       - 6   # MRR sel
2290       - 49  # MRR sel env 4
2291 #    csit-vpp-perf-report-coverage-2005-3n-skx:
2292 #      - 10  # perf-full-3n-skx-crypto_I
2293 #      - 11  # perf-full-3n-skx-crypto_II
2294 #      - 12  # perf-full-3n-skx-crypto_III
2295 #      - 5   # perf-full-3n-skx-ip4_I
2296 #      - 14  # perf-full-3n-skx-ip4_II
2297 #      - 7   # perf-full-3n-skx-ip4_III
2298 #      - 15  # perf-full-3n-skx-ip4_IV
2299 #      - 16  # perf-full-3n-skx-ip4_V
2300 #      - 17  # perf-full-3n-skx-ip4_VI
2301 #      - 18  # perf-full-3n-skx-ip4_VII
2302 #      - 19  # perf-full-3n-skx-ip4_VIII
2303 #      - 20  # perf-full-3n-skx-ip4_IX
2304 #      - 24  # perf-full-3n-skx-ip6_I
2305 #      - 25  # perf-full-3n-skx-ip6_II
2306 #      - 21  # perf-full-3n-skx-ip4tunnels-I
2307 #      - 22  # perf-full-3n-skx-ip4tunnels-II
2308 #      - 23  # perf-full-3n-skx-ip4tunnels-III
2309 #      - 26  # perf-full-3n-skx-ip6tunnels-I
2310 #      - 28  # perf-full-3n-skx-l2_II
2311 #      - 29  # perf-full-3n-skx-l2_III
2312 #      - 30  # perf-full-3n-skx-l2_IV
2313 #      - 32  # perf-full-3n-skx-l2_VI
2314 #      - 33  # perf-full-3n-skx-l2_VII
2315 #      - 34  # perf-full-3n-skx-l2_VIII
2316 #      - 35  # perf-full-3n-skx-l2_IX
2317 #      - 36  # perf-full-3n-skx-l2_X
2318 #      - 37  # perf-full-3n-skx-l2_XI
2319 #      - 38  # perf-full-3n-skx-memif
2320 #      - 39  # perf-full-3n-skx-srv6-I
2321 #      - 40  # perf-full-3n-skx-srv6-II
2322 #      - 43  # perf-full-3n-skx-vhost-III
2323
2324     csit-vpp-perf-verify-1908_1-2n-skx:
2325       - 39  # NDRPDR sel - new1908.1
2326       - 40  # NDRPDR sel - new1908.1
2327       - 41  # NDRPDR sel - new1908.1
2328       - 43  # NDRPDR sel - new1908.1
2329       - 44  # NDRPDR sel - new1908.1
2330       - 45  # NDRPDR sel - new1908.1
2331       - 46  # NDRPDR sel - new1908.1
2332       - 47  # NDRPDR sel - new1908.1
2333       - 48  # NDRPDR sel - new1908.1
2334       - 49  # NDRPDR sel - new1908.1
2335     csit-vpp-perf-verify-2001-2n-skx:
2336       - 143  # NDRPDR sel - new2001.0
2337       - 146  # NDRPDR sel - new2001.0
2338       - 147  # NDRPDR sel - new2001.0
2339       - 148  # NDRPDR sel - new2001.0
2340       - 149  # NDRPDR sel - new2001.0
2341       - 150  # NDRPDR sel - new2001.0
2342       - 151  # NDRPDR sel - new2001.0
2343       - 152  # NDRPDR sel - new2001.0
2344       - 153  # NDRPDR sel - new2001.0
2345       - 154  # NDRPDR sel - new2001.0
2346       - 101  # MRR sel - old
2347       - 128  # MRR sel addition - old
2348     csit-vpp-perf-report-iterative-2005-2n-skx:
2349       - 43  # NDRPDR sel
2350       - 38  # NDRPDR sel
2351       - 7   # NDRPDR sel
2352       - 65  # NDRPDR sel
2353       - 47  # NDRPDR sel
2354       - 55  # NDRPDR sel
2355       - 67  # NDRPDR sel
2356       - 75  # NDRPDR sel
2357       - 76  # NDRPDR sel
2358       - 73  # NDRPDR sel
2359       - 88  # NDRPDR sel env 4
2360       - 89  # NDRPDR sel env 4
2361       - 90  # NDRPDR sel env 4
2362       - 91  # NDRPDR sel env 4
2363       - 92  # NDRPDR sel env 4
2364       - 93  # NDRPDR sel env 4
2365       - 94  # NDRPDR sel env 4
2366       - 100 # NDRPDR sel 2001.0-4
2367       - 101 # NDRPDR sel 2001.0-4
2368       - 102 # NDRPDR sel 2001.0-4
2369       - 103 # NDRPDR sel 2001.0-4
2370       - 104 # NDRPDR sel 2001.0-4
2371       - 105 # NDRPDR sel 2001.0-4
2372       - 42  # MRR sel
2373       - 99  # MRR sel env 4
2374       - 106 # Reconf env 4
2375       - 107 # Reconf env 4
2376       - 108 # Reconf env 4
2377       - 109 # Reconf env 4
2378       - 110 # Reconf env 4
2379       - 111 # Reconf env 4
2380       - 112 # Reconf env 4
2381       - 118 # Reconf env 4
2382       - 120 # Reconf env 4
2383       - 121 # Reconf env 4
2384       - 122 # Soak
2385       - 123 # Soak
2386       - 113 # nf-density-sel env 4
2387       - 114 # nf-density-sel env 4
2388       - 115 # MRR nf-density-sel env 4
2389 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2390 #      - 11  # perf-full-2n-skx-ip4_I
2391 #      - 3   # perf-full-2n-skx-ip4_II
2392 #      - 18  # perf-full-2n-skx-ip4_III
2393 #      - 19  # perf-full-2n-skx-ip4_IV
2394 #      - 5   # perf-full-2n-skx-ip4_V
2395 #      - 20  # perf-full-2n-skx-ip4_VI
2396 #      - 7   # perf-full-2n-skx-ip6_I
2397 #      - 21  # perf-full-2n-skx-ip6_II
2398 #      - 9   # perf-full-2n-skx-l2_I
2399 #      - 22  # perf-full-2n-skx-l2_II
2400 #      - 23  # perf-full-2n-skx-memif
2401 #      - 24  # perf-full-2n-skx-loadbalancer
2402 #      - 25  # perf-full-2n-skx-vhost I
2403 #      - 26  # perf-full-2n-skx-vhost II
2404 #      - 27  # perf-full-2n-skx-vts
2405
2406     csit-vpp-perf-verify-1908_1-2n-clx:
2407       - 5  # NDRPDR sel
2408       - 6  # NDRPDR sel
2409       - 7  # NDRPDR sel
2410       - 8  # NDRPDR sel
2411       - 9  # NDRPDR sel
2412     csit-vpp-perf-verify-2001-2n-clx:
2413       - 28  # NDRPDR sel
2414       - 29  # NDRPDR sel
2415       - 32  # NDRPDR sel
2416       - 40  # NDRPDR sel
2417       - 43  # NDRPDR sel
2418       - 44  # NDRPDR sel
2419       - 45  # NDRPDR sel
2420       - 47  # NDRPDR sel
2421       - 48  # NDRPDR sel
2422       - 49  # NDRPDR sel
2423       - 39  # MRR
2424     csit-vpp-perf-report-iterative-2005-2n-clx:
2425       - 7   # NDRPDR sel
2426       - 38  # NDRPDR sel
2427       - 9   # NDRPDR sel
2428       - 32  # NDRPDR sel ???
2429       - 33  # NDRPDR sel ???
2430       - 39  # NDRPDR sel
2431       - 40  # NDRPDR sel
2432       - 43  # NDRPDR sel
2433       - 50  # NDRPDR sel
2434       - 51  # NDRPDR sel
2435       - 62  # NDRPDR sel env 4
2436       - 63  # NDRPDR sel env 4
2437       - 64  # NDRPDR sel env 4
2438       - 65  # NDRPDR sel env 4
2439       - 66  # NDRPDR sel env 4
2440       - 68  # NDRPDR sel env 4
2441       - 69  # NDRPDR sel env 4
2442       - 70  # NDRPDR sel env 4
2443       - 73  # NDRPDR sel 2001.0-4
2444       - 74  # NDRPDR sel 2001.0-4
2445       - 75  # NDRPDR sel 2001.0-4
2446       - 76  # NDRPDR sel 2001.0-4
2447       - 77  # NDRPDR sel 2001.0-4
2448       - 78  # NDRPDR sel 2001.0-4
2449       - 79  # NDRPDR sel 2001.0-4
2450       - 80  # NDRPDR sel 2001.0-4
2451       - 12  # MRR
2452       - 72  # MRR env 4
2453       - 81  # Reconf env 4
2454       - 82  # Reconf env 4
2455       - 83  # Reconf env 4
2456       - 84  # Reconf env 4
2457       - 85  # Reconf env 4
2458       - 86  # Reconf env 4
2459       - 87  # Reconf env 4
2460       - 88  # Reconf env 4
2461       - 89  # Reconf env 4
2462       - 90  # Reconf env 4
2463       - 101 # Soak
2464       - 91  # nfv-density-00 env 4
2465       - 92  # nfv-density-00 env 4
2466       - 93  # nfv-density-00 env 4
2467       - 97  # nfv-density-00 env 4
2468       - 98  # nfv-density-00 env 4
2469       - 99  # nfv-density-00 env 4
2470       - 100 # nfv-density-00 env 4
2471       - 96  # MRR nfv-density-00 env 4
2472 #    csit-vpp-perf-report-coverage-2005-2n-clx:
2473 #      - 21  # perf-full-2n-clx-ip4_I
2474 #      - 2   # perf-full-2n-clx-ip4_II
2475 #      - 3   # perf-full-2n-clx-ip4_III
2476 #      - 4   # perf-full-2n-clx-ip4_IV
2477 #      - 5   # perf-full-2n-clx-ip4_V
2478 #      - 6   # perf-full-2n-clx-ip4_VI
2479 #      - 7   # perf-full-2n-clx-ip6_I
2480 #      - 16  # perf-full-2n-clx-ip6_II
2481 #      - 23  # perf-full-2n-clx-l2_I
2482 #      - 10  # perf-full-2n-clx-l2_II
2483 #      - 11  # perf-full-2n-clx-memif
2484 #      - 12  # perf-full-2n-clx-loadbalancer
2485 #      - 13  # perf-full-2n-clx-vhost I
2486 #      - 22  # perf-full-2n-clx-vhost II
2487 #      - 15  # perf-full-2n-clx-vts
2488
2489     csit-vpp-perf-verify-1908-3n-tsh:
2490       - 7   # NDRPDR sel
2491       - 8   # NDRPDR sel
2492       - 9   # NDRPDR sel
2493       - 10  # NDRPDR sel
2494       - 11  # NDRPDR sel
2495       - 12  # NDRPDR sel
2496       - 13  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 15  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 17  # MRR sel
2501     csit-vpp-perf-verify-2001-3n-tsh:
2502       - 3   # NDRPDR sel
2503       - 4   # NDRPDR sel
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 10  # NDRPDR sel
2507       - 12  # NDRPDR sel
2508       - 13  # NDRPDR sel
2509       - 14  # NDRPDR sel
2510       - 15  # NDRPDR sel
2511       - 21  # NDRPDR sel
2512       - 9   # MRR sel
2513     csit-vpp-perf-report-iterative-2005-3n-tsh:
2514       - 9   # NDRPDR sel
2515       - 11  # NDRPDR sel
2516       - 12  # NDRPDR sel
2517       - 20  # NDRPDR sel
2518       - 14  # NDRPDR sel
2519       - 21  # NDRPDR sel
2520       - 23  # NDRPDR sel env 4
2521       - 25  # NDRPDR sel env 4
2522       - 33  # NDRPDR sel env 4
2523       - 34  # NDRPDR sel env 4
2524       - 28  # NDRPDR sel 2001.0-4
2525       - 29  # NDRPDR sel 2001.0-4
2526       - 31  # NDRPDR sel 2001.0-4
2527       - 10  # MRR sel
2528       - 27  # MRR sel env 4
2529
2530     csit-vpp-perf-verify-1908-3n-dnv:
2531       - 6   # NDRPDR sel
2532       - 7   # NDRPDR sel
2533       - 8   # NDRPDR sel
2534       - 9   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 14  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 17  # MRR sel
2542     csit-vpp-perf-verify-2001-3n-dnv:
2543       - 5   # NDRPDR sel
2544       - 6   # NDRPDR sel
2545       - 7   # NDRPDR sel
2546       - 8   # NDRPDR sel
2547       - 9   # NDRPDR sel
2548       - 10  # NDRPDR sel
2549       - 12  # NDRPDR sel
2550       - 16  # NDRPDR sel
2551       - 17  # NDRPDR sel
2552       - 18  # NDRPDR sel
2553       - 11  # MRR sel
2554     csit-vpp-perf-report-iterative-2005-3n-dnv:
2555       - 2   # NDRPDR sel
2556       - 3   # NDRPDR sel
2557       - 4   # NDRPDR sel
2558       - 5   # NDRPDR sel
2559       - 6   # NDRPDR sel
2560       - 7   # NDRPDR sel
2561       - 9   # NDRPDR sel
2562       - 10  # NDRPDR sel
2563       - 11  # NDRPDR sel
2564       - 12  # NDRPDR sel
2565       - 8   # MRR
2566     csit-vpp-perf-report-coverage-2005-3n-dnv:
2567       - 1   # perf-full-3n-dnv-crypto_I
2568       - 24  # perf-full-3n-dnv-crypto_II
2569       - 5   # perf-full-3n-dnv-ip4_I
2570       - 13  # perf-full-3n-dnv-ip4_II
2571       - 17  # perf-full-3n-dnv-ip6_I
2572       - 18  # perf-full-3n-dnv-ip6_II
2573       - 21  # perf-full-3n-dnv-l2_I
2574       - 22  # perf-full-3n-dnv-l2_II
2575       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2576
2577     csit-vpp-perf-verify-1908-2n-dnv:
2578       - 1   # NDRPDR sel
2579       - 2   # NDRPDR sel
2580       - 3   # NDRPDR sel
2581       - 4   # NDRPDR sel
2582       - 5   # NDRPDR sel
2583       - 6   # NDRPDR sel
2584       - 7   # NDRPDR sel
2585       - 8   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # MRR sel
2589     csit-vpp-perf-verify-2001-2n-dnv:
2590       - 4   # NDRPDR sel
2591       - 5   # NDRPDR sel
2592       - 6   # NDRPDR sel
2593       - 7   # NDRPDR sel
2594       - 8   # NDRPDR sel
2595       - 9   # NDRPDR sel
2596       - 10  # NDRPDR sel
2597       - 11  # NDRPDR sel
2598       - 13  # NDRPDR sel
2599       - 16  # NDRPDR sel
2600       - 12  # MRR sel
2601     csit-vpp-perf-report-iterative-2005-2n-dnv:
2602       - 3   # NDRPDR sel
2603       - 6   # NDRPDR sel
2604       - 7   # NDRPDR sel
2605       - 8   # NDRPDR sel
2606       - 9   # NDRPDR sel
2607       - 10  # NDRPDR sel
2608       - 11  # NDRPDR sel
2609       - 12  # NDRPDR sel
2610       - 13  # NDRPDR sel
2611       - 14  # NDRPDR sel
2612       - 15  # MRR sel
2613     csit-vpp-perf-report-coverage-2005-2n-dnv:
2614       - 1   # perf-full-2n-dnv-ip4_I
2615       - 2   # perf-full-2n-dnv-ip4_II
2616       - 3   # perf-full-2n-dnv-ip6_I
2617       - 4   # perf-full-2n-dnv-ip6_II
2618       - 5   # perf-full-2n-dnv-l2_I
2619       - 6   # perf-full-2n-dnv-l2_II
2620
2621     csit-dpdk-perf-verify-1908-3n-hsw:
2622       - 2   # NDRPDR sel
2623       - 3   # NDRPDR sel
2624       - 4   # NDRPDR sel
2625       - 5   # NDRPDR sel
2626       - 6   # NDRPDR sel
2627       - 7   # NDRPDR sel
2628       - 8   # NDRPDR sel
2629       - 9   # NDRPDR sel
2630       - 10  # NDRPDR sel
2631       - 11  # NDRPDR sel
2632     csit-dpdk-perf-verify-2001-3n-hsw:
2633       - 4   # NDRPDR sel
2634       - 5   # NDRPDR sel
2635       - 6   # NDRPDR sel
2636       - 7   # NDRPDR sel
2637       - 8   # NDRPDR sel
2638       - 9   # NDRPDR sel
2639       - 10  # NDRPDR sel
2640       - 11  # NDRPDR sel
2641       - 12  # NDRPDR sel
2642       - 13  # NDRPDR sel
2643       - 15  # NDRPDR sel
2644       - 16  # NDRPDR sel
2645       - 17  # NDRPDR sel
2646       - 18  # NDRPDR sel
2647       - 19  # NDRPDR sel
2648       - 20  # NDRPDR sel
2649       - 21  # NDRPDR sel
2650       - 22  # NDRPDR sel
2651       - 23  # NDRPDR sel
2652       - 24  # NDRPDR sel
2653     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2654       - 25  # NDRPDR iter
2655       - 26  # NDRPDR iter
2656       - 27  # NDRPDR iter
2657       - 28  # NDRPDR iter
2658       - 29  # NDRPDR iter
2659       - 30  # NDRPDR iter
2660       - 31  # NDRPDR iter
2661       - 32  # NDRPDR iter
2662       - 33  # NDRPDR iter
2663       - 34  # NDRPDR iter
2664
2665     csit-dpdk-perf-verify-1908-3n-skx:
2666       - 3   # NDRPDR sel
2667       - 4   # NDRPDR sel
2668       - 5   # NDRPDR sel
2669       - 6   # NDRPDR sel
2670       - 7   # NDRPDR sel
2671       - 8   # NDRPDR sel
2672       - 9   # NDRPDR sel
2673       - 10  # NDRPDR sel
2674       - 11  # NDRPDR sel
2675       - 12  # NDRPDR sel
2676     csit-dpdk-perf-verify-2001-3n-skx:
2677       - 29  # NDRPDR sel xxv710
2678       - 33  # NDRPDR sel xxv710
2679       - 34  # NDRPDR sel xxv710
2680       - 35  # NDRPDR sel xxv710
2681       - 36  # NDRPDR sel xxv710
2682       - 37  # NDRPDR sel xxv710
2683       - 41  # NDRPDR sel xxv710
2684       - 42  # NDRPDR sel xxv710
2685       - 43  # NDRPDR sel xxv710
2686       - 45  # NDRPDR sel xxv710
2687       - 30  # NDRPDR sel x710
2688       - 31  # NDRPDR sel x710
2689       - 32  # NDRPDR sel x710
2690       - 38  # NDRPDR sel x710
2691       - 39  # NDRPDR sel x710
2692       - 40  # NDRPDR sel x710
2693       - 44  # NDRPDR sel x710
2694       - 46  # NDRPDR sel x710
2695       - 47  # NDRPDR sel x710
2696       - 48  # NDRPDR sel x710
2697     csit-dpdk-perf-report-iterative-2005-3n-skx:
2698       - 28  # NDRPDR iter
2699       - 29  # NDRPDR iter
2700       - 30  # NDRPDR iter
2701       - 31  # NDRPDR iter
2702       - 32  # NDRPDR iter
2703       - 33  # NDRPDR iter
2704       - 34  # NDRPDR iter
2705       - 35  # NDRPDR iter
2706       - 36  # NDRPDR iter
2707       - 37  # NDRPDR iter
2708
2709     csit-dpdk-perf-verify-1908-2n-skx:
2710       - 2   # NDRPDR sel
2711       - 3   # NDRPDR sel
2712       - 4   # NDRPDR sel
2713       - 5   # NDRPDR sel
2714       - 7   # NDRPDR sel
2715       - 8   # NDRPDR sel
2716       - 9   # NDRPDR sel
2717       - 10  # NDRPDR sel
2718       - 11  # NDRPDR sel
2719       - 12  # NDRPDR sel
2720     csit-dpdk-perf-verify-2001-2n-skx:
2721       - 35  # NDRPDR sel xxv710
2722       - 36  # NDRPDR sel xxv710
2723       - 37  # NDRPDR sel xxv710
2724       - 41  # NDRPDR sel xxv710
2725       - 42  # NDRPDR sel xxv710
2726       - 43  # NDRPDR sel xxv710
2727       - 46  # NDRPDR sel xxv710
2728       - 47  # NDRPDR sel xxv710
2729       - 52  # NDRPDR sel xxv710
2730       - 53  # NDRPDR sel xxv710
2731       - 38  # NDRPDR sel x710
2732       - 39  # NDRPDR sel x710
2733       - 40  # NDRPDR sel x710
2734       - 44  # NDRPDR sel x710
2735       - 45  # NDRPDR sel x710
2736       - 48  # NDRPDR sel x710
2737       - 49  # NDRPDR sel x710
2738       - 50  # NDRPDR sel x710
2739       - 51  # NDRPDR sel x710
2740       - 54  # NDRPDR sel x710
2741     csit-dpdk-perf-report-iterative-2005-2n-skx:
2742       - 20  # NDRPDR iter
2743       - 21  # NDRPDR iter
2744       - 22  # NDRPDR iter
2745       - 23  # NDRPDR iter
2746       - 24  # NDRPDR iter
2747       - 25  # NDRPDR iter
2748       - 26  # NDRPDR iter
2749       - 27  # NDRPDR iter
2750       - 28  # NDRPDR iter
2751       - 29  # NDRPDR iter
2752
2753     csit-dpdk-perf-verify-2001-2n-clx:
2754       - 15  # NDRPDR sel
2755       - 16  # NDRPDR sel
2756       - 17  # NDRPDR sel
2757       - 18  # NDRPDR sel
2758       - 19  # NDRPDR sel
2759       - 20  # NDRPDR sel
2760       - 21  # NDRPDR sel
2761       - 22  # NDRPDR sel
2762       - 23  # NDRPDR sel
2763       - 24  # NDRPDR sel
2764       - 25  # NDRPDR sel
2765       - 26  # NDRPDR sel
2766       - 27  # NDRPDR sel
2767       - 28  # NDRPDR sel
2768       - 29  # NDRPDR sel
2769       - 30  # NDRPDR sel
2770       - 31  # NDRPDR sel
2771       - 32  # NDRPDR sel
2772       - 33  # NDRPDR sel
2773       - 34  # NDRPDR sel
2774     csit-dpdk-perf-report-iterative-2005-2n-clx:
2775       - 20  # NDRPDR iter
2776       - 21  # NDRPDR iter
2777       - 22  # NDRPDR iter
2778       - 23  # NDRPDR iter
2779       - 24  # NDRPDR iter
2780       - 25  # NDRPDR iter
2781       - 26  # NDRPDR iter
2782       - 27  # NDRPDR iter
2783       - 28  # NDRPDR iter
2784       - 29  # NDRPDR iter
2785
2786     csit-dpdk-perf-verify-2001-2n-dnv:
2787       - 9   # NDRPDR sel
2788       - 10  # NDRPDR sel
2789       - 11  # NDRPDR sel
2790       - 12  # NDRPDR sel
2791       - 13  # NDRPDR sel
2792       - 14  # NDRPDR sel
2793       - 15  # NDRPDR sel
2794       - 16  # NDRPDR sel
2795       - 17  # NDRPDR sel
2796       - 18  # NDRPDR sel
2797     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2798       - 8   # NDRPDR sel
2799       - 9   # NDRPDR sel
2800       - 10  # NDRPDR sel
2801       - 11  # NDRPDR sel
2802       - 12  # NDRPDR sel
2803       - 13  # NDRPDR sel
2804       - 14  # NDRPDR sel
2805       - 15  # NDRPDR sel
2806       - 16  # NDRPDR sel
2807       - 17  # NDRPDR sel
2808
2809     csit-dpdk-perf-verify-2001-3n-dnv:
2810       - 12  # NDRPDR sel
2811       - 13  # NDRPDR sel
2812       - 14  # NDRPDR sel
2813       - 15  # NDRPDR sel
2814       - 16  # NDRPDR sel
2815       - 17  # NDRPDR sel
2816       - 18  # NDRPDR sel
2817       - 19  # NDRPDR sel
2818       - 20  # NDRPDR sel
2819       - 22  # NDRPDR sel
2820     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2821       - 6   # NDRPDR sel
2822       - 7   # NDRPDR sel
2823       - 8   # NDRPDR sel
2824       - 9   # NDRPDR sel
2825       - 10  # NDRPDR sel
2826       - 11  # NDRPDR sel
2827       - 12  # NDRPDR sel
2828       - 13  # NDRPDR sel
2829       - 14  # NDRPDR sel
2830       - 16  # NDRPDR sel
2831
2832     csit-dpdk-perf-verify-2001-3n-tsh:
2833       - 3   # NDRPDR sel
2834       - 4   # NDRPDR sel
2835       - 5   # NDRPDR sel
2836       - 9   # NDRPDR sel
2837       - 10  # NDRPDR sel
2838       - 11  # NDRPDR sel
2839       - 12  # NDRPDR sel
2840       - 14  # NDRPDR sel
2841       - 15  # NDRPDR sel
2842       - 18  # NDRPDR sel
2843     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2844       - 5   # NDRPDR sel
2845
2846     csit-vpp-device-2005-ubuntu1804-1n-skx:
2847       - 35
2848
2849 - type: "output"
2850   output: "report"
2851   format:
2852     html:
2853     - full
2854 #    pdf:
2855 #    - minimal
2856
2857 ################################################################################
2858 ###                               T A B L E S                                ###
2859 ################################################################################
2860
2861 # VPP Soak vs NDR - 2n-skx
2862 - type: "table"
2863   title: "VPP Soak vs NDR 2n-skx"
2864   algorithm: "table_soak_vs_ndr"
2865   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2866   reference:
2867     title: "NDR"
2868     data: "vpp-soak-vs-ndr-2n-skx-ref"
2869   compare:
2870     title: "Soak"
2871     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2872   data: "vpp-soak-vs-ndr-2n-skx"
2873   include-tests: "NDR"
2874   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2875   parameters:
2876     - "throughput"
2877     - "name"
2878     - "parent"
2879
2880 # VPP Soak vs NDR - 2n-clx
2881 - type: "table"
2882   title: "VPP Soak vs NDR 2n-clx"
2883   algorithm: "table_soak_vs_ndr"
2884   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2885   reference:
2886     title: "NDR"
2887     data: "vpp-soak-vs-ndr-2n-clx-ref"
2888   compare:
2889     title: "Soak"
2890     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2891   data: "vpp-soak-vs-ndr-2n-clx"
2892   include-tests: "NDR"
2893   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2894   parameters:
2895     - "throughput"
2896     - "name"
2897     - "parent"
2898
2899 ################################################################################
2900
2901 # VPP Compare NICs 3n-skx 2t1c ndr
2902 - type: "table"
2903   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2904   algorithm: "table_comparison"
2905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2907   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2908   columns:
2909     - title: "x710"
2910       data-set: "vpp-nic-comparison-3n-skx"
2911       tag: "NIC_Intel-X710"
2912     - title: "xxv710"
2913       data-set: "vpp-nic-comparison-3n-skx"
2914       tag: "NIC_Intel-XXV710"
2915   comparisons:
2916     - title: "Diff"
2917       reference: 1
2918       compare: 2
2919   legend:
2920     - ""
2921     - "x710, xxv710 - NICs tested."
2922     - "Diff - difference between x710 and xxv710 NIC."
2923
2924 # VPP Compare NICs 3n-skx 4t2c ndr
2925 - type: "table"
2926   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2927   algorithm: "table_comparison"
2928   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2929   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2931   columns:
2932     - title: "x710"
2933       data-set: "vpp-nic-comparison-3n-skx"
2934       tag: "NIC_Intel-X710"
2935     - title: "xxv710"
2936       data-set: "vpp-nic-comparison-3n-skx"
2937       tag: "NIC_Intel-XXV710"
2938   comparisons:
2939     - title: "Diff"
2940       reference: 1
2941       compare: 2
2942   legend:
2943     - ""
2944     - "x710, xxv710 - NICs tested."
2945     - "Diff - difference between x710 and xxv710 NIC."
2946
2947 # VPP Compare NICs 3n-skx 2t1c pdr
2948 - type: "table"
2949   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2950   algorithm: "table_comparison"
2951   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2953   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2954   columns:
2955     - title: "x710"
2956       data-set: "vpp-nic-comparison-3n-skx"
2957       tag: "NIC_Intel-X710"
2958     - title: "xxv710"
2959       data-set: "vpp-nic-comparison-3n-skx"
2960       tag: "NIC_Intel-XXV710"
2961   comparisons:
2962     - title: "Diff"
2963       reference: 1
2964       compare: 2
2965   legend:
2966     - ""
2967     - "x710, xxv710 - NICs tested."
2968     - "Diff - difference between x710 and xxv710 NIC."
2969
2970 # VPP Compare NICs 3n-skx 4t2c pdr
2971 - type: "table"
2972   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2973   algorithm: "table_comparison"
2974   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2976   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2977   columns:
2978     - title: "x710"
2979       data-set: "vpp-nic-comparison-3n-skx"
2980       tag: "NIC_Intel-X710"
2981     - title: "xxv710"
2982       data-set: "vpp-nic-comparison-3n-skx"
2983       tag: "NIC_Intel-XXV710"
2984   comparisons:
2985     - title: "Diff"
2986       reference: 1
2987       compare: 2
2988   legend:
2989     - ""
2990     - "x710, xxv710 - NICs tested."
2991     - "Diff - difference between x710 and xxv710 NIC."
2992
2993 ## VPP Compare NICs 3n-skx 2t1c mrr
2994 #- type: "table"
2995 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2996 #  algorithm: "table_comparison"
2997 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3000 #  columns:
3001 #    - title: "x710"
3002 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3003 #      tag: "NIC_Intel-X710"
3004 #    - title: "xxv710"
3005 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3006 #      tag: "NIC_Intel-XXV710"
3007 #  comparisons:
3008 #    - title: "Diff"
3009 #      reference: 1
3010 #      compare: 2
3011 #  legend:
3012 #    - ""
3013 #    - "x710, xxv710 - NICs tested."
3014 #    - "Diff - difference between x710 and xxv710 NIC."
3015 #
3016 ## VPP Compare NICs 3n-skx 4t2c mrr
3017 #- type: "table"
3018 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3019 #  algorithm: "table_comparison"
3020 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3022 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3023 #  columns:
3024 #    - title: "x710"
3025 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3026 #      tag: "NIC_Intel-X710"
3027 #    - title: "xxv710"
3028 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3029 #      tag: "NIC_Intel-XXV710"
3030 #  comparisons:
3031 #    - title: "Diff"
3032 #      reference: 1
3033 #      compare: 2
3034 #  legend:
3035 #    - ""
3036 #    - "x710, xxv710 - NICs tested."
3037 #    - "Diff - difference between x710 and xxv710 NIC."
3038 #
3039 ## VPP Compare NICs 3n-skx 8t4c mrr
3040 #- type: "table"
3041 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3042 #  algorithm: "table_comparison"
3043 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3044 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3045 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3046 #  columns:
3047 #    - title: "x710"
3048 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3049 #      tag: "NIC_Intel-X710"
3050 #    - title: "xxv710"
3051 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3052 #      tag: "NIC_Intel-XXV710"
3053 #  comparisons:
3054 #    - title: "Diff"
3055 #      reference: 1
3056 #      compare: 2
3057 #  legend:
3058 #    - ""
3059 #    - "x710, xxv710 - NICs tested."
3060 #    - "Diff - difference between x710 and xxv710 NIC."
3061
3062 # VPP Compare NICs 2n-skx 2t1c ndr
3063 - type: "table"
3064   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3065   algorithm: "table_comparison"
3066   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3067   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3069   columns:
3070     - title: "x710"
3071       data-set: "vpp-nic-comparison-2n-skx"
3072       tag: "NIC_Intel-X710"
3073     - title: "xxv710"
3074       data-set: "vpp-nic-comparison-2n-skx"
3075       tag: "NIC_Intel-XXV710"
3076   comparisons:
3077     - title: "Diff"
3078       reference: 1
3079       compare: 2
3080   legend:
3081     - ""
3082     - "x710, xxv710 - NICs tested."
3083     - "Diff - difference between x710 and xxv710 NIC."
3084
3085 # VPP Compare NICs 2n-skx 4t2c ndr
3086 - type: "table"
3087   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3088   algorithm: "table_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3091   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3092   columns:
3093     - title: "x710"
3094       data-set: "vpp-nic-comparison-2n-skx"
3095       tag: "NIC_Intel-X710"
3096     - title: "xxv710"
3097       data-set: "vpp-nic-comparison-2n-skx"
3098       tag: "NIC_Intel-XXV710"
3099   comparisons:
3100     - title: "Diff"
3101       reference: 1
3102       compare: 2
3103   legend:
3104     - ""
3105     - "x710, xxv710 - NICs tested."
3106     - "Diff - difference between x710 and xxv710 NIC."
3107
3108 # VPP Compare NICs 2n-skx 2t1c pdr
3109 - type: "table"
3110   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3111   algorithm: "table_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3114   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3115   columns:
3116     - title: "x710"
3117       data-set: "vpp-nic-comparison-2n-skx"
3118       tag: "NIC_Intel-X710"
3119     - title: "xxv710"
3120       data-set: "vpp-nic-comparison-2n-skx"
3121       tag: "NIC_Intel-XXV710"
3122   comparisons:
3123     - title: "Diff"
3124       reference: 1
3125       compare: 2
3126   legend:
3127     - ""
3128     - "x710, xxv710 - NICs tested."
3129     - "Diff - difference between x710 and xxv710 NIC."
3130
3131 # VPP Compare NICs 2n-skx 4t2c pdr
3132 - type: "table"
3133   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3134   algorithm: "table_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3137   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3138   columns:
3139     - title: "x710"
3140       data-set: "vpp-nic-comparison-2n-skx"
3141       tag: "NIC_Intel-X710"
3142     - title: "xxv710"
3143       data-set: "vpp-nic-comparison-2n-skx"
3144       tag: "NIC_Intel-XXV710"
3145   comparisons:
3146     - title: "Diff"
3147       reference: 1
3148       compare: 2
3149   legend:
3150     - ""
3151     - "x710, xxv710 - NICs tested."
3152     - "Diff - difference between x710 and xxv710 NIC."
3153
3154 # VPP Compare NICs 2n-skx 2t1c mrr
3155 - type: "table"
3156   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3157   algorithm: "table_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3160   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3161   columns:
3162     - title: "x710"
3163       data-set: "vpp-nic-comparison-2n-skx-mrr"
3164       tag: "NIC_Intel-X710"
3165     - title: "xxv710"
3166       data-set: "vpp-nic-comparison-2n-skx-mrr"
3167       tag: "NIC_Intel-XXV710"
3168   comparisons:
3169     - title: "Diff"
3170       reference: 1
3171       compare: 2
3172   legend:
3173     - ""
3174     - "x710, xxv710 - NICs tested."
3175     - "Diff - difference between x710 and xxv710 NIC."
3176
3177 # VPP Compare NICs 2n-skx 4t2c mrr
3178 - type: "table"
3179   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3180   algorithm: "table_comparison"
3181   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3183   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3184   columns:
3185     - title: "x710"
3186       data-set: "vpp-nic-comparison-2n-skx-mrr"
3187       tag: "NIC_Intel-X710"
3188     - title: "xxv710"
3189       data-set: "vpp-nic-comparison-2n-skx-mrr"
3190       tag: "NIC_Intel-XXV710"
3191   comparisons:
3192     - title: "Diff"
3193       reference: 1
3194       compare: 2
3195   legend:
3196     - ""
3197     - "x710, xxv710 - NICs tested."
3198     - "Diff - difference between x710 and xxv710 NIC."
3199
3200 # VPP Compare NICs 2n-skx 8t4c mrr
3201 - type: "table"
3202   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3203   algorithm: "table_comparison"
3204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3206   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3207   columns:
3208     - title: "x710"
3209       data-set: "vpp-nic-comparison-2n-skx-mrr"
3210       tag: "NIC_Intel-X710"
3211     - title: "xxv710"
3212       data-set: "vpp-nic-comparison-2n-skx-mrr"
3213       tag: "NIC_Intel-XXV710"
3214   comparisons:
3215     - title: "Diff"
3216       reference: 1
3217       compare: 2
3218   legend:
3219     - ""
3220     - "x710, xxv710 - NICs tested."
3221     - "Diff - difference between x710 and xxv710 NIC."
3222
3223 ################################################################################
3224 # VPP
3225
3226 # VPP Performance Changes 3n-hsw 1t1c pdr
3227 - type: "table"
3228   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3229   algorithm: "table_comparison"
3230   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3232   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3233   columns:
3234     - title: "1908.1-2"
3235       data-set: "vpp-performance-changes-3n-hsw-h1"
3236     - title: "2001.0-2"
3237       data-set: "vpp-performance-changes-3n-hsw-ref"
3238     - title: "2001.0-4"
3239       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3240     - title: "2005.0-4"
3241       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3242   comparisons:
3243     - title: "2001.0-4 vs 2001.0-2"
3244       reference: 2
3245       compare: 3
3246       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3247     - title: "2005.0-4 vs 2001.0-4"
3248       reference: 3
3249       compare: 4
3250       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3251   legend:
3252     - ''
3253     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3254     - '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).'
3255     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3256     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3257     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3258
3259 # VPP Performance Changes 3n-hsw 2t2c pdr
3260 - type: "table"
3261   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3262   algorithm: "table_comparison"
3263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3265   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3266   columns:
3267     - title: "1908.1-2"
3268       data-set: "vpp-performance-changes-3n-hsw-h1"
3269     - title: "2001.0-2"
3270       data-set: "vpp-performance-changes-3n-hsw-ref"
3271     - title: "2001.0-4"
3272       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3273     - title: "2005.0-4"
3274       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3275   comparisons:
3276     - title: "2001.0-4 vs 2001.0-2"
3277       reference: 2
3278       compare: 3
3279       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3280     - title: "2005.0-4 vs 2001.0-4"
3281       reference: 3
3282       compare: 4
3283       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3284   legend:
3285     - ''
3286     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3287     - '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).'
3288     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3289     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3290     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3291
3292 # VPP Performance Changes 3n-hsw 1t1c ndr
3293 - type: "table"
3294   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3295   algorithm: "table_comparison"
3296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3299   columns:
3300     - title: "1908.1-2"
3301       data-set: "vpp-performance-changes-3n-hsw-h1"
3302     - title: "2001.0-2"
3303       data-set: "vpp-performance-changes-3n-hsw-ref"
3304     - title: "2001.0-4"
3305       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3306     - title: "2005.0-4"
3307       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3308   comparisons:
3309     - title: "2001.0-4 vs 2001.0-2"
3310       reference: 2
3311       compare: 3
3312       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3313     - title: "2005.0-4 vs 2001.0-4"
3314       reference: 3
3315       compare: 4
3316       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3317   legend:
3318     - ''
3319     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3320     - '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).'
3321     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3322     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3323     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3324
3325 # VPP Performance Changes 3n-hsw 2t2c ndr
3326 - type: "table"
3327   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3328   algorithm: "table_comparison"
3329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3331   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3332   columns:
3333     - title: "1908.1-2"
3334       data-set: "vpp-performance-changes-3n-hsw-h1"
3335     - title: "2001.0-2"
3336       data-set: "vpp-performance-changes-3n-hsw-ref"
3337     - title: "2001.0-4"
3338       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3339     - title: "2005.0-4"
3340       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3341   comparisons:
3342     - title: "2001.0-4 vs 2001.0-2"
3343       reference: 2
3344       compare: 3
3345       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3346     - title: "2005.0-4 vs 2001.0-4"
3347       reference: 3
3348       compare: 4
3349       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3350   legend:
3351     - ''
3352     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3353     - '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).'
3354     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3355     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3356     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3357
3358 # VPP Performance Changes 3n-hsw 1t1c pdr-full
3359 - type: "table"
3360   title: "VPP Performance Changes 3n-hsw 1t1c pdr-full"
3361   algorithm: "table_comparison"
3362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr-full"
3363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3364   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3365   columns:
3366     - title: "1908.1-2"
3367       data-set: "vpp-performance-changes-3n-hsw-h1"
3368     - title: "2001.0-2"
3369       data-set: "vpp-performance-changes-3n-hsw-ref"
3370     - title: "2001.0-4"
3371       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3372     - title: "2005.0-3"
3373       data-set: "vpp-performance-changes-3n-hsw-cmp"
3374     - title: "2005.0-4"
3375       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3376   comparisons:
3377     - title: "2005.0-4 vs 2005.0-3"
3378       reference: 4
3379       compare: 5
3380       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3381     - title: "2001.0-4 vs 2001.0-2"
3382       reference: 2
3383       compare: 3
3384       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3385     - title: "2005.0-4 vs 2001.0-4"
3386       reference: 3
3387       compare: 5
3388       rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca3.yaml"
3389   legend:
3390     - ''
3391     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3392     - '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).'
3393     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3394     - '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.'
3395     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3396     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3397
3398 # VPP Performance Changes 3n-hsw 2t2c pdr-full
3399 - type: "table"
3400   title: "VPP Performance Changes 3n-hsw 2t2c pdr-full"
3401   algorithm: "table_comparison"
3402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr-full"
3403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3404   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3405   columns:
3406     - title: "1908.1-2"
3407       data-set: "vpp-performance-changes-3n-hsw-h1"
3408     - title: "2001.0-2"
3409       data-set: "vpp-performance-changes-3n-hsw-ref"
3410     - title: "2001.0-4"
3411       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3412     - title: "2005.0-3"
3413       data-set: "vpp-performance-changes-3n-hsw-cmp"
3414     - title: "2005.0-4"
3415       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3416   comparisons:
3417     - title: "2005.0-4 vs 2005.0-3"
3418       reference: 4
3419       compare: 5
3420       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3421     - title: "2001.0-4 vs 2001.0-2"
3422       reference: 2
3423       compare: 3
3424       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3425     - title: "2005.0-4 vs 2001.0-4"
3426       reference: 3
3427       compare: 5
3428       rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca3.yaml"
3429   legend:
3430     - ''
3431     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3432     - '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).'
3433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3434     - '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.'
3435     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3436     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3437
3438 # VPP Performance Changes 3n-hsw 1t1c ndr-full
3439 - type: "table"
3440   title: "VPP Performance Changes 3n-hsw 1t1c ndr-full"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr-full"
3443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3445   columns:
3446     - title: "1908.1-2"
3447       data-set: "vpp-performance-changes-3n-hsw-h1"
3448     - title: "2001.0-2"
3449       data-set: "vpp-performance-changes-3n-hsw-ref"
3450     - title: "2001.0-4"
3451       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3452     - title: "2005.0-3"
3453       data-set: "vpp-performance-changes-3n-hsw-cmp"
3454     - title: "2005.0-4"
3455       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3456   comparisons:
3457     - title: "2005.0-4 vs 2005.0-3"
3458       reference: 4
3459       compare: 5
3460       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3461     - title: "2001.0-4 vs 2001.0-2"
3462       reference: 2
3463       compare: 3
3464       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3465     - title: "2005.0-4 vs 2001.0-4"
3466       reference: 3
3467       compare: 5
3468       rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca3.yaml"
3469   legend:
3470     - ''
3471     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3472     - '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).'
3473     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3474     - '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.'
3475     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3476     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3477
3478 # VPP Performance Changes 3n-hsw 2t2c ndr-full
3479 - type: "table"
3480   title: "VPP Performance Changes 3n-hsw 2t2c ndr-full"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr-full"
3483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "1908.1-2"
3487       data-set: "vpp-performance-changes-3n-hsw-h1"
3488     - title: "2001.0-2"
3489       data-set: "vpp-performance-changes-3n-hsw-ref"
3490     - title: "2001.0-4"
3491       data-set: "vpp-performance-changes-3n-hsw-cmp-2001.0-4"
3492     - title: "2005.0-3"
3493       data-set: "vpp-performance-changes-3n-hsw-cmp"
3494     - title: "2005.0-4"
3495       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3496   comparisons:
3497     - title: "2005.0-4 vs 2005.0-3"
3498       reference: 4
3499       compare: 5
3500       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3501     - title: "2001.0-4 vs 2001.0-2"
3502       reference: 2
3503       compare: 3
3504       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3505     - title: "2005.0-4 vs 2001.0-4"
3506       reference: 3
3507       compare: 5
3508       rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca3.yaml"
3509   legend:
3510     - ''
3511     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3512     - '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).'
3513     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3514     - '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.'
3515     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3516     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3517
3518 # VPP Performance Changes 3n-skx 2t1c pdr
3519 - type: "table"
3520   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3521   algorithm: "table_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3524   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3525   columns:
3526     - title: "1908.1-2"
3527       data-set: "vpp-performance-changes-3n-skx-h1"
3528     - title: "2001.0-2"
3529       data-set: "vpp-performance-changes-3n-skx-ref"
3530     - title: "2001.0-4"
3531       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3532     - title: "2005.0-4"
3533       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3534   comparisons:
3535     - title: "2001.0-4 vs 2001.0-2"
3536       reference: 2
3537       compare: 3
3538       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3539     - title: "2005.0-4 vs 2001.0-4"
3540       reference: 3
3541       compare: 4
3542       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3543   legend:
3544     - ''
3545     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3546     - '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).'
3547     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3548     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3549     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3550
3551 # VPP Performance Changes 3n-skx 4t2c pdr
3552 - type: "table"
3553   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3554   algorithm: "table_comparison"
3555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3557   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3558   columns:
3559     - title: "1908.1-2"
3560       data-set: "vpp-performance-changes-3n-skx-h1"
3561     - title: "2001.0-2"
3562       data-set: "vpp-performance-changes-3n-skx-ref"
3563     - title: "2001.0-4"
3564       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3565     - title: "2005.0-4"
3566       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3567   comparisons:
3568     - title: "2001.0-4 vs 2001.0-2"
3569       reference: 2
3570       compare: 3
3571       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3572     - title: "2005.0-4 vs 2001.0-4"
3573       reference: 3
3574       compare: 4
3575       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3576   legend:
3577     - ''
3578     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3579     - '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).'
3580     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3581     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3582     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3583
3584 # VPP Performance Changes 3n-skx 2t1c ndr
3585 - type: "table"
3586   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3587   algorithm: "table_comparison"
3588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3590   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3591   columns:
3592     - title: "1908.1-2"
3593       data-set: "vpp-performance-changes-3n-skx-h1"
3594     - title: "2001.0-2"
3595       data-set: "vpp-performance-changes-3n-skx-ref"
3596     - title: "2001.0-4"
3597       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3598     - title: "2005.0-4"
3599       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3600   comparisons:
3601     - title: "2001.0-4 vs 2001.0-2"
3602       reference: 2
3603       compare: 3
3604       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3605     - title: "2005.0-4 vs 2001.0-4"
3606       reference: 3
3607       compare: 4
3608       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3609   legend:
3610     - ''
3611     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3612     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3614     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3615     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3616
3617 # VPP Performance Changes 3n-skx 4t2c ndr
3618 - type: "table"
3619   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3620   algorithm: "table_comparison"
3621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3623   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3624   columns:
3625     - title: "1908.1-2"
3626       data-set: "vpp-performance-changes-3n-skx-h1"
3627     - title: "2001.0-2"
3628       data-set: "vpp-performance-changes-3n-skx-ref"
3629     - title: "2001.0-4"
3630       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3631     - title: "2005.0-4"
3632       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3633   comparisons:
3634     - title: "2001.0-4 vs 2001.0-2"
3635       reference: 2
3636       compare: 3
3637       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3638     - title: "2005.0-4 vs 2001.0-4"
3639       reference: 3
3640       compare: 4
3641       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3642   legend:
3643     - ''
3644     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3645     - '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).'
3646     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3647     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3648     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3649
3650 # VPP Performance Changes 3n-skx 2t1c pdr-full
3651 - type: "table"
3652   title: "VPP Performance Changes 3n-skx 2t1c pdr-full"
3653   algorithm: "table_comparison"
3654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr-full"
3655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3656   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3657   columns:
3658     - title: "1908.1-2"
3659       data-set: "vpp-performance-changes-3n-skx-h1"
3660     - title: "2001.0-2"
3661       data-set: "vpp-performance-changes-3n-skx-ref"
3662     - title: "2001.0-4"
3663       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3664     - title: "2005.0-3"
3665       data-set: "vpp-performance-changes-3n-skx-cmp"
3666     - title: "2005.0-4"
3667       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3668   comparisons:
3669     - title: "2005.0-4 vs 2005.0-3"
3670       reference: 4
3671       compare: 5
3672       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3673     - title: "2001.0-4 vs 2001.0-2"
3674       reference: 2
3675       compare: 3
3676       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3677     - title: "2005.0-4 vs 2001.0-4"
3678       reference: 3
3679       compare: 5
3680       rca-file: "rca/rca-3n-skx-2t1c-pdr-rca3.yaml"
3681   legend:
3682     - ''
3683     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3684     - '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).'
3685     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3686     - '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.'
3687     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3688     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3689
3690 # VPP Performance Changes 3n-skx 4t2c pdr-full
3691 - type: "table"
3692   title: "VPP Performance Changes 3n-skx 4t2c pdr-full"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr-full"
3695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3697   columns:
3698     - title: "1908.1-2"
3699       data-set: "vpp-performance-changes-3n-skx-h1"
3700     - title: "2001.0-2"
3701       data-set: "vpp-performance-changes-3n-skx-ref"
3702     - title: "2001.0-4"
3703       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3704     - title: "2005.0-3"
3705       data-set: "vpp-performance-changes-3n-skx-cmp"
3706     - title: "2005.0-4"
3707       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3708   comparisons:
3709     - title: "2005.0-4 vs 2005.0-3"
3710       reference: 4
3711       compare: 5
3712       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3713     - title: "2001.0-4 vs 2001.0-2"
3714       reference: 2
3715       compare: 3
3716       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3717     - title: "2005.0-4 vs 2001.0-4"
3718       reference: 3
3719       compare: 5
3720       rca-file: "rca/rca-3n-skx-4t2c-pdr-rca3.yaml"
3721   legend:
3722     - ''
3723     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3724     - '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).'
3725     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3726     - '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.'
3727     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3728     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3729
3730 # VPP Performance Changes 3n-skx 2t1c ndr-full
3731 - type: "table"
3732   title: "VPP Performance Changes 3n-skx 2t1c ndr-full"
3733   algorithm: "table_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr-full"
3735   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3736   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3737   columns:
3738     - title: "1908.1-2"
3739       data-set: "vpp-performance-changes-3n-skx-h1"
3740     - title: "2001.0-2"
3741       data-set: "vpp-performance-changes-3n-skx-ref"
3742     - title: "2001.0-4"
3743       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3744     - title: "2005.0-3"
3745       data-set: "vpp-performance-changes-3n-skx-cmp"
3746     - title: "2005.0-4"
3747       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3748   comparisons:
3749     - title: "2005.0-4 vs 2005.0-3"
3750       reference: 4
3751       compare: 5
3752       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3753     - title: "2001.0-4 vs 2001.0-2"
3754       reference: 2
3755       compare: 3
3756       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3757     - title: "2005.0-4 vs 2001.0-4"
3758       reference: 3
3759       compare: 5
3760       rca-file: "rca/rca-3n-skx-2t1c-ndr-rca3.yaml"
3761   legend:
3762     - ''
3763     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3764     - '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).'
3765     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3766     - '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.'
3767     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3768     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3769
3770 # VPP Performance Changes 3n-skx 4t2c ndr-full
3771 - type: "table"
3772   title: "VPP Performance Changes 3n-skx 4t2c ndr-full"
3773   algorithm: "table_comparison"
3774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr-full"
3775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3776   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3777   columns:
3778     - title: "1908.1-2"
3779       data-set: "vpp-performance-changes-3n-skx-h1"
3780     - title: "2001.0-2"
3781       data-set: "vpp-performance-changes-3n-skx-ref"
3782     - title: "2001.0-4"
3783       data-set: "vpp-performance-changes-3n-skx-cmp-2001.0-4"
3784     - title: "2005.0-3"
3785       data-set: "vpp-performance-changes-3n-skx-cmp"
3786     - title: "2005.0-4"
3787       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3788   comparisons:
3789     - title: "2005.0-4 vs 2005.0-3"
3790       reference: 4
3791       compare: 5
3792       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3793     - title: "2001.0-4 vs 2001.0-2"
3794       reference: 2
3795       compare: 3
3796       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3797     - title: "2005.0-4 vs 2001.0-4"
3798       reference: 3
3799       compare: 5
3800       rca-file: "rca/rca-3n-skx-4t2c-ndr-rca3.yaml"
3801   legend:
3802     - ''
3803     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3804     - '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).'
3805     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3806     - '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.'
3807     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3808     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3809
3810 # VPP Performance Changes 2n-skx 2t1c pdr
3811 - type: "table"
3812   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3817   columns:
3818     - title: "1908.1-2"
3819       data-set: "vpp-performance-changes-2n-skx-h1"
3820     - title: "2001.0-2"
3821       data-set: "vpp-performance-changes-2n-skx-ref"
3822     - title: "2001.0-4"
3823       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3824     - title: "2005.0-4"
3825       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3826   comparisons:
3827     - title: "2001.0-4 vs 2001.0-2"
3828       reference: 2
3829       compare: 3
3830       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3831     - title: "2005.0-4 vs 2001.0-4"
3832       reference: 3
3833       compare: 4
3834       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3835   legend:
3836     - ''
3837     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3838     - '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).'
3839     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3840     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3841     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3842
3843 # VPP Performance Changes 2n-skx 4t2c pdr
3844 - type: "table"
3845   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3846   algorithm: "table_comparison"
3847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3849   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3850   columns:
3851     - title: "1908.1-2"
3852       data-set: "vpp-performance-changes-2n-skx-h1"
3853     - title: "2001.0-2"
3854       data-set: "vpp-performance-changes-2n-skx-ref"
3855     - title: "2001.0-4"
3856       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3857     - title: "2005.0-4"
3858       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3859   comparisons:
3860     - title: "2001.0-4 vs 2001.0-2"
3861       reference: 2
3862       compare: 3
3863       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3864     - title: "2005.0-4 vs 2001.0-4"
3865       reference: 3
3866       compare: 4
3867       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3868   legend:
3869     - ''
3870     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3871     - '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).'
3872     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3873     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3874     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3875
3876 # VPP Performance Changes 2n-skx 2t1c ndr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3883   columns:
3884     - title: "1908.1-2"
3885       data-set: "vpp-performance-changes-2n-skx-h1"
3886     - title: "2001.0-2"
3887       data-set: "vpp-performance-changes-2n-skx-ref"
3888     - title: "2001.0-4"
3889       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3890     - title: "2005.0-4"
3891       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3892   comparisons:
3893     - title: "2001.0-4 vs 2001.0-2"
3894       reference: 2
3895       compare: 3
3896       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3897     - title: "2005.0-4 vs 2001.0-4"
3898       reference: 3
3899       compare: 4
3900       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3901   legend:
3902     - ''
3903     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3904     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3905     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3906     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3907     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3908
3909 # VPP Performance Changes 2n-skx 4t2c ndr
3910 - type: "table"
3911   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3916   columns:
3917     - title: "1908.1-2"
3918       data-set: "vpp-performance-changes-2n-skx-h1"
3919     - title: "2001.0-2"
3920       data-set: "vpp-performance-changes-2n-skx-ref"
3921     - title: "2001.0-4"
3922       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3923     - title: "2005.0-4"
3924       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3925   comparisons:
3926     - title: "2001.0-4 vs 2001.0-2"
3927       reference: 2
3928       compare: 3
3929       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3930     - title: "2005.0-4 vs 2001.0-4"
3931       reference: 3
3932       compare: 4
3933       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3934   legend:
3935     - ''
3936     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3937     - '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).'
3938     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3939     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3940     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3941
3942 # VPP Performance Changes 2n-skx 2t1c pdr-full
3943 - type: "table"
3944   title: "VPP Performance Changes 2n-skx 2t1c pdr-full"
3945   algorithm: "table_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr-full"
3947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3948   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3949   columns:
3950     - title: "1908.1-2"
3951       data-set: "vpp-performance-changes-2n-skx-h1"
3952     - title: "2001.0-2"
3953       data-set: "vpp-performance-changes-2n-skx-ref"
3954     - title: "2001.0-4"
3955       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3956     - title: "2005.0-3"
3957       data-set: "vpp-performance-changes-2n-skx-cmp"
3958     - title: "2005.0-4"
3959       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3960   comparisons:
3961     - title: "2005.0-4 vs 2005.0-3"
3962       reference: 4
3963       compare: 5
3964       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3965     - title: "2001.0-4 vs 2001.0-2"
3966       reference: 2
3967       compare: 3
3968       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3969     - title: "2005.0-4 vs 2001.0-4"
3970       reference: 3
3971       compare: 5
3972       rca-file: "rca/rca-2n-skx-2t1c-pdr-rca3.yaml"
3973
3974   legend:
3975     - ''
3976     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3979     - '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.'
3980     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
3981     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
3982
3983 # VPP Performance Changes 2n-skx 4t2c pdr-full
3984 - type: "table"
3985   title: "VPP Performance Changes 2n-skx 4t2c pdr-full"
3986   algorithm: "table_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr-full"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3990   columns:
3991     - title: "1908.1-2"
3992       data-set: "vpp-performance-changes-2n-skx-h1"
3993     - title: "2001.0-2"
3994       data-set: "vpp-performance-changes-2n-skx-ref"
3995     - title: "2001.0-4"
3996       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
3997     - title: "2005.0-3"
3998       data-set: "vpp-performance-changes-2n-skx-cmp"
3999     - title: "2005.0-4"
4000       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4001   comparisons:
4002     - title: "2005.0-4 vs 2005.0-3"
4003       reference: 4
4004       compare: 5
4005       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4006     - title: "2001.0-4 vs 2001.0-2"
4007       reference: 2
4008       compare: 3
4009       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4010     - title: "2005.0-4 vs 2001.0-4"
4011       reference: 3
4012       compare: 5
4013       rca-file: "rca/rca-2n-skx-4t2c-pdr-rca3.yaml"
4014   legend:
4015     - ''
4016     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4017     - '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).'
4018     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4019     - '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.'
4020     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4021     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4022
4023 # VPP Performance Changes 2n-skx 2t1c ndr-full
4024 - type: "table"
4025   title: "VPP Performance Changes 2n-skx 2t1c ndr-full"
4026   algorithm: "table_comparison"
4027   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr-full"
4028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4029   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4030   columns:
4031     - title: "1908.1-2"
4032       data-set: "vpp-performance-changes-2n-skx-h1"
4033     - title: "2001.0-2"
4034       data-set: "vpp-performance-changes-2n-skx-ref"
4035     - title: "2001.0-4"
4036       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4037     - title: "2005.0-3"
4038       data-set: "vpp-performance-changes-2n-skx-cmp"
4039     - title: "2005.0-4"
4040       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4041   comparisons:
4042     - title: "2005.0-4 vs 2005.0-3"
4043       reference: 4
4044       compare: 5
4045       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4046     - title: "2001.0-4 vs 2001.0-2"
4047       reference: 2
4048       compare: 3
4049       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4050     - title: "2005.0-4 vs 2001.0-4"
4051       reference: 3
4052       compare: 5
4053       rca-file: "rca/rca-2n-skx-2t1c-ndr-rca3.yaml"
4054   legend:
4055     - ''
4056     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4057     - '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).'
4058     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4059     - '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.'
4060     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4061     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4062
4063 # VPP Performance Changes 2n-skx 4t2c ndr-full
4064 - type: "table"
4065   title: "VPP Performance Changes 2n-skx 4t2c ndr-full"
4066   algorithm: "table_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr-full"
4068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4069   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4070   columns:
4071     - title: "1908.1-2"
4072       data-set: "vpp-performance-changes-2n-skx-h1"
4073     - title: "2001.0-2"
4074       data-set: "vpp-performance-changes-2n-skx-ref"
4075     - title: "2001.0-4"
4076       data-set: "vpp-performance-changes-2n-skx-cmp-2001.0-4"
4077     - title: "2005.0-3"
4078       data-set: "vpp-performance-changes-2n-skx-cmp"
4079     - title: "2005.0-4"
4080       data-set: "vpp-performance-changes-2n-skx-cmp-2"
4081   comparisons:
4082     - title: "2005.0-4 vs 2005.0-3"
4083       reference: 4
4084       compare: 5
4085       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4086     - title: "2001.0-4 vs 2001.0-2"
4087       reference: 2
4088       compare: 3
4089       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4090     - title: "2005.0-4 vs 2001.0-4"
4091       reference: 3
4092       compare: 5
4093       rca-file: "rca/rca-2n-skx-4t2c-ndr-rca3.yaml"
4094   legend:
4095     - ''
4096     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4097     - '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).'
4098     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4099     - '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.'
4100     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4101     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4102
4103 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4104 - type: "table"
4105   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4110   columns:
4111     - title: "2001.0-2"
4112       data-set: "vpp-performance-changes-2n-clx-ref"
4113     - title: "2001.0-4"
4114       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4115     - title: "2005.0-4"
4116       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4117   comparisons:
4118     - title: "2001.0-4 vs 2001.0-2"
4119       reference: 1
4120       compare: 2
4121       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4122     - title: "2005.0-4 vs 2001.0-4"
4123       reference: 2
4124       compare: 3
4125       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4126   legend:
4127     - ''
4128     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4129     - '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).'
4130     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4131     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4132     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4133
4134 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4135 - type: "table"
4136   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4137   algorithm: "table_comparison"
4138   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4140   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4141   columns:
4142     - title: "2001.0-2"
4143       data-set: "vpp-performance-changes-2n-clx-ref"
4144     - title: "2001.0-4"
4145       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4146     - title: "2005.0-4"
4147       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4148   comparisons:
4149     - title: "2001.0-4 vs 2001.0-2"
4150       reference: 1
4151       compare: 2
4152       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4153     - title: "2005.0-4 vs 2001.0-4"
4154       reference: 2
4155       compare: 3
4156       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4157   legend:
4158     - ''
4159     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4160     - '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).'
4161     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4162     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4163     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4164
4165 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4166 - type: "table"
4167   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4168   algorithm: "table_comparison"
4169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4171   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4172   columns:
4173     - title: "2001.0-2"
4174       data-set: "vpp-performance-changes-2n-clx-ref"
4175     - title: "2001.0-4"
4176       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4177     - title: "2005.0-4"
4178       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4179   comparisons:
4180     - title: "2001.0-4 vs 2001.0-2"
4181       reference: 1
4182       compare: 2
4183       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4184     - title: "2005.0-4 vs 2001.0-4"
4185       reference: 2
4186       compare: 3
4187       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4188   legend:
4189     - ''
4190     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4191     - '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).'
4192     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4193     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4194     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4195
4196 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4197 - type: "table"
4198   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4199   algorithm: "table_comparison"
4200   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4202   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4203   columns:
4204     - title: "2001.0-2"
4205       data-set: "vpp-performance-changes-2n-clx-ref"
4206     - title: "2001.0-4"
4207       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4208     - title: "2005.0-4"
4209       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4210   comparisons:
4211     - title: "2001.0-4 vs 2001.0-2"
4212       reference: 1
4213       compare: 2
4214       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4215     - title: "2005.0-4 vs 2001.0-4"
4216       reference: 2
4217       compare: 3
4218       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4219   legend:
4220     - ''
4221     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4222     - '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).'
4223     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4224     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4225     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4226
4227 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full
4228 - type: "table"
4229   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr-full"
4230   algorithm: "table_comparison"
4231   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr-full"
4232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4233   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4234   columns:
4235     - title: "2001.0-2"
4236       data-set: "vpp-performance-changes-2n-clx-ref"
4237     - title: "2001.0-4"
4238       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4239     - title: "2005.0-3"
4240       data-set: "vpp-performance-changes-2n-clx-cmp"
4241     - title: "2005.0-4"
4242       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4243   comparisons:
4244     - title: "2005.0-4 vs 2005.0-3"
4245       reference: 3
4246       compare: 4
4247       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4248     - title: "2001.0-4 vs 2001.0-2"
4249       reference: 1
4250       compare: 2
4251       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
4252     - title: "2005.0-4 vs 2001.0-4"
4253       reference: 2
4254       compare: 4
4255       rca-file: "rca/rca-2n-clx-2t1c-pdr-rca3.yaml"
4256   legend:
4257     - ''
4258     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4259     - '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).'
4260     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4261     - '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.'
4262     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4263     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4264
4265 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full
4266 - type: "table"
4267   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr-full"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr-full"
4270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4272   columns:
4273     - title: "2001.0-2"
4274       data-set: "vpp-performance-changes-2n-clx-ref"
4275     - title: "2001.0-4"
4276       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4277     - title: "2005.0-3"
4278       data-set: "vpp-performance-changes-2n-clx-cmp"
4279     - title: "2005.0-4"
4280       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4281   comparisons:
4282     - title: "2005.0-4 vs 2005.0-3"
4283       reference: 3
4284       compare: 4
4285       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4286     - title: "2001.0-4 vs 2001.0-2"
4287       reference: 1
4288       compare: 2
4289       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
4290     - title: "2005.0-4 vs 2001.0-4"
4291       reference: 2
4292       compare: 4
4293       rca-file: "rca/rca-2n-clx-4t2c-pdr-rca3.yaml"
4294   legend:
4295     - ''
4296     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4297     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4298     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4299     - '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.'
4300     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4301     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4302
4303 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full
4304 - type: "table"
4305   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr-full"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr-full"
4308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4309   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4310   columns:
4311     - title: "2001.0-2"
4312       data-set: "vpp-performance-changes-2n-clx-ref"
4313     - title: "2001.0-4"
4314       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4315     - title: "2005.0-3"
4316       data-set: "vpp-performance-changes-2n-clx-cmp"
4317     - title: "2005.0-4"
4318       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4319   comparisons:
4320     - title: "2005.0-4 vs 2005.0-3"
4321       reference: 3
4322       compare: 4
4323       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4324     - title: "2001.0-4 vs 2001.0-2"
4325       reference: 1
4326       compare: 2
4327       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
4328     - title: "2005.0-4 vs 2001.0-4"
4329       reference: 2
4330       compare: 4
4331       rca-file: "rca/rca-2n-clx-2t1c-ndr-rca3.yaml"
4332   legend:
4333     - ''
4334     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4335     - '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).'
4336     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4337     - '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.'
4338     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4339     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4340
4341 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr-full
4342 - type: "table"
4343   title: "VPP Performance Changes 2n-clx-xxv710 ndr-full"
4344   algorithm: "table_comparison"
4345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr-full"
4346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4347   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4348   columns:
4349     - title: "2001.0-2"
4350       data-set: "vpp-performance-changes-2n-clx-ref"
4351     - title: "2001.0-4"
4352       data-set: "vpp-performance-changes-2n-clx-cmp-2001.0-4"
4353     - title: "2005.0-3"
4354       data-set: "vpp-performance-changes-2n-clx-cmp"
4355     - title: "2005.0-4"
4356       data-set: "vpp-performance-changes-2n-clx-cmp-2"
4357   comparisons:
4358     - title: "2005.0-4 vs 2005.0-3"
4359       reference: 3
4360       compare: 4
4361       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4362     - title: "2001.0-4 vs 2001.0-2"
4363       reference: 1
4364       compare: 2
4365       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
4366     - title: "2005.0-4 vs 2001.0-4"
4367       reference: 2
4368       compare: 4
4369       rca-file: "rca/rca-2n-clx-4t2c-ndr-rca3.yaml"
4370   legend:
4371     - ''
4372     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4373     - '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).'
4374     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4375     - '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.'
4376     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4377     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4378
4379 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4380 #- type: "table"
4381 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4382 #  algorithm: "table_comparison"
4383 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4384 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4385 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4386 #  columns:
4387 #    - title: "2001.0-2"
4388 #      data-set: "vpp-performance-changes-2n-clx-ref"
4389 #    - title: "2005.0-3"
4390 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4391 #  comparisons:
4392 #    - title: "Diff"
4393 #      reference: 1
4394 #      compare: 2
4395 #  legend:
4396 #    - ''
4397 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4398 #    - '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).'
4399 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4400 #    - '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.'
4401 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4402 #
4403 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4404 #- type: "table"
4405 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4406 #  algorithm: "table_comparison"
4407 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4409 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4410 #  columns:
4411 #    - title: "2001.0-2"
4412 #      data-set: "vpp-performance-changes-2n-clx-ref"
4413 #    - title: "2005.0-3"
4414 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4415 #  comparisons:
4416 #    - title: "Diff"
4417 #      reference: 1
4418 #      compare: 2
4419 #  legend:
4420 #    - ''
4421 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4422 #    - '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).'
4423 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4424 #    - '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.'
4425 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4426 #
4427 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4428 #- type: "table"
4429 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4430 #  algorithm: "table_comparison"
4431 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4432 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4433 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4434 #  columns:
4435 #    - title: "2001.0-2"
4436 #      data-set: "vpp-performance-changes-2n-clx-ref"
4437 #    - title: "2005.0-3"
4438 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4439 #  comparisons:
4440 #    - title: "Diff"
4441 #      reference: 1
4442 #      compare: 2
4443 #  legend:
4444 #    - ''
4445 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4446 #    - '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).'
4447 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4448 #    - '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.'
4449 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4450 #
4451 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4452 #- type: "table"
4453 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4454 #  algorithm: "table_comparison"
4455 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4456 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4457 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4458 #  columns:
4459 #    - title: "2001.0-2"
4460 #      data-set: "vpp-performance-changes-2n-clx-ref"
4461 #    - title: "2005.0-3"
4462 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4463 #  comparisons:
4464 #    - title: "Diff"
4465 #      reference: 1
4466 #      compare: 2
4467 #  legend:
4468 #    - ''
4469 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4470 #    - '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).'
4471 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4472 #    - '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.'
4473 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4474
4475 # VPP Performance Changes 2n-dnv 1t1c pdr
4476 - type: "table"
4477   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4478   algorithm: "table_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4481   filter: "'1T1C'"
4482   columns:
4483     - title: "1908.1-2"
4484       data-set: "vpp-performance-changes-2n-dnv-h1"
4485     - title: "2001.0-2"
4486       data-set: "vpp-performance-changes-2n-dnv-ref"
4487     - title: "2005.0-3"
4488       data-set: "vpp-performance-changes-2n-dnv-cmp"
4489   comparisons:
4490     - title: "2005.0-3 vs 2001.0-2"
4491       reference: 2
4492       compare: 3
4493   legend:
4494     - ''
4495     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4496     - '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).'
4497     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4498     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4499
4500 # VPP Performance Changes 2n-dnv 2t2c pdr
4501 - type: "table"
4502   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4506   filter: "'2T2C'"
4507   columns:
4508     - title: "1908.1-2"
4509       data-set: "vpp-performance-changes-2n-dnv-h1"
4510     - title: "2001.0-2"
4511       data-set: "vpp-performance-changes-2n-dnv-ref"
4512     - title: "2005.0-3"
4513       data-set: "vpp-performance-changes-2n-dnv-cmp"
4514   comparisons:
4515     - title: "2005.0-3 vs 2001.0-2"
4516       reference: 2
4517       compare: 3
4518   legend:
4519     - ''
4520     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4521     - '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).'
4522     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4523     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4524
4525 # VPP Performance Changes 2n-dnv 1t1c ndr
4526 - type: "table"
4527   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4531   filter: "'1T1C'"
4532   columns:
4533     - title: "1908.1-2"
4534       data-set: "vpp-performance-changes-2n-dnv-h1"
4535     - title: "2001.0-2"
4536       data-set: "vpp-performance-changes-2n-dnv-ref"
4537     - title: "2005.0-3"
4538       data-set: "vpp-performance-changes-2n-dnv-cmp"
4539   comparisons:
4540     - title: "2005.0-3 vs 2001.0-2"
4541       reference: 2
4542       compare: 3
4543   legend:
4544     - ''
4545     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4546     - '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).'
4547     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4548     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4549
4550 # VPP Performance Changes 2n-dnv 2t2c ndr
4551 - type: "table"
4552   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4553   algorithm: "table_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4555   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4556   filter: "'2T2C'"
4557   columns:
4558     - title: "1908.1-2"
4559       data-set: "vpp-performance-changes-2n-dnv-h1"
4560     - title: "2001.0-2"
4561       data-set: "vpp-performance-changes-2n-dnv-ref"
4562     - title: "2005.0-3"
4563       data-set: "vpp-performance-changes-2n-dnv-cmp"
4564   comparisons:
4565     - title: "2005.0-3 vs 2001.0-2"
4566       reference: 2
4567       compare: 3
4568   legend:
4569     - ''
4570     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4571     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4572     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4573     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4574
4575 # VPP Performance Changes 3n-dnv 1t1c pdr
4576 - type: "table"
4577   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4578   algorithm: "table_comparison"
4579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4581   filter: "'1T1C'"
4582   columns:
4583     - title: "1908.1-2"
4584       data-set: "vpp-performance-changes-3n-dnv-h1"
4585     - title: "2001.0-2"
4586       data-set: "vpp-performance-changes-3n-dnv-ref"
4587     - title: "2005.0-3"
4588       data-set: "vpp-performance-changes-3n-dnv-cmp"
4589   comparisons:
4590     - title: "2005.0-3 vs 2001.0-2"
4591       reference: 2
4592       compare: 3
4593   legend:
4594     - ''
4595     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4598     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4599
4600 # VPP Performance Changes 3n-dnv 2t2c pdr
4601 - type: "table"
4602   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4605   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4606   filter: "'2T2C'"
4607   columns:
4608     - title: "1908.1-2"
4609       data-set: "vpp-performance-changes-3n-dnv-h1"
4610     - title: "2001.0-2"
4611       data-set: "vpp-performance-changes-3n-dnv-ref"
4612     - title: "2005.0-3"
4613       data-set: "vpp-performance-changes-3n-dnv-cmp"
4614   comparisons:
4615     - title: "2005.0-3 vs 2001.0-2"
4616       reference: 2
4617       compare: 3
4618   legend:
4619     - ''
4620     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4621     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4622     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4623     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4624
4625 # VPP Performance Changes 3n-dnv 1t1c ndr
4626 - type: "table"
4627   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4631   filter: "'1T1C'"
4632   columns:
4633     - title: "1908.1-2"
4634       data-set: "vpp-performance-changes-3n-dnv-h1"
4635     - title: "2001.0-2"
4636       data-set: "vpp-performance-changes-3n-dnv-ref"
4637     - title: "2005.0-3"
4638       data-set: "vpp-performance-changes-3n-dnv-cmp"
4639   comparisons:
4640     - title: "2005.0-3 vs 2001.0-2"
4641       reference: 2
4642       compare: 3
4643   legend:
4644     - ''
4645     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4646     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4648     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4649
4650 # VPP Performance Changes 3n-dnv 2t2c ndr
4651 - type: "table"
4652   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4656   filter: "'2T2C'"
4657   columns:
4658     - title: "1908.1-2"
4659       data-set: "vpp-performance-changes-3n-dnv-h1"
4660     - title: "2001.0-2"
4661       data-set: "vpp-performance-changes-3n-dnv-ref"
4662     - title: "2005.0-3"
4663       data-set: "vpp-performance-changes-3n-dnv-cmp"
4664   comparisons:
4665     - title: "2005.0-3 vs 2001.0-2"
4666       reference: 2
4667       compare: 3
4668   legend:
4669     - ''
4670     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4671     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
4672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4673     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4674
4675 # VPP Performance Changes 3n-tsh 1t1c pdr
4676 - type: "table"
4677   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4681   filter: "'1T1C'"
4682   columns:
4683     - title: "1908.1-2"
4684       data-set: "vpp-performance-changes-3n-tsh-h1"
4685     - title: "2001.0-2"
4686       data-set: "vpp-performance-changes-3n-tsh-ref"
4687     - title: "2001.0-4"
4688       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4689     - title: "2005.0-4"
4690       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4691   comparisons:
4692     - title: "2001.0-4 vs 2001.0-2"
4693       reference: 2
4694       compare: 3
4695       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4696     - title: "2005.0-4 vs 2001.0-4"
4697       reference: 3
4698       compare: 4
4699       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4700   legend:
4701     - ''
4702     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4703     - '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).'
4704     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4705     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4706     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4707
4708 # VPP Performance Changes 3n-tsh 2t2c pdr
4709 - type: "table"
4710   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4714   filter: "'2T2C'"
4715   columns:
4716     - title: "1908.1-2"
4717       data-set: "vpp-performance-changes-3n-tsh-h1"
4718     - title: "2001.0-2"
4719       data-set: "vpp-performance-changes-3n-tsh-ref"
4720     - title: "2001.0-4"
4721       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4722     - title: "2005.0-4"
4723       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4724   comparisons:
4725     - title: "2001.0-4 vs 2001.0-2"
4726       reference: 2
4727       compare: 3
4728       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4729     - title: "2005.0-4 vs 2001.0-4"
4730       reference: 3
4731       compare: 4
4732       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4733   legend:
4734     - ''
4735     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4736     - '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).'
4737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4738     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4739     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4740
4741 # VPP Performance Changes 3n-tsh 1t1c ndr
4742 - type: "table"
4743   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4744   algorithm: "table_comparison"
4745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4747   filter: "'1T1C'"
4748   columns:
4749     - title: "1908.1-2"
4750       data-set: "vpp-performance-changes-3n-tsh-h1"
4751     - title: "2001.0-2"
4752       data-set: "vpp-performance-changes-3n-tsh-ref"
4753     - title: "2001.0-4"
4754       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4755     - title: "2005.0-4"
4756       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4757   comparisons:
4758     - title: "2001.0-4 vs 2001.0-2"
4759       reference: 2
4760       compare: 3
4761       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4762     - title: "2005.0-4 vs 2001.0-4"
4763       reference: 3
4764       compare: 4
4765       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4766   legend:
4767     - ''
4768     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4769     - '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).'
4770     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4771     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4772     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4773
4774 # VPP Performance Changes 3n-tsh 2t2c ndr
4775 - type: "table"
4776   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4777   algorithm: "table_comparison"
4778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4780   filter: "'2T2C'"
4781   columns:
4782     - title: "1908.1-2"
4783       data-set: "vpp-performance-changes-3n-tsh-h1"
4784     - title: "2001.0-2"
4785       data-set: "vpp-performance-changes-3n-tsh-ref"
4786     - title: "2001.0-4"
4787       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4788     - title: "2005.0-4"
4789       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4790   comparisons:
4791     - title: "2001.0-4 vs 2001.0-2"
4792       reference: 2
4793       compare: 3
4794       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4795     - title: "2005.0-4 vs 2001.0-4"
4796       reference: 3
4797       compare: 4
4798       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4799   legend:
4800     - ''
4801     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4802     - '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).'
4803     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4804     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4805     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4806
4807 # VPP Performance Changes 3n-tsh 1t1c pdr-full
4808 - type: "table"
4809   title: "VPP Performance Changes 3n-tsh 1t1c pdr-full"
4810   algorithm: "table_comparison"
4811   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr-full"
4812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4813   filter: "'1T1C'"
4814   columns:
4815     - title: "1908.1-2"
4816       data-set: "vpp-performance-changes-3n-tsh-h1"
4817     - title: "2001.0-2"
4818       data-set: "vpp-performance-changes-3n-tsh-ref"
4819     - title: "2001.0-4"
4820       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4821     - title: "2005.0-3"
4822       data-set: "vpp-performance-changes-3n-tsh-cmp"
4823     - title: "2005.0-4"
4824       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4825   comparisons:
4826     - title: "2005.0-4 vs 2005.0-3"
4827       reference: 4
4828       compare: 5
4829       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4830     - title: "2001.0-4 vs 2001.0-2"
4831       reference: 2
4832       compare: 3
4833       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4834     - title: "2005.0-4 vs 2001.0-4"
4835       reference: 3
4836       compare: 5
4837       rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca3.yaml"
4838   legend:
4839     - ''
4840     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4841     - '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).'
4842     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4843     - '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.'
4844     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4845     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4846
4847 # VPP Performance Changes 3n-tsh 2t2c pdr-full
4848 - type: "table"
4849   title: "VPP Performance Changes 3n-tsh 2t2c pdr-full"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr-full"
4852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4853   filter: "'2T2C'"
4854   columns:
4855     - title: "1908.1-2"
4856       data-set: "vpp-performance-changes-3n-tsh-h1"
4857     - title: "2001.0-2"
4858       data-set: "vpp-performance-changes-3n-tsh-ref"
4859     - title: "2001.0-4"
4860       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4861     - title: "2005.0-3"
4862       data-set: "vpp-performance-changes-3n-tsh-cmp"
4863     - title: "2005.0-4"
4864       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4865   comparisons:
4866     - title: "2005.0-4 vs 2005.0-3"
4867       reference: 4
4868       compare: 5
4869       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4870     - title: "2001.0-4 vs 2001.0-2"
4871       reference: 2
4872       compare: 3
4873       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4874     - title: "2005.0-4 vs 2001.0-4"
4875       reference: 3
4876       compare: 5
4877       rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca3.yaml"
4878   legend:
4879     - ''
4880     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4881     - '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).'
4882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4883     - '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.'
4884     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4885     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4886
4887 # VPP Performance Changes 3n-tsh 1t1c ndr-full
4888 - type: "table"
4889   title: "VPP Performance Changes 3n-tsh 1t1c ndr-full"
4890   algorithm: "table_comparison"
4891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr-full"
4892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4893   filter: "'1T1C'"
4894   columns:
4895     - title: "1908.1-2"
4896       data-set: "vpp-performance-changes-3n-tsh-h1"
4897     - title: "2001.0-2"
4898       data-set: "vpp-performance-changes-3n-tsh-ref"
4899     - title: "2001.0-4"
4900       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4901     - title: "2005.0-3"
4902       data-set: "vpp-performance-changes-3n-tsh-cmp"
4903     - title: "2005.0-4"
4904       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4905   comparisons:
4906     - title: "2005.0-4 vs 2005.0-3"
4907       reference: 4
4908       compare: 5
4909       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4910     - title: "2001.0-4 vs 2001.0-2"
4911       reference: 2
4912       compare: 3
4913       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4914     - title: "2005.0-4 vs 2001.0-4"
4915       reference: 3
4916       compare: 5
4917       rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca3.yaml"
4918   legend:
4919     - ''
4920     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4921     - '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).'
4922     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4923     - '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.'
4924     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4925     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4926
4927 # VPP Performance Changes 3n-tsh 2t2c ndr-full
4928 - type: "table"
4929   title: "VPP Performance Changes 3n-tsh 2t2c ndr-full"
4930   algorithm: "table_comparison"
4931   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr-full"
4932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4933   filter: "'2T2C'"
4934   columns:
4935     - title: "1908.1-2"
4936       data-set: "vpp-performance-changes-3n-tsh-h1"
4937     - title: "2001.0-2"
4938       data-set: "vpp-performance-changes-3n-tsh-ref"
4939     - title: "2001.0-4"
4940       data-set: "vpp-performance-changes-3n-tsh-cmp-2001.0-4"
4941     - title: "2005.0-3"
4942       data-set: "vpp-performance-changes-3n-tsh-cmp"
4943     - title: "2005.0-4"
4944       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4945   comparisons:
4946     - title: "2005.0-4 vs 2005.0-3"
4947       reference: 4
4948       compare: 5
4949       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4950     - title: "2001.0-4 vs 2001.0-2"
4951       reference: 2
4952       compare: 3
4953       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4954     - title: "2005.0-4 vs 2001.0-4"
4955       reference: 3
4956       compare: 5
4957       rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca3.yaml"
4958   legend:
4959     - ''
4960     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4961     - '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).'
4962     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4963     - '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.'
4964     - '2001.0-4 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
4965     - '2005.0-4 vs 2001.0-4: Compares VPP code current vs previous in the current CSIT environment.'
4966
4967 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4968 - type: "table"
4969   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4970   algorithm: "table_comparison"
4971   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4973   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4974   columns:
4975     - title: "3n-hsw xl710"
4976       data-set: "vpp-compare-testbeds-ref"
4977       tag: "NIC_Intel-XL710"
4978     - title: "3n-skx xxv710"
4979       data-set: "vpp-compare-testbeds-cmp"
4980       tag: "NIC_Intel-XXV710"
4981   comparisons:
4982     - title: "Diff"
4983       reference: 1
4984       compare: 2
4985   legend:
4986     - ""
4987     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4988     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4989
4990 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4991 - type: "table"
4992   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4993   algorithm: "table_comparison"
4994   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4996   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4997   columns:
4998     - title: "3n-hsw xl710"
4999       data-set: "vpp-compare-testbeds-ref"
5000       tag: "NIC_Intel-XL710"
5001     - title: "3n-skx xxv710"
5002       data-set: "vpp-compare-testbeds-cmp"
5003       tag: "NIC_Intel-XXV710"
5004   comparisons:
5005     - title: "Diff"
5006       reference: 1
5007       compare: 2
5008   legend:
5009     - ""
5010     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5011     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5012
5013 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5014 - type: "table"
5015   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5019   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5020   columns:
5021     - title: "3n-hsw xl710"
5022       data-set: "vpp-compare-testbeds-ref"
5023       tag: "NIC_Intel-XL710"
5024     - title: "3n-skx xxv710"
5025       data-set: "vpp-compare-testbeds-cmp"
5026       tag: "NIC_Intel-XXV710"
5027   comparisons:
5028     - title: "Diff"
5029       reference: 1
5030       compare: 2
5031   legend:
5032     - ""
5033     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5034     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5035
5036 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5037 - type: "table"
5038   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5039   algorithm: "table_comparison"
5040   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5042   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5043   columns:
5044     - title: "3n-hsw xl710"
5045       data-set: "vpp-compare-testbeds-ref"
5046       tag: "NIC_Intel-XL710"
5047     - title: "3n-skx xxv710"
5048       data-set: "vpp-compare-testbeds-cmp"
5049       tag: "NIC_Intel-XXV710"
5050   comparisons:
5051     - title: "Diff"
5052       reference: 1
5053       compare: 2
5054   legend:
5055     - ""
5056     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5057     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5058
5059 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5060 - type: "table"
5061   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5062   algorithm: "table_comparison"
5063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5065   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5066   columns:
5067     - title: "2n-skx"
5068       data-set: "vpp-compare-testbeds-skx-clx-ref"
5069     - title: "2n-clx"
5070       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5071   comparisons:
5072     - title: "Diff"
5073       reference: 1
5074       compare: 2
5075   legend:
5076     - ""
5077     - "2n-skx, 2n-clx - testbeds and NICs tested."
5078     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5079
5080 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5081 - type: "table"
5082   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5086   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5087   columns:
5088     - title: "2n-skx"
5089       data-set: "vpp-compare-testbeds-skx-clx-ref"
5090     - title: "2n-clx"
5091       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5092   comparisons:
5093     - title: "Diff"
5094       reference: 1
5095       compare: 2
5096   legend:
5097     - ""
5098     - "2n-skx, 2n-clx - testbeds and NICs tested."
5099     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5100
5101 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5102 - type: "table"
5103   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5107   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5108   columns:
5109     - title: "2n-skx"
5110       data-set: "vpp-compare-testbeds-skx-clx-ref"
5111     - title: "2n-clx"
5112       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5113   comparisons:
5114     - title: "Diff"
5115       reference: 1
5116       compare: 2
5117   legend:
5118     - ""
5119     - "2n-skx, 2n-clx - testbeds and NICs tested."
5120     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5121
5122 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5123 - type: "table"
5124   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5125   algorithm: "table_comparison"
5126   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5128   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5129   columns:
5130     - title: "2n-skx"
5131       data-set: "vpp-compare-testbeds-skx-clx-ref"
5132     - title: "2n-clx"
5133       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5134   comparisons:
5135     - title: "Diff"
5136       reference: 1
5137       compare: 2
5138   legend:
5139     - ""
5140     - "2n-skx, 2n-clx - testbeds and NICs tested."
5141     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5142
5143 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5144 - type: "table"
5145   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5146   algorithm: "table_comparison"
5147   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5150   columns:
5151     - title: "3n-hsw xl710"
5152       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5153       tag: "NIC_Intel-XL710"
5154     - title: "2n-clx xxv710"
5155       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5156       tag: "NIC_Intel-XXV710"
5157   comparisons:
5158     - title: "Diff"
5159       reference: 1
5160       compare: 2
5161   legend:
5162     - ""
5163     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5164     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5165
5166 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5167 - type: "table"
5168   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5169   algorithm: "table_comparison"
5170   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
5171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5172   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5173   columns:
5174     - title: "3n-hsw xl710"
5175       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5176       tag: "NIC_Intel-XL710"
5177     - title: "2n-clx xxv710"
5178       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5179       tag: "NIC_Intel-XXV710"
5180   comparisons:
5181     - title: "Diff"
5182       reference: 1
5183       compare: 2
5184   legend:
5185     - ""
5186     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5187     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5188
5189 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
5190 - type: "table"
5191   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
5192   algorithm: "table_comparison"
5193   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
5194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5196   columns:
5197     - title: "3n-hsw xl710"
5198       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5199       tag: "NIC_Intel-XL710"
5200     - title: "2n-clx xxv710"
5201       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5202       tag: "NIC_Intel-XXV710"
5203   comparisons:
5204     - title: "Diff"
5205       reference: 1
5206       compare: 2
5207   legend:
5208     - ""
5209     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5210     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5211
5212 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
5213 - type: "table"
5214   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
5215   algorithm: "table_comparison"
5216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
5217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5218   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5219   columns:
5220     - title: "3n-hsw xl710"
5221       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5222       tag: "NIC_Intel-XL710"
5223     - title: "2n-clx xxv710"
5224       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5225       tag: "NIC_Intel-XXV710"
5226   comparisons:
5227     - title: "Diff"
5228       reference: 1
5229       compare: 2
5230   legend:
5231     - ""
5232     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5233     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5234
5235 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
5236 - type: "table"
5237   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
5238   algorithm: "table_comparison"
5239   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
5240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5241   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5242   columns:
5243     - title: "3n-skx"
5244       data-set: "vpp-compare-topologies-ref"
5245     - title: "2n-skx"
5246       data-set: "vpp-compare-topologies-cmp"
5247   comparisons:
5248     - title: "Diff"
5249       reference: 1
5250       compare: 2
5251   legend:
5252     - ""
5253     - "3n-skx, 2n-skx - topologies tested."
5254     - "Diff - difference between 3n-skx and 2n-skx topologies."
5255
5256 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5257 - type: "table"
5258   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5259   algorithm: "table_comparison"
5260   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5262   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5263   columns:
5264     - title: "3n-skx"
5265       data-set: "vpp-compare-topologies-ref"
5266     - title: "2n-skx"
5267       data-set: "vpp-compare-topologies-cmp"
5268   comparisons:
5269     - title: "Diff"
5270       reference: 1
5271       compare: 2
5272   legend:
5273     - ""
5274     - "3n-skx, 2n-skx - topologies tested."
5275     - "Diff - difference between 3n-skx and 2n-skx topologies."
5276
5277 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5278 - type: "table"
5279   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5280   algorithm: "table_comparison"
5281   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5283   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5284   columns:
5285     - title: "3n-skx"
5286       data-set: "vpp-compare-topologies-ref"
5287     - title: "2n-skx"
5288       data-set: "vpp-compare-topologies-cmp"
5289   comparisons:
5290     - title: "Diff"
5291       reference: 1
5292       compare: 2
5293   legend:
5294     - ""
5295     - "3n-skx, 2n-skx - topologies tested."
5296     - "Diff - difference between 3n-skx and 2n-skx topologies."
5297
5298 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5299 - type: "table"
5300   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5301   algorithm: "table_comparison"
5302   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5304   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5305   columns:
5306     - title: "3n-skx"
5307       data-set: "vpp-compare-topologies-ref"
5308     - title: "2n-skx"
5309       data-set: "vpp-compare-topologies-cmp"
5310   comparisons:
5311     - title: "Diff"
5312       reference: 1
5313       compare: 2
5314   legend:
5315     - ""
5316     - "3n-skx, 2n-skx - topologies tested."
5317     - "Diff - difference between 3n-skx and 2n-skx topologies."
5318
5319 # VPP Performance Changes 3n-hsw 1t1c mrr
5320 - type: "table"
5321   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5322   algorithm: "table_comparison"
5323   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5325   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5326   columns:
5327     - title: "1908.1-2"
5328       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5329     - title: "2001.0-2"
5330       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5331     - title: "2005.0-3"
5332       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5333     - title: "2005.0-4"
5334       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5335   comparisons:
5336     - title: "2005.0-4 vs 2005.0-3"
5337       reference: 3
5338       compare: 4
5339       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5340     - title: "2005.0-4 vs 2001.0-2"
5341       reference: 2
5342       compare: 4
5343       rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5344   legend:
5345     - ''
5346     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5347     - '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).'
5348     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5349     - '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.'
5350     - '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.'
5351
5352 # VPP Performance Changes 3n-hsw 2t2c mrr
5353 - type: "table"
5354   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5355   algorithm: "table_comparison"
5356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5358   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5359   columns:
5360     - title: "1908.1-2"
5361       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5362     - title: "2001.0-2"
5363       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5364     - title: "2005.0-3"
5365       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5366     - title: "2005.0-4"
5367       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5368   comparisons:
5369     - title: "2005.0-4 vs 2005.0-3"
5370       reference: 3
5371       compare: 4
5372       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5373     - title: "2005.0-4 vs 2001.0-2"
5374       reference: 2
5375       compare: 4
5376       rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5377   legend:
5378     - ''
5379     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5380     - '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).'
5381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5382     - '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.'
5383     - '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.'
5384
5385 # VPP Performance Changes 3n-hsw 4t4c mrr
5386 - type: "table"
5387   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5391   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5392   columns:
5393     - title: "1908.1-2"
5394       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5395     - title: "2001.0-2"
5396       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
5397     - title: "2005.0-3"
5398       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5399     - title: "2005.0-4"
5400       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp-2"
5401   comparisons:
5402     - title: "2005.0-4 vs 2005.0-3"
5403       reference: 3
5404       compare: 4
5405       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5406     - title: "2005.0-4 vs 2001.0-2"
5407       reference: 2
5408       compare: 4
5409       rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5410   legend:
5411     - ''
5412     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5413     - '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).'
5414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5415     - '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.'
5416     - '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.'
5417
5418 # VPP Performance Changes 3n-skx 2t1c mrr
5419 - type: "table"
5420   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5421   algorithm: "table_comparison"
5422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5424   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5425   columns:
5426     - title: "2001.0-2"
5427       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5428     - title: "2005.0-3"
5429       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5430     - title: "2005.0-4"
5431       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5432   comparisons:
5433     - title: "2005.0-4 vs 2005.0-3"
5434       reference: 2
5435       compare: 3
5436       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
5437     - title: "2005.0-4 vs 2001.0-2"
5438       reference: 1
5439       compare: 3
5440       rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
5441   legend:
5442     - ''
5443     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5444     - '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).'
5445     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5446     - '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.'
5447     - '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.'
5448
5449 # VPP Performance Changes 3n-skx 4t2c mrr
5450 - type: "table"
5451   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5452   algorithm: "table_comparison"
5453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5454   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5455   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5456   columns:
5457     - title: "2001.0-2"
5458       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5459     - title: "2005.0-3"
5460       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5461     - title: "2005.0-4"
5462       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5463   comparisons:
5464     - title: "2005.0-4 vs 2005.0-3"
5465       reference: 2
5466       compare: 3
5467       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
5468     - title: "2005.0-4 vs 2001.0-2"
5469       reference: 1
5470       compare: 3
5471       rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
5472   legend:
5473     - ''
5474     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5475     - '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).'
5476     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5477     - '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.'
5478     - '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.'
5479
5480 # VPP Performance Changes 3n-skx 8t4c mrr
5481 - type: "table"
5482   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5483   algorithm: "table_comparison"
5484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5486   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5487   columns:
5488     - title: "2001.0-2"
5489       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
5490     - title: "2005.0-3"
5491       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5492     - title: "2005.0-4"
5493       data-set: "vpp-performance-changes-3n-skx-mrr-cmp-2"
5494   comparisons:
5495     - title: "2005.0-4 vs 2005.0-3"
5496       reference: 2
5497       compare: 3
5498       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
5499     - title: "2005.0-4 vs 2001.0-2"
5500       reference: 1
5501       compare: 3
5502       rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
5503   legend:
5504     - ''
5505     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5506     - '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).'
5507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5508     - '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.'
5509     - '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.'
5510
5511 # VPP Performance Changes 2n-skx 2t1c mrr
5512 - type: "table"
5513   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5514   algorithm: "table_comparison"
5515   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5517   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5518   columns:
5519     - title: "2001.0-2"
5520       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5521     - title: "2005.0-3"
5522       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5523     - title: "2005.0-4"
5524       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5525   comparisons:
5526     - title: "2005.0-4 vs 2005.0-3"
5527       reference: 2
5528       compare: 3
5529       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5530     - title: "2005.0-4 vs 2001.0-2"
5531       reference: 1
5532       compare: 3
5533       rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5534   legend:
5535     - ''
5536     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5537     - '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).'
5538     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5539     - '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.'
5540     - '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.'
5541
5542 # VPP Performance Changes 2n-skx 4t2c mrr
5543 - type: "table"
5544   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5545   algorithm: "table_comparison"
5546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5548   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5549   columns:
5550     - title: "2001.0-2"
5551       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5552     - title: "2005.0-3"
5553       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5554     - title: "2005.0-4"
5555       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5556   comparisons:
5557     - title: "2005.0-4 vs 2005.0-3"
5558       reference: 2
5559       compare: 3
5560       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5561     - title: "2005.0-4 vs 2001.0-2"
5562       reference: 1
5563       compare: 3
5564       rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5565   legend:
5566     - ''
5567     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5568     - '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).'
5569     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5570     - '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.'
5571     - '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.'
5572
5573 # VPP Performance Changes 2n-skx 8t4c mrr
5574 - type: "table"
5575   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5576   algorithm: "table_comparison"
5577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5579   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5580   columns:
5581     - title: "2001.0-2"
5582       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
5583     - title: "2005.0-3"
5584       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5585     - title: "2005.0-4"
5586       data-set: "vpp-performance-changes-2n-skx-mrr-cmp-2"
5587   comparisons:
5588     - title: "2005.0-4 vs 2005.0-3"
5589       reference: 2
5590       compare: 3
5591       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5592     - title: "2005.0-4 vs 2001.0-2"
5593       reference: 1
5594       compare: 3
5595       rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5596   legend:
5597     - ''
5598     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5599     - '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).'
5600     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5601     - '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.'
5602     - '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.'
5603
5604 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5605 - type: "table"
5606   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5607   algorithm: "table_comparison"
5608   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5610   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5611   columns:
5612     - title: "2001.0-2"
5613       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5614     - title: "2005.0-3"
5615       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5616     - title: "2005.0-4"
5617       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5618   comparisons:
5619     - title: "2005.0-4 vs 2005.0-3"
5620       reference: 2
5621       compare: 3
5622       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5623     - title: "2005.0-4 vs 2001.0-2"
5624       reference: 1
5625       compare: 3
5626       rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5627   legend:
5628     - ''
5629     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5630     - '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).'
5631     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5632     - '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.'
5633     - '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.'
5634
5635 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5636 - type: "table"
5637   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5638   algorithm: "table_comparison"
5639   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5641   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5642   columns:
5643     - title: "2001.0-2"
5644       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5645     - title: "2005.0-3"
5646       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5647     - title: "2005.0-4"
5648       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5649   comparisons:
5650     - title: "2005.0-4 vs 2005.0-3"
5651       reference: 2
5652       compare: 3
5653       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5654     - title: "2005.0-4 vs 2001.0-2"
5655       reference: 1
5656       compare: 3
5657       rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5658   legend:
5659     - ''
5660     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5661     - '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).'
5662     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5663     - '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.'
5664     - '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.'
5665
5666 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5667 - type: "table"
5668   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5669   algorithm: "table_comparison"
5670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5672   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5673   columns:
5674     - title: "2001.0-2"
5675       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5676     - title: "2005.0-3"
5677       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5678     - title: "2005.0-4"
5679       data-set: "vpp-performance-changes-2n-clx-mrr-cmp-2"
5680   comparisons:
5681     - title: "2005.0-4 vs 2005.0-3"
5682       reference: 2
5683       compare: 3
5684       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5685     - title: "2005.0-4 vs 2001.0-2"
5686       reference: 1
5687       compare: 3
5688       rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5689   legend:
5690     - ''
5691     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5692     - '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).'
5693     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5694     - '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.'
5695     - '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.'
5696
5697 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5698 #- type: "table"
5699 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5700 #  algorithm: "table_comparison"
5701 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5702 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5703 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5704 #  columns:
5705 #    - title: "2001"
5706 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5707 #    - title: "2005"
5708 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5709 #  comparisons:
5710 #    - title: "Diff"
5711 #      reference: 1
5712 #      compare: 2
5713 #  legend:
5714 #    - ""
5715 #    - "2001, 2005 - VPP versions tested."
5716 #    - "Diff - difference between 2001 and 2005 VPP version."
5717 #
5718 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5719 #- type: "table"
5720 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5721 #  algorithm: "table_comparison"
5722 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5723 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5724 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5725 #  columns:
5726 #    - title: "2001"
5727 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5728 #    - title: "2005"
5729 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5730 #  comparisons:
5731 #    - title: "Diff"
5732 #      reference: 1
5733 #      compare: 2
5734 #  legend:
5735 #    - ""
5736 #    - "2001, 2005 - VPP versions tested."
5737 #    - "Diff - difference between 2001 and 2005 VPP version."
5738 #
5739 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5740 #- type: "table"
5741 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5742 #  algorithm: "table_comparison"
5743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5744 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5745 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5746 #  columns:
5747 #    - title: "2001"
5748 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref"
5749 #    - title: "2005"
5750 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5751 #  comparisons:
5752 #    - title: "Diff"
5753 #      reference: 1
5754 #      compare: 2
5755 #  legend:
5756 #    - ""
5757 #    - "2001, 2005 - VPP versions tested."
5758 #    - "Diff - difference between 2001 and 2005 VPP version."
5759
5760 # VPP Performance Changes 2n-dnv 1t1c mrr
5761 - type: "table"
5762   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5763   algorithm: "table_comparison"
5764   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5766   filter: "'1T1C'"
5767   columns:
5768     - title: "1908.1-2"
5769       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5770     - title: "2001.0-2"
5771       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5772     - title: "2005.0-3"
5773       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5774   comparisons:
5775     - title: "2005.0-3 vs 2001.0-2"
5776       reference: 2
5777       compare: 3
5778   legend:
5779     - ''
5780     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5781     - '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).'
5782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5783     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5784
5785 # VPP Performance Changes 2n-dnv 2t2c mrr
5786 - type: "table"
5787   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5788   algorithm: "table_comparison"
5789   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5791   filter: "'2T2C'"
5792   columns:
5793     - title: "1908.1-2"
5794       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5795     - title: "2001.0-2"
5796       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5797     - title: "2005.0-3"
5798       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5799   comparisons:
5800     - title: "2005.0-3 vs 2001.0-2"
5801       reference: 2
5802       compare: 3
5803   legend:
5804     - ''
5805     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5806     - '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).'
5807     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5808     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5809
5810 # VPP Performance Changes 2n-dnv 4t4c mrr
5811 - type: "table"
5812   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5813   algorithm: "table_comparison"
5814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5816   filter: "'4T4C'"
5817   columns:
5818     - title: "1908.1-2"
5819       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5820     - title: "2001.0-2"
5821       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5822     - title: "2005.0-3"
5823       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5824   comparisons:
5825     - title: "2005.0-3 vs 2001.0-2"
5826       reference: 2
5827       compare: 3
5828   legend:
5829     - ''
5830     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5831     - '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).'
5832     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5833     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5834
5835 # VPP Performance Changes 3n-dnv 1t1c mrr
5836 - type: "table"
5837   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5838   algorithm: "table_comparison"
5839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5841   filter: "'1T1C'"
5842   columns:
5843     - title: "1908.1-2"
5844       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5845     - title: "2001.0-2"
5846       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5847     - title: "2005.0-3"
5848       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5849   comparisons:
5850     - title: "2005.0-3 vs 2001.0-2"
5851       reference: 2
5852       compare: 3
5853   legend:
5854     - ''
5855     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5858     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5859
5860 # VPP Performance Changes 3n-dnv 2t2c mrr
5861 - type: "table"
5862   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5863   algorithm: "table_comparison"
5864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5866   filter: "'2T2C'"
5867   columns:
5868     - title: "1908.1-2"
5869       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5870     - title: "2001.0-2"
5871       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5872     - title: "2005.0-3"
5873       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5874   comparisons:
5875     - title: "2005.0-3 vs 2001.0-2"
5876       reference: 2
5877       compare: 3
5878   legend:
5879     - ''
5880     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5881     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5882     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5883     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5884
5885 # VPP Performance Changes 3n-dnv 4t4c mrr
5886 - type: "table"
5887   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   filter: "'4T4C'"
5892   columns:
5893     - title: "1908.1-2"
5894       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5895     - title: "2001.0-2"
5896       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5897     - title: "2005.0-3"
5898       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5899   comparisons:
5900     - title: "2005.0-3 vs 2001.0-2"
5901       reference: 2
5902       compare: 3
5903   legend:
5904     - ''
5905     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5906     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
5907     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5908     - '2005.0-3 vs 2001.0-2: Compares CSIT environment current vs previous with previous VPP code.'
5909
5910 # VPP Performance Changes 3n-tsh 1t1c mrr
5911 - type: "table"
5912   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5916   filter: "'1T1C'"
5917   columns:
5918     - title: "1908.1-2"
5919       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5920     - title: "2001.0-2"
5921       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5922     - title: "2005.0-3"
5923       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5924     - title: "2005.0-4"
5925       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5926   comparisons:
5927     - title: "2005.0-4 vs 2005.0-3"
5928       reference: 3
5929       compare: 4
5930       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5931     - title: "2005.0-4 vs 2001.0-2"
5932       reference: 2
5933       compare: 4
5934       rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5935   legend:
5936     - ''
5937     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5938     - '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).'
5939     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5940     - '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.'
5941     - '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.'
5942
5943 # VPP Performance Changes 3n-tsh 2t2c mrr
5944 - type: "table"
5945   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5946   algorithm: "table_comparison"
5947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5949   filter: "'2T2C'"
5950   columns:
5951     - title: "1908.1-2"
5952       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5953     - title: "2001.0-2"
5954       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5955     - title: "2005.0-3"
5956       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5957     - title: "2005.0-4"
5958       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5959   comparisons:
5960     - title: "2005.0-4 vs 2005.0-3"
5961       reference: 3
5962       compare: 4
5963       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5964     - title: "2005.0-4 vs 2001.0-2"
5965       reference: 2
5966       compare: 4
5967       rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5968   legend:
5969     - ''
5970     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5971     - '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).'
5972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5973     - '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.'
5974     - '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.'
5975
5976 # VPP Performance Changes 3n-tsh 4t4c mrr
5977 - type: "table"
5978   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5979   algorithm: "table_comparison"
5980   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5982   filter: "'4T4C'"
5983   columns:
5984     - title: "1908.1-2"
5985       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5986     - title: "2001.0-2"
5987       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5988     - title: "2005.0-3"
5989       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5990     - title: "2005.0-4"
5991       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp-2"
5992   comparisons:
5993     - title: "2005.0-4 vs 2005.0-3"
5994       reference: 3
5995       compare: 4
5996       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5997     - title: "2005.0-4 vs 2001.0-2"
5998       reference: 2
5999       compare: 4
6000       rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
6001   legend:
6002     - ''
6003     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6004     - '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).'
6005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6006     - '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.'
6007     - '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.'
6008
6009 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
6010 - type: "table"
6011   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
6012   algorithm: "table_comparison"
6013   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
6014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6015   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6016   columns:
6017     - title: "3n-hsw xl710"
6018       data-set: "vpp-compare-testbeds-mrr-ref"
6019       tag: "NIC_Intel-XL710"
6020     - title: "3n-skx xxv710"
6021       data-set: "vpp-compare-testbeds-mrr-cmp"
6022       tag: "NIC_Intel-XXV710"
6023   comparisons:
6024     - title: "Diff"
6025       reference: 1
6026       compare: 2
6027   legend:
6028     - ""
6029     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6030     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6031
6032 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
6033 - type: "table"
6034   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
6035   algorithm: "table_comparison"
6036   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
6037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6038   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6039   columns:
6040     - title: "3n-hsw xl710"
6041       data-set: "vpp-compare-testbeds-mrr-ref"
6042       tag: "NIC_Intel-XL710"
6043     - title: "3n-skx xxv710"
6044       data-set: "vpp-compare-testbeds-mrr-cmp"
6045       tag: "NIC_Intel-XXV710"
6046   comparisons:
6047     - title: "Diff"
6048       reference: 1
6049       compare: 2
6050   legend:
6051     - ""
6052     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6053     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6054
6055 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
6056 - type: "table"
6057   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
6058   algorithm: "table_comparison"
6059   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
6060   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6061   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6062   columns:
6063     - title: "3n-hsw xl710"
6064       data-set: "vpp-compare-testbeds-mrr-ref"
6065       tag: "NIC_Intel-XL710"
6066     - title: "3n-skx xxv710"
6067       data-set: "vpp-compare-testbeds-mrr-cmp"
6068       tag: "NIC_Intel-XXV710"
6069   comparisons:
6070     - title: "Diff"
6071       reference: 1
6072       compare: 2
6073   legend:
6074     - ""
6075     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
6076     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
6077
6078 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
6079 - type: "table"
6080   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
6083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6084   filter: "'2T1C' and 'NIC_Intel-XXV710'"
6085   columns:
6086     - title: "2n-skx"
6087       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6088     - title: "2n-clx"
6089       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 1
6093       compare: 2
6094   legend:
6095     - ""
6096     - "2n-skx, 2n-clx - testbeds and NICs tested."
6097     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6098
6099 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
6100 - type: "table"
6101   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
6104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6105   filter: "'4T2C' and 'NIC_Intel-XXV710'"
6106   columns:
6107     - title: "2n-skx"
6108       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6109     - title: "2n-clx"
6110       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6111   comparisons:
6112     - title: "Diff"
6113       reference: 1
6114       compare: 2
6115   legend:
6116     - ""
6117     - "2n-skx, 2n-clx - testbeds and NICs tested."
6118     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6119
6120 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
6121 - type: "table"
6122   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
6123   algorithm: "table_comparison"
6124   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
6125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6126   filter: "'8T4C' and 'NIC_Intel-XXV710'"
6127   columns:
6128     - title: "2n-skx"
6129       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
6130     - title: "2n-clx"
6131       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
6132   comparisons:
6133     - title: "Diff"
6134       reference: 1
6135       compare: 2
6136   legend:
6137     - ""
6138     - "2n-skx, 2n-clx - testbeds and NICs tested."
6139     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6140
6141 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
6142 - type: "table"
6143   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
6144   algorithm: "table_comparison"
6145   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
6146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6147   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
6148   columns:
6149     - title: "3n-skx"
6150       data-set: "vpp-compare-topologies-mrr-ref"
6151     - title: "2n-skx"
6152       data-set: "vpp-compare-topologies-mrr-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 1
6156       compare: 2
6157   legend:
6158     - ""
6159     - "3n-skx, 2n-skx - topologies tested."
6160     - "Diff - difference between 3n-skx and 2n-skx topologies."
6161
6162 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
6163 - type: "table"
6164   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
6167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6168   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "3n-skx"
6171       data-set: "vpp-compare-topologies-mrr-ref"
6172     - title: "2n-skx"
6173       data-set: "vpp-compare-topologies-mrr-cmp"
6174   comparisons:
6175     - title: "Diff"
6176       reference: 1
6177       compare: 2
6178   legend:
6179     - ""
6180     - "3n-skx, 2n-skx - topologies tested."
6181     - "Diff - difference between 3n-skx and 2n-skx topologies."
6182
6183 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
6184 - type: "table"
6185   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
6186   algorithm: "table_comparison"
6187   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
6188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6189   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
6190   columns:
6191     - title: "3n-skx"
6192       data-set: "vpp-compare-topologies-mrr-ref"
6193     - title: "2n-skx"
6194       data-set: "vpp-compare-topologies-mrr-cmp"
6195   comparisons:
6196     - title: "Diff"
6197       reference: 1
6198       compare: 2
6199   legend:
6200     - ""
6201     - "3n-skx, 2n-skx - topologies tested."
6202     - "Diff - difference between 3n-skx and 2n-skx topologies."
6203
6204 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
6205 - type: "table"
6206   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
6207   algorithm: "table_comparison"
6208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
6209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6210   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
6211   columns:
6212     - title: "3n-hsw xl710"
6213       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6214       tag: "NIC_Intel-XL710"
6215     - title: "2n-clx xxv710"
6216       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6217       tag: "NIC_Intel-XXV710"
6218   comparisons:
6219     - title: "Diff"
6220       reference: 1
6221       compare: 2
6222   legend:
6223     - ""
6224     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6225     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6226
6227 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
6228 - type: "table"
6229   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
6230   algorithm: "table_comparison"
6231   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
6232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6233   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
6234   columns:
6235     - title: "3n-hsw xl710"
6236       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6237       tag: "NIC_Intel-XL710"
6238     - title: "2n-clx xxv710"
6239       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6240       tag: "NIC_Intel-XXV710"
6241   comparisons:
6242     - title: "Diff"
6243       reference: 1
6244       compare: 2
6245   legend:
6246     - ""
6247     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6248     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6249
6250 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6251 - type: "table"
6252   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6253   algorithm: "table_comparison"
6254   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6256   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6257   columns:
6258     - title: "3n-hsw xl710"
6259       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6260       tag: "NIC_Intel-XL710"
6261     - title: "2n-clx xxv710"
6262       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6263       tag: "NIC_Intel-XXV710"
6264   comparisons:
6265     - title: "Diff"
6266       reference: 1
6267       compare: 2
6268   legend:
6269     - ""
6270     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6271     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6272
6273 # Detailed Test Results - VPP Performance Results 3n-hsw
6274 - type: "table"
6275   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6276   algorithm: "table_merged_details"
6277   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6278   columns:
6279     - title: " |prein| Test Name |preout| "
6280       data: "data name"
6281     - 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| "
6282       data: "data msg"
6283   data: "vpp-perf-results-3n-hsw"
6284   filter: "all"
6285   parameters:
6286   - "name"
6287   - "parent"
6288   - "msg"
6289
6290 # Detailed Test Results - VPP Performance Results 3n-skx
6291 - type: "table"
6292   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6293   algorithm: "table_merged_details"
6294   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6295   columns:
6296     - title: " |prein| Test Name |preout| "
6297       data: "data name"
6298     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6299       data: "data msg"
6300   data: "vpp-perf-results-3n-skx"
6301   filter: "all"
6302   remove-ndr: False
6303   parameters:
6304   - "name"
6305   - "parent"
6306   - "msg"
6307
6308 # Detailed Test Results - VPP Performance Results 2n-skx
6309 - type: "table"
6310   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6311   algorithm: "table_merged_details"
6312   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6313   columns:
6314     - title: " |prein| Test Name |preout| "
6315       data: "data name"
6316     - 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| "
6317       data: "data msg"
6318   data: "vpp-perf-results-2n-skx"
6319   filter: "all"
6320   remove-ndr: False
6321   parameters:
6322   - "name"
6323   - "parent"
6324   - "msg"
6325
6326 # Detailed Test Results - VPP Performance Results 2n-clx
6327 - type: "table"
6328   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6329   algorithm: "table_merged_details"
6330   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6331   columns:
6332     - title: " |prein| Test Name |preout| "
6333       data: "data name"
6334     - 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| "
6335       data: "data msg"
6336   data: "vpp-perf-results-2n-clx"
6337   filter: "all"
6338   parameters:
6339   - "name"
6340   - "parent"
6341   - "msg"
6342
6343 # Detailed Test Results - VPP Performance Results 3n-tsh
6344 - type: "table"
6345   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6346   algorithm: "table_merged_details"
6347   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6348   columns:
6349     - title: " |prein| Test Name |preout| "
6350       data: "data name"
6351     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6352       data: "data msg"
6353   data: "vpp-perf-results-3n-tsh"
6354   filter: "all"
6355   parameters:
6356   - "name"
6357   - "parent"
6358   - "msg"
6359
6360 # Detailed Test Results - VPP Performance Results 3n-dnv
6361 - type: "table"
6362   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6363   algorithm: "table_merged_details"
6364   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6365   columns:
6366     - title: " |prein| Test Name |preout| "
6367       data: "data name"
6368     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6369       data: "data msg"
6370   data: "vpp-perf-results-3n-dnv"
6371   filter: "all"
6372   parameters:
6373   - "name"
6374   - "parent"
6375   - "msg"
6376
6377 # Detailed Test Results - VPP Performance Results 2n-dnv
6378 - type: "table"
6379   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6380   algorithm: "table_merged_details"
6381   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6382   columns:
6383     - title: " |prein| Test Name |preout| "
6384       data: "data name"
6385     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6386       data: "data msg"
6387   data: "vpp-perf-results-2n-dnv"
6388   filter: "all"
6389   parameters:
6390   - "name"
6391   - "parent"
6392   - "msg"
6393
6394 # Test configuration - VPP Performance Test Configs 3n-hsw
6395 - type: "table"
6396   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6397   algorithm: "table_merged_details"
6398   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6399   columns:
6400     - title: " |prein| Test Name |preout| "
6401       data: "data name"
6402     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6403       data: "data conf-history"
6404   data: "vpp-perf-results-3n-hsw"
6405   filter: "all"
6406   parameters:
6407   - "parent"
6408   - "name"
6409   - "conf-history"
6410
6411 # Test configuration - VPP Performance Test Configs 3n-skx
6412 - type: "table"
6413   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6414   algorithm: "table_merged_details"
6415   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6416   columns:
6417     - title: " |prein| Test Name |preout| "
6418       data: "data name"
6419     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6420       data: "data conf-history"
6421   data: "vpp-perf-results-3n-skx"
6422   filter: "all"
6423   parameters:
6424   - "parent"
6425   - "name"
6426   - "conf-history"
6427
6428 # Test configuration - VPP Performance Test Configs 2n-skx
6429 - type: "table"
6430   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6431   algorithm: "table_merged_details"
6432   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6433   columns:
6434     - title: " |prein| Test Name |preout| "
6435       data: "data name"
6436     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6437       data: "data conf-history"
6438   data: "vpp-perf-results-2n-skx"
6439   filter: "all"
6440   parameters:
6441   - "parent"
6442   - "name"
6443   - "conf-history"
6444
6445 # Test configuration - VPP Performance Test Configs 2n-clx
6446 - type: "table"
6447   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6448   algorithm: "table_merged_details"
6449   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6450   columns:
6451     - title: " |prein| Test Name |preout| "
6452       data: "data name"
6453     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6454       data: "data conf-history"
6455   data: "vpp-perf-results-2n-clx"
6456   filter: "all"
6457   parameters:
6458   - "parent"
6459   - "name"
6460   - "conf-history"
6461
6462 # Test configuration - VPP Performance Test Configs 3n-tsh
6463 - type: "table"
6464   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6465   algorithm: "table_merged_details"
6466   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6467   columns:
6468     - title: " |prein| Test Name |preout| "
6469       data: "data name"
6470     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6471       data: "data conf-history"
6472   data: "vpp-perf-results-3n-tsh"
6473   filter: "all"
6474   parameters:
6475   - "parent"
6476   - "name"
6477   - "conf-history"
6478
6479 # Test configuration - VPP Performance Test Configs 3n-dnv
6480 - type: "table"
6481   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6482   algorithm: "table_merged_details"
6483   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6484   columns:
6485     - title: " |prein| Test Name |preout| "
6486       data: "data name"
6487     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6488       data: "data conf-history"
6489   data: "vpp-perf-results-3n-dnv"
6490   filter: "all"
6491   parameters:
6492   - "parent"
6493   - "name"
6494   - "conf-history"
6495
6496 # Test configuration - VPP Performance Test Configs 2n-dnv
6497 - type: "table"
6498   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6499   algorithm: "table_merged_details"
6500   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6501   columns:
6502     - title: " |prein| Test Name |preout| "
6503       data: "data name"
6504     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6505       data: "data conf-history"
6506   data: "vpp-perf-results-2n-dnv"
6507   filter: "all"
6508   parameters:
6509   - "parent"
6510   - "name"
6511   - "conf-history"
6512
6513 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6514 - type: "table"
6515   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6516   algorithm: "table_oper_data_html"
6517   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6518   data: "vpp-perf-results-3n-hsw"
6519   filter: "all"
6520
6521 # Test Operational Data - VPP Performance Operational Data 3n-skx
6522 - type: "table"
6523   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6524   algorithm: "table_oper_data_html"
6525   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6526   data: "vpp-perf-results-3n-skx"
6527   filter: "all"
6528
6529 # Test Operational Data - VPP Performance Operational Data 2n-skx
6530 - type: "table"
6531   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6532   algorithm: "table_oper_data_html"
6533   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6534   data: "vpp-perf-results-2n-skx"
6535   filter: "all"
6536
6537 # Test Operational Data - VPP Performance Operational Data 2n-clx
6538 - type: "table"
6539   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6540   algorithm: "table_oper_data_html"
6541   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6542   data: "vpp-perf-results-2n-clx"
6543   filter: "all"
6544
6545 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6546 - type: "table"
6547   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6548   algorithm: "table_oper_data_html"
6549   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6550   data: "vpp-perf-results-3n-tsh"
6551   filter: "all"
6552
6553 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6554 - type: "table"
6555   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6556   algorithm: "table_oper_data_html"
6557   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6558   data: "vpp-perf-results-3n-dnv"
6559   filter: "all"
6560
6561 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6562 - type: "table"
6563   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6564   algorithm: "table_oper_data_html"
6565   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6566   data: "vpp-perf-results-2n-dnv"
6567   filter: "all"
6568
6569 # Detailed Test Results - VPP MRR Results 3n-hsw
6570 - type: "table"
6571   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6572   algorithm: "table_merged_details"
6573   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6574   columns:
6575     - title: " |prein| Test Name |preout| "
6576       data: "data name"
6577     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6578       data: "data msg"
6579   data: "vpp-mrr-results-3n-hsw"
6580   filter: "all"
6581   parameters:
6582   - "name"
6583   - "parent"
6584   - "msg"
6585
6586 # Detailed Test Results - VPP MRR Results 3n-skx
6587 - type: "table"
6588   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6589   algorithm: "table_merged_details"
6590   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6591   columns:
6592     - title: " |prein| Test Name |preout| "
6593       data: "data name"
6594     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6595       data: "data msg"
6596   data: "vpp-mrr-results-3n-skx"
6597   filter: "all"
6598   parameters:
6599   - "name"
6600   - "parent"
6601   - "msg"
6602
6603 # Detailed Test Results - VPP MRR Results 2n-skx
6604 - type: "table"
6605   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6606   algorithm: "table_merged_details"
6607   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6608   columns:
6609     - title: " |prein| Test Name |preout| "
6610       data: "data name"
6611     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6612       data: "data msg"
6613   data: "vpp-mrr-results-2n-skx"
6614   filter: "all"
6615   parameters:
6616   - "name"
6617   - "parent"
6618   - "msg"
6619
6620 # Detailed Test Results - VPP MRR Results 2n-clx
6621 - type: "table"
6622   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6623   algorithm: "table_merged_details"
6624   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6625   columns:
6626     - title: " |prein| Test Name |preout| "
6627       data: "data name"
6628     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6629       data: "data msg"
6630   data: "vpp-mrr-results-2n-clx"
6631   filter: "all"
6632   parameters:
6633   - "name"
6634   - "parent"
6635   - "msg"
6636
6637 # Detailed Test Results - VPP MRR Results 3n-tsh
6638 - type: "table"
6639   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6640   algorithm: "table_merged_details"
6641   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6642   columns:
6643     - title: " |prein| Test Name |preout| "
6644       data: "data name"
6645     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6646       data: "data msg"
6647   data: "vpp-mrr-results-3n-tsh"
6648   filter: "all"
6649   parameters:
6650   - "name"
6651   - "parent"
6652   - "msg"
6653
6654 # Detailed Test Results - VPP MRR Results 3n-dnv
6655 - type: "table"
6656   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6657   algorithm: "table_merged_details"
6658   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6659   columns:
6660     - title: " |prein| Test Name |preout| "
6661       data: "data name"
6662     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6663       data: "data msg"
6664   data: "vpp-mrr-results-3n-dnv"
6665   filter: "all"
6666   parameters:
6667   - "name"
6668   - "parent"
6669   - "msg"
6670
6671 # Detailed Test Results - VPP MRR Results 2n-dnv
6672 - type: "table"
6673   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6674   algorithm: "table_merged_details"
6675   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6676   columns:
6677     - title: " |prein| Test Name |preout| "
6678       data: "data name"
6679     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6680       data: "data msg"
6681   data: "vpp-mrr-results-2n-dnv"
6682   filter: "all"
6683   parameters:
6684   - "name"
6685   - "parent"
6686   - "msg"
6687
6688 # Test configuration - VPP MRR Test Configs 3n-hsw
6689 - type: "table"
6690   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6691   algorithm: "table_merged_details"
6692   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6693   columns:
6694     - title: " |prein| Test Name |preout| "
6695       data: "data name"
6696     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6697       data: "data conf-history"
6698   data: "vpp-mrr-results-3n-hsw"
6699   filter: "all"
6700   parameters:
6701   - "parent"
6702   - "name"
6703   - "conf-history"
6704
6705 # Test configuration - VPP MRR Test Configs 3n-skx
6706 - type: "table"
6707   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6708   algorithm: "table_merged_details"
6709   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6710   columns:
6711     - title: " |prein| Test Name |preout| "
6712       data: "data name"
6713     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6714       data: "data conf-history"
6715   data: "vpp-mrr-results-3n-skx"
6716   filter: "all"
6717   parameters:
6718   - "parent"
6719   - "name"
6720   - "conf-history"
6721
6722 # Test configuration - VPP MRR Test Configs 2n-skx
6723 - type: "table"
6724   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6725   algorithm: "table_merged_details"
6726   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6727   columns:
6728     - title: " |prein| Test Name |preout| "
6729       data: "data name"
6730     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6731       data: "data conf-history"
6732   data: "vpp-mrr-results-2n-skx"
6733   filter: "all"
6734   parameters:
6735   - "parent"
6736   - "name"
6737   - "conf-history"
6738
6739 # Test configuration - VPP MRR Test Configs 2n-clx
6740 - type: "table"
6741   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6742   algorithm: "table_merged_details"
6743   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6744   columns:
6745     - title: " |prein| Test Name |preout| "
6746       data: "data name"
6747     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6748       data: "data conf-history"
6749   data: "vpp-mrr-results-2n-clx"
6750   filter: "all"
6751   parameters:
6752   - "parent"
6753   - "name"
6754   - "conf-history"
6755
6756 # Test configuration - VPP MRR Test Configs 3n-tsh
6757 - type: "table"
6758   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6759   algorithm: "table_merged_details"
6760   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6761   columns:
6762     - title: " |prein| Test Name |preout| "
6763       data: "data name"
6764     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6765       data: "data conf-history"
6766   data: "vpp-mrr-results-3n-tsh"
6767   filter: "all"
6768   parameters:
6769   - "parent"
6770   - "name"
6771   - "conf-history"
6772
6773 # Test configuration - VPP MRR Test Configs 3n-dnv
6774 - type: "table"
6775   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6776   algorithm: "table_merged_details"
6777   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6778   columns:
6779     - title: " |prein| Test Name |preout| "
6780       data: "data name"
6781     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6782       data: "data conf-history"
6783   data: "vpp-mrr-results-3n-dnv"
6784   filter: "all"
6785   parameters:
6786   - "parent"
6787   - "name"
6788   - "conf-history"
6789
6790 # Test configuration - VPP MRR Test Configs 2n-dnv
6791 - type: "table"
6792   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6793   algorithm: "table_merged_details"
6794   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6795   columns:
6796     - title: " |prein| Test Name |preout| "
6797       data: "data name"
6798     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6799       data: "data conf-history"
6800   data: "vpp-mrr-results-2n-dnv"
6801   filter: "all"
6802   parameters:
6803   - "parent"
6804   - "name"
6805   - "conf-history"
6806
6807 # Detailed Test Results - VPP Device Results - Ubuntu
6808 - type: "table"
6809   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6810   algorithm: "table_merged_details"
6811   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6812   columns:
6813     - title: " |prein| Test Name |preout| "
6814       data: "data name"
6815     - title: " |prein| Status |preout| "
6816       data: "data status"
6817   data: "vpp-device-results-ubuntu"
6818   filter: "all"
6819   parameters:
6820   - "name"
6821   - "parent"
6822   - "doc"
6823   - "status"
6824
6825 # Test configuration - VPP Device Test Configs - Ubuntu
6826 - type: "table"
6827   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6828   algorithm: "table_merged_details"
6829   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6830   columns:
6831     - title: " |prein| Test Name |preout| "
6832       data: "data name"
6833     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6834       data: "data conf-history"
6835   data: "vpp-device-results-ubuntu"
6836   filter: "all"
6837   parameters:
6838   - "parent"
6839   - "name"
6840   - "conf-history"
6841
6842 ################################################################################
6843
6844 # DPDK Performance Changes 3n-hsw 1t1c pdr
6845 - type: "table"
6846   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6847   algorithm: "table_comparison"
6848   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6850   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6851   columns:
6852     - title: "1908"
6853       data-set: "dpdk-performance-changes-3n-hsw-h1"
6854     - title: "2001"
6855       data-set: "dpdk-performance-changes-3n-hsw-ref"
6856     - title: "2005"
6857       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6858   comparisons:
6859     - title: "Diff"
6860       reference: 2
6861       compare: 3
6862   legend:
6863     - ""
6864     - "1908, 2001, 2005 - DPDK versions tested."
6865     - "Diff - difference between 2001 and 2005 DPDK version."
6866
6867 # DPDK Performance Changes 3n-hsw 2t2c pdr
6868 - type: "table"
6869   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6870   algorithm: "table_comparison"
6871   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6873   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6874   columns:
6875     - title: "1908"
6876       data-set: "dpdk-performance-changes-3n-hsw-h1"
6877     - title: "2001"
6878       data-set: "dpdk-performance-changes-3n-hsw-ref"
6879     - title: "2005"
6880       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6881   comparisons:
6882     - title: "Diff"
6883       reference: 2
6884       compare: 3
6885   legend:
6886     - ""
6887     - "1908, 2001, 2005 - DPDK versions tested."
6888     - "Diff - difference between 2001 and 2005 DPDK version."
6889
6890 # DPDK Performance Changes 3n-hsw 1t1c pdr
6891 - type: "table"
6892   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6893   algorithm: "table_comparison"
6894   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6896   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6897   columns:
6898     - title: "1908"
6899       data-set: "dpdk-performance-changes-3n-hsw-h1"
6900     - title: "2001"
6901       data-set: "dpdk-performance-changes-3n-hsw-ref"
6902     - title: "2005"
6903       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6904   comparisons:
6905     - title: "Diff"
6906       reference: 2
6907       compare: 3
6908   legend:
6909     - ""
6910     - "1908, 2001, 2005 - DPDK versions tested."
6911     - "Diff - difference between 2001 and 2005 DPDK version."
6912
6913 # DPDK Performance Changes 3n-hsw 2t2c ndr
6914 - type: "table"
6915   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6916   algorithm: "table_comparison"
6917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6919   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6920   columns:
6921     - title: "1908"
6922       data-set: "dpdk-performance-changes-3n-hsw-h1"
6923     - title: "2001"
6924       data-set: "dpdk-performance-changes-3n-hsw-ref"
6925     - title: "2005"
6926       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6927   comparisons:
6928     - title: "Diff"
6929       reference: 2
6930       compare: 3
6931   legend:
6932     - ""
6933     - "1908, 2001, 2005 - DPDK versions tested."
6934     - "Diff - difference between 2001 and 2005 DPDK version."
6935
6936 # DPDK Performance Changes 3n-skx 2t1c pdr
6937 - type: "table"
6938   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6939   algorithm: "table_comparison"
6940   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6942   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6943   columns:
6944     - title: "1908"
6945       data-set: "dpdk-performance-changes-3n-skx-h1"
6946     - title: "2001"
6947       data-set: "dpdk-performance-changes-3n-skx-ref"
6948     - title: "2005"
6949       data-set: "dpdk-performance-changes-3n-skx-cmp"
6950   comparisons:
6951     - title: "Diff"
6952       reference: 2
6953       compare: 3
6954   legend:
6955     - ""
6956     - "1908, 2001, 2005 - DPDK versions tested."
6957     - "Diff - difference between 2001 and 2005 DPDK version."
6958
6959 # DPDK Performance Changes 3n-skx 4t2c pdr
6960 - type: "table"
6961   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6962   algorithm: "table_comparison"
6963   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6965   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6966   columns:
6967     - title: "1908"
6968       data-set: "dpdk-performance-changes-3n-skx-h1"
6969     - title: "2001"
6970       data-set: "dpdk-performance-changes-3n-skx-ref"
6971     - title: "2005"
6972       data-set: "dpdk-performance-changes-3n-skx-cmp"
6973   comparisons:
6974     - title: "Diff"
6975       reference: 2
6976       compare: 3
6977   legend:
6978     - ""
6979     - "1908, 2001, 2005 - DPDK versions tested."
6980     - "Diff - difference between 2001 and 2005 DPDK version."
6981
6982 # DPDK Performance Changes 3n-skx 2t1c ndr
6983 - type: "table"
6984   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6985   algorithm: "table_comparison"
6986   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6988   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6989   columns:
6990     - title: "1908"
6991       data-set: "dpdk-performance-changes-3n-skx-h1"
6992     - title: "2001"
6993       data-set: "dpdk-performance-changes-3n-skx-ref"
6994     - title: "2005"
6995       data-set: "dpdk-performance-changes-3n-skx-cmp"
6996   comparisons:
6997     - title: "Diff"
6998       reference: 2
6999       compare: 3
7000   legend:
7001     - ""
7002     - "1908, 2001, 2005 - DPDK versions tested."
7003     - "Diff - difference between 2001 and 2005 DPDK version."
7004
7005 # DPDK Performance Changes 3n-skx 4t2c ndr
7006 - type: "table"
7007   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
7008   algorithm: "table_comparison"
7009   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
7010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7011   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7012   columns:
7013     - title: "1908"
7014       data-set: "dpdk-performance-changes-3n-skx-h1"
7015     - title: "2001"
7016       data-set: "dpdk-performance-changes-3n-skx-ref"
7017     - title: "2005"
7018       data-set: "dpdk-performance-changes-3n-skx-cmp"
7019   comparisons:
7020     - title: "Diff"
7021       reference: 2
7022       compare: 3
7023   legend:
7024     - ""
7025     - "1908, 2001, 2005 - DPDK versions tested."
7026     - "Diff - difference between 2001 and 2005 DPDK version."
7027
7028 # DPDK Performance Changes 2n-skx 2t1c pdr
7029 - type: "table"
7030   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
7031   algorithm: "table_comparison"
7032   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
7033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7034   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7035   columns:
7036     - title: "1908"
7037       data-set: "dpdk-performance-changes-2n-skx-h1"
7038     - title: "2001"
7039       data-set: "dpdk-performance-changes-2n-skx-ref"
7040     - title: "2005"
7041       data-set: "dpdk-performance-changes-2n-skx-cmp"
7042   comparisons:
7043     - title: "Diff"
7044       reference: 2
7045       compare: 3
7046   legend:
7047     - ""
7048     - "1908, 2001, 2005 - DPDK versions tested."
7049     - "Diff - difference between 2001 and 2005 DPDK version."
7050
7051 # DPDK Performance Changes 2n-skx 4t2c pdr
7052 - type: "table"
7053   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
7054   algorithm: "table_comparison"
7055   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
7056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7057   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7058   columns:
7059     - title: "1908"
7060       data-set: "dpdk-performance-changes-2n-skx-h1"
7061     - title: "2001"
7062       data-set: "dpdk-performance-changes-2n-skx-ref"
7063     - title: "2005"
7064       data-set: "dpdk-performance-changes-2n-skx-cmp"
7065   comparisons:
7066     - title: "Diff"
7067       reference: 2
7068       compare: 3
7069   legend:
7070     - ""
7071     - "1908, 2001, 2005 - DPDK versions tested."
7072     - "Diff - difference between 2001 and 2005 DPDK version."
7073
7074 # DPDK Performance Changes 2n-skx 2t1c ndr
7075 - type: "table"
7076   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
7077   algorithm: "table_comparison"
7078   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
7079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7080   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7081   columns:
7082     - title: "1908"
7083       data-set: "dpdk-performance-changes-2n-skx-h1"
7084     - title: "2001"
7085       data-set: "dpdk-performance-changes-2n-skx-ref"
7086     - title: "2005"
7087       data-set: "dpdk-performance-changes-2n-skx-cmp"
7088   comparisons:
7089     - title: "Diff"
7090       reference: 2
7091       compare: 3
7092   legend:
7093     - ""
7094     - "1908, 2001, 2005 - DPDK versions tested."
7095     - "Diff - difference between 2001 and 2005 DPDK version."
7096
7097 # DPDK Performance Changes 2n-skx 4t2c ndr
7098 - type: "table"
7099   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
7100   algorithm: "table_comparison"
7101   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
7102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7103   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7104   columns:
7105     - title: "1908"
7106       data-set: "dpdk-performance-changes-2n-skx-h1"
7107     - title: "2001"
7108       data-set: "dpdk-performance-changes-2n-skx-ref"
7109     - title: "2005"
7110       data-set: "dpdk-performance-changes-2n-skx-cmp"
7111   comparisons:
7112     - title: "Diff"
7113       reference: 2
7114       compare: 3
7115   legend:
7116     - ""
7117     - "1908, 2001, 2005 - DPDK versions tested."
7118     - "Diff - difference between 2001 and 2005 DPDK version."
7119
7120 # DPDK Performance Changes 2n-clx 2t1c pdr
7121 - type: "table"
7122   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
7123   algorithm: "table_comparison"
7124   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
7125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7126   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7127   columns:
7128     - title: "2001"
7129       data-set: "dpdk-performance-changes-2n-clx-ref"
7130     - title: "2005"
7131       data-set: "dpdk-performance-changes-2n-clx-cmp"
7132   comparisons:
7133     - title: "Diff"
7134       reference: 1
7135       compare: 2
7136   legend:
7137     - ""
7138     - "2001, 2005 - DPDK versions tested."
7139     - "Diff - difference between 2001 and 2005 DPDK version."
7140
7141 # DPDK Performance Changes 2n-clx 4t2c pdr
7142 - type: "table"
7143   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
7144   algorithm: "table_comparison"
7145   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
7146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7147   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7148   columns:
7149     - title: "2001"
7150       data-set: "dpdk-performance-changes-2n-clx-ref"
7151     - title: "2005"
7152       data-set: "dpdk-performance-changes-2n-clx-cmp"
7153   comparisons:
7154     - title: "Diff"
7155       reference: 1
7156       compare: 2
7157   legend:
7158     - ""
7159     - "2001, 2005 - DPDK versions tested."
7160     - "Diff - difference between 2001 and 2005 DPDK version."
7161
7162 # DPDK Performance Changes 2n-clx 2t1c ndr
7163 - type: "table"
7164   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
7165   algorithm: "table_comparison"
7166   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
7167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7168   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7169   columns:
7170     - title: "2001"
7171       data-set: "dpdk-performance-changes-2n-clx-ref"
7172     - title: "2005"
7173       data-set: "dpdk-performance-changes-2n-clx-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 1
7177       compare: 2
7178   legend:
7179     - ""
7180     - "2001, 2005 - DPDK versions tested."
7181     - "Diff - difference between 2001 and 2005 DPDK version."
7182
7183 # DPDK Performance Changes 2n-clx 4t2c ndr
7184 - type: "table"
7185   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
7188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "2001"
7192       data-set: "dpdk-performance-changes-2n-clx-ref"
7193     - title: "2005"
7194       data-set: "dpdk-performance-changes-2n-clx-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "2001, 2005 - DPDK versions tested."
7202     - "Diff - difference between 2001 and 2005 DPDK version."
7203
7204 # DPDK Performance Changes 2n-dnv 1t1c pdr
7205 - type: "table"
7206   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7207   algorithm: "table_comparison"
7208   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7210   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7211   columns:
7212     - title: "2001"
7213       data-set: "dpdk-performance-changes-2n-dnv-ref"
7214     - title: "2005"
7215       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7216   comparisons:
7217     - title: "Diff"
7218       reference: 1
7219       compare: 2
7220   legend:
7221     - ""
7222     - "2001, 2005 - DPDK versions tested."
7223     - "Diff - difference between 2001 and 2005 DPDK version."
7224
7225 # DPDK Performance Changes 2n-dnv 2t2c pdr
7226 - type: "table"
7227   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7228   algorithm: "table_comparison"
7229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7231   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7232   columns:
7233     - title: "2001"
7234       data-set: "dpdk-performance-changes-2n-dnv-ref"
7235     - title: "2005"
7236       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7237   comparisons:
7238     - title: "Diff"
7239       reference: 1
7240       compare: 2
7241   legend:
7242     - ""
7243     - "2001, 2005 - DPDK versions tested."
7244     - "Diff - difference between 2001 and 2005 DPDK version."
7245
7246 # DPDK Performance Changes 2n-dnv 1t1c ndr
7247 - type: "table"
7248   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7249   algorithm: "table_comparison"
7250   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7252   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7253   columns:
7254     - title: "2001"
7255       data-set: "dpdk-performance-changes-2n-dnv-ref"
7256     - title: "2005"
7257       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 1
7261       compare: 2
7262   legend:
7263     - ""
7264     - "2001, 2005 - DPDK versions tested."
7265     - "Diff - difference between 2001 and 2005 DPDK version."
7266
7267 # DPDK Performance Changes 2n-dnv 2t2c ndr
7268 - type: "table"
7269   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7270   algorithm: "table_comparison"
7271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7273   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7274   columns:
7275     - title: "2001"
7276       data-set: "dpdk-performance-changes-2n-dnv-ref"
7277     - title: "2005"
7278       data-set: "dpdk-performance-changes-2n-dnv-cmp"
7279   comparisons:
7280     - title: "Diff"
7281       reference: 1
7282       compare: 2
7283   legend:
7284     - ""
7285     - "2001, 2005 - DPDK versions tested."
7286     - "Diff - difference between 2001 and 2005 DPDK version."
7287
7288 # DPDK Performance Changes 3n-dnv 1t1c pdr
7289 - type: "table"
7290   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7291   algorithm: "table_comparison"
7292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7295   columns:
7296     - title: "2001"
7297       data-set: "dpdk-performance-changes-3n-dnv-ref"
7298     - title: "2005"
7299       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7300   comparisons:
7301     - title: "Diff"
7302       reference: 1
7303       compare: 2
7304   legend:
7305     - ""
7306     - "2001, 2005 - DPDK versions tested."
7307     - "Diff - difference between 2001 and 2005 DPDK version."
7308
7309 # DPDK Performance Changes 3n-dnv 2t2c pdr
7310 - type: "table"
7311   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7312   algorithm: "table_comparison"
7313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7315   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7316   columns:
7317     - title: "2001"
7318       data-set: "dpdk-performance-changes-3n-dnv-ref"
7319     - title: "2005"
7320       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7321   comparisons:
7322     - title: "Diff"
7323       reference: 1
7324       compare: 2
7325   legend:
7326     - ""
7327     - "2001, 2005 - DPDK versions tested."
7328     - "Diff - difference between 2001 and 2005 DPDK version."
7329
7330 # DPDK Performance Changes 3n-dnv 1t1c ndr
7331 - type: "table"
7332   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7333   algorithm: "table_comparison"
7334   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7336   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7337   columns:
7338     - title: "2001"
7339       data-set: "dpdk-performance-changes-3n-dnv-ref"
7340     - title: "2005"
7341       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7342   comparisons:
7343     - title: "Diff"
7344       reference: 1
7345       compare: 2
7346   legend:
7347     - ""
7348     - "2001, 2005 - DPDK versions tested."
7349     - "Diff - difference between 2001 and 2005 DPDK version."
7350
7351 # DPDK Performance Changes 3n-dnv 2t2c ndr
7352 - type: "table"
7353   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7354   algorithm: "table_comparison"
7355   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7357   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7358   columns:
7359     - title: "2001"
7360       data-set: "dpdk-performance-changes-3n-dnv-ref"
7361     - title: "2005"
7362       data-set: "dpdk-performance-changes-3n-dnv-cmp"
7363   comparisons:
7364     - title: "Diff"
7365       reference: 1
7366       compare: 2
7367   legend:
7368     - ""
7369     - "2001, 2005 - DPDK versions tested."
7370     - "Diff - difference between 2001 and 2005 DPDK version."
7371
7372 # DPDK Performance Changes 3n-tsh 1t1c pdr
7373 - type: "table"
7374   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7375   algorithm: "table_comparison"
7376   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7378   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7379   columns:
7380     - title: "2001"
7381       data-set: "dpdk-performance-changes-3n-tsh-ref"
7382     - title: "2005"
7383       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7384   comparisons:
7385     - title: "Diff"
7386       reference: 1
7387       compare: 2
7388   legend:
7389     - ""
7390     - "2001, 2005 - DPDK versions tested."
7391     - "Diff - difference between 2001 and 2005 DPDK version."
7392
7393 # DPDK Performance Changes 3n-tsh 2t2c pdr
7394 - type: "table"
7395   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7396   algorithm: "table_comparison"
7397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7399   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7400   columns:
7401     - title: "2001"
7402       data-set: "dpdk-performance-changes-3n-tsh-ref"
7403     - title: "2005"
7404       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7405   comparisons:
7406     - title: "Diff"
7407       reference: 1
7408       compare: 2
7409   legend:
7410     - ""
7411     - "2001, 2005 - DPDK versions tested."
7412     - "Diff - difference between 2001 and 2005 DPDK version."
7413
7414 # DPDK Performance Changes 3n-tsh 1t1c ndr
7415 - type: "table"
7416   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7417   algorithm: "table_comparison"
7418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7420   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7421   columns:
7422     - title: "2001"
7423       data-set: "dpdk-performance-changes-3n-tsh-ref"
7424     - title: "2005"
7425       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7426   comparisons:
7427     - title: "Diff"
7428       reference: 1
7429       compare: 2
7430   legend:
7431     - ""
7432     - "2001, 2005 - DPDK versions tested."
7433     - "Diff - difference between 2001 and 2005 DPDK version."
7434
7435 # DPDK Performance Changes 3n-tsh 2t2c ndr
7436 - type: "table"
7437   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7438   algorithm: "table_comparison"
7439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7441   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7442   columns:
7443     - title: "2001"
7444       data-set: "dpdk-performance-changes-3n-tsh-ref"
7445     - title: "2005"
7446       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7447   comparisons:
7448     - title: "Diff"
7449       reference: 1
7450       compare: 2
7451   legend:
7452     - ""
7453     - "2001, 2005 - DPDK versions tested."
7454     - "Diff - difference between 2001 and 2005 DPDK version."
7455
7456 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7457 - type: "table"
7458   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7459   algorithm: "table_comparison"
7460   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7462   filter: "'NIC_Intel-X710'"
7463   columns:
7464     - title: "3n-hsw x710"
7465       data-set: "dpdk-compare-testbeds-ref"
7466     - title: "3n-skx x710"
7467       data-set: "dpdk-compare-testbeds-cmp"
7468   comparisons:
7469     - title: "Diff"
7470       reference: 1
7471       compare: 2
7472   legend:
7473     - ""
7474     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7475     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7476
7477 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7478 - type: "table"
7479   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7480   algorithm: "table_comparison"
7481   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7483   filter: "'NIC_Intel-X710'"
7484   columns:
7485     - title: "3n-hsw x710"
7486       data-set: "dpdk-compare-testbeds-ref"
7487     - title: "3n-skx x710"
7488       data-set: "dpdk-compare-testbeds-cmp"
7489   comparisons:
7490     - title: "Diff"
7491       reference: 1
7492       compare: 2
7493   legend:
7494     - ""
7495     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7496     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7497
7498 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7499 - type: "table"
7500   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7501   algorithm: "table_comparison"
7502   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7504   filter: "'NIC_Intel-XXV710'"
7505   columns:
7506     - title: "2n-skx"
7507       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7508     - title: "2n-clx"
7509       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7510   comparisons:
7511     - title: "Diff"
7512       reference: 1
7513       compare: 2
7514   legend:
7515     - ""
7516     - "2n-skx, 2n-clx - testbeds and NICs tested."
7517     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7518
7519 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7520 - type: "table"
7521   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7522   algorithm: "table_comparison"
7523   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7525   filter: "'NIC_Intel-XXV710'"
7526   columns:
7527     - title: "2n-skx"
7528       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7529     - title: "2n-clx"
7530       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7531   comparisons:
7532     - title: "Diff"
7533       reference: 1
7534       compare: 2
7535   legend:
7536     - ""
7537     - "2n-skx, 2n-clx - testbeds and NICs tested."
7538     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7539
7540 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7541 - type: "table"
7542   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7543   algorithm: "table_comparison"
7544   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7546   filter: "'NIC_Intel-XXV710'"
7547   columns:
7548     - title: "3n-skx"
7549       data-set: "dpdk-compare-topologies-ref"
7550     - title: "2n-skx"
7551       data-set: "dpdk-compare-topologies-cmp"
7552   comparisons:
7553     - title: "Diff"
7554       reference: 1
7555       compare: 2
7556   legend:
7557     - ""
7558     - "3n-skx, 2n-skx - topologies tested."
7559     - "Diff - difference between 3n-skx and 2n-skx topologies."
7560
7561 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7562 - type: "table"
7563   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7564   algorithm: "table_comparison"
7565   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7567   filter: "'NIC_Intel-XXV710'"
7568   columns:
7569     - title: "3n-skx"
7570       data-set: "dpdk-compare-topologies-ref"
7571     - title: "2n-skx"
7572       data-set: "dpdk-compare-topologies-cmp"
7573   comparisons:
7574     - title: "Diff"
7575       reference: 1
7576       compare: 2
7577   legend:
7578     - ""
7579     - "3n-skx, 2n-skx - topologies tested."
7580     - "Diff - difference between 3n-skx and 2n-skx topologies."
7581
7582 # Detailed Test Results - DPDK Performance Results 3n-hsw
7583 - type: "table"
7584   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7585   algorithm: "table_merged_details"
7586   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7587   columns:
7588     - title: " |prein| Test Name |preout| "
7589       data: "data name"
7590     - 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| "
7591       data: "data msg"
7592   data: "dpdk-perf-results-3n-hsw"
7593   filter: "all"
7594   parameters:
7595   - "name"
7596   - "parent"
7597   - "msg"
7598
7599 # Detailed Test Results - DPDK Performance Results 3n-skx
7600 - type: "table"
7601   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7602   algorithm: "table_merged_details"
7603   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7604   columns:
7605     - title: " |prein| Test Name |preout| "
7606       data: "data name"
7607     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7608       data: "data msg"
7609   data: "dpdk-perf-results-3n-skx"
7610   filter: "all"
7611   remove-ndr: False
7612   parameters:
7613   - "name"
7614   - "parent"
7615   - "msg"
7616
7617 # Detailed Test Results - DPDK Performance Results 2n-skx
7618 - type: "table"
7619   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7620   algorithm: "table_merged_details"
7621   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7622   columns:
7623     - title: " |prein| Test Name |preout| "
7624       data: "data name"
7625     - 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| "
7626       data: "data msg"
7627   data: "dpdk-perf-results-2n-skx"
7628   filter: "all"
7629   remove-ndr: False
7630   parameters:
7631   - "name"
7632   - "parent"
7633   - "msg"
7634
7635 # Detailed Test Results - DPDK Performance Results 2n-clx
7636 - type: "table"
7637   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7638   algorithm: "table_merged_details"
7639   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7640   columns:
7641     - title: " |prein| Test Name |preout| "
7642       data: "data name"
7643     - 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| "
7644       data: "data msg"
7645   data: "dpdk-perf-results-2n-clx"
7646   filter: "all"
7647   parameters:
7648   - "name"
7649   - "parent"
7650   - "msg"
7651
7652 # Detailed Test Results - DPDK Performance Results 2n-dnv
7653 - type: "table"
7654   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7655   algorithm: "table_merged_details"
7656   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7657   columns:
7658     - title: " |prein| Test Name |preout| "
7659       data: "data name"
7660     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7661       data: "data msg"
7662   data: "dpdk-perf-results-2n-dnv"
7663   filter: "all"
7664   parameters:
7665   - "name"
7666   - "parent"
7667   - "msg"
7668
7669 # Detailed Test Results - DPDK Performance Results 3n-dnv
7670 - type: "table"
7671   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7672   algorithm: "table_merged_details"
7673   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7674   columns:
7675     - title: " |prein| Test Name |preout| "
7676       data: "data name"
7677     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7678       data: "data msg"
7679   data: "dpdk-perf-results-3n-dnv"
7680   filter: "all"
7681   parameters:
7682   - "name"
7683   - "parent"
7684   - "msg"
7685
7686 # Detailed Test Results - DPDK Performance Results 3n-tsh
7687 - type: "table"
7688   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7689   algorithm: "table_merged_details"
7690   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7691   columns:
7692     - title: " |prein| Test Name |preout| "
7693       data: "data name"
7694     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7695       data: "data msg"
7696   data: "dpdk-perf-results-3n-tsh"
7697   filter: "all"
7698   parameters:
7699   - "name"
7700   - "parent"
7701   - "msg"
7702
7703 ################################################################################
7704 ###                                F I L E S                                 ###
7705 ################################################################################
7706
7707 # VPP Performance Results
7708 - type: "file"
7709   title: "VPP Performance Results"
7710   algorithm: "file_details_split"
7711   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7712   dir-tables:
7713     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7714     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7715     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7716     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7717     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7718 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7719 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7720   data:
7721     - "vpp-perf-results-2n-skx"
7722     - "vpp-perf-results-3n-skx"
7723     - "vpp-perf-results-2n-clx"
7724     - "vpp-perf-results-3n-hsw"
7725     - "vpp-perf-results-3n-tsh"
7726 #    - "vpp-perf-results-2n-dnv"
7727 #    - "vpp-perf-results-3n-dnv"
7728   filter: "all"
7729   data-start-level: 4
7730   order-chapters:
7731     level-1:
7732       - "l2"
7733       - "ip4"
7734       - "ip6"
7735       - "srv6"
7736       - "ip4_tunnels"
7737       - "ip6_tunnels"
7738       - "vm_vhost"
7739       - "container_memif"
7740       - "crypto"
7741       - "vts"
7742       - "lb"
7743       - "nfv_density"
7744       - "hoststack"
7745     level-2:
7746       - "2n-skx"
7747       - "3n-skx"
7748       - "2n-clx"
7749       - "3n-hsw"
7750       - "3n-tsh"
7751       - "2n-dnv"
7752       - "3n-dnv"
7753     level-3:
7754       - "xl710"
7755       - "x520"
7756       - "xxv710"
7757       - "x710"
7758       - "x553"
7759       - "cx556a"
7760       - "vic1227"
7761       - "vic1385"
7762
7763 # VPP Performance Configuration
7764 - type: "file"
7765   title: "VPP Performance Configuration"
7766   algorithm: "file_details_split"
7767   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7768   dir-tables:
7769     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7770     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7771     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7772     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7773     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7774 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7775 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7776   data:
7777     - "vpp-perf-results-2n-skx"
7778     - "vpp-perf-results-3n-skx"
7779     - "vpp-perf-results-2n-clx"
7780     - "vpp-perf-results-3n-hsw"
7781     - "vpp-perf-results-3n-tsh"
7782 #    - "vpp-perf-results-2n-dnv"
7783 #    - "vpp-perf-results-3n-dnv"
7784   filter: "all"
7785   data-start-level: 4
7786   order-chapters:
7787     level-1:
7788       - "l2"
7789       - "ip4"
7790       - "ip6"
7791       - "srv6"
7792       - "ip4_tunnels"
7793       - "ip6_tunnels"
7794       - "vm_vhost"
7795       - "container_memif"
7796       - "crypto"
7797       - "vts"
7798       - "lb"
7799       - "nfv_density"
7800       - "hoststack"
7801     level-2:
7802       - "2n-skx"
7803       - "3n-skx"
7804       - "2n-clx"
7805       - "3n-hsw"
7806       - "3n-tsh"
7807       - "2n-dnv"
7808       - "3n-dnv"
7809     level-3:
7810       - "xl710"
7811       - "x520"
7812       - "xxv710"
7813       - "x710"
7814       - "x553"
7815       - "cx556a"
7816       - "vic1227"
7817       - "vic1385"
7818
7819 # VPP Performance Operational
7820 - type: "file"
7821   title: "VPP Performance Operational"
7822   algorithm: "file_details_split_html"
7823   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7824   dir-tables:
7825     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7826     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7827     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7828     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7829     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7830 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7831 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7832   data:
7833     - "vpp-perf-results-2n-skx"
7834     - "vpp-perf-results-3n-skx"
7835     - "vpp-perf-results-2n-clx"
7836     - "vpp-perf-results-3n-hsw"
7837     - "vpp-perf-results-3n-tsh"
7838 #    - "vpp-perf-results-2n-dnv"
7839 #    - "vpp-perf-results-3n-dnv"
7840   filter: "all"
7841   data-start-level: 4
7842   order-chapters:
7843     level-1:
7844       - "l2"
7845       - "ip4"
7846       - "ip6"
7847       - "srv6"
7848       - "ip4_tunnels"
7849       - "ip6_tunnels"
7850       - "vm_vhost"
7851       - "container_memif"
7852       - "crypto"
7853       - "vts"
7854       - "lb"
7855       - "nfv_density"
7856       - "hoststack"
7857     level-2:
7858       - "2n-skx"
7859       - "3n-skx"
7860       - "2n-clx"
7861       - "3n-hsw"
7862       - "3n-tsh"
7863       - "2n-dnv"
7864       - "3n-dnv"
7865     level-3:
7866       - "xl710"
7867       - "x520"
7868       - "xxv710"
7869       - "x710"
7870       - "x553"
7871       - "cx556a"
7872       - "vic1227"
7873       - "vic1385"
7874
7875 # VPP MRR Results
7876 - type: "file"
7877   title: "VPP MRR Results"
7878   algorithm: "file_details_split"
7879   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7880   dir-tables:
7881     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7882     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7883     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7884     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7885     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7886 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7887 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7888   data:
7889     - "vpp-mrr-results-2n-skx"
7890     - "vpp-mrr-results-3n-skx"
7891     - "vpp-mrr-results-2n-clx"
7892     - "vpp-mrr-results-3n-hsw"
7893     - "vpp-mrr-results-3n-tsh"
7894 #    - "vpp-mrr-results-2n-dnv"
7895 #    - "vpp-mrr-results-3n-dnv"
7896   filter: "all"
7897   data-start-level: 4
7898   order-chapters:
7899     level-1:
7900       - "l2"
7901       - "ip4"
7902       - "ip6"
7903       - "srv6"
7904       - "ip4_tunnels"
7905       - "ip6_tunnels"
7906       - "vm_vhost"
7907       - "container_memif"
7908       - "crypto"
7909       - "vts"
7910       - "lb"
7911       - "nfv_density"
7912       - "hoststack"
7913     level-2:
7914       - "2n-skx"
7915       - "3n-skx"
7916       - "2n-clx"
7917       - "3n-hsw"
7918       - "3n-tsh"
7919       - "2n-dnv"
7920       - "3n-dnv"
7921     level-3:
7922       - "xl710"
7923       - "x520"
7924       - "xxv710"
7925       - "x710"
7926       - "x553"
7927       - "cx556a"
7928       - "vic1227"
7929       - "vic1385"
7930
7931 # VPP MRR Configuration
7932 - type: "file"
7933   title: "VPP MRR Configuration"
7934   algorithm: "file_details_split"
7935   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7936   dir-tables:
7937     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7938     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7939     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7940     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7941     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7942     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7943     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7944   data:
7945     - "vpp-mrr-results-2n-skx"
7946     - "vpp-mrr-results-3n-skx"
7947     - "vpp-mrr-results-2n-clx"
7948     - "vpp-mrr-results-3n-hsw"
7949     - "vpp-mrr-results-3n-tsh"
7950 #    - "vpp-mrr-results-2n-dnv"
7951 #    - "vpp-mrr-results-3n-dnv"
7952   filter: "all"
7953   data-start-level: 4
7954   order-chapters:
7955     level-1:
7956       - "l2"
7957       - "ip4"
7958       - "ip6"
7959       - "srv6"
7960       - "ip4_tunnels"
7961       - "ip6_tunnels"
7962       - "vm_vhost"
7963       - "container_memif"
7964       - "crypto"
7965       - "vts"
7966       - "lb"
7967       - "nfv_density"
7968       - "hoststack"
7969     level-2:
7970       - "2n-skx"
7971       - "3n-skx"
7972       - "2n-clx"
7973       - "3n-hsw"
7974       - "3n-tsh"
7975       - "2n-dnv"
7976       - "3n-dnv"
7977     level-3:
7978       - "xl710"
7979       - "x520"
7980       - "xxv710"
7981       - "x710"
7982       - "x553"
7983       - "cx556a"
7984       - "vic1227"
7985       - "vic1385"
7986
7987 # VPP Device Results - Ubuntu
7988 - type: "file"
7989   title: "VPP Device Results - Ubuntu"
7990   algorithm: "file_test_results"
7991   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7992   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7993   data: "vpp-device-results-ubuntu"
7994   filter: "all"
7995   data-start-level: 4
7996
7997 # VPP Device Configuration - Ubuntu
7998 - type: "file"
7999   title: "VPP Device Configuration - Ubuntu"
8000   algorithm: "file_test_results"
8001   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8002   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
8003   data: "vpp-device-results-ubuntu"
8004   filter: "all"
8005   data-start-level: 4
8006
8007 # DPDK Performance Results 3n-hsw
8008 - type: "file"
8009   title: "DPDK Performance Results 3n-hsw"
8010   algorithm: "file_test_results"
8011   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8012   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
8013   data: "dpdk-perf-results-3n-hsw"
8014   filter: "all"
8015   data-start-level: 4
8016
8017 # DPDK Performance Results 3n-skx
8018 - type: "file"
8019   title: "DPDK Performance Results 3n-skx"
8020   algorithm: "file_test_results"
8021   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8022   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
8023   data: "dpdk-perf-results-3n-skx"
8024   filter: "all"
8025   data-start-level: 4
8026
8027 # DPDK Performance Results 2n-skx
8028 - type: "file"
8029   title: "DPDK Performance Results 2n-skx"
8030   algorithm: "file_test_results"
8031   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8032   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
8033   data: "dpdk-perf-results-2n-skx"
8034   filter: "all"
8035   data-start-level: 4
8036
8037 # DPDK Performance Results 2n-clx
8038 - type: "file"
8039   title: "DPDK Performance Results 2n-clx"
8040   algorithm: "file_test_results"
8041   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8042   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
8043   data: "dpdk-perf-results-2n-clx"
8044   filter: "all"
8045   data-start-level: 4
8046
8047 # DPDK Performance Results 2n-dnv
8048 - type: "file"
8049   title: "DPDK Performance Results 2n-dnv"
8050   algorithm: "file_test_results"
8051   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8052   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
8053   data: "dpdk-perf-results-2n-dnv"
8054   filter: "all"
8055   data-start-level: 4
8056
8057 # DPDK Performance Results 3n-dnv
8058 - type: "file"
8059   title: "DPDK Performance Results 3n-dnv"
8060   algorithm: "file_test_results"
8061   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8062   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
8063   data: "dpdk-perf-results-3n-dnv"
8064   filter: "all"
8065   data-start-level: 4
8066
8067 # DPDK Performance Results 3n-tsh
8068 - type: "file"
8069   title: "DPDK Performance Results 3n-tsh"
8070   algorithm: "file_test_results"
8071   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8072   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
8073   data: "dpdk-perf-results-3n-tsh"
8074   filter: "all"
8075   data-start-level: 4
8076
8077 ################################################################################
8078 ###                                P L O T S                                 ###
8079 ################################################################################
8080
8081 # Hoststack tests 3n-hsw
8082
8083 - type: "plot"
8084   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8085   algorithm: "plot_perf_box_name"
8086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
8087   data: "plot-vpp-hoststack-3n-hsw"
8088   include:
8089     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
8090     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
8091   layout:
8092     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
8093     layout: "plot-hoststack"
8094
8095 - type: "plot"
8096   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8097   algorithm: "plot_perf_box_name"
8098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
8099   data: "plot-vpp-hoststack-3n-hsw"
8100   include:
8101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
8102     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
8103   layout:
8104     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
8105     layout: "plot-hoststack"
8106
8107 - type: "plot"
8108   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8109   algorithm: "plot_perf_box_name"
8110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
8111   data: "plot-vpp-hoststack-3n-hsw"
8112   include:
8113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
8114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
8115     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
8116     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
8117   layout:
8118     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
8119     layout: "plot-hoststack"
8120
8121 ################################################################################
8122
8123 # Soak Test (PLRsearch), boxes - 2n-clx
8124 - type: "plot"
8125   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8126   algorithm: "plot_perf_box_name"
8127   output-file-type: ".html"
8128   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
8129   data: "plot-vpp-soak-2n-clx"
8130   include:
8131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8137   layout:
8138     title: "30 Minutes Soak Test (PLRsearch)"
8139     layout: "plot-soak-throughput"
8140
8141 # Soak Test (PLRsearch), boxes - 2n-clx
8142 - type: "plot"
8143   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8144   algorithm: "plot_perf_box_name"
8145   output-file-type: ".html"
8146   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8147   data: "plot-vpp-soak-2n-clx"
8148   include:
8149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8154     - "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"
8155   layout:
8156     title: "30 Minutes Soak Test (PLRsearch)"
8157     layout: "plot-soak-throughput"
8158
8159 # Soak Test (PLRsearch), boxes - 2n-skx
8160 - type: "plot"
8161   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8162   algorithm: "plot_perf_box_name"
8163   output-file-type: ".html"
8164   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8165   data: "plot-vpp-soak-2n-skx"
8166   include:
8167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8173   layout:
8174     title: "30 Minutes Soak Test (PLRsearch)"
8175     layout: "plot-soak-throughput"
8176
8177 # Soak Test (PLRsearch), boxes - 2n-skx
8178 - type: "plot"
8179   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8180   algorithm: "plot_perf_box_name"
8181   output-file-type: ".html"
8182   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8183   data: "plot-vpp-soak-2n-skx"
8184   include:
8185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8190     - "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"
8191   layout:
8192     title: "30 Minutes Soak Test (PLRsearch)"
8193     layout: "plot-soak-throughput"
8194
8195 ###############################################################################
8196
8197 # Reconf tests 2n-skx
8198
8199 - type: "plot"
8200   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8201   algorithm: "plot_nf_reconf_box_name"
8202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8203   data: "plot-vpp-nfv-reconf-2n-skx"
8204   include:
8205     - "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"
8206     - "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"
8207     - "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"
8208     - "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"
8209     - "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"
8210     - "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"
8211   layout:
8212     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8213     layout: "plot-throughput"
8214
8215 - type: "plot"
8216   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8217   algorithm: "plot_nf_reconf_box_name"
8218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8219   data: "plot-vpp-nfv-reconf-2n-skx"
8220   include:
8221     - "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"
8222     - "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"
8223     - "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"
8224     - "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"
8225     - "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"
8226     - "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"
8227   layout:
8228     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8229     layout: "plot-throughput"
8230
8231 - type: "plot"
8232   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8233   algorithm: "plot_nf_reconf_box_name"
8234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8235   data: "plot-vpp-nfv-reconf-2n-skx"
8236   include:
8237     - "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"
8238     - "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"
8239     - "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"
8240     - "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"
8241     - "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"
8242     - "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"
8243   layout:
8244     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8245     layout: "plot-throughput"
8246
8247 ###############################################################################
8248
8249 # Reconf tests 2n-clx
8250
8251 - type: "plot"
8252   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8253   algorithm: "plot_nf_reconf_box_name"
8254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8255   data: "plot-vpp-nfv-reconf-2n-clx"
8256   include:
8257     - "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"
8258     - "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"
8259     - "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"
8260     - "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"
8261   layout:
8262     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8263     layout: "plot-throughput"
8264
8265 - type: "plot"
8266   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8267   algorithm: "plot_nf_reconf_box_name"
8268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8269   data: "plot-vpp-nfv-reconf-2n-clx"
8270   include:
8271     - "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"
8272     - "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"
8273     - "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"
8274     - "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"
8275   layout:
8276     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8277     layout: "plot-throughput"
8278
8279 - type: "plot"
8280   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8281   algorithm: "plot_nf_reconf_box_name"
8282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8283   data: "plot-vpp-nfv-reconf-2n-clx"
8284   include:
8285     - "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"
8286     - "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"
8287     - "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"
8288     - "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"
8289   layout:
8290     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8291     layout: "plot-throughput"
8292
8293 ###############################################################################
8294
8295 # Plots - NF Density - VSC - MRR IMIX
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file-type: ".html"
8300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8301   data: "plot-vpp-nfv-2n-skx-mrr"
8302   filter: "'NIC_Intel-XXV710' and
8303            'NF_DENSITY' and
8304            'VHOST' and
8305            not 'VXLAN' and
8306            'CHAIN' and
8307            'NF_VPPIP4' and
8308            'IMIX' and
8309            '2T1C' and
8310            'MRR'"
8311   parameters:
8312   - "result"
8313   - "name"
8314   - "tags"
8315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = VNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8328   data: "plot-vpp-nfv-2n-skx-mrr"
8329   filter: "'NIC_Intel-XXV710' and
8330            'NF_DENSITY' and
8331            'VHOST' and
8332            not 'VXLAN' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IMIX' and
8336            '4T2C' and
8337            'MRR'"
8338   parameters:
8339   - "result"
8340   - "name"
8341   - "tags"
8342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = VNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8348     layout: "plot-service-density"
8349
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8355   data: "plot-vpp-nfv-2n-skx-mrr"
8356   filter: "'NIC_Intel-XXV710' and
8357            'NF_DENSITY' and
8358            'VHOST' and
8359            not 'VXLAN' and
8360            'CHAIN' and
8361            'NF_VPPIP4' and
8362            'IMIX' and
8363            '8T4C' and
8364            'MRR'"
8365   parameters:
8366   - "result"
8367   - "name"
8368   - "tags"
8369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8370   x-axis: "X = VNFs per Service Chain"
8371   y-axis: "Y = Number of Service Chains"
8372   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8373   layout:
8374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8375     layout: "plot-service-density"
8376
8377 # Plots - NF Density - VSC - NDR IMIX
8378 - type: "plot"
8379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8380   algorithm: "plot_nf_heatmap"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8383   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8384   filter: "'NIC_Intel-XXV710' and
8385            'NF_DENSITY' and
8386            'VHOST' and
8387            not 'VXLAN' and
8388            'CHAIN' and
8389            'NF_VPPIP4' and
8390            'IMIX' and
8391            '2T1C' and
8392            'NDRPDR'"
8393   parameters:
8394   - "throughput"
8395   - "name"
8396   - "tags"
8397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8398   x-axis: "X = VNFs per Service Chain"
8399   y-axis: "Y = Number of Service Chains"
8400   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8401   layout:
8402     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8403     layout: "plot-service-density"
8404
8405 - type: "plot"
8406   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8407   algorithm: "plot_nf_heatmap"
8408   output-file-type: ".html"
8409   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8410   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8411   filter: "'NIC_Intel-XXV710' and
8412            'NF_DENSITY' and
8413            'VHOST' and
8414            not 'VXLAN' and
8415            'CHAIN' and
8416            'NF_VPPIP4' and
8417            'IMIX' and
8418            '4T2C' and
8419            'NDRPDR'"
8420   parameters:
8421   - "throughput"
8422   - "name"
8423   - "tags"
8424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8425   x-axis: "X = VNFs per Service Chain"
8426   y-axis: "Y = Number of Service Chains"
8427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8428   layout:
8429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8430     layout: "plot-service-density"
8431
8432 - type: "plot"
8433   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8434   algorithm: "plot_nf_heatmap"
8435   output-file-type: ".html"
8436   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8437   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8438   filter: "'NIC_Intel-XXV710' and
8439            'NF_DENSITY' and
8440            'VHOST' and
8441            not 'VXLAN' and
8442            'CHAIN' and
8443            'NF_VPPIP4' and
8444            'IMIX' and
8445            '8T4C' and
8446            'NDRPDR'"
8447   parameters:
8448   - "throughput"
8449   - "name"
8450   - "tags"
8451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8452   x-axis: "X = VNFs per Service Chain"
8453   y-axis: "Y = Number of Service Chains"
8454   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8455   layout:
8456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8457     layout: "plot-service-density"
8458
8459 # Plots - NF Density - VSC - PDR IMIX
8460 - type: "plot"
8461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8462   algorithm: "plot_nf_heatmap"
8463   output-file-type: ".html"
8464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8465   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8466   filter: "'NIC_Intel-XXV710' and
8467            'NF_DENSITY' and
8468            'VHOST' and
8469            not 'VXLAN' and
8470            'CHAIN' and
8471            'NF_VPPIP4' and
8472            'IMIX' and
8473            '2T1C' and
8474            'NDRPDR'"
8475   parameters:
8476   - "throughput"
8477   - "name"
8478   - "tags"
8479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = VNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8485     layout: "plot-service-density"
8486
8487 - type: "plot"
8488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8489   algorithm: "plot_nf_heatmap"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8493   filter: "'NIC_Intel-XXV710' and
8494            'NF_DENSITY' and
8495            'VHOST' and
8496            not 'VXLAN' and
8497            'CHAIN' and
8498            'NF_VPPIP4' and
8499            'IMIX' and
8500            '4T2C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = VNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8512     layout: "plot-service-density"
8513
8514 - type: "plot"
8515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8516   algorithm: "plot_nf_heatmap"
8517   output-file-type: ".html"
8518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8519   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8520   filter: "'NIC_Intel-XXV710' and
8521            'NF_DENSITY' and
8522            'VHOST' and
8523            not 'VXLAN' and
8524            'CHAIN' and
8525            'NF_VPPIP4' and
8526            'IMIX' and
8527            '8T4C' and
8528            'NDRPDR'"
8529   parameters:
8530   - "throughput"
8531   - "name"
8532   - "tags"
8533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8534   x-axis: "X = VNFs per Service Chain"
8535   y-axis: "Y = Number of Service Chains"
8536   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8537   layout:
8538     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8539     layout: "plot-service-density"
8540
8541 ###############################################################################
8542
8543 # Plots - NF Density - VSC - MRR IMIX
8544 - type: "plot"
8545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8546   algorithm: "plot_nf_heatmap"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8549   data: "plot-vpp-nfv-2n-skx-mrr"
8550   filter: "'NIC_Intel-XXV710' and
8551            'NF_DENSITY' and
8552            'VHOST' and
8553            'VXLAN' and
8554            'CHAIN' and
8555            'IMIX' and
8556            '2T1C' and
8557            'MRR'"
8558   parameters:
8559   - "result"
8560   - "name"
8561   - "tags"
8562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8563   x-axis: "X = VNFs per Service Chain"
8564   y-axis: "Y = Number of Service Chains"
8565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8566   layout:
8567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8568     layout: "plot-service-density"
8569
8570 - type: "plot"
8571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8572   algorithm: "plot_nf_heatmap"
8573   output-file-type: ".html"
8574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8575   data: "plot-vpp-nfv-2n-skx-mrr"
8576   filter: "'NIC_Intel-XXV710' and
8577            'NF_DENSITY' and
8578            'VHOST' and
8579            'VXLAN' and
8580            'CHAIN' and
8581            'IMIX' and
8582            '4T2C' and
8583            'MRR'"
8584   parameters:
8585   - "result"
8586   - "name"
8587   - "tags"
8588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8589   x-axis: "X = VNFs per Service Chain"
8590   y-axis: "Y = Number of Service Chains"
8591   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8592   layout:
8593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8594     layout: "plot-service-density"
8595
8596 - type: "plot"
8597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8598   algorithm: "plot_nf_heatmap"
8599   output-file-type: ".html"
8600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8601   data: "plot-vpp-nfv-2n-skx-mrr"
8602   filter: "'NIC_Intel-XXV710' and
8603            'NF_DENSITY' and
8604            'VHOST' and
8605            'VXLAN' and
8606            'CHAIN' and
8607            'IMIX' and
8608            '8T4C' and
8609            'MRR'"
8610   parameters:
8611   - "result"
8612   - "name"
8613   - "tags"
8614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = VNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8620     layout: "plot-service-density"
8621
8622 # Plots - NF Density - VSC - NDR IMIX
8623 - type: "plot"
8624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8625   algorithm: "plot_nf_heatmap"
8626   output-file-type: ".html"
8627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8628   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8629   filter: "'NIC_Intel-XXV710' and
8630            'NF_DENSITY' and
8631            'VHOST' and
8632            'VXLAN' and
8633            'CHAIN' and
8634            'IMIX' and
8635            '2T1C' and
8636            'NDRPDR'"
8637   parameters:
8638   - "throughput"
8639   - "name"
8640   - "tags"
8641   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8642   x-axis: "X = VNFs per Service Chain"
8643   y-axis: "Y = Number of Service Chains"
8644   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8645   layout:
8646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8647     layout: "plot-service-density"
8648
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8654   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8655   filter: "'NIC_Intel-XXV710' and
8656            'NF_DENSITY' and
8657            'VHOST' and
8658            'VXLAN' and
8659            'CHAIN' and
8660            'IMIX' and
8661            '4T2C' and
8662            'NDRPDR'"
8663   parameters:
8664   - "throughput"
8665   - "name"
8666   - "tags"
8667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8668   x-axis: "X = VNFs per Service Chain"
8669   y-axis: "Y = Number of Service Chains"
8670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8671   layout:
8672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8673     layout: "plot-service-density"
8674
8675 - type: "plot"
8676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8677   algorithm: "plot_nf_heatmap"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8680   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8681   filter: "'NIC_Intel-XXV710' and
8682            'NF_DENSITY' and
8683            'VHOST' and
8684            'VXLAN' and
8685            'CHAIN' and
8686            'IMIX' and
8687            '8T4C' and
8688            'NDRPDR'"
8689   parameters:
8690   - "throughput"
8691   - "name"
8692   - "tags"
8693   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8694   x-axis: "X = VNFs per Service Chain"
8695   y-axis: "Y = Number of Service Chains"
8696   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8697   layout:
8698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8699     layout: "plot-service-density"
8700
8701 # Plots - NF Density - VSC - PDR IMIX
8702 - type: "plot"
8703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8704   algorithm: "plot_nf_heatmap"
8705   output-file-type: ".html"
8706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8707   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8708   filter: "'NIC_Intel-XXV710' and
8709            'NF_DENSITY' and
8710            'VHOST' and
8711            'VXLAN' and
8712            'CHAIN' and
8713            'IMIX' and
8714            '2T1C' and
8715            'NDRPDR'"
8716   parameters:
8717   - "throughput"
8718   - "name"
8719   - "tags"
8720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8721   x-axis: "X = VNFs per Service Chain"
8722   y-axis: "Y = Number of Service Chains"
8723   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8724   layout:
8725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8726     layout: "plot-service-density"
8727
8728 - type: "plot"
8729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8730   algorithm: "plot_nf_heatmap"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8733   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8734   filter: "'NIC_Intel-XXV710' and
8735            'NF_DENSITY' and
8736            'VHOST' and
8737            'VXLAN' and
8738            'CHAIN' and
8739            'IMIX' and
8740            '4T2C' and
8741            'NDRPDR'"
8742   parameters:
8743   - "throughput"
8744   - "name"
8745   - "tags"
8746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8747   x-axis: "X = VNFs per Service Chain"
8748   y-axis: "Y = Number of Service Chains"
8749   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8750   layout:
8751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8752     layout: "plot-service-density"
8753
8754 - type: "plot"
8755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8756   algorithm: "plot_nf_heatmap"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8759   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8760   filter: "'NIC_Intel-XXV710' and
8761            'NF_DENSITY' and
8762            'VHOST' and
8763            'VXLAN' and
8764            'CHAIN' and
8765            'IMIX' and
8766            '8T4C' and
8767            'NDRPDR'"
8768   parameters:
8769   - "throughput"
8770   - "name"
8771   - "tags"
8772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8773   x-axis: "X = VNFs per Service Chain"
8774   y-axis: "Y = Number of Service Chains"
8775   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8776   layout:
8777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8778     layout: "plot-service-density"
8779
8780 ###############################################################################
8781
8782 # Plots - NF Density - CSC - MRR IMIX
8783 - type: "plot"
8784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8785   algorithm: "plot_nf_heatmap"
8786   output-file-type: ".html"
8787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8788   data: "plot-vpp-nfv-2n-skx-mrr"
8789   filter: "'NIC_Intel-XXV710' and
8790            'NF_DENSITY' and
8791            'DOCKER' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IMIX' and
8795            '2T1C' and
8796            'MRR'"
8797   parameters:
8798   - "result"
8799   - "name"
8800   - "tags"
8801   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8802   x-axis: "X = CNFs per Service Chain"
8803   y-axis: "Y = Number of Service Chains"
8804   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8805   layout:
8806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8807     layout: "plot-service-density"
8808
8809 - type: "plot"
8810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8811   algorithm: "plot_nf_heatmap"
8812   output-file-type: ".html"
8813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8814   data: "plot-vpp-nfv-2n-skx-mrr"
8815   filter: "'NIC_Intel-XXV710' and
8816            'NF_DENSITY' and
8817            'DOCKER' and
8818            'CHAIN' and
8819            'NF_VPPIP4' and
8820            'IMIX' and
8821            '4T2C' and
8822            'MRR'"
8823   parameters:
8824   - "result"
8825   - "name"
8826   - "tags"
8827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8828   x-axis: "X = CNFs per Service Chain"
8829   y-axis: "Y = Number of Service Chains"
8830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8831   layout:
8832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8833     layout: "plot-service-density"
8834
8835 - type: "plot"
8836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8837   algorithm: "plot_nf_heatmap"
8838   output-file-type: ".html"
8839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8840   data: "plot-vpp-nfv-2n-skx-mrr"
8841   filter: "'NIC_Intel-XXV710' and
8842            'NF_DENSITY' and
8843            'DOCKER' and
8844            'CHAIN' and
8845            'NF_VPPIP4' and
8846            'IMIX' and
8847            '8T4C' and
8848            'MRR'"
8849   parameters:
8850   - "result"
8851   - "name"
8852   - "tags"
8853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8854   x-axis: "X = CNFs per Service Chain"
8855   y-axis: "Y = Number of Service Chains"
8856   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8857   layout:
8858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8859     layout: "plot-service-density"
8860
8861 # Plots - NF Density - CSC - NDR IMIX
8862 - type: "plot"
8863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8864   algorithm: "plot_nf_heatmap"
8865   output-file-type: ".html"
8866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8867   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8868   filter: "'NIC_Intel-XXV710' and
8869            'NF_DENSITY' and
8870            'DOCKER' and
8871            'CHAIN' and
8872            'NF_VPPIP4' and
8873            'IMIX' and
8874            '2T1C' and
8875            'NDRPDR'"
8876   parameters:
8877   - "throughput"
8878   - "name"
8879   - "tags"
8880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8881   x-axis: "X = CNFs per Service Chain"
8882   y-axis: "Y = Number of Service Chains"
8883   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8884   layout:
8885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8886     layout: "plot-service-density"
8887
8888 - type: "plot"
8889   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8890   algorithm: "plot_nf_heatmap"
8891   output-file-type: ".html"
8892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8893   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8894   filter: "'NIC_Intel-XXV710' and
8895            'NF_DENSITY' and
8896            'DOCKER' and
8897            'CHAIN' and
8898            'NF_VPPIP4' and
8899            'IMIX' and
8900            '4T2C' and
8901            'NDRPDR'"
8902   parameters:
8903   - "throughput"
8904   - "name"
8905   - "tags"
8906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8907   x-axis: "X = CNFs per Service Chain"
8908   y-axis: "Y = Number of Service Chains"
8909   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8910   layout:
8911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8912     layout: "plot-service-density"
8913
8914 - type: "plot"
8915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8916   algorithm: "plot_nf_heatmap"
8917   output-file-type: ".html"
8918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8919   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8920   filter: "'NIC_Intel-XXV710' and
8921            'NF_DENSITY' and
8922            'DOCKER' and
8923            'CHAIN' and
8924            'NF_VPPIP4' and
8925            'IMIX' and
8926            '8T4C' and
8927            'NDRPDR'"
8928   parameters:
8929   - "throughput"
8930   - "name"
8931   - "tags"
8932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8933   x-axis: "X = CNFs per Service Chain"
8934   y-axis: "Y = Number of Service Chains"
8935   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8936   layout:
8937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8938     layout: "plot-service-density"
8939
8940 # Plots - NF Density - CSC - PDR IMIX
8941 - type: "plot"
8942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8943   algorithm: "plot_nf_heatmap"
8944   output-file-type: ".html"
8945   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8946   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8947   filter: "'NIC_Intel-XXV710' and
8948            'NF_DENSITY' and
8949            'DOCKER' and
8950            'CHAIN' and
8951            'NF_VPPIP4' and
8952            'IMIX' and
8953            '2T1C' and
8954            'NDRPDR'"
8955   parameters:
8956   - "throughput"
8957   - "name"
8958   - "tags"
8959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8960   x-axis: "X = CNFs per Service Chain"
8961   y-axis: "Y = Number of Service Chains"
8962   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8963   layout:
8964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8965     layout: "plot-service-density"
8966
8967 - type: "plot"
8968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8969   algorithm: "plot_nf_heatmap"
8970   output-file-type: ".html"
8971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8972   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8973   filter: "'NIC_Intel-XXV710' and
8974            'NF_DENSITY' and
8975            'DOCKER' and
8976            'CHAIN' and
8977            'NF_VPPIP4' and
8978            'IMIX' and
8979            '4T2C' and
8980            'NDRPDR'"
8981   parameters:
8982   - "throughput"
8983   - "name"
8984   - "tags"
8985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8986   x-axis: "X = CNFs per Service Chain"
8987   y-axis: "Y = Number of Service Chains"
8988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8989   layout:
8990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8991     layout: "plot-service-density"
8992
8993 - type: "plot"
8994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8995   algorithm: "plot_nf_heatmap"
8996   output-file-type: ".html"
8997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8998   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8999   filter: "'NIC_Intel-XXV710' and
9000            'NF_DENSITY' and
9001            'DOCKER' and
9002            'CHAIN' and
9003            'NF_VPPIP4' and
9004            'IMIX' and
9005            '8T4C' and
9006            'NDRPDR'"
9007   parameters:
9008   - "throughput"
9009   - "name"
9010   - "tags"
9011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9012   x-axis: "X = CNFs per Service Chain"
9013   y-axis: "Y = Number of Service Chains"
9014   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9015   layout:
9016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9017     layout: "plot-service-density"
9018
9019 ################################################################################
9020 #
9021 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9022 #- type: "plot"
9023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9024 #  algorithm: "plot_nf_heatmap"
9025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
9026 #  data: "plot-vpp-nfv-3n-skx-mrr"
9027 #  filter: "'NIC_Intel-XXV710' and
9028 #           'NF_DENSITY' and
9029 #           'DOCKER' and
9030 #           'CHAIN' and
9031 #           'NF_VPPIP4' and
9032 #           'IPSEC' and
9033 #           'TNL_4' and
9034 #           'IMIX' and
9035 #           '2T1C' and
9036 #           'MRR'"
9037 #  parameters:
9038 #  - "result"
9039 #  - "name"
9040 #  - "tags"
9041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9042 #  x-axis: "X = CNFs per Service Chain"
9043 #  y-axis: "Y = Number of Service Chains"
9044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9045 #  layout:
9046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9047 #    layout: "plot-service-density"
9048 #
9049 #- type: "plot"
9050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9051 #  algorithm: "plot_nf_heatmap"
9052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
9053 #  data: "plot-vpp-nfv-3n-skx-mrr"
9054 #  filter: "'NIC_Intel-XXV710' and
9055 #           'NF_DENSITY' and
9056 #           'DOCKER' and
9057 #           'CHAIN' and
9058 #           'NF_VPPIP4' and
9059 #           'IPSEC' and
9060 #           'TNL_4' and
9061 #           'IMIX' and
9062 #           '4T2C' and
9063 #           'MRR'"
9064 #  parameters:
9065 #  - "result"
9066 #  - "name"
9067 #  - "tags"
9068 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9072 #  layout:
9073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9074 #    layout: "plot-service-density"
9075 #
9076 #- type: "plot"
9077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9078 #  algorithm: "plot_nf_heatmap"
9079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
9080 #  data: "plot-vpp-nfv-3n-skx-mrr"
9081 #  filter: "'NIC_Intel-XXV710' and
9082 #           'NF_DENSITY' and
9083 #           'DOCKER' and
9084 #           'CHAIN' and
9085 #           'NF_VPPIP4' and
9086 #           'IPSEC' and
9087 #           'TNL_4' and
9088 #           'IMIX' and
9089 #           '8T4C' and
9090 #           'MRR'"
9091 #  parameters:
9092 #  - "result"
9093 #  - "name"
9094 #  - "tags"
9095 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9096 #  x-axis: "X = CNFs per Service Chain"
9097 #  y-axis: "Y = Number of Service Chains"
9098 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9099 #  layout:
9100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9101 #    layout: "plot-service-density"
9102
9103 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9104 - type: "plot"
9105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9106   algorithm: "plot_nf_heatmap"
9107   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
9108   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9109   filter: "'NIC_Intel-XXV710' and
9110            'NF_DENSITY' and
9111            'DOCKER' and
9112            'CHAIN' and
9113            'NF_VPPIP4' and
9114            'IPSEC' and
9115            'TNL_4' and
9116            'IMIX' and
9117            '2T1C' and
9118            'NDRPDR'"
9119   parameters:
9120   - "throughput"
9121   - "name"
9122   - "tags"
9123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9124   x-axis: "X = CNFs per Service Chain"
9125   y-axis: "Y = Number of Service Chains"
9126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9127   layout:
9128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9129     layout: "plot-service-density"
9130
9131 - type: "plot"
9132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9133   algorithm: "plot_nf_heatmap"
9134   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9135   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9136   filter: "'NIC_Intel-XXV710' and
9137            'NF_DENSITY' and
9138            'DOCKER' and
9139            'CHAIN' and
9140            'NF_VPPIP4' and
9141            'IPSEC' and
9142            'TNL_4' and
9143            'IMIX' and
9144            '4T2C' and
9145            'NDRPDR'"
9146   parameters:
9147   - "throughput"
9148   - "name"
9149   - "tags"
9150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9151   x-axis: "X = CNFs per Service Chain"
9152   y-axis: "Y = Number of Service Chains"
9153   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9154   layout:
9155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9156     layout: "plot-service-density"
9157
9158 - type: "plot"
9159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9160   algorithm: "plot_nf_heatmap"
9161   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9162   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9163   filter: "'NIC_Intel-XXV710' and
9164            'NF_DENSITY' and
9165            'DOCKER' and
9166            'CHAIN' and
9167            'NF_VPPIP4' and
9168            'IPSEC' and
9169            'TNL_4' and
9170            'IMIX' and
9171            '8T4C' and
9172            'NDRPDR'"
9173   parameters:
9174   - "throughput"
9175   - "name"
9176   - "tags"
9177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9178   x-axis: "X = CNFs per Service Chain"
9179   y-axis: "Y = Number of Service Chains"
9180   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9181   layout:
9182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9183     layout: "plot-service-density"
9184
9185 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9186 - type: "plot"
9187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9188   algorithm: "plot_nf_heatmap"
9189   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9190   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9191   filter: "'NIC_Intel-XXV710' and
9192            'NF_DENSITY' and
9193            'DOCKER' and
9194            'CHAIN' and
9195            'NF_VPPIP4' and
9196            'IPSEC' and
9197            'TNL_4' and
9198            'IMIX' and
9199            '2T1C' and
9200            'NDRPDR'"
9201   parameters:
9202   - "throughput"
9203   - "name"
9204   - "tags"
9205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9206   x-axis: "X = CNFs per Service Chain"
9207   y-axis: "Y = Number of Service Chains"
9208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9209   layout:
9210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9211     layout: "plot-service-density"
9212
9213 - type: "plot"
9214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9215   algorithm: "plot_nf_heatmap"
9216   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9217   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9218   filter: "'NIC_Intel-XXV710' and
9219            'NF_DENSITY' and
9220            'DOCKER' and
9221            'CHAIN' and
9222            'NF_VPPIP4' and
9223            'IPSEC' and
9224            'TNL_4' and
9225            'IMIX' and
9226            '4T2C' and
9227            'NDRPDR'"
9228   parameters:
9229   - "throughput"
9230   - "name"
9231   - "tags"
9232   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9233   x-axis: "X = CNFs per Service Chain"
9234   y-axis: "Y = Number of Service Chains"
9235   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9236   layout:
9237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9238     layout: "plot-service-density"
9239
9240 - type: "plot"
9241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9242   algorithm: "plot_nf_heatmap"
9243   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9244   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9245   filter: "'NIC_Intel-XXV710' and
9246            'NF_DENSITY' and
9247            'DOCKER' and
9248            'CHAIN' and
9249            'NF_VPPIP4' and
9250            'IPSEC' and
9251            'TNL_4' and
9252            'IMIX' and
9253            '8T4C' and
9254            'NDRPDR'"
9255   parameters:
9256   - "throughput"
9257   - "name"
9258   - "tags"
9259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9260   x-axis: "X = CNFs per Service Chain"
9261   y-axis: "Y = Number of Service Chains"
9262   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9263   layout:
9264     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9265     layout: "plot-service-density"
9266
9267 ###############################################################################
9268
9269 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9270 #- type: "plot"
9271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9272 #  algorithm: "plot_nf_heatmap"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9274 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9275 #  filter: "'NIC_Intel-XL710' and
9276 #           'NF_DENSITY' and
9277 #           'DOCKER' and
9278 #           'CHAIN' and
9279 #           'NF_VPPIP4' and
9280 #           'IMIX' and
9281 #           'TNL_4' and
9282 #           '1T1C' and
9283 #           'MRR'"
9284 #  parameters:
9285 #  - "result"
9286 #  - "name"
9287 #  - "tags"
9288 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9289 #  x-axis: "X = CNFs per Service Chain"
9290 #  y-axis: "Y = Number of Service Chains"
9291 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9292 #  layout:
9293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9294 #    layout: "plot-service-density"
9295 #
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9300 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9301 #  filter: "'NIC_Intel-XL710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'CHAIN' and
9305 #           'NF_VPPIP4' and
9306 #           'IPSEC' and
9307 #           'TNL_4' and
9308 #           'IMIX' and
9309 #           '2T2C' and
9310 #           'MRR'"
9311 #  parameters:
9312 #  - "result"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Chain"
9317 #  y-axis: "Y = Number of Service Chains"
9318 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9321 #    layout: "plot-service-density"
9322 #
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9327 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9328 #  filter: "'NIC_Intel-XL710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'CHAIN' and
9332 #           'NF_VPPIP4' and
9333 #           'IPSEC' and
9334 #           'TNL_4' and
9335 #           'IMIX' and
9336 #           '4T4C' and
9337 #           'MRR'"
9338 #  parameters:
9339 #  - "result"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = CNFs per Service Chain"
9344 #  y-axis: "Y = Number of Service Chains"
9345 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9348 #    layout: "plot-service-density"
9349
9350 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9351 #- type: "plot"
9352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9353 #  algorithm: "plot_nf_heatmap"
9354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9355 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9356 #  filter: "'NIC_Intel-XL710' and
9357 #           'NF_DENSITY' and
9358 #           'DOCKER' and
9359 #           'CHAIN' and
9360 #           'NF_VPPIP4' and
9361 #           'IPSEC' and
9362 #           'TNL_4' and
9363 #           'IMIX' and
9364 #           '1T1C' and
9365 #           'NDRPDR'"
9366 #  parameters:
9367 #  - "throughput"
9368 #  - "name"
9369 #  - "tags"
9370 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9371 #  x-axis: "X = CNFs per Service Chain"
9372 #  y-axis: "Y = Number of Service Chains"
9373 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9374 #  layout:
9375 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9376 #    layout: "plot-service-density"
9377 #
9378 #- type: "plot"
9379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9380 #  algorithm: "plot_nf_heatmap"
9381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9382 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9383 #  filter: "'NIC_Intel-XL710' and
9384 #           'NF_DENSITY' and
9385 #           'DOCKER' and
9386 #           'CHAIN' and
9387 #           'NF_VPPIP4' and
9388 #           'IPSEC' and
9389 #           'TNL_4' and
9390 #           'IMIX' and
9391 #           '2T2C' and
9392 #           'NDRPDR'"
9393 #  parameters:
9394 #  - "throughput"
9395 #  - "name"
9396 #  - "tags"
9397 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9398 #  x-axis: "X = CNFs per Service Chain"
9399 #  y-axis: "Y = Number of Service Chains"
9400 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9401 #  layout:
9402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9403 #    layout: "plot-service-density"
9404 #
9405 #- type: "plot"
9406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9407 #  algorithm: "plot_nf_heatmap"
9408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9409 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9410 #  filter: "'NIC_Intel-XL710' and
9411 #           'NF_DENSITY' and
9412 #           'DOCKER' and
9413 #           'CHAIN' and
9414 #           'NF_VPPIP4' and
9415 #           'IPSEC' and
9416 #           'TNL_4' and
9417 #           'IMIX' and
9418 #           '4T4C' and
9419 #           'NDRPDR'"
9420 #  parameters:
9421 #  - "throughput"
9422 #  - "name"
9423 #  - "tags"
9424 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9425 #  x-axis: "X = CNFs per Service Chain"
9426 #  y-axis: "Y = Number of Service Chains"
9427 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9428 #  layout:
9429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9430 #    layout: "plot-service-density"
9431 #
9432 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9433 #- type: "plot"
9434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9435 #  algorithm: "plot_nf_heatmap"
9436 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9437 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9438 #  filter: "'NIC_Intel-XL710' and
9439 #           'NF_DENSITY' and
9440 #           'DOCKER' and
9441 #           'CHAIN' and
9442 #           'NF_VPPIP4' and
9443 #           'IPSEC' and
9444 #           'TNL_4' and
9445 #           'IMIX' and
9446 #           '1T1C' and
9447 #           'NDRPDR'"
9448 #  parameters:
9449 #  - "throughput"
9450 #  - "name"
9451 #  - "tags"
9452 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9453 #  x-axis: "X = CNFs per Service Chain"
9454 #  y-axis: "Y = Number of Service Chains"
9455 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9456 #  layout:
9457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9458 #    layout: "plot-service-density"
9459 #
9460 #- type: "plot"
9461 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9462 #  algorithm: "plot_nf_heatmap"
9463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9464 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9465 #  filter: "'NIC_Intel-XL710' and
9466 #           'NF_DENSITY' and
9467 #           'DOCKER' and
9468 #           'CHAIN' and
9469 #           'NF_VPPIP4' and
9470 #           'IPSEC' and
9471 #           'TNL_4' and
9472 #           'IMIX' and
9473 #           '2T2C' and
9474 #           'NDRPDR'"
9475 #  parameters:
9476 #  - "throughput"
9477 #  - "name"
9478 #  - "tags"
9479 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9480 #  x-axis: "X = CNFs per Service Chain"
9481 #  y-axis: "Y = Number of Service Chains"
9482 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9483 #  layout:
9484 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9485 #    layout: "plot-service-density"
9486 #
9487 #- type: "plot"
9488 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9489 #  algorithm: "plot_nf_heatmap"
9490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9491 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9492 #  filter: "'NIC_Intel-XL710' and
9493 #           'NF_DENSITY' and
9494 #           'DOCKER' and
9495 #           'CHAIN' and
9496 #           'NF_VPPIP4' and
9497 #           'IPSEC' and
9498 #           'TNL_4' and
9499 #           'IMIX' and
9500 #           '4T4C' and
9501 #           'NDRPDR'"
9502 #  parameters:
9503 #  - "throughput"
9504 #  - "name"
9505 #  - "tags"
9506 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9507 #  x-axis: "X = CNFs per Service Chain"
9508 #  y-axis: "Y = Number of Service Chains"
9509 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9510 #  layout:
9511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9512 #    layout: "plot-service-density"
9513
9514 ###############################################################################
9515
9516 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9517 #- type: "plot"
9518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9519 #  algorithm: "plot_nf_heatmap"
9520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9521 #  data: "plot-vpp-nfv-3n-skx-mrr"
9522 #  filter: "'NIC_Intel-XXV710' and
9523 #           'NF_DENSITY' and
9524 #           'DOCKER' and
9525 #           'CHAIN' and
9526 #           'NF_VPPIP4' and
9527 #           'IPSEC' and
9528 #           'TNL_1000' and
9529 #           'IMIX' and
9530 #           '2T1C' and
9531 #           'MRR'"
9532 #  parameters:
9533 #  - "result"
9534 #  - "name"
9535 #  - "tags"
9536 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9540 #  layout:
9541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9542 #    layout: "plot-service-density"
9543 #
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9548 #  data: "plot-vpp-nfv-3n-skx-mrr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'CHAIN' and
9553 #           'NF_VPPIP4' and
9554 #           'IPSEC' and
9555 #           'TNL_1000' and
9556 #           'IMIX' and
9557 #           '4T2C' and
9558 #           'MRR'"
9559 #  parameters:
9560 #  - "result"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "MRR" # "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 MRR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9569 #    layout: "plot-service-density"
9570 #
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9575 #  data: "plot-vpp-nfv-3n-skx-mrr"
9576 #  filter: "'NIC_Intel-XXV710' and
9577 #           'NF_DENSITY' and
9578 #           'DOCKER' and
9579 #           'CHAIN' and
9580 #           'NF_VPPIP4' and
9581 #           'IPSEC' and
9582 #           'TNL_1000' and
9583 #           'IMIX' and
9584 #           '8T4C' and
9585 #           'MRR'"
9586 #  parameters:
9587 #  - "result"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = CNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9596 #    layout: "plot-service-density"
9597
9598 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9599 - type: "plot"
9600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9601   algorithm: "plot_nf_heatmap"
9602   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9603   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9604   filter: "'NIC_Intel-XXV710' and
9605            'NF_DENSITY' and
9606            'DOCKER' and
9607            'CHAIN' and
9608            'NF_VPPIP4' and
9609            'IPSEC' and
9610            'TNL_1000' and
9611            'IMIX' and
9612            '2T1C' and
9613            'NDRPDR'"
9614   parameters:
9615   - "throughput"
9616   - "name"
9617   - "tags"
9618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9619   x-axis: "X = CNFs per Service Chain"
9620   y-axis: "Y = Number of Service Chains"
9621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9622   layout:
9623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9624     layout: "plot-service-density"
9625
9626 - type: "plot"
9627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9628   algorithm: "plot_nf_heatmap"
9629   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9630   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9631   filter: "'NIC_Intel-XXV710' and
9632            'NF_DENSITY' and
9633            'DOCKER' and
9634            'CHAIN' and
9635            'NF_VPPIP4' and
9636            'IPSEC' and
9637            'TNL_1000' and
9638            'IMIX' and
9639            '4T2C' and
9640            'NDRPDR'"
9641   parameters:
9642   - "throughput"
9643   - "name"
9644   - "tags"
9645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9646   x-axis: "X = CNFs per Service Chain"
9647   y-axis: "Y = Number of Service Chains"
9648   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9649   layout:
9650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9651     layout: "plot-service-density"
9652
9653 - type: "plot"
9654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9655   algorithm: "plot_nf_heatmap"
9656   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9657   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9658   filter: "'NIC_Intel-XXV710' and
9659            'NF_DENSITY' and
9660            'DOCKER' and
9661            'CHAIN' and
9662            'NF_VPPIP4' and
9663            'IPSEC' and
9664            'TNL_1000' and
9665            'IMIX' and
9666            '8T4C' and
9667            'NDRPDR'"
9668   parameters:
9669   - "throughput"
9670   - "name"
9671   - "tags"
9672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9673   x-axis: "X = CNFs per Service Chain"
9674   y-axis: "Y = Number of Service Chains"
9675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9676   layout:
9677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9678     layout: "plot-service-density"
9679
9680 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9681 - type: "plot"
9682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9683   algorithm: "plot_nf_heatmap"
9684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9685   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9686   filter: "'NIC_Intel-XXV710' and
9687            'NF_DENSITY' and
9688            'DOCKER' and
9689            'CHAIN' and
9690            'NF_VPPIP4' and
9691            'IPSEC' and
9692            'TNL_1000' and
9693            'IMIX' and
9694            '2T1C' and
9695            'NDRPDR'"
9696   parameters:
9697   - "throughput"
9698   - "name"
9699   - "tags"
9700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9701   x-axis: "X = CNFs per Service Chain"
9702   y-axis: "Y = Number of Service Chains"
9703   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9704   layout:
9705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9706     layout: "plot-service-density"
9707
9708 - type: "plot"
9709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9710   algorithm: "plot_nf_heatmap"
9711   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9712   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9713   filter: "'NIC_Intel-XXV710' and
9714            'NF_DENSITY' and
9715            'DOCKER' and
9716            'CHAIN' and
9717            'NF_VPPIP4' and
9718            'IPSEC' and
9719            'TNL_1000' and
9720            'IMIX' and
9721            '4T2C' and
9722            'NDRPDR'"
9723   parameters:
9724   - "throughput"
9725   - "name"
9726   - "tags"
9727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9728   x-axis: "X = CNFs per Service Chain"
9729   y-axis: "Y = Number of Service Chains"
9730   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9731   layout:
9732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9733     layout: "plot-service-density"
9734
9735 - type: "plot"
9736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9737   algorithm: "plot_nf_heatmap"
9738   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9739   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9740   filter: "'NIC_Intel-XXV710' and
9741            'NF_DENSITY' and
9742            'DOCKER' and
9743            'CHAIN' and
9744            'NF_VPPIP4' and
9745            'IPSEC' and
9746            'TNL_1000' and
9747            'IMIX' and
9748            '8T4C' and
9749            'NDRPDR'"
9750   parameters:
9751   - "throughput"
9752   - "name"
9753   - "tags"
9754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9755   x-axis: "X = CNFs per Service Chain"
9756   y-axis: "Y = Number of Service Chains"
9757   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9758   layout:
9759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9760     layout: "plot-service-density"
9761
9762 ###############################################################################
9763
9764 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9765 #- type: "plot"
9766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9767 #  algorithm: "plot_nf_heatmap"
9768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9769 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9770 #  filter: "'NIC_Intel-XL710' and
9771 #           'NF_DENSITY' and
9772 #           'DOCKER' and
9773 #           'CHAIN' and
9774 #           'NF_VPPIP4' and
9775 #           'IMIX' and
9776 #           'TNL_1000' and
9777 #           '1T1C' and
9778 #           'MRR'"
9779 #  parameters:
9780 #  - "result"
9781 #  - "name"
9782 #  - "tags"
9783 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9784 #  x-axis: "X = CNFs per Service Chain"
9785 #  y-axis: "Y = Number of Service Chains"
9786 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9787 #  layout:
9788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9789 #    layout: "plot-service-density"
9790 #
9791 #- type: "plot"
9792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9793 #  algorithm: "plot_nf_heatmap"
9794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9795 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9796 #  filter: "'NIC_Intel-XL710' and
9797 #           'NF_DENSITY' and
9798 #           'DOCKER' and
9799 #           'CHAIN' and
9800 #           'NF_VPPIP4' and
9801 #           'IPSEC' and
9802 #           'TNL_1000' and
9803 #           'IMIX' and
9804 #           '2T2C' and
9805 #           'MRR'"
9806 #  parameters:
9807 #  - "result"
9808 #  - "name"
9809 #  - "tags"
9810 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9811 #  x-axis: "X = CNFs per Service Chain"
9812 #  y-axis: "Y = Number of Service Chains"
9813 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9814 #  layout:
9815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9816 #    layout: "plot-service-density"
9817 #
9818 #- type: "plot"
9819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9820 #  algorithm: "plot_nf_heatmap"
9821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9822 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9823 #  filter: "'NIC_Intel-XL710' and
9824 #           'NF_DENSITY' and
9825 #           'DOCKER' and
9826 #           'CHAIN' and
9827 #           'NF_VPPIP4' and
9828 #           'IPSEC' and
9829 #           'TNL_1000' and
9830 #           'IMIX' and
9831 #           '4T4C' and
9832 #           'MRR'"
9833 #  parameters:
9834 #  - "result"
9835 #  - "name"
9836 #  - "tags"
9837 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9838 #  x-axis: "X = CNFs per Service Chain"
9839 #  y-axis: "Y = Number of Service Chains"
9840 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9841 #  layout:
9842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9843 #    layout: "plot-service-density"
9844
9845 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9846 #- type: "plot"
9847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9848 #  algorithm: "plot_nf_heatmap"
9849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9850 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9851 #  filter: "'NIC_Intel-XL710' and
9852 #           'NF_DENSITY' and
9853 #           'DOCKER' and
9854 #           'CHAIN' and
9855 #           'NF_VPPIP4' and
9856 #           'IPSEC' and
9857 #           'TNL_1000' and
9858 #           'IMIX' and
9859 #           '1T1C' and
9860 #           'NDRPDR'"
9861 #  parameters:
9862 #  - "throughput"
9863 #  - "name"
9864 #  - "tags"
9865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9866 #  x-axis: "X = CNFs per Service Chain"
9867 #  y-axis: "Y = Number of Service Chains"
9868 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9869 #  layout:
9870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9871 #    layout: "plot-service-density"
9872 #
9873 #- type: "plot"
9874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9875 #  algorithm: "plot_nf_heatmap"
9876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9877 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9878 #  filter: "'NIC_Intel-XL710' and
9879 #           'NF_DENSITY' and
9880 #           'DOCKER' and
9881 #           'CHAIN' and
9882 #           'NF_VPPIP4' and
9883 #           'IPSEC' and
9884 #           'TNL_1000' and
9885 #           'IMIX' and
9886 #           '2T2C' and
9887 #           'NDRPDR'"
9888 #  parameters:
9889 #  - "throughput"
9890 #  - "name"
9891 #  - "tags"
9892 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9893 #  x-axis: "X = CNFs per Service Chain"
9894 #  y-axis: "Y = Number of Service Chains"
9895 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9896 #  layout:
9897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9898 #    layout: "plot-service-density"
9899 #
9900 #- type: "plot"
9901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9902 #  algorithm: "plot_nf_heatmap"
9903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9904 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9905 #  filter: "'NIC_Intel-XL710' and
9906 #           'NF_DENSITY' and
9907 #           'DOCKER' and
9908 #           'CHAIN' and
9909 #           'NF_VPPIP4' and
9910 #           'IPSEC' and
9911 #           'TNL_1000' and
9912 #           'IMIX' and
9913 #           '4T4C' and
9914 #           'NDRPDR'"
9915 #  parameters:
9916 #  - "throughput"
9917 #  - "name"
9918 #  - "tags"
9919 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9920 #  x-axis: "X = CNFs per Service Chain"
9921 #  y-axis: "Y = Number of Service Chains"
9922 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9923 #  layout:
9924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9925 #    layout: "plot-service-density"
9926 #
9927 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9928 #- type: "plot"
9929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9930 #  algorithm: "plot_nf_heatmap"
9931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9932 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9933 #  filter: "'NIC_Intel-XL710' and
9934 #           'NF_DENSITY' and
9935 #           'DOCKER' and
9936 #           'CHAIN' and
9937 #           'NF_VPPIP4' and
9938 #           'IPSEC' and
9939 #           'TNL_1000' and
9940 #           'IMIX' and
9941 #           '1T1C' and
9942 #           'NDRPDR'"
9943 #  parameters:
9944 #  - "throughput"
9945 #  - "name"
9946 #  - "tags"
9947 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9948 #  x-axis: "X = CNFs per Service Chain"
9949 #  y-axis: "Y = Number of Service Chains"
9950 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9951 #  layout:
9952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9953 #    layout: "plot-service-density"
9954 #
9955 #- type: "plot"
9956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9957 #  algorithm: "plot_nf_heatmap"
9958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9959 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9960 #  filter: "'NIC_Intel-XL710' and
9961 #           'NF_DENSITY' and
9962 #           'DOCKER' and
9963 #           'CHAIN' and
9964 #           'NF_VPPIP4' and
9965 #           'IPSEC' and
9966 #           'TNL_1000' and
9967 #           'IMIX' and
9968 #           '2T2C' and
9969 #           'NDRPDR'"
9970 #  parameters:
9971 #  - "throughput"
9972 #  - "name"
9973 #  - "tags"
9974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9975 #  x-axis: "X = CNFs per Service Chain"
9976 #  y-axis: "Y = Number of Service Chains"
9977 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9978 #  layout:
9979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9980 #    layout: "plot-service-density"
9981 #
9982 #- type: "plot"
9983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9984 #  algorithm: "plot_nf_heatmap"
9985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9986 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9987 #  filter: "'NIC_Intel-XL710' and
9988 #           'NF_DENSITY' and
9989 #           'DOCKER' and
9990 #           'CHAIN' and
9991 #           'NF_VPPIP4' and
9992 #           'IPSEC' and
9993 #           'TNL_1000' and
9994 #           'IMIX' and
9995 #           '4T4C' and
9996 #           'NDRPDR'"
9997 #  parameters:
9998 #  - "throughput"
9999 #  - "name"
10000 #  - "tags"
10001 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10002 #  x-axis: "X = CNFs per Service Chain"
10003 #  y-axis: "Y = Number of Service Chains"
10004 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10005 #  layout:
10006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
10007 #    layout: "plot-service-density"
10008
10009 ###############################################################################
10010
10011 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10012 #- type: "plot"
10013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10014 #  algorithm: "plot_nf_heatmap"
10015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
10016 #  data: "plot-vpp-nfv-3n-skx-mrr"
10017 #  filter: "'NIC_Intel-XXV710' and
10018 #           'NF_DENSITY' and
10019 #           'DOCKER' and
10020 #           'CHAIN' and
10021 #           'NF_VPPIP4' and
10022 #           'IPSEC' and
10023 #           'TNL_10000' and
10024 #           'IMIX' and
10025 #           '2T1C' and
10026 #           'MRR'"
10027 #  parameters:
10028 #  - "result"
10029 #  - "name"
10030 #  - "tags"
10031 #  include-tests: "MRR" # "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 MRR) [Mpps]"
10035 #  layout:
10036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10037 #    layout: "plot-service-density"
10038 #
10039 #- type: "plot"
10040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10041 #  algorithm: "plot_nf_heatmap"
10042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
10043 #  data: "plot-vpp-nfv-3n-skx-mrr"
10044 #  filter: "'NIC_Intel-XXV710' and
10045 #           'NF_DENSITY' and
10046 #           'DOCKER' and
10047 #           'CHAIN' and
10048 #           'NF_VPPIP4' and
10049 #           'IPSEC' and
10050 #           'TNL_10000' and
10051 #           'IMIX' and
10052 #           '4T2C' and
10053 #           'MRR'"
10054 #  parameters:
10055 #  - "result"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "MRR" # "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 MRR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10064 #    layout: "plot-service-density"
10065 #
10066 #- type: "plot"
10067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10068 #  algorithm: "plot_nf_heatmap"
10069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
10070 #  data: "plot-vpp-nfv-3n-skx-mrr"
10071 #  filter: "'NIC_Intel-XXV710' and
10072 #           'NF_DENSITY' and
10073 #           'DOCKER' and
10074 #           'CHAIN' and
10075 #           'NF_VPPIP4' and
10076 #           'IPSEC' and
10077 #           'TNL_10000' and
10078 #           'IMIX' and
10079 #           '8T4C' and
10080 #           'MRR'"
10081 #  parameters:
10082 #  - "result"
10083 #  - "name"
10084 #  - "tags"
10085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10086 #  x-axis: "X = CNFs per Service Chain"
10087 #  y-axis: "Y = Number of Service Chains"
10088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10089 #  layout:
10090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10091 #    layout: "plot-service-density"
10092
10093 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10094 - type: "plot"
10095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10096   algorithm: "plot_nf_heatmap"
10097   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
10098   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10099   filter: "'NIC_Intel-XXV710' and
10100            'NF_DENSITY' and
10101            'DOCKER' and
10102            'CHAIN' and
10103            'NF_VPPIP4' and
10104            'IPSEC' and
10105            'TNL_10000' and
10106            'IMIX' and
10107            '2T1C' and
10108            'NDRPDR'"
10109   parameters:
10110   - "throughput"
10111   - "name"
10112   - "tags"
10113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10114   x-axis: "X = CNFs per Service Chain"
10115   y-axis: "Y = Number of Service Chains"
10116   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10117   layout:
10118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10119     layout: "plot-service-density"
10120
10121 - type: "plot"
10122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10123   algorithm: "plot_nf_heatmap"
10124   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
10125   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10126   filter: "'NIC_Intel-XXV710' and
10127            'NF_DENSITY' and
10128            'DOCKER' and
10129            'CHAIN' and
10130            'NF_VPPIP4' and
10131            'IPSEC' and
10132            'TNL_10000' and
10133            'IMIX' and
10134            '4T2C' and
10135            'NDRPDR'"
10136   parameters:
10137   - "throughput"
10138   - "name"
10139   - "tags"
10140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141   x-axis: "X = CNFs per Service Chain"
10142   y-axis: "Y = Number of Service Chains"
10143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144   layout:
10145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10146     layout: "plot-service-density"
10147
10148 - type: "plot"
10149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10150   algorithm: "plot_nf_heatmap"
10151   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10152   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10153   filter: "'NIC_Intel-XXV710' and
10154            'NF_DENSITY' and
10155            'DOCKER' and
10156            'CHAIN' and
10157            'NF_VPPIP4' and
10158            'IPSEC' and
10159            'TNL_10000' and
10160            'IMIX' and
10161            '8T4C' and
10162            'NDRPDR'"
10163   parameters:
10164   - "throughput"
10165   - "name"
10166   - "tags"
10167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10168   x-axis: "X = CNFs per Service Chain"
10169   y-axis: "Y = Number of Service Chains"
10170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10171   layout:
10172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10173     layout: "plot-service-density"
10174
10175 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10176 - type: "plot"
10177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10178   algorithm: "plot_nf_heatmap"
10179   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10180   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10181   filter: "'NIC_Intel-XXV710' and
10182            'NF_DENSITY' and
10183            'DOCKER' and
10184            'CHAIN' and
10185            'NF_VPPIP4' and
10186            'IPSEC' and
10187            'TNL_10000' and
10188            'IMIX' and
10189            '2T1C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = CNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10207   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10208   filter: "'NIC_Intel-XXV710' and
10209            'NF_DENSITY' and
10210            'DOCKER' and
10211            'CHAIN' and
10212            'NF_VPPIP4' and
10213            'IPSEC' and
10214            'TNL_10000' and
10215            'IMIX' and
10216            '4T2C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = CNFs per Service Chain"
10224   y-axis: "Y = Number of Service Chains"
10225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10228     layout: "plot-service-density"
10229
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10234   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10235   filter: "'NIC_Intel-XXV710' and
10236            'NF_DENSITY' and
10237            'DOCKER' and
10238            'CHAIN' and
10239            'NF_VPPIP4' and
10240            'IPSEC' and
10241            'TNL_10000' and
10242            'IMIX' and
10243            '8T4C' and
10244            'NDRPDR'"
10245   parameters:
10246   - "throughput"
10247   - "name"
10248   - "tags"
10249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250   x-axis: "X = CNFs per Service Chain"
10251   y-axis: "Y = Number of Service Chains"
10252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10253   layout:
10254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10255     layout: "plot-service-density"
10256
10257 ###############################################################################
10258
10259 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10260 #- type: "plot"
10261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10262 #  algorithm: "plot_nf_heatmap"
10263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10264 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10265 #  filter: "'NIC_Intel-XL710' and
10266 #           'NF_DENSITY' and
10267 #           'DOCKER' and
10268 #           'CHAIN' and
10269 #           'NF_VPPIP4' and
10270 #           'IMIX' and
10271 #           'TNL_10000' and
10272 #           '1T1C' and
10273 #           'MRR'"
10274 #  parameters:
10275 #  - "result"
10276 #  - "name"
10277 #  - "tags"
10278 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10279 #  x-axis: "X = CNFs per Service Chain"
10280 #  y-axis: "Y = Number of Service Chains"
10281 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10282 #  layout:
10283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10284 #    layout: "plot-service-density"
10285 #
10286 #- type: "plot"
10287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10288 #  algorithm: "plot_nf_heatmap"
10289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10290 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10291 #  filter: "'NIC_Intel-XL710' and
10292 #           'NF_DENSITY' and
10293 #           'DOCKER' and
10294 #           'CHAIN' and
10295 #           'NF_VPPIP4' and
10296 #           'IPSEC' and
10297 #           'TNL_10000' and
10298 #           'IMIX' and
10299 #           '2T2C' and
10300 #           'MRR'"
10301 #  parameters:
10302 #  - "result"
10303 #  - "name"
10304 #  - "tags"
10305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10306 #  x-axis: "X = CNFs per Service Chain"
10307 #  y-axis: "Y = Number of Service Chains"
10308 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10309 #  layout:
10310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10311 #    layout: "plot-service-density"
10312 #
10313 #- type: "plot"
10314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10315 #  algorithm: "plot_nf_heatmap"
10316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10317 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10318 #  filter: "'NIC_Intel-XL710' and
10319 #           'NF_DENSITY' and
10320 #           'DOCKER' and
10321 #           'CHAIN' and
10322 #           'NF_VPPIP4' and
10323 #           'IPSEC' and
10324 #           'TNL_10000' and
10325 #           'IMIX' and
10326 #           '4T4C' and
10327 #           'MRR'"
10328 #  parameters:
10329 #  - "result"
10330 #  - "name"
10331 #  - "tags"
10332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10333 #  x-axis: "X = CNFs per Service Chain"
10334 #  y-axis: "Y = Number of Service Chains"
10335 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10336 #  layout:
10337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10338 #    layout: "plot-service-density"
10339
10340 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10341 #- type: "plot"
10342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10343 #  algorithm: "plot_nf_heatmap"
10344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10345 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10346 #  filter: "'NIC_Intel-XL710' and
10347 #           'NF_DENSITY' and
10348 #           'DOCKER' and
10349 #           'CHAIN' and
10350 #           'NF_VPPIP4' and
10351 #           'IPSEC' and
10352 #           'TNL_10000' and
10353 #           'IMIX' and
10354 #           '1T1C' and
10355 #           'NDRPDR'"
10356 #  parameters:
10357 #  - "throughput"
10358 #  - "name"
10359 #  - "tags"
10360 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10361 #  x-axis: "X = CNFs per Service Chain"
10362 #  y-axis: "Y = Number of Service Chains"
10363 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10364 #  layout:
10365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10366 #    layout: "plot-service-density"
10367 #
10368 #- type: "plot"
10369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10370 #  algorithm: "plot_nf_heatmap"
10371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10372 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10373 #  filter: "'NIC_Intel-XL710' and
10374 #           'NF_DENSITY' and
10375 #           'DOCKER' and
10376 #           'CHAIN' and
10377 #           'NF_VPPIP4' and
10378 #           'IPSEC' and
10379 #           'TNL_10000' and
10380 #           'IMIX' and
10381 #           '2T2C' and
10382 #           'NDRPDR'"
10383 #  parameters:
10384 #  - "throughput"
10385 #  - "name"
10386 #  - "tags"
10387 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10388 #  x-axis: "X = CNFs per Service Chain"
10389 #  y-axis: "Y = Number of Service Chains"
10390 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10391 #  layout:
10392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10393 #    layout: "plot-service-density"
10394 #
10395 #- type: "plot"
10396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10397 #  algorithm: "plot_nf_heatmap"
10398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10399 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10400 #  filter: "'NIC_Intel-XL710' and
10401 #           'NF_DENSITY' and
10402 #           'DOCKER' and
10403 #           'CHAIN' and
10404 #           'NF_VPPIP4' and
10405 #           'IPSEC' and
10406 #           'TNL_10000' and
10407 #           'IMIX' and
10408 #           '4T4C' and
10409 #           'NDRPDR'"
10410 #  parameters:
10411 #  - "throughput"
10412 #  - "name"
10413 #  - "tags"
10414 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10415 #  x-axis: "X = CNFs per Service Chain"
10416 #  y-axis: "Y = Number of Service Chains"
10417 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10418 #  layout:
10419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10420 #    layout: "plot-service-density"
10421 #
10422 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10423 #- type: "plot"
10424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10425 #  algorithm: "plot_nf_heatmap"
10426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10427 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10428 #  filter: "'NIC_Intel-XL710' and
10429 #           'NF_DENSITY' and
10430 #           'DOCKER' and
10431 #           'CHAIN' and
10432 #           'NF_VPPIP4' and
10433 #           'IPSEC' and
10434 #           'TNL_10000' and
10435 #           'IMIX' and
10436 #           '1T1C' and
10437 #           'NDRPDR'"
10438 #  parameters:
10439 #  - "throughput"
10440 #  - "name"
10441 #  - "tags"
10442 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10443 #  x-axis: "X = CNFs per Service Chain"
10444 #  y-axis: "Y = Number of Service Chains"
10445 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10446 #  layout:
10447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10448 #    layout: "plot-service-density"
10449 #
10450 #- type: "plot"
10451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10452 #  algorithm: "plot_nf_heatmap"
10453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10454 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10455 #  filter: "'NIC_Intel-XL710' and
10456 #           'NF_DENSITY' and
10457 #           'DOCKER' and
10458 #           'CHAIN' and
10459 #           'NF_VPPIP4' and
10460 #           'IPSEC' and
10461 #           'TNL_10000' and
10462 #           'IMIX' and
10463 #           '2T2C' and
10464 #           'NDRPDR'"
10465 #  parameters:
10466 #  - "throughput"
10467 #  - "name"
10468 #  - "tags"
10469 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10470 #  x-axis: "X = CNFs per Service Chain"
10471 #  y-axis: "Y = Number of Service Chains"
10472 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10473 #  layout:
10474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10475 #    layout: "plot-service-density"
10476 #
10477 #- type: "plot"
10478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10479 #  algorithm: "plot_nf_heatmap"
10480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10481 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10482 #  filter: "'NIC_Intel-XL710' and
10483 #           'NF_DENSITY' and
10484 #           'DOCKER' and
10485 #           'CHAIN' and
10486 #           'NF_VPPIP4' and
10487 #           'IPSEC' and
10488 #           'TNL_10000' and
10489 #           'IMIX' and
10490 #           '4T4C' and
10491 #           'NDRPDR'"
10492 #  parameters:
10493 #  - "throughput"
10494 #  - "name"
10495 #  - "tags"
10496 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10497 #  x-axis: "X = CNFs per Service Chain"
10498 #  y-axis: "Y = Number of Service Chains"
10499 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10500 #  layout:
10501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10502 #    layout: "plot-service-density"
10503
10504 ###############################################################################
10505
10506 # Plots - NF Density - CSP - MRR IMIX
10507 - type: "plot"
10508   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10509   algorithm: "plot_nf_heatmap"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10512   data: "plot-vpp-nfv-2n-skx-mrr"
10513   filter: "'NIC_Intel-XXV710' and
10514            'NF_DENSITY' and
10515            'DOCKER' and
10516            'PIPELINE' and
10517            'NF_VPPIP4' and
10518            'IMIX' and
10519            '2T1C' and
10520            'MRR'"
10521   parameters:
10522   - "result"
10523   - "name"
10524   - "tags"
10525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10526   x-axis: "X = CNFs per Service Pipeline"
10527   y-axis: "Y = Number of Service Pipelines"
10528   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10529   layout:
10530     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10531     layout: "plot-service-density"
10532
10533 - type: "plot"
10534   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10535   algorithm: "plot_nf_heatmap"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10538   data: "plot-vpp-nfv-2n-skx-mrr"
10539   filter: "'NIC_Intel-XXV710' and
10540            'NF_DENSITY' and
10541            'DOCKER' and
10542            'PIPELINE' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '4T2C' and
10546            'MRR'"
10547   parameters:
10548   - "result"
10549   - "name"
10550   - "tags"
10551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = CNFs per Service Pipeline"
10553   y-axis: "Y = Number of Service Pipelines"
10554   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10564   data: "plot-vpp-nfv-2n-skx-mrr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'DOCKER' and
10568            'PIPELINE' and
10569            'NF_VPPIP4' and
10570            'IMIX' and
10571            '8T4C' and
10572            'MRR'"
10573   parameters:
10574   - "result"
10575   - "name"
10576   - "tags"
10577   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10578   x-axis: "X = CNFs per Service Pipeline"
10579   y-axis: "Y = Number of Service Pipelines"
10580   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10581   layout:
10582     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10583     layout: "plot-service-density"
10584
10585 # Plots - NF Density - CSP - NDR IMIX
10586 - type: "plot"
10587   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10588   algorithm: "plot_nf_heatmap"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10591   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10592   filter: "'NIC_Intel-XXV710' and
10593            'NF_DENSITY' and
10594            'DOCKER' and
10595            'PIPELINE' and
10596            'NF_VPPIP4' and
10597            'IMIX' and
10598            '2T1C' and
10599            'NDRPDR'"
10600   parameters:
10601   - "throughput"
10602   - "name"
10603   - "tags"
10604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10605   x-axis: "X = CNFs per Service Pipeline"
10606   y-axis: "Y = Number of Service Pipelines"
10607   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10608   layout:
10609     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10610     layout: "plot-service-density"
10611
10612 - type: "plot"
10613   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10614   algorithm: "plot_nf_heatmap"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10617   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10618   filter: "'NIC_Intel-XXV710' and
10619            'NF_DENSITY' and
10620            'DOCKER' and
10621            'PIPELINE' and
10622            'NF_VPPIP4' and
10623            'IMIX' and
10624            '4T2C' and
10625            'NDRPDR'"
10626   parameters:
10627   - "throughput"
10628   - "name"
10629   - "tags"
10630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10631   x-axis: "X = CNFs per Service Pipeline"
10632   y-axis: "Y = Number of Service Pipelines"
10633   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10634   layout:
10635     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10636     layout: "plot-service-density"
10637
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10643   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'DOCKER' and
10647            'PIPELINE' and
10648            'NF_VPPIP4' and
10649            'IMIX' and
10650            '8T4C' and
10651            'NDRPDR'"
10652   parameters:
10653   - "throughput"
10654   - "name"
10655   - "tags"
10656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10657   x-axis: "X = CNFs per Service Pipeline"
10658   y-axis: "Y = Number of Service Pipelines"
10659   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10660   layout:
10661     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10662     layout: "plot-service-density"
10663
10664 # Plots - NF Density - CSP - PDR IMIX
10665 - type: "plot"
10666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10667   algorithm: "plot_nf_heatmap"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10670   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10671   filter: "'NIC_Intel-XXV710' and
10672            'NF_DENSITY' and
10673            'DOCKER' and
10674            'PIPELINE' and
10675            'NF_VPPIP4' and
10676            'IMIX' and
10677            '2T1C' and
10678            'NDRPDR'"
10679   parameters:
10680   - "throughput"
10681   - "name"
10682   - "tags"
10683   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10684   x-axis: "X = CNFs per Service Pipeline"
10685   y-axis: "Y = Number of Service Pipelines"
10686   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10687   layout:
10688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10689     layout: "plot-service-density"
10690
10691 - type: "plot"
10692   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10693   algorithm: "plot_nf_heatmap"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10696   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10697   filter: "'NIC_Intel-XXV710' and
10698            'NF_DENSITY' and
10699            'DOCKER' and
10700            'PIPELINE' and
10701            'NF_VPPIP4' and
10702            'IMIX' and
10703            '4T2C' and
10704            'NDRPDR'"
10705   parameters:
10706   - "throughput"
10707   - "name"
10708   - "tags"
10709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10710   x-axis: "X = CNFs per Service Pipeline"
10711   y-axis: "Y = Number of Service Pipelines"
10712   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10713   layout:
10714     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10715     layout: "plot-service-density"
10716
10717 - type: "plot"
10718   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10719   algorithm: "plot_nf_heatmap"
10720   output-file-type: ".html"
10721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10722   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10723   filter: "'NIC_Intel-XXV710' and
10724            'NF_DENSITY' and
10725            'DOCKER' and
10726            'PIPELINE' and
10727            'NF_VPPIP4' and
10728            'IMIX' and
10729            '8T4C' and
10730            'NDRPDR'"
10731   parameters:
10732   - "throughput"
10733   - "name"
10734   - "tags"
10735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10736   x-axis: "X = CNFs per Service Pipeline"
10737   y-axis: "Y = Number of Service Pipelines"
10738   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10739   layout:
10740     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10741     layout: "plot-service-density"
10742
10743 ###############################################################################
10744 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10745
10746 - type: "plot"
10747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10748   algorithm: "plot_nf_heatmap"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10751   data: "plot-vpp-nfv-2n-clx-mrr"
10752   filter: "'NIC_Intel-XXV710' and
10753            'NF_DENSITY' and
10754            'VHOST' and
10755            not 'VXLAN' and
10756            'CHAIN' and
10757            'NF_VPPIP4' and
10758            'IMIX' and
10759            '2T1C' and
10760            'MRR'"
10761   parameters:
10762   - "result"
10763   - "name"
10764   - "tags"
10765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10766   x-axis: "X = VNFs per Service Chain"
10767   y-axis: "Y = Number of Service Chains"
10768   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10769   layout:
10770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10771     layout: "plot-service-density"
10772
10773 - type: "plot"
10774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10775   algorithm: "plot_nf_heatmap"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10778   data: "plot-vpp-nfv-2n-clx-mrr"
10779   filter: "'NIC_Intel-XXV710' and
10780            'NF_DENSITY' and
10781            'VHOST' and
10782            not 'VXLAN' and
10783            'CHAIN' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '4T2C' and
10787            'MRR'"
10788   parameters:
10789   - "result"
10790   - "name"
10791   - "tags"
10792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = VNFs per Service Chain"
10794   y-axis: "Y = Number of Service Chains"
10795   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10798     layout: "plot-service-density"
10799
10800 - type: "plot"
10801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10802   algorithm: "plot_nf_heatmap"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10805   data: "plot-vpp-nfv-2n-clx-mrr"
10806   filter: "'NIC_Intel-XXV710' and
10807            'NF_DENSITY' and
10808            'VHOST' and
10809            not 'VXLAN' and
10810            'CHAIN' and
10811            'NF_VPPIP4' and
10812            'IMIX' and
10813            '8T4C' and
10814            'MRR'"
10815   parameters:
10816   - "result"
10817   - "name"
10818   - "tags"
10819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10820   x-axis: "X = VNFs per Service Chain"
10821   y-axis: "Y = Number of Service Chains"
10822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10823   layout:
10824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10825     layout: "plot-service-density"
10826
10827 # Plots - NF Density - VSC - NDR IMIX
10828 - type: "plot"
10829   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10830   algorithm: "plot_nf_heatmap"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10833   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10834   filter: "'NIC_Intel-XXV710' and
10835            'NF_DENSITY' and
10836            'VHOST' and
10837            not 'VXLAN' and
10838            'CHAIN' and
10839            'NF_VPPIP4' and
10840            'IMIX' and
10841            '2T1C' and
10842            'NDRPDR'"
10843   parameters:
10844   - "throughput"
10845   - "name"
10846   - "tags"
10847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10848   x-axis: "X = VNFs per Service Chain"
10849   y-axis: "Y = Number of Service Chains"
10850   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10851   layout:
10852     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10853     layout: "plot-service-density"
10854
10855 - type: "plot"
10856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10857   algorithm: "plot_nf_heatmap"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10860   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10861   filter: "'NIC_Intel-XXV710' and
10862            'NF_DENSITY' and
10863            'VHOST' and
10864            not 'VXLAN' and
10865            'CHAIN' and
10866            'NF_VPPIP4' and
10867            'IMIX' and
10868            '4T2C' and
10869            'NDRPDR'"
10870   parameters:
10871   - "throughput"
10872   - "name"
10873   - "tags"
10874   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10875   x-axis: "X = VNFs per Service Chain"
10876   y-axis: "Y = Number of Service Chains"
10877   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10878   layout:
10879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10880     layout: "plot-service-density"
10881
10882 - type: "plot"
10883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10884   algorithm: "plot_nf_heatmap"
10885   output-file-type: ".html"
10886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10887   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10888   filter: "'NIC_Intel-XXV710' and
10889            'NF_DENSITY' and
10890            'VHOST' and
10891            not 'VXLAN' and
10892            'CHAIN' and
10893            'NF_VPPIP4' and
10894            'IMIX' and
10895            '8T4C' and
10896            'NDRPDR'"
10897   parameters:
10898   - "throughput"
10899   - "name"
10900   - "tags"
10901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10902   x-axis: "X = VNFs per Service Chain"
10903   y-axis: "Y = Number of Service Chains"
10904   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10905   layout:
10906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10907     layout: "plot-service-density"
10908
10909 # Plots - NF Density - VSC - PDR IMIX
10910 - type: "plot"
10911   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10912   algorithm: "plot_nf_heatmap"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10915   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10916   filter: "'NIC_Intel-XXV710' and
10917            'NF_DENSITY' and
10918            'VHOST' and
10919            not 'VXLAN' and
10920            'CHAIN' and
10921            'NF_VPPIP4' and
10922            'IMIX' and
10923            '2T1C' and
10924            'NDRPDR'"
10925   parameters:
10926   - "throughput"
10927   - "name"
10928   - "tags"
10929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10930   x-axis: "X = VNFs per Service Chain"
10931   y-axis: "Y = Number of Service Chains"
10932   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10933   layout:
10934     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10935     layout: "plot-service-density"
10936
10937 - type: "plot"
10938   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10939   algorithm: "plot_nf_heatmap"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10942   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10943   filter: "'NIC_Intel-XXV710' and
10944            'NF_DENSITY' and
10945            'VHOST' and
10946            not 'VXLAN' and
10947            'CHAIN' and
10948            'NF_VPPIP4' and
10949            'IMIX' and
10950            '4T2C' and
10951            'NDRPDR'"
10952   parameters:
10953   - "throughput"
10954   - "name"
10955   - "tags"
10956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = VNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10962     layout: "plot-service-density"
10963
10964 - type: "plot"
10965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10966   algorithm: "plot_nf_heatmap"
10967   output-file-type: ".html"
10968   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10969   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10970   filter: "'NIC_Intel-XXV710' and
10971            'NF_DENSITY' and
10972            'VHOST' and
10973            not 'VXLAN' and
10974            'CHAIN' and
10975            'NF_VPPIP4' and
10976            'IMIX' and
10977            '8T4C' and
10978            'NDRPDR'"
10979   parameters:
10980   - "throughput"
10981   - "name"
10982   - "tags"
10983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = VNFs per Service Chain"
10985   y-axis: "Y = Number of Service Chains"
10986   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10989     layout: "plot-service-density"
10990
10991 # Plots - NF Density - VSC - MRR IMIX
10992 - type: "plot"
10993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10994   algorithm: "plot_nf_heatmap"
10995   output-file-type: ".html"
10996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10997   data: "plot-vpp-nfv-2n-clx-mrr"
10998   filter: "'NIC_Intel-XXV710' and
10999            'NF_DENSITY' and
11000            'VHOST' and
11001            'VXLAN' and
11002            'CHAIN' and
11003            'IMIX' and
11004            '2T1C' and
11005            'MRR'"
11006   parameters:
11007   - "result"
11008   - "name"
11009   - "tags"
11010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11011   x-axis: "X = VNFs per Service Chain"
11012   y-axis: "Y = Number of Service Chains"
11013   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11014   layout:
11015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11016     layout: "plot-service-density"
11017
11018 - type: "plot"
11019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11020   algorithm: "plot_nf_heatmap"
11021   output-file-type: ".html"
11022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11023   data: "plot-vpp-nfv-2n-clx-mrr"
11024   filter: "'NIC_Intel-XXV710' and
11025            'NF_DENSITY' and
11026            'VHOST' and
11027            'VXLAN' and
11028            'CHAIN' and
11029            'IMIX' and
11030            '4T2C' and
11031            'MRR'"
11032   parameters:
11033   - "result"
11034   - "name"
11035   - "tags"
11036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11037   x-axis: "X = VNFs per Service Chain"
11038   y-axis: "Y = Number of Service Chains"
11039   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11040   layout:
11041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11042     layout: "plot-service-density"
11043
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11049   data: "plot-vpp-nfv-2n-clx-mrr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'VHOST' and
11053            'VXLAN' and
11054            'CHAIN' and
11055            'IMIX' and
11056            '8T4C' and
11057            'MRR'"
11058   parameters:
11059   - "result"
11060   - "name"
11061   - "tags"
11062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = VNFs per Service Chain"
11064   y-axis: "Y = Number of Service Chains"
11065   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11068     layout: "plot-service-density"
11069
11070 # Plots - NF Density - VSC - NDR IMIX
11071 - type: "plot"
11072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11073   algorithm: "plot_nf_heatmap"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11076   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11077   filter: "'NIC_Intel-XXV710' and
11078            'NF_DENSITY' and
11079            'VHOST' and
11080            'VXLAN' and
11081            'CHAIN' and
11082            'IMIX' and
11083            '2T1C' and
11084            'NDRPDR'"
11085   parameters:
11086   - "throughput"
11087   - "name"
11088   - "tags"
11089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11090   x-axis: "X = VNFs per Service Chain"
11091   y-axis: "Y = Number of Service Chains"
11092   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11093   layout:
11094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11095     layout: "plot-service-density"
11096
11097 - type: "plot"
11098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11099   algorithm: "plot_nf_heatmap"
11100   output-file-type: ".html"
11101   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11102   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11103   filter: "'NIC_Intel-XXV710' and
11104            'NF_DENSITY' and
11105            'VHOST' and
11106            'VXLAN' and
11107            'CHAIN' and
11108            'IMIX' and
11109            '4T2C' and
11110            'NDRPDR'"
11111   parameters:
11112   - "throughput"
11113   - "name"
11114   - "tags"
11115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11116   x-axis: "X = VNFs per Service Chain"
11117   y-axis: "Y = Number of Service Chains"
11118   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11119   layout:
11120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11121     layout: "plot-service-density"
11122
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11128   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'VHOST' and
11132            'VXLAN' and
11133            'CHAIN' and
11134            'IMIX' and
11135            '8T4C' and
11136            'NDRPDR'"
11137   parameters:
11138   - "throughput"
11139   - "name"
11140   - "tags"
11141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = VNFs per Service Chain"
11143   y-axis: "Y = Number of Service Chains"
11144   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11147     layout: "plot-service-density"
11148
11149 # Plots - NF Density - VSC - PDR IMIX
11150 - type: "plot"
11151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11152   algorithm: "plot_nf_heatmap"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11155   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11156   filter: "'NIC_Intel-XXV710' and
11157            'NF_DENSITY' and
11158            'VHOST' and
11159            'VXLAN' and
11160            'CHAIN' and
11161            'IMIX' and
11162            '2T1C' and
11163            'NDRPDR'"
11164   parameters:
11165   - "throughput"
11166   - "name"
11167   - "tags"
11168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11169   x-axis: "X = VNFs per Service Chain"
11170   y-axis: "Y = Number of Service Chains"
11171   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11172   layout:
11173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11174     layout: "plot-service-density"
11175
11176 - type: "plot"
11177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11178   algorithm: "plot_nf_heatmap"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11181   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11182   filter: "'NIC_Intel-XXV710' and
11183            'NF_DENSITY' and
11184            'VHOST' and
11185            'VXLAN' and
11186            'CHAIN' and
11187            'IMIX' and
11188            '4T2C' and
11189            'NDRPDR'"
11190   parameters:
11191   - "throughput"
11192   - "name"
11193   - "tags"
11194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11195   x-axis: "X = VNFs per Service Chain"
11196   y-axis: "Y = Number of Service Chains"
11197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11198   layout:
11199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11200     layout: "plot-service-density"
11201
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11207   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'VHOST' and
11211            'VXLAN' and
11212            'CHAIN' and
11213            'IMIX' and
11214            '8T4C' and
11215            'NDRPDR'"
11216   parameters:
11217   - "throughput"
11218   - "name"
11219   - "tags"
11220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = VNFs per Service Chain"
11222   y-axis: "Y = Number of Service Chains"
11223   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11226     layout: "plot-service-density"
11227
11228 # Plots - NF Density - CSC - MRR IMIX
11229 - type: "plot"
11230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11231   algorithm: "plot_nf_heatmap"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11234   data: "plot-vpp-nfv-2n-clx-mrr"
11235   filter: "'NIC_Intel-XXV710' and
11236            'NF_DENSITY' and
11237            'DOCKER' and
11238            'CHAIN' and
11239            'NF_VPPIP4' and
11240            'IMIX' and
11241            '2T1C' and
11242            'MRR'"
11243   parameters:
11244   - "result"
11245   - "name"
11246   - "tags"
11247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11248   x-axis: "X = CNFs per Service Chain"
11249   y-axis: "Y = Number of Service Chains"
11250   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11251   layout:
11252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11253     layout: "plot-service-density"
11254
11255 - type: "plot"
11256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11257   algorithm: "plot_nf_heatmap"
11258   output-file-type: ".html"
11259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11260   data: "plot-vpp-nfv-2n-clx-mrr"
11261   filter: "'NIC_Intel-XXV710' and
11262            'NF_DENSITY' and
11263            'DOCKER' and
11264            'CHAIN' and
11265            'NF_VPPIP4' and
11266            'IMIX' and
11267            '4T2C' and
11268            'MRR'"
11269   parameters:
11270   - "result"
11271   - "name"
11272   - "tags"
11273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11274   x-axis: "X = CNFs per Service Chain"
11275   y-axis: "Y = Number of Service Chains"
11276   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11277   layout:
11278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11279     layout: "plot-service-density"
11280
11281 - type: "plot"
11282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11283   algorithm: "plot_nf_heatmap"
11284   output-file-type: ".html"
11285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11286   data: "plot-vpp-nfv-2n-clx-mrr"
11287   filter: "'NIC_Intel-XXV710' and
11288            'NF_DENSITY' and
11289            'DOCKER' and
11290            'CHAIN' and
11291            'NF_VPPIP4' and
11292            'IMIX' and
11293            '8T4C' and
11294            'MRR'"
11295   parameters:
11296   - "result"
11297   - "name"
11298   - "tags"
11299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11300   x-axis: "X = CNFs per Service Chain"
11301   y-axis: "Y = Number of Service Chains"
11302   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11303   layout:
11304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11305     layout: "plot-service-density"
11306
11307 # Plots - NF Density - CSC - NDR IMIX
11308 - type: "plot"
11309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11310   algorithm: "plot_nf_heatmap"
11311   output-file-type: ".html"
11312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11313   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11314   filter: "'NIC_Intel-XXV710' and
11315            'NF_DENSITY' and
11316            'DOCKER' and
11317            'CHAIN' and
11318            'NF_VPPIP4' and
11319            'IMIX' and
11320            '2T1C' and
11321            'NDRPDR'"
11322   parameters:
11323   - "throughput"
11324   - "name"
11325   - "tags"
11326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11327   x-axis: "X = CNFs per Service Chain"
11328   y-axis: "Y = Number of Service Chains"
11329   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11330   layout:
11331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11332     layout: "plot-service-density"
11333
11334 - type: "plot"
11335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11336   algorithm: "plot_nf_heatmap"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11339   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11340   filter: "'NIC_Intel-XXV710' and
11341            'NF_DENSITY' and
11342            'DOCKER' and
11343            'CHAIN' and
11344            'NF_VPPIP4' and
11345            'IMIX' and
11346            '4T2C' and
11347            'NDRPDR'"
11348   parameters:
11349   - "throughput"
11350   - "name"
11351   - "tags"
11352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11353   x-axis: "X = CNFs per Service Chain"
11354   y-axis: "Y = Number of Service Chains"
11355   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11356   layout:
11357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11358     layout: "plot-service-density"
11359
11360 - type: "plot"
11361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11362   algorithm: "plot_nf_heatmap"
11363   output-file-type: ".html"
11364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11365   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11366   filter: "'NIC_Intel-XXV710' and
11367            'NF_DENSITY' and
11368            'DOCKER' and
11369            'CHAIN' and
11370            'NF_VPPIP4' and
11371            'IMIX' and
11372            '8T4C' and
11373            'NDRPDR'"
11374   parameters:
11375   - "throughput"
11376   - "name"
11377   - "tags"
11378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11379   x-axis: "X = CNFs per Service Chain"
11380   y-axis: "Y = Number of Service Chains"
11381   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11382   layout:
11383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11384     layout: "plot-service-density"
11385
11386 # Plots - NF Density - CSC - PDR IMIX
11387 - type: "plot"
11388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11389   algorithm: "plot_nf_heatmap"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11392   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11393   filter: "'NIC_Intel-XXV710' and
11394            'NF_DENSITY' and
11395            'DOCKER' and
11396            'CHAIN' and
11397            'NF_VPPIP4' and
11398            'IMIX' and
11399            '2T1C' and
11400            'NDRPDR'"
11401   parameters:
11402   - "throughput"
11403   - "name"
11404   - "tags"
11405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11406   x-axis: "X = CNFs per Service Chain"
11407   y-axis: "Y = Number of Service Chains"
11408   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11409   layout:
11410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11411     layout: "plot-service-density"
11412
11413 - type: "plot"
11414   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11415   algorithm: "plot_nf_heatmap"
11416   output-file-type: ".html"
11417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11418   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11419   filter: "'NIC_Intel-XXV710' and
11420            'NF_DENSITY' and
11421            'DOCKER' and
11422            'CHAIN' and
11423            'NF_VPPIP4' and
11424            'IMIX' and
11425            '4T2C' and
11426            'NDRPDR'"
11427   parameters:
11428   - "throughput"
11429   - "name"
11430   - "tags"
11431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11432   x-axis: "X = CNFs per Service Chain"
11433   y-axis: "Y = Number of Service Chains"
11434   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11435   layout:
11436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11437     layout: "plot-service-density"
11438
11439 - type: "plot"
11440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11441   algorithm: "plot_nf_heatmap"
11442   output-file-type: ".html"
11443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11444   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11445   filter: "'NIC_Intel-XXV710' and
11446            'NF_DENSITY' and
11447            'DOCKER' and
11448            'CHAIN' and
11449            'NF_VPPIP4' and
11450            'IMIX' and
11451            '8T4C' and
11452            'NDRPDR'"
11453   parameters:
11454   - "throughput"
11455   - "name"
11456   - "tags"
11457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11458   x-axis: "X = CNFs per Service Chain"
11459   y-axis: "Y = Number of Service Chains"
11460   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11461   layout:
11462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11463     layout: "plot-service-density"
11464
11465 # Plots - NF Density - CSP - MRR IMIX
11466 - type: "plot"
11467   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11468   algorithm: "plot_nf_heatmap"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11471   data: "plot-vpp-nfv-2n-clx-mrr"
11472   filter: "'NIC_Intel-XXV710' and
11473            'NF_DENSITY' and
11474            'DOCKER' and
11475            'PIPELINE' and
11476            'NF_VPPIP4' and
11477            'IMIX' and
11478            '2T1C' and
11479            'MRR'"
11480   parameters:
11481   - "result"
11482   - "name"
11483   - "tags"
11484   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11485   x-axis: "X = CNFs per Service Pipeline"
11486   y-axis: "Y = Number of Service Pipelines"
11487   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11488   layout:
11489     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11490     layout: "plot-service-density"
11491
11492 - type: "plot"
11493   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11494   algorithm: "plot_nf_heatmap"
11495   output-file-type: ".html"
11496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11497   data: "plot-vpp-nfv-2n-clx-mrr"
11498   filter: "'NIC_Intel-XXV710' and
11499            'NF_DENSITY' and
11500            'DOCKER' and
11501            'PIPELINE' and
11502            'NF_VPPIP4' and
11503            'IMIX' and
11504            '4T2C' and
11505            'MRR'"
11506   parameters:
11507   - "result"
11508   - "name"
11509   - "tags"
11510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11511   x-axis: "X = CNFs per Service Pipeline"
11512   y-axis: "Y = Number of Service Pipelines"
11513   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11514   layout:
11515     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11516     layout: "plot-service-density"
11517
11518 - type: "plot"
11519   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11520   algorithm: "plot_nf_heatmap"
11521   output-file-type: ".html"
11522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11523   data: "plot-vpp-nfv-2n-clx-mrr"
11524   filter: "'NIC_Intel-XXV710' and
11525            'NF_DENSITY' and
11526            'DOCKER' and
11527            'PIPELINE' and
11528            'NF_VPPIP4' and
11529            'IMIX' and
11530            '8T4C' and
11531            'MRR'"
11532   parameters:
11533   - "result"
11534   - "name"
11535   - "tags"
11536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11537   x-axis: "X = CNFs per Service Pipeline"
11538   y-axis: "Y = Number of Service Pipelines"
11539   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11540   layout:
11541     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11542     layout: "plot-service-density"
11543
11544 # Plots - NF Density - CSP - NDR IMIX
11545 - type: "plot"
11546   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11547   algorithm: "plot_nf_heatmap"
11548   output-file-type: ".html"
11549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11550   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11551   filter: "'NIC_Intel-XXV710' and
11552            'NF_DENSITY' and
11553            'DOCKER' and
11554            'PIPELINE' and
11555            'NF_VPPIP4' and
11556            'IMIX' and
11557            '2T1C' and
11558            'NDRPDR'"
11559   parameters:
11560   - "throughput"
11561   - "name"
11562   - "tags"
11563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11564   x-axis: "X = CNFs per Service Pipeline"
11565   y-axis: "Y = Number of Service Pipelines"
11566   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11567   layout:
11568     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11569     layout: "plot-service-density"
11570
11571 - type: "plot"
11572   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11573   algorithm: "plot_nf_heatmap"
11574   output-file-type: ".html"
11575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11576   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11577   filter: "'NIC_Intel-XXV710' and
11578            'NF_DENSITY' and
11579            'DOCKER' and
11580            'PIPELINE' and
11581            'NF_VPPIP4' and
11582            'IMIX' and
11583            '4T2C' and
11584            'NDRPDR'"
11585   parameters:
11586   - "throughput"
11587   - "name"
11588   - "tags"
11589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11590   x-axis: "X = CNFs per Service Pipeline"
11591   y-axis: "Y = Number of Service Pipelines"
11592   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11593   layout:
11594     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11595     layout: "plot-service-density"
11596
11597 - type: "plot"
11598   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11599   algorithm: "plot_nf_heatmap"
11600   output-file-type: ".html"
11601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11602   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11603   filter: "'NIC_Intel-XXV710' and
11604            'NF_DENSITY' and
11605            'DOCKER' and
11606            'PIPELINE' and
11607            'NF_VPPIP4' and
11608            'IMIX' and
11609            '8T4C' and
11610            'NDRPDR'"
11611   parameters:
11612   - "throughput"
11613   - "name"
11614   - "tags"
11615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11616   x-axis: "X = CNFs per Service Pipeline"
11617   y-axis: "Y = Number of Service Pipelines"
11618   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11619   layout:
11620     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11621     layout: "plot-service-density"
11622
11623 # Plots - NF Density - CSP - PDR IMIX
11624 - type: "plot"
11625   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11626   algorithm: "plot_nf_heatmap"
11627   output-file-type: ".html"
11628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11629   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11630   filter: "'NIC_Intel-XXV710' and
11631            'NF_DENSITY' and
11632            'DOCKER' and
11633            'PIPELINE' and
11634            'NF_VPPIP4' and
11635            'IMIX' and
11636            '2T1C' and
11637            'NDRPDR'"
11638   parameters:
11639   - "throughput"
11640   - "name"
11641   - "tags"
11642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11643   x-axis: "X = CNFs per Service Pipeline"
11644   y-axis: "Y = Number of Service Pipelines"
11645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11646   layout:
11647     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11648     layout: "plot-service-density"
11649
11650 - type: "plot"
11651   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11652   algorithm: "plot_nf_heatmap"
11653   output-file-type: ".html"
11654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11655   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11656   filter: "'NIC_Intel-XXV710' and
11657            'NF_DENSITY' and
11658            'DOCKER' and
11659            'PIPELINE' and
11660            'NF_VPPIP4' and
11661            'IMIX' and
11662            '4T2C' and
11663            'NDRPDR'"
11664   parameters:
11665   - "throughput"
11666   - "name"
11667   - "tags"
11668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11669   x-axis: "X = CNFs per Service Pipeline"
11670   y-axis: "Y = Number of Service Pipelines"
11671   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11672   layout:
11673     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11674     layout: "plot-service-density"
11675
11676 - type: "plot"
11677   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11678   algorithm: "plot_nf_heatmap"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11681   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11682   filter: "'NIC_Intel-XXV710' and
11683            'NF_DENSITY' and
11684            'DOCKER' and
11685            'PIPELINE' and
11686            'NF_VPPIP4' and
11687            'IMIX' and
11688            '8T4C' and
11689            'NDRPDR'"
11690   parameters:
11691   - "throughput"
11692   - "name"
11693   - "tags"
11694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11695   x-axis: "X = CNFs per Service Pipeline"
11696   y-axis: "Y = Number of Service Pipelines"
11697   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11698   layout:
11699     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11700     layout: "plot-service-density"
11701
11702 ################################################################################
11703
11704 # Packet Throughput
11705
11706 - type: "plot"
11707   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11711   include:
11712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11713     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11716   layout:
11717     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11730   layout:
11731     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11758   layout:
11759     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11769     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11773   layout:
11774     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11788   layout:
11789     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11803   layout:
11804     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11812   include:
11813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11818   layout:
11819     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11820     layout: "plot-throughput"
11821
11822 - type: "plot"
11823   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11824   algorithm: "plot_perf_box_name"
11825   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11826   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11827   include:
11828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11842   include:
11843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11848   layout:
11849     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11850     layout: "plot-throughput"
11851
11852 - type: "plot"
11853   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11854   algorithm: "plot_perf_box_name"
11855   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11857   include:
11858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11864   layout:
11865     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11873   include:
11874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11880   layout:
11881     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11895   layout:
11896     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11904   include:
11905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11910   layout:
11911     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11923   layout:
11924     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11936   layout:
11937     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11945   include:
11946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11951   layout:
11952     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11966   layout:
11967     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11972   algorithm: "plot_perf_box_name"
11973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11975   include:
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11979   layout:
11980     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11988   include:
11989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11992   layout:
11993     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12008   layout:
12009     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12024   layout:
12025     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12040   layout:
12041     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12049   include:
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12056   layout:
12057     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12065   include:
12066     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12069   layout:
12070     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12082   layout:
12083     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12084     layout: "plot-throughput"
12085
12086 - type: "plot"
12087   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12088   algorithm: "plot_perf_box_name"
12089   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12091   include:
12092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12094 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12095 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12096 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12097   layout:
12098     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12112   layout:
12113     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12127   layout:
12128     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12142   layout:
12143     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12157   layout:
12158     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12172   layout:
12173     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12188   layout:
12189     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12204   layout:
12205     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12213   include:
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12220   layout:
12221     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12229   include:
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12236   layout:
12237     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12238     layout: "plot-throughput"
12239
12240 - type: "plot"
12241   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12242   algorithm: "plot_perf_box_name"
12243   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12244   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12245   include:
12246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12251   layout:
12252     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12260   include:
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12266   layout:
12267     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12275   include:
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12282   layout:
12283     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12298   layout:
12299     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12307   include:
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12313   layout:
12314     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12328   layout:
12329     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12336   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12337   include:
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12344   layout:
12345     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12352   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12360   layout:
12361     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12369   include:
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12375   layout:
12376     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12384   include:
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12390   layout:
12391     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12399   include:
12400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12406   layout:
12407     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12415   include:
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12422   layout:
12423     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12431   include:
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12434   layout:
12435     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12440   algorithm: "plot_perf_box_name"
12441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12443   include:
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12446   layout:
12447     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12448     layout: "plot-throughput"
12449
12450 - type: "plot"
12451   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12452   algorithm: "plot_perf_box_name"
12453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12455   include:
12456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12460   layout:
12461     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12462     layout: "plot-throughput"
12463
12464 - type: "plot"
12465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12466   algorithm: "plot_perf_box_name"
12467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12469   include:
12470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12502   layout:
12503     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12511   include:
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12516   layout:
12517     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12525   include:
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12530   layout:
12531     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12539   include:
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12544   layout:
12545     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12553   include:
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12558   layout:
12559     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12560     layout: "plot-throughput"
12561
12562 - type: "plot"
12563   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12564   algorithm: "plot_perf_box_name"
12565   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12567   include:
12568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12574   layout:
12575     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12605   layout:
12606     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12614   include:
12615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12650   layout:
12651     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12659   include:
12660     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12663   layout:
12664     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12672   include:
12673     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12676   layout:
12677     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12689   layout:
12690     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12698   include:
12699     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12702   layout:
12703     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12708   algorithm: "plot_perf_box_name"
12709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12717   layout:
12718     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12726   include:
12727     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12732   layout:
12733     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12734     layout: "plot-throughput"
12735
12736 - type: "plot"
12737   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12738   algorithm: "plot_perf_box_name"
12739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12741   include:
12742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12777   layout:
12778     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12786   include:
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12792   layout:
12793     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12801   include:
12802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12807   layout:
12808     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12816   include:
12817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12822   layout:
12823     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12831   include:
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12837   layout:
12838     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12846   include:
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12852   layout:
12853     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12861   include:
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12868   layout:
12869     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12877   include:
12878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12884   layout:
12885     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12886     layout: "plot-throughput"
12887
12888 - type: "plot"
12889   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12890   algorithm: "plot_perf_box_name"
12891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12893   include:
12894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898   layout:
12899     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912   layout:
12913     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12921   include:
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928   layout:
12929     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12937   include:
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944   layout:
12945     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12953   include:
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960   layout:
12961     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12969   include:
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976   layout:
12977     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12978     layout: "plot-throughput"
12979
12980 - type: "plot"
12981   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12982   algorithm: "plot_perf_box_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992   layout:
12993     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12994     layout: "plot-throughput"
12995
12996 - type: "plot"
12997   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12998   algorithm: "plot_perf_box_name"
12999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008   layout:
13009     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13010     layout: "plot-throughput"
13011
13012 - type: "plot"
13013   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13014   algorithm: "plot_perf_box_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13017   include:
13018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024   layout:
13025     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13033   include:
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040   layout:
13041     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13042     layout: "plot-throughput"
13043
13044 - type: "plot"
13045   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13046   algorithm: "plot_perf_box_name"
13047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13049   include:
13050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056   layout:
13057     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13064   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13065   include:
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072   layout:
13073     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13074     layout: "plot-throughput"
13075
13076 - type: "plot"
13077   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13078   algorithm: "plot_perf_box_name"
13079   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13081   include:
13082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13088   layout:
13089     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13097   include:
13098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13104   layout:
13105     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13106     layout: "plot-throughput"
13107
13108 - type: "plot"
13109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13110   algorithm: "plot_perf_box_name"
13111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13113   include:
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13120   layout:
13121     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13122     layout: "plot-throughput"
13123
13124 - type: "plot"
13125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13126   algorithm: "plot_perf_box_name"
13127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13129   include:
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13136   layout:
13137     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13152   layout:
13153     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13154     layout: "plot-throughput"
13155
13156 - type: "plot"
13157   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13158   algorithm: "plot_perf_box_name"
13159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13161   include:
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13168   layout:
13169     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13170     layout: "plot-throughput"
13171
13172 - type: "plot"
13173   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13174   algorithm: "plot_perf_box_name"
13175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13177   include:
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13182   layout:
13183     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13196   layout:
13197     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13198     layout: "plot-throughput"
13199
13200 - type: "plot"
13201   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13202   algorithm: "plot_perf_box_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13224   layout:
13225     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13226     layout: "plot-throughput"
13227
13228 - type: "plot"
13229   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13230   algorithm: "plot_perf_box_name"
13231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13233   include:
13234     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13240   layout:
13241     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13249   include:
13250     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13256   layout:
13257     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13265   include:
13266     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13271   layout:
13272     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13286   layout:
13287     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13295   include:
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13301   layout:
13302     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13316   layout:
13317     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13318     layout: "plot-throughput"
13319
13320 - type: "plot"
13321   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13322   algorithm: "plot_perf_box_name"
13323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13325   include:
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13344   layout:
13345     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
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     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13408   layout:
13409     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13410     layout: "plot-throughput"
13411
13412 - type: "plot"
13413   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13414   algorithm: "plot_perf_box_name"
13415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13417   include:
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13424   layout:
13425     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13426     layout: "plot-throughput"
13427
13428 - type: "plot"
13429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13430   algorithm: "plot_perf_box_name"
13431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13433   include:
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13440   layout:
13441     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13456   layout:
13457     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13458     layout: "plot-throughput"
13459
13460 - type: "plot"
13461   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13462   algorithm: "plot_perf_box_name"
13463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465   include:
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13481   include:
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13486   layout:
13487     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13500   layout:
13501     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13509   include:
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13516   layout:
13517     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13518     layout: "plot-throughput"
13519
13520 - type: "plot"
13521   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13522   algorithm: "plot_perf_box_name"
13523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13525   include:
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13532   layout:
13533     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13541   include:
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13548   layout:
13549     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13550     layout: "plot-throughput"
13551
13552 - type: "plot"
13553   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13554   algorithm: "plot_perf_box_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13557   include:
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13564   layout:
13565     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13566     layout: "plot-throughput"
13567
13568 #- type: "plot"
13569 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13570 #  algorithm: "plot_perf_box_name"
13571 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13572 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13573 #  include:
13574 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13575 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13577 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13578 #  layout:
13579 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13580 #    layout: "plot-throughput"
13581 #
13582 #- type: "plot"
13583 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13584 #  algorithm: "plot_perf_box_name"
13585 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13586 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13587 #  include:
13588 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13589 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592 #  layout:
13593 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13594 #    layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13600   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13601   include:
13602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13608   layout:
13609     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13610     layout: "plot-throughput"
13611
13612 - type: "plot"
13613   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13614   algorithm: "plot_perf_box_name"
13615   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13616   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13617   include:
13618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13624   layout:
13625     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13626     layout: "plot-throughput"
13627
13628 #- type: "plot"
13629 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13630 #  algorithm: "plot_perf_box_name"
13631 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13632 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13633 #  include:
13634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13638 #  layout:
13639 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13640 #    layout: "plot-throughput"
13641 #
13642 #- type: "plot"
13643 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13644 #  algorithm: "plot_perf_box_name"
13645 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13646 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13647 #  include:
13648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13652 #  layout:
13653 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13654 #    layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13661   include:
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13668   layout:
13669     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13677   include:
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13684   layout:
13685     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13686     layout: "plot-throughput"
13687
13688 #- type: "plot"
13689 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13690 #  algorithm: "plot_perf_box_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13692 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13693 #  include:
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13700 #  layout:
13701 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13702 #    layout: "plot-throughput"
13703 #
13704 #- type: "plot"
13705 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13706 #  algorithm: "plot_perf_box_name"
13707 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13708 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13709 #  include:
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13716 #  layout:
13717 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13718 #    layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13725   include:
13726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13727     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13732   layout:
13733     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13741   include:
13742     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13743     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13748   layout:
13749     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13761 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13762 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13763 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13777 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13778 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13779 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13821   include:
13822     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13823     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13828   layout:
13829     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13830     layout: "plot-throughput"
13831
13832 - type: "plot"
13833   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13834   algorithm: "plot_perf_box_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13837   include:
13838     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13839     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13844   layout:
13845     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13846     layout: "plot-throughput"
13847
13848 #- type: "plot"
13849 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13850 #  algorithm: "plot_perf_box_name"
13851 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13852 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13853 #  include:
13854 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13855 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13856 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13857 #  layout:
13858 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13859 #    layout: "plot-throughput"
13860 #
13861 #- type: "plot"
13862 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13863 #  algorithm: "plot_perf_box_name"
13864 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13865 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13866 #  include:
13867 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13868 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13870 #  layout:
13871 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13872 #    layout: "plot-throughput"
13873
13874 - type: "plot"
13875   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13876   algorithm: "plot_perf_box_name"
13877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13879   include:
13880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13885   layout:
13886     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13894   include:
13895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13900   layout:
13901     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13902     layout: "plot-throughput"
13903
13904 - type: "plot"
13905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13906   algorithm: "plot_perf_box_name"
13907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13909   include:
13910     - "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"
13911     - "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"
13912     - "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"
13913     - "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"
13914     - "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"
13915   layout:
13916     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13917     layout: "plot-throughput"
13918
13919 - type: "plot"
13920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13921   algorithm: "plot_perf_box_name"
13922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13924   include:
13925     - "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"
13926     - "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"
13927     - "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"
13928     - "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"
13929     - "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"
13930   layout:
13931     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13945   layout:
13946     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13947     layout: "plot-throughput"
13948
13949 - type: "plot"
13950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13951   algorithm: "plot_perf_box_name"
13952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13954   include:
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13960   layout:
13961     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13962     layout: "plot-throughput"
13963
13964 - type: "plot"
13965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13966   algorithm: "plot_perf_box_name"
13967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13969   include:
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13975   layout:
13976     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13977     layout: "plot-throughput"
13978
13979 - type: "plot"
13980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13981   algorithm: "plot_perf_box_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13990   layout:
13991     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13992     layout: "plot-throughput"
13993
13994 - type: "plot"
13995   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13996   algorithm: "plot_perf_box_name"
13997   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13999   include:
14000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14005   layout:
14006     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14014   include:
14015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14020   layout:
14021     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14026   algorithm: "plot_perf_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14029   include:
14030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14035   layout:
14036     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14037     layout: "plot-throughput"
14038
14039 - type: "plot"
14040   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14041   algorithm: "plot_perf_box_name"
14042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14044   include:
14045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14050   layout:
14051     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14052     layout: "plot-throughput"
14053
14054 - type: "plot"
14055   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14056   algorithm: "plot_perf_box_name"
14057   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14059   include:
14060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064   layout:
14065     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078   layout:
14079     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14087   include:
14088     - "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"
14089     - "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"
14090     - "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"
14091     - "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"
14092   layout:
14093     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "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"
14103     - "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"
14104     - "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"
14105     - "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"
14106   layout:
14107     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14124     layout: "plot-throughput"
14125
14126 - type: "plot"
14127   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14128   algorithm: "plot_perf_box_name"
14129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138   layout:
14139     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14140     layout: "plot-throughput"
14141
14142 - type: "plot"
14143   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14144   algorithm: "plot_perf_box_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154   layout:
14155     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14156     layout: "plot-throughput"
14157
14158 - type: "plot"
14159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14160   algorithm: "plot_perf_box_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170   layout:
14171     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14172     layout: "plot-throughput"
14173
14174 - type: "plot"
14175   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14176   algorithm: "plot_perf_box_name"
14177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14179   include:
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14186   layout:
14187     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14188     layout: "plot-throughput"
14189
14190 - type: "plot"
14191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14192   algorithm: "plot_perf_box_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202   layout:
14203     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14204     layout: "plot-throughput"
14205
14206 - type: "plot"
14207   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14208   algorithm: "plot_perf_box_name"
14209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14217   layout:
14218     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14232   layout:
14233     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244   layout:
14245     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14246     layout: "plot-throughput"
14247
14248 - type: "plot"
14249   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14250   algorithm: "plot_perf_box_name"
14251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256   layout:
14257     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14258     layout: "plot-throughput"
14259
14260 - type: "plot"
14261   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14262   algorithm: "plot_perf_box_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "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"
14267     - "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"
14268   layout:
14269     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14270     layout: "plot-throughput"
14271
14272 - type: "plot"
14273   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14274   algorithm: "plot_perf_box_name"
14275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14277   include:
14278     - "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"
14279     - "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"
14280   layout:
14281     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14282     layout: "plot-throughput"
14283
14284 - type: "plot"
14285   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14286   algorithm: "plot_perf_box_name"
14287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14289   include:
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14292   layout:
14293     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14294     layout: "plot-throughput"
14295
14296 - type: "plot"
14297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14298   algorithm: "plot_perf_box_name"
14299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14301   include:
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14304   layout:
14305     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14306     layout: "plot-throughput"
14307
14308 - type: "plot"
14309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14310   algorithm: "plot_perf_box_name"
14311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316   layout:
14317     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14318     layout: "plot-throughput"
14319
14320 - type: "plot"
14321   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14322   algorithm: "plot_perf_box_name"
14323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14328   layout:
14329     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14330     layout: "plot-throughput"
14331
14332 - type: "plot"
14333   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14334   algorithm: "plot_perf_box_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14336   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14337   include:
14338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344   layout:
14345     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14346     layout: "plot-throughput"
14347
14348 - type: "plot"
14349   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14350   algorithm: "plot_perf_box_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14353   include:
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360   layout:
14361     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14362     layout: "plot-throughput"
14363
14364 - type: "plot"
14365   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14366   algorithm: "plot_perf_box_name"
14367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14369   include:
14370     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14376   layout:
14377     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14378     layout: "plot-throughput"
14379
14380 - type: "plot"
14381   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14382   algorithm: "plot_perf_box_name"
14383   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14384   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14385   include:
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392   layout:
14393     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14394     layout: "plot-throughput"
14395
14396 #- type: "plot"
14397 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14398 #  algorithm: "plot_perf_box_name"
14399 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14400 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14401 #  include:
14402 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14403 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408 #  layout:
14409 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14410 #    layout: "plot-throughput"
14411 #
14412 #- type: "plot"
14413 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14414 #  algorithm: "plot_perf_box_name"
14415 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14416 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14417 #  include:
14418 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424 #  layout:
14425 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14426 #    layout: "plot-throughput"
14427
14428 - type: "plot"
14429   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14430   algorithm: "plot_perf_box_name"
14431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14433   include:
14434     - "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"
14435     - "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"
14436     - "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"
14437     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14440   layout:
14441     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14442     layout: "plot-throughput"
14443
14444 - type: "plot"
14445   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14446   algorithm: "plot_perf_box_name"
14447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14449   include:
14450     - "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"
14451     - "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"
14452     - "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"
14453     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14454     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14456   layout:
14457     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14458     layout: "plot-throughput"
14459
14460 ################################################################################
14461
14462 # Packet Speedup
14463
14464 - type: "plot"
14465   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14474   layout:
14475     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14488   layout:
14489     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14502   layout:
14503     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14516   layout:
14517     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14525   include:
14526     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14531   layout:
14532     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14546   layout:
14547     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14561   layout:
14562     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14592   layout:
14593     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14608   layout:
14609     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14623   layout:
14624     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14638   layout:
14639     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14651   layout:
14652     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14664   layout:
14665     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14694   layout:
14695     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14703   include:
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14707   layout:
14708     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14716   include:
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14720   layout:
14721     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14736   layout:
14737     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14752   layout:
14753     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14768   layout:
14769     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14784   layout:
14785     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14786     layout: "plot-throughput-speedup-analysis"
14787
14788 - type: "plot"
14789   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14793   include:
14794     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14797   layout:
14798     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14806   include:
14807     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14810   layout:
14811     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14823 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14824 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14825   layout:
14826     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14834   include:
14835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14838 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14839 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14840   layout:
14841     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14849   include:
14850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14855   layout:
14856     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14864   include:
14865     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14866     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14881     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14900   layout:
14901     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14916   layout:
14917     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14948   layout:
14949     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14950     layout: "plot-throughput-speedup-analysis"
14951
14952 - type: "plot"
14953   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14954   algorithm: "plot_tsa_name"
14955   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14956   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14957   include:
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14964   layout:
14965     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14966     layout: "plot-throughput-speedup-analysis"
14967
14968 - type: "plot"
14969   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14970   algorithm: "plot_tsa_name"
14971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14973   include:
14974     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14976   layout:
14977     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14985   include:
14986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14988   layout:
14989     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15002   layout:
15003     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15030   layout:
15031     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15044   layout:
15045     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15053   include:
15054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15060   layout:
15061     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15062     layout: "plot-throughput-speedup-analysis"
15063
15064 - type: "plot"
15065   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15066   algorithm: "plot_tsa_name"
15067   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15069   include:
15070     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15076   layout:
15077     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15091   layout:
15092     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15106   layout:
15107     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15121   layout:
15122     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15136   layout:
15137     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15138     layout: "plot-throughput-speedup-analysis"
15139
15140 - type: "plot"
15141   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15142   algorithm: "plot_tsa_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15145   include:
15146     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15149   layout:
15150     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15158   include:
15159     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15162   layout:
15163     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15175   layout:
15176     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15188   layout:
15189     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15218   layout:
15219     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15227   include:
15228     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15248   layout:
15249     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15257   include:
15258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15264   layout:
15265     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 - type: "plot"
15269   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15270   algorithm: "plot_tsa_name"
15271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15273   include:
15274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15280   layout:
15281     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15289   include:
15290     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15294   layout:
15295     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15308   layout:
15309     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15317   include:
15318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15324   layout:
15325     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15326     layout: "plot-throughput-speedup-analysis"
15327
15328 - type: "plot"
15329   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15330   algorithm: "plot_tsa_name"
15331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15333   include:
15334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340   layout:
15341     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356   layout:
15357     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15365   include:
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15372   layout:
15373     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15388   layout:
15389     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15404   layout:
15405     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15413   include:
15414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15420   layout:
15421     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15429   include:
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15436   layout:
15437     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15445   include:
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15452   layout:
15453     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15461   include:
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15468   layout:
15469     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15470     layout: "plot-throughput-speedup-analysis"
15471
15472 - type: "plot"
15473   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15474   algorithm: "plot_tsa_name"
15475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15477   include:
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15482   layout:
15483     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15496   layout:
15497     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15510   layout:
15511     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15519   include:
15520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15524   layout:
15525     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15533   include:
15534     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15540   layout:
15541     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15542     layout: "plot-throughput-speedup-analysis"
15543
15544 - type: "plot"
15545   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15546   algorithm: "plot_tsa_name"
15547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15549   include:
15550     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15556   layout:
15557     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15565   include:
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15571   layout:
15572     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15586   layout:
15587     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15595   include:
15596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15616   layout:
15617     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15618     layout: "plot-throughput-speedup-analysis"
15619
15620 - type: "plot"
15621   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15622   algorithm: "plot_tsa_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15630   layout:
15631     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15632     layout: "plot-throughput-speedup-analysis"
15633
15634 - type: "plot"
15635   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15636   algorithm: "plot_tsa_name"
15637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15639   include:
15640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15644   layout:
15645     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15660   layout:
15661     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15669   include:
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     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15692   layout:
15693     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15708   layout:
15709     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   include:
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15724   layout:
15725     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15740   layout:
15741     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15749   include:
15750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15756   layout:
15757     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15765   include:
15766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15772   layout:
15773     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15774     layout: "plot-throughput-speedup-analysis"
15775
15776 - type: "plot"
15777   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15778   algorithm: "plot_tsa_name"
15779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15781   include:
15782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15788   layout:
15789     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15790     layout: "plot-throughput-speedup-analysis"
15791
15792 - type: "plot"
15793   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15794   algorithm: "plot_tsa_name"
15795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15797   include:
15798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15804   layout:
15805     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15806     layout: "plot-throughput-speedup-analysis"
15807
15808 - type: "plot"
15809   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15810   algorithm: "plot_tsa_name"
15811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15813   include:
15814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15819   layout:
15820     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15828   include:
15829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15834   layout:
15835     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15843   include:
15844     - "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"
15845     - "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"
15846     - "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"
15847     - "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"
15848     - "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"
15849   layout:
15850     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15858   include:
15859     - "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"
15860     - "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"
15861     - "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"
15862     - "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"
15863     - "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"
15864   layout:
15865     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15873   include:
15874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15879   layout:
15880     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15894   layout:
15895     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15903   include:
15904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15909   layout:
15910     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15918   include:
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15924   layout:
15925     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15933   include:
15934     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15939   layout:
15940     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15948   include:
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15954   layout:
15955     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15963   include:
15964     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15969   layout:
15970     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15978   include:
15979     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15984   layout:
15985     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15993   include:
15994     - "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"
15995     - "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"
15996     - "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"
15997     - "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"
15998   layout:
15999     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16007   include:
16008     - "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"
16009     - "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"
16010     - "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"
16011     - "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"
16012   layout:
16013     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16021   include:
16022     - "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"
16023     - "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"
16024     - "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"
16025     - "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"
16026   layout:
16027     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16035   include:
16036     - "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"
16037     - "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"
16038     - "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"
16039     - "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"
16040   layout:
16041     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16049   include:
16050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16056   layout:
16057     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16065   include:
16066     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16072   layout:
16073     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16081   include:
16082     - "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"
16083     - "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"
16084     - "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"
16085     - "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"
16086     - "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"
16087     - "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"
16088   layout:
16089     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16097   include:
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104   layout:
16105     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16113   include:
16114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16120   layout:
16121     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16129   include:
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136   layout:
16137     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16145   include:
16146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16151   layout:
16152     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 - type: "plot"
16156   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16157   algorithm: "plot_tsa_name"
16158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16160   include:
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16166   layout:
16167     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16175   include:
16176     - "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"
16177     - "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"
16178   layout:
16179     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16187   include:
16188     - "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"
16189     - "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"
16190   layout:
16191     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16199   include:
16200     - "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"
16201     - "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"
16202   layout:
16203     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16211   include:
16212     - "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"
16213     - "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"
16214   layout:
16215     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16216     layout: "plot-throughput-speedup-analysis"
16217
16218 - type: "plot"
16219   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16220   algorithm: "plot_tsa_name"
16221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16223   include:
16224     - "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"
16225     - "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"
16226     - "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"
16227     - "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"
16228     - "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"
16229     - "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"
16230   layout:
16231     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16239   include:
16240     - "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"
16241     - "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"
16242     - "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"
16243     - "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"
16244     - "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"
16245     - "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"
16246   layout:
16247     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16255   include:
16256     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16257     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16261   layout:
16262     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16270   include:
16271     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16276   layout:
16277     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16285   include:
16286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16291   layout:
16292     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16300   include:
16301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16306   layout:
16307     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16315   include:
16316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16322   layout:
16323     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16331   include:
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16338   layout:
16339     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16340     layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16347   include:
16348     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16352   layout:
16353     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16366   layout:
16367     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16375   include:
16376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16381   layout:
16382     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16390   include:
16391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16396   layout:
16397     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16405   include:
16406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16407     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16412   layout:
16413     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16421   include:
16422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16428   layout:
16429     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16437   include:
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16442   layout:
16443     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16451   include:
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16456   layout:
16457     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16465   include:
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16472   layout:
16473     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16481   include:
16482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16488   layout:
16489     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16497   include:
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16504   layout:
16505     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 - type: "plot"
16509   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16513   include:
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16520   layout:
16521     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16522     layout: "plot-throughput-speedup-analysis"
16523
16524 - type: "plot"
16525   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16526   algorithm: "plot_tsa_name"
16527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16529   include:
16530     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16531     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16536   layout:
16537     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16538     layout: "plot-throughput-speedup-analysis"
16539
16540 - type: "plot"
16541   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16542   algorithm: "plot_tsa_name"
16543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16545   include:
16546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16552   layout:
16553     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16554     layout: "plot-throughput-speedup-analysis"
16555
16556 - type: "plot"
16557   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16558   algorithm: "plot_tsa_name"
16559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16561   include:
16562     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568   layout:
16569     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16570     layout: "plot-throughput-speedup-analysis"
16571
16572 - type: "plot"
16573   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16574   algorithm: "plot_tsa_name"
16575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16577   include:
16578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16584   layout:
16585     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16586     layout: "plot-throughput-speedup-analysis"
16587
16588 - type: "plot"
16589   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16590   algorithm: "plot_tsa_name"
16591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16593   include:
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16600   layout:
16601     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16602     layout: "plot-throughput-speedup-analysis"
16603
16604 - type: "plot"
16605   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16606   algorithm: "plot_tsa_name"
16607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16609   include:
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16616   layout:
16617     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16618     layout: "plot-throughput-speedup-analysis"
16619
16620 #- type: "plot"
16621 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16622 #  algorithm: "plot_tsa_name"
16623 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16624 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16625 #  include:
16626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16632 #  layout:
16633 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16634 #    layout: "plot-throughput-speedup-analysis"
16635 #
16636 #- type: "plot"
16637 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16638 #  algorithm: "plot_tsa_name"
16639 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16640 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16641 #  include:
16642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16648 #  layout:
16649 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16650 #    layout: "plot-throughput-speedup-analysis"
16651
16652 - type: "plot"
16653   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16654   algorithm: "plot_tsa_name"
16655   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16656   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16657   include:
16658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16663   layout:
16664     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16665     layout: "plot-throughput-speedup-analysis"
16666
16667 - type: "plot"
16668   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16669   algorithm: "plot_tsa_name"
16670   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16671   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16672   include:
16673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16678   layout:
16679     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16680     layout: "plot-throughput-speedup-analysis"
16681
16682 - type: "plot"
16683   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16684   algorithm: "plot_tsa_name"
16685   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16686   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16687   include:
16688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16694   layout:
16695     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16696     layout: "plot-throughput-speedup-analysis"
16697
16698 - type: "plot"
16699   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16700   algorithm: "plot_tsa_name"
16701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16703   include:
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16710   layout:
16711     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16712     layout: "plot-throughput-speedup-analysis"
16713
16714 - type: "plot"
16715   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16716   algorithm: "plot_tsa_name"
16717   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16718   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16719   include:
16720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16725   layout:
16726     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16727     layout: "plot-throughput-speedup-analysis"
16728
16729 - type: "plot"
16730   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16731   algorithm: "plot_tsa_name"
16732   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16733   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16734   include:
16735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16740   layout:
16741     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16742     layout: "plot-throughput-speedup-analysis"
16743
16744 #- type: "plot"
16745 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16746 #  algorithm: "plot_tsa_name"
16747 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16748 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16749 #  include:
16750 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16751 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16752 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16753 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16754 #  layout:
16755 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16756 #    layout: "plot-throughput-speedup-analysis"
16757 #
16758 #- type: "plot"
16759 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16760 #  algorithm: "plot_tsa_name"
16761 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16762 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16763 #  include:
16764 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16765 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16766 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16767 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16768 #  layout:
16769 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16770 #    layout: "plot-throughput-speedup-analysis"
16771
16772 - type: "plot"
16773   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16774   algorithm: "plot_tsa_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16776   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16777   include:
16778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16784   layout:
16785     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16786     layout: "plot-throughput-speedup-analysis"
16787
16788 - type: "plot"
16789   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16790   algorithm: "plot_tsa_name"
16791   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16792   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16793   include:
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16800   layout:
16801     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16809   include:
16810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16815   layout:
16816     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16817     layout: "plot-throughput-speedup-analysis"
16818
16819 - type: "plot"
16820   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16821   algorithm: "plot_tsa_name"
16822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16824   include:
16825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16830   layout:
16831     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16832     layout: "plot-throughput-speedup-analysis"
16833
16834 - type: "plot"
16835   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16836   algorithm: "plot_tsa_name"
16837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16839   include:
16840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16846   layout:
16847     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16848     layout: "plot-throughput-speedup-analysis"
16849
16850 - type: "plot"
16851   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16852   algorithm: "plot_tsa_name"
16853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16855   include:
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16862   layout:
16863     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16864     layout: "plot-throughput-speedup-analysis"
16865
16866 - type: "plot"
16867   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16868   algorithm: "plot_tsa_name"
16869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16871   include:
16872     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16876   layout:
16877     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16890   layout:
16891     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16892     layout: "plot-throughput-speedup-analysis"
16893
16894 - type: "plot"
16895   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16896   algorithm: "plot_tsa_name"
16897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16899   include:
16900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16905   layout:
16906     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16907     layout: "plot-throughput-speedup-analysis"
16908
16909 - type: "plot"
16910   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16911   algorithm: "plot_tsa_name"
16912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16914   include:
16915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16920   layout:
16921     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16922     layout: "plot-throughput-speedup-analysis"
16923
16924 - type: "plot"
16925   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16926   algorithm: "plot_tsa_name"
16927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16929   include:
16930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16931     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16936   layout:
16937     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16938     layout: "plot-throughput-speedup-analysis"
16939
16940 - type: "plot"
16941   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16942   algorithm: "plot_tsa_name"
16943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16945   include:
16946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16952   layout:
16953     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16954     layout: "plot-throughput-speedup-analysis"
16955
16956 #- type: "plot"
16957 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16958 #  algorithm: "plot_tsa_name"
16959 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16960 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16961 #  include:
16962 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16963 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16966 #  layout:
16967 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16968 #    layout: "plot-throughput-speedup-analysis"
16969 #
16970 #- type: "plot"
16971 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16972 #  algorithm: "plot_tsa_name"
16973 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16974 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975 #  include:
16976 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16977 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16978 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16980 #  layout:
16981 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16982 #    layout: "plot-throughput-speedup-analysis"
16983
16984 - type: "plot"
16985   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16986   algorithm: "plot_tsa_name"
16987   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16988   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16989   include:
16990     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17005   include:
17006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17007     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17012   layout:
17013     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17014     layout: "plot-throughput-speedup-analysis"
17015
17016 #- type: "plot"
17017 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17018 #  algorithm: "plot_tsa_name"
17019 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17020 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17021 #  include:
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17028 #  layout:
17029 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17030 #    layout: "plot-throughput-speedup-analysis"
17031 #
17032 #- type: "plot"
17033 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17034 #  algorithm: "plot_tsa_name"
17035 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17036 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17037 #  include:
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17044 #  layout:
17045 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17046 #    layout: "plot-throughput-speedup-analysis"
17047
17048 #- type: "plot"
17049 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17050 #  algorithm: "plot_tsa_name"
17051 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17052 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17053 #  include:
17054 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17055 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17056 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17057 #  layout:
17058 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17059 #    layout: "plot-throughput-speedup-analysis"
17060 #
17061 #- type: "plot"
17062 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17063 #  algorithm: "plot_tsa_name"
17064 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17065 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17066 #  include:
17067 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17068 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17069 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17070 #  layout:
17071 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17072 #    layout: "plot-throughput-speedup-analysis"
17073
17074 ################################################################################
17075
17076 # Packet Throughput - DPDK
17077
17078 # 2n-skx-xxv710
17079
17080 - type: "plot"
17081   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17084   data: "plot-dpdk-throughput-latency-2n-skx"
17085   include:
17086     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17088   layout:
17089     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17096   data: "plot-dpdk-throughput-latency-2n-skx"
17097   include:
17098     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17100   layout:
17101     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17102     layout: "plot-throughput"
17103
17104 - type: "plot"
17105   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17108   data: "plot-dpdk-throughput-latency-2n-skx"
17109   include:
17110     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17111     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17112   layout:
17113     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17114     layout: "plot-throughput"
17115
17116 - type: "plot"
17117   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17118   algorithm: "plot_perf_box_name"
17119   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17120   data: "plot-dpdk-throughput-latency-2n-skx"
17121   include:
17122     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17123     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17124   layout:
17125     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17126     layout: "plot-throughput"
17127
17128 # 2n-skx-x710
17129
17130 - type: "plot"
17131   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17134   data: "plot-dpdk-throughput-latency-2n-skx"
17135   include:
17136     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17137     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17138   layout:
17139     title: "2n-skx-x710-64b-2t1c-base-ndr"
17140     layout: "plot-throughput"
17141
17142 - type: "plot"
17143   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17144   algorithm: "plot_perf_box_name"
17145   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17146   data: "plot-dpdk-throughput-latency-2n-skx"
17147   include:
17148     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17149     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17150   layout:
17151     title: "2n-skx-x710-64b-4t2c-base-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17156   algorithm: "plot_perf_box_name"
17157   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17158   data: "plot-dpdk-throughput-latency-2n-skx"
17159   include:
17160     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17161     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17162   layout:
17163     title: "2n-skx-x710-64b-2t1c-base-pdr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17170   data: "plot-dpdk-throughput-latency-2n-skx"
17171   include:
17172     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17173     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17174   layout:
17175     title: "2n-skx-x710-64b-4t2c-base-pdr"
17176     layout: "plot-throughput"
17177
17178 # 3n-skx-xxv710
17179
17180 - type: "plot"
17181   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17184   data: "plot-dpdk-throughput-latency-3n-skx"
17185   include:
17186     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17187     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17188   layout:
17189     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17196   data: "plot-dpdk-throughput-latency-3n-skx"
17197   include:
17198     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17199     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17200   layout:
17201     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17208   data: "plot-dpdk-throughput-latency-3n-skx"
17209   include:
17210     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17211     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17212   layout:
17213     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17220   data: "plot-dpdk-throughput-latency-3n-skx"
17221   include:
17222     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17223     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17224   layout:
17225     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17226     layout: "plot-throughput"
17227
17228 # 3n-skx-x710
17229
17230 - type: "plot"
17231   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17234   data: "plot-dpdk-throughput-latency-3n-skx"
17235   include:
17236     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17237     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17238   layout:
17239     title: "3n-skx-x710-64b-2t1c-base-ndr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17246   data: "plot-dpdk-throughput-latency-3n-skx"
17247   include:
17248     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17249     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17250   layout:
17251     title: "3n-skx-x710-64b-4t2c-base-ndr"
17252     layout: "plot-throughput"
17253
17254 - type: "plot"
17255   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17256   algorithm: "plot_perf_box_name"
17257   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17258   data: "plot-dpdk-throughput-latency-3n-skx"
17259   include:
17260     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17261     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17262   layout:
17263     title: "3n-skx-x710-64b-2t1c-base-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17270   data: "plot-dpdk-throughput-latency-3n-skx"
17271   include:
17272     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17273     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17274   layout:
17275     title: "3n-skx-x710-64b-4t2c-base-pdr"
17276     layout: "plot-throughput"
17277
17278 # 3n-hsw-xl710
17279
17280 - type: "plot"
17281   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17284   data: "plot-dpdk-throughput-latency-3n-hsw"
17285   include:
17286     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17287     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17288   layout:
17289     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17296   data: "plot-dpdk-throughput-latency-3n-hsw"
17297   include:
17298     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17299     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17300   layout:
17301     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17308   data: "plot-dpdk-throughput-latency-3n-hsw"
17309   include:
17310     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17311     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17312   layout:
17313     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17320   data: "plot-dpdk-throughput-latency-3n-hsw"
17321   include:
17322     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17323     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17324   layout:
17325     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17326     layout: "plot-throughput"
17327
17328 # 3n-hsw-x710
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17332   algorithm: "plot_perf_box_name"
17333   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17334   data: "plot-dpdk-throughput-latency-3n-hsw"
17335   include:
17336     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17337     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17338   layout:
17339     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17340     layout: "plot-throughput"
17341
17342 - type: "plot"
17343   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17344   algorithm: "plot_perf_box_name"
17345   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17346   data: "plot-dpdk-throughput-latency-3n-hsw"
17347   include:
17348     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17349     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17350   layout:
17351     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17358   data: "plot-dpdk-throughput-latency-3n-hsw"
17359   include:
17360     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17361     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17362   layout:
17363     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17370   data: "plot-dpdk-throughput-latency-3n-hsw"
17371   include:
17372     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17373     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17374   layout:
17375     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17376     layout: "plot-throughput"
17377
17378 # 2n-dnv-x553
17379
17380 - type: "plot"
17381   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17384   data: "plot-dpdk-throughput-latency-2n-dnv"
17385   include:
17386     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17387     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17388   layout:
17389     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17396   data: "plot-dpdk-throughput-latency-2n-dnv"
17397   include:
17398     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17399     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17400   layout:
17401     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17408   data: "plot-dpdk-throughput-latency-2n-dnv"
17409   include:
17410     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17411     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17412   layout:
17413     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17420   data: "plot-dpdk-throughput-latency-2n-dnv"
17421   include:
17422     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17423     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17424   layout:
17425     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17426     layout: "plot-throughput"
17427
17428 # 3n-dnv-x553
17429
17430 - type: "plot"
17431   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17434   data: "plot-dpdk-throughput-latency-3n-dnv"
17435   include:
17436     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17437     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17438   layout:
17439     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17440     layout: "plot-throughput"
17441
17442 - type: "plot"
17443   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17444   algorithm: "plot_perf_box_name"
17445   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17446   data: "plot-dpdk-throughput-latency-3n-dnv"
17447   include:
17448     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17449     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17450   layout:
17451     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17452     layout: "plot-throughput"
17453
17454 - type: "plot"
17455   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17456   algorithm: "plot_perf_box_name"
17457   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17458   data: "plot-dpdk-throughput-latency-3n-dnv"
17459   include:
17460     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17461     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17462   layout:
17463     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17464     layout: "plot-throughput"
17465
17466 - type: "plot"
17467   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17470   data: "plot-dpdk-throughput-latency-3n-dnv"
17471   include:
17472     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17473     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17474   layout:
17475     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17476     layout: "plot-throughput"
17477
17478 # 3n-tsh-x520
17479
17480 - type: "plot"
17481   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17484   data: "plot-dpdk-throughput-latency-3n-tsh"
17485   include:
17486     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17487     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17488   layout:
17489     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17490     layout: "plot-throughput"
17491
17492 - type: "plot"
17493   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17496   data: "plot-dpdk-throughput-latency-3n-tsh"
17497   include:
17498     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17499     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17500   layout:
17501     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17508   data: "plot-dpdk-throughput-latency-3n-tsh"
17509   include:
17510     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17511     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17512   layout:
17513     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17520   data: "plot-dpdk-throughput-latency-3n-tsh"
17521   include:
17522     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17523     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17524   layout:
17525     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17526     layout: "plot-throughput"
17527
17528 ################################################################################
17529 ###   2n-clx                                                                 ###
17530 ################################################################################
17531
17532 # Packet Throughput
17533
17534 - type: "plot"
17535   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17539   include:
17540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17544   layout:
17545     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17558   layout:
17559     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17572   layout:
17573     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17597     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17600   layout:
17601     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17614   layout:
17615     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17630   layout:
17631     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17632     layout: "plot-throughput"
17633
17634 - type: "plot"
17635   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17636   algorithm: "plot_perf_box_name"
17637   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17639   include:
17640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17646   layout:
17647     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17660   layout:
17661     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17687   layout:
17688     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17689     layout: "plot-throughput"
17690
17691 - type: "plot"
17692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17693   algorithm: "plot_perf_box_name"
17694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17696   include:
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17700   layout:
17701     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17743   layout:
17744     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17745     layout: "plot-throughput"
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17756   layout:
17757     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17762   algorithm: "plot_perf_box_name"
17763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17765   include:
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17804   layout:
17805     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17832   layout:
17833     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17834     layout: "plot-throughput"
17835
17836 - type: "plot"
17837   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17838   algorithm: "plot_perf_box_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17844   layout:
17845     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17860   layout:
17861     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17876   layout:
17877     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17891 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17892   layout:
17893     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17907 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17908   layout:
17909     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17924   layout:
17925     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17940   layout:
17941     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17942     layout: "plot-throughput"
17943
17944 - type: "plot"
17945   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17946   algorithm: "plot_perf_box_name"
17947   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17949   include:
17950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17955   layout:
17956     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17957     layout: "plot-throughput"
17958
17959 - type: "plot"
17960   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17961   algorithm: "plot_perf_box_name"
17962   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17963   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17964   include:
17965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17970   layout:
17971     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18000   layout:
18001     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18006   algorithm: "plot_perf_box_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18015   layout:
18016     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18030   layout:
18031     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18045   layout:
18046     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18060   layout:
18061     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18062     layout: "plot-throughput"
18063
18064 - type: "plot"
18065   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18066   algorithm: "plot_perf_box_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18075   layout:
18076     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18090   layout:
18091     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18124     layout: "plot-throughput"
18125
18126 - type: "plot"
18127   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18168     layout: "plot-throughput"
18169
18170 - type: "plot"
18171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18172   algorithm: "plot_perf_box_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18182   layout:
18183     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18184     layout: "plot-throughput"
18185
18186 - type: "plot"
18187   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18188   algorithm: "plot_perf_box_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18226   layout:
18227     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18242   layout:
18243     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18270   layout:
18271     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18272     layout: "plot-throughput"
18273
18274 - type: "plot"
18275   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18276   algorithm: "plot_perf_box_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18287     layout: "plot-throughput"
18288
18289 - type: "plot"
18290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18291   algorithm: "plot_perf_box_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18302     layout: "plot-throughput"
18303
18304 - type: "plot"
18305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18306   algorithm: "plot_perf_box_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "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"
18311     - "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"
18312     - "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"
18313     - "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"
18314     - "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"
18315   layout:
18316     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18317     layout: "plot-throughput"
18318
18319 - type: "plot"
18320   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18321   algorithm: "plot_perf_box_name"
18322   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18324   include:
18325     - "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"
18326     - "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"
18327     - "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"
18328     - "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"
18329     - "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"
18330   layout:
18331     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18332     layout: "plot-throughput"
18333
18334 - type: "plot"
18335   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18336   algorithm: "plot_perf_box_name"
18337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18339   include:
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18345   layout:
18346     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18347     layout: "plot-throughput"
18348
18349 - type: "plot"
18350   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18351   algorithm: "plot_perf_box_name"
18352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18354   include:
18355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18360   layout:
18361     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18362     layout: "plot-throughput"
18363
18364 - type: "plot"
18365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18366   algorithm: "plot_perf_box_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18369   include:
18370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18375   layout:
18376     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18377     layout: "plot-throughput"
18378
18379 - type: "plot"
18380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18381   algorithm: "plot_perf_box_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18390   layout:
18391     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18392     layout: "plot-throughput"
18393
18394 - type: "plot"
18395   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18396   algorithm: "plot_perf_box_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18404   layout:
18405     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18406     layout: "plot-throughput"
18407
18408 - type: "plot"
18409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18410   algorithm: "plot_perf_box_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18418   layout:
18419     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18420     layout: "plot-throughput"
18421
18422 - type: "plot"
18423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18424   algorithm: "plot_perf_box_name"
18425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427   include:
18428     - "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"
18429     - "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"
18430     - "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"
18431     - "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"
18432   layout:
18433     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18434     layout: "plot-throughput"
18435
18436 - type: "plot"
18437   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18438   algorithm: "plot_perf_box_name"
18439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18441   include:
18442     - "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"
18443     - "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"
18444     - "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"
18445     - "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"
18446   layout:
18447     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "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"
18457     - "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"
18458     - "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"
18459     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18460     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18462   layout:
18463     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "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"
18473     - "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"
18474     - "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"
18475     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18476     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18478   layout:
18479     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18480     layout: "plot-throughput"
18481
18482 ################################################################################
18483
18484 # Packet Speedup
18485
18486 - type: "plot"
18487   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18488   algorithm: "plot_tsa_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18510   layout:
18511     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18512     layout: "plot-throughput-speedup-analysis"
18513
18514 - type: "plot"
18515   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18516   algorithm: "plot_tsa_name"
18517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18519   include:
18520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18552   layout:
18553     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18566   layout:
18567     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18582   layout:
18583     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18598   layout:
18599     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18612   layout:
18613     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18641     layout: "plot-throughput-speedup-analysis"
18642
18643 - type: "plot"
18644   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18645   algorithm: "plot_tsa_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18652   layout:
18653     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18682   layout:
18683     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18695   layout:
18696     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18697     layout: "plot-throughput-speedup-analysis"
18698
18699 - type: "plot"
18700   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18701   algorithm: "plot_tsa_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18708   layout:
18709     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18710     layout: "plot-throughput-speedup-analysis"
18711
18712 - type: "plot"
18713   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18714   algorithm: "plot_tsa_name"
18715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18717   include:
18718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18726     layout: "plot-throughput-speedup-analysis"
18727
18728 - type: "plot"
18729   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18730   algorithm: "plot_tsa_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18756   layout:
18757     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18772   layout:
18773     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18774     layout: "plot-throughput-speedup-analysis"
18775
18776 - type: "plot"
18777   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18778   algorithm: "plot_tsa_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18784   layout:
18785     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18796   layout:
18797     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18812   layout:
18813     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18814     layout: "plot-throughput-speedup-analysis"
18815
18816 - type: "plot"
18817   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18818   algorithm: "plot_tsa_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18828   layout:
18829     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18830     layout: "plot-throughput-speedup-analysis"
18831
18832 - type: "plot"
18833   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18834   algorithm: "plot_tsa_name"
18835   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18837   include:
18838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18844   layout:
18845     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18860   layout:
18861     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18869   include:
18870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18876   layout:
18877     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18892   layout:
18893     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18901   include:
18902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18907   layout:
18908     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18922   layout:
18923     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18937   layout:
18938     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18952   layout:
18953     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18961   include:
18962     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18967   layout:
18968     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18982   layout:
18983     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18991   include:
18992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18997   layout:
18998     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19012   layout:
19013     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19014     layout: "plot-throughput-speedup-analysis"
19015
19016 - type: "plot"
19017   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19018   algorithm: "plot_tsa_name"
19019   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19021   include:
19022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19027   layout:
19028     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19042   layout:
19043     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19058   layout:
19059     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19074   layout:
19075     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19076     layout: "plot-throughput-speedup-analysis"
19077
19078 - type: "plot"
19079   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19080   algorithm: "plot_tsa_name"
19081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19083   include:
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19134   layout:
19135     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19178   layout:
19179     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19194   layout:
19195     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19222   layout:
19223     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19237   layout:
19238     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19252   layout:
19253     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19254     layout: "plot-throughput-speedup-analysis"
19255
19256 - type: "plot"
19257   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19258   algorithm: "plot_tsa_name"
19259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19261   include:
19262     - "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"
19263     - "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"
19264     - "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"
19265     - "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"
19266     - "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"
19267   layout:
19268     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19269     layout: "plot-throughput-speedup-analysis"
19270
19271 - type: "plot"
19272   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19273   algorithm: "plot_tsa_name"
19274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19276   include:
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281     - "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"
19282   layout:
19283     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19284     layout: "plot-throughput-speedup-analysis"
19285
19286 - type: "plot"
19287   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19288   algorithm: "plot_tsa_name"
19289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19291   include:
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19297   layout:
19298     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19299     layout: "plot-throughput-speedup-analysis"
19300
19301 - type: "plot"
19302   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19303   algorithm: "plot_tsa_name"
19304   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19306   include:
19307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19312   layout:
19313     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19314     layout: "plot-throughput-speedup-analysis"
19315
19316 - type: "plot"
19317   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19318   algorithm: "plot_tsa_name"
19319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19321   include:
19322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19327   layout:
19328     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19329     layout: "plot-throughput-speedup-analysis"
19330
19331 - type: "plot"
19332   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19333   algorithm: "plot_tsa_name"
19334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19336   include:
19337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19342   layout:
19343     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19344     layout: "plot-throughput-speedup-analysis"
19345
19346 - type: "plot"
19347   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19348   algorithm: "plot_tsa_name"
19349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19351   include:
19352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19356   layout:
19357     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19370   layout:
19371     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19372     layout: "plot-throughput-speedup-analysis"
19373
19374 - type: "plot"
19375   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19376   algorithm: "plot_tsa_name"
19377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19379   include:
19380     - "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"
19381     - "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"
19382     - "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"
19383     - "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"
19384   layout:
19385     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19386     layout: "plot-throughput-speedup-analysis"
19387
19388 - type: "plot"
19389   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19390   algorithm: "plot_tsa_name"
19391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19393   include:
19394     - "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"
19395     - "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"
19396     - "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"
19397     - "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"
19398   layout:
19399     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19400     layout: "plot-throughput-speedup-analysis"
19401
19402 - type: "plot"
19403   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19404   algorithm: "plot_tsa_name"
19405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19407   include:
19408     - "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"
19409     - "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"
19410     - "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"
19411     - "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"
19412     - "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"
19413     - "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"
19414   layout:
19415     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19416     layout: "plot-throughput-speedup-analysis"
19417
19418 - type: "plot"
19419   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19420   algorithm: "plot_tsa_name"
19421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19423   include:
19424     - "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"
19425     - "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"
19426     - "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"
19427     - "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"
19428     - "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"
19429     - "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"
19430   layout:
19431     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19432     layout: "plot-throughput-speedup-analysis"
19433
19434 ################################################################################
19435
19436 # Packet Throughput - DPDK
19437
19438 # 2n-clx-xxv710
19439
19440 - type: "plot"
19441   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19442   algorithm: "plot_perf_box_name"
19443   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19444   data: "plot-dpdk-throughput-latency-2n-clx"
19445   include:
19446     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19447     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19448   layout:
19449     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19450     layout: "plot-throughput"
19451
19452 - type: "plot"
19453   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19454   algorithm: "plot_perf_box_name"
19455   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19456   data: "plot-dpdk-throughput-latency-2n-clx"
19457   include:
19458     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19460   layout:
19461     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19462     layout: "plot-throughput"
19463
19464 - type: "plot"
19465   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19466   algorithm: "plot_perf_box_name"
19467   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19468   data: "plot-dpdk-throughput-latency-2n-clx"
19469   include:
19470     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19471     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19472   layout:
19473     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19474     layout: "plot-throughput"
19475
19476 - type: "plot"
19477   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19478   algorithm: "plot_perf_box_name"
19479   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19480   data: "plot-dpdk-throughput-latency-2n-clx"
19481   include:
19482     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19483     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19484   layout:
19485     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19486     layout: "plot-throughput"
19487
19488 # 2n-clx-x710
19489
19490 - type: "plot"
19491   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19492   algorithm: "plot_perf_box_name"
19493   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19494   data: "plot-dpdk-throughput-latency-2n-clx"
19495   include:
19496     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19497     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19498   layout:
19499     title: "2n-clx-x710-64b-2t1c-base-ndr"
19500     layout: "plot-throughput"
19501
19502 - type: "plot"
19503   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19504   algorithm: "plot_perf_box_name"
19505   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19506   data: "plot-dpdk-throughput-latency-2n-clx"
19507   include:
19508     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19509     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19510   layout:
19511     title: "2n-clx-x710-64b-4t2c-base-ndr"
19512     layout: "plot-throughput"
19513
19514 - type: "plot"
19515   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19516   algorithm: "plot_perf_box_name"
19517   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19518   data: "plot-dpdk-throughput-latency-2n-clx"
19519   include:
19520     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19521     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19522   layout:
19523     title: "2n-clx-x710-64b-2t1c-base-pdr"
19524     layout: "plot-throughput"
19525
19526 - type: "plot"
19527   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19528   algorithm: "plot_perf_box_name"
19529   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19530   data: "plot-dpdk-throughput-latency-2n-clx"
19531   include:
19532     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19533     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19534   layout:
19535     title: "2n-clx-x710-64b-4t2c-base-pdr"
19536     layout: "plot-throughput"
19537
19538 ################################################################################
19539
19540 - type: "plot"
19541   title: "Latency by percentile: 2n-skx"
19542   algorithm: "plot_hdrh_lat_by_percentile"
19543   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19544   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19545   target-links: "../../_static/vpp"
19546   data: "plot-vpp-hdrh-lat-2n-skx"
19547   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19548   layout:
19549     layout: "plot-hdrh-latency-by-percentile"
19550
19551 - type: "plot"
19552   title: "Latency by percentile: 3n-skx"
19553   algorithm: "plot_hdrh_lat_by_percentile"
19554   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19555   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19556   target-links: "../../_static/vpp"
19557   data: "plot-vpp-hdrh-lat-3n-skx"
19558   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19559   layout:
19560     layout: "plot-hdrh-latency-by-percentile"
19561
19562 - type: "plot"
19563   title: "Latency by percentile: 2n-clx"
19564   algorithm: "plot_hdrh_lat_by_percentile"
19565   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19566   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19567   target-links: "../../_static/vpp"
19568   data: "plot-vpp-hdrh-lat-2n-clx"
19569   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19570   layout:
19571     layout: "plot-hdrh-latency-by-percentile"
19572
19573 - type: "plot"
19574   title: "Latency by percentile: 3n-hsw"
19575   algorithm: "plot_hdrh_lat_by_percentile"
19576   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19577   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19578   target-links: "../../_static/vpp"
19579   data: "plot-vpp-hdrh-lat-3n-hsw"
19580   filter: "'1T1C' and 'NIC_Intel-XL710'"
19581   layout:
19582     layout: "plot-hdrh-latency-by-percentile"
19583
19584 - type: "plot"
19585   title: "Latency by percentile: 3n-tsh"
19586   algorithm: "plot_hdrh_lat_by_percentile"
19587   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19588   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19589   target-links: "../../_static/vpp"
19590   data: "plot-vpp-hdrh-lat-3n-tsh"
19591   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19592   layout:
19593     layout: "plot-hdrh-latency-by-percentile"
19594
19595 - type: "plot"
19596   title: "Latency by percentile: DPDK 2n-skx"
19597   algorithm: "plot_hdrh_lat_by_percentile"
19598   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19599   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19600   target-links: "../../_static/dpdk"
19601   data: "plot-dpdk-hdrh-lat-2n-skx"
19602   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19603   layout:
19604     layout: "plot-hdrh-latency-by-percentile"
19605
19606 - type: "plot"
19607   title: "Latency by percentile: DPDK 3n-skx"
19608   algorithm: "plot_hdrh_lat_by_percentile"
19609   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19610   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19611   target-links: "../../_static/dpdk"
19612   data: "plot-dpdk-hdrh-lat-3n-skx"
19613   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19614   layout:
19615     layout: "plot-hdrh-latency-by-percentile"
19616
19617 - type: "plot"
19618   title: "Latency by percentile: DPDK 2n-clx"
19619   algorithm: "plot_hdrh_lat_by_percentile"
19620   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19621   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19622   target-links: "../../_static/dpdk"
19623   data: "plot-dpdk-hdrh-lat-2n-clx"
19624   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19625   layout:
19626     layout: "plot-hdrh-latency-by-percentile"
19627
19628 - type: "plot"
19629   title: "Latency by percentile: DPDK 3n-hsw"
19630   algorithm: "plot_hdrh_lat_by_percentile"
19631   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19632   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19633   target-links: "../../_static/dpdk"
19634   data: "plot-dpdk-hdrh-lat-3n-hsw"
19635   filter: "'1T1C' and 'NIC_Intel-XL710'"
19636   layout:
19637     layout: "plot-hdrh-latency-by-percentile"
19638
19639 - type: "plot"
19640   title: "Latency by percentile: DPDK 3n-tsh"
19641   algorithm: "plot_hdrh_lat_by_percentile"
19642   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19643   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19644   target-links: "../../_static/dpdk"
19645   data: "plot-dpdk-hdrh-lat-3n-tsh"
19646   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19647   layout:
19648     layout: "plot-hdrh-latency-by-percentile"