Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
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         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277         - 75  # NDRPDR sel
278         - 76  # NDRPDR sel
279         - 73  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 55  # NDRPDR sel
284
285     plot-vpp-soak-2n-skx:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 49  # Soak
288         - 54  # Soak
289
290     plot-vpp-nfv-2n-skx-ndrpdr:
291       # TODO: Add data:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 43  # NDRPDR sel
294         - 38  # NDRPDR sel
295         - 7   # NDRPDR sel
296
297     plot-vpp-nfv-2n-skx-mrr:
298       csit-vpp-perf-report-iterative-2005-2n-skx:
299         - 42  # MRR sel
300
301     plot-vpp-nfv-reconf-2n-skx:
302       csit-vpp-perf-report-iterative-2005-2n-skx:
303         - 48  # Reconf
304         - 50  # Reconf
305         - 51  # Reconf
306         - 52  # Reconf
307         - 53  # Reconf
308         - 60  # Reconf
309         - 70  # Reconf
310         - 71  # Reconf
311         - 63  # Reconf
312         - 66  # Reconf
313
314     plot-dpdk-throughput-latency-2n-skx:
315       csit-dpdk-perf-report-iterative-2005-2n-skx:
316         - 1   # NDRPDR sel
317         - 2   # NDRPDR sel
318         - 3   # NDRPDR sel
319         - 4   # NDRPDR sel
320         - 5   # NDRPDR sel
321         - 6   # NDRPDR sel
322         - 7   # NDRPDR sel
323         - 8   # NDRPDR sel
324         - 9   # NDRPDR sel
325         - 10  # NDRPDR sel
326
327     plot-dpdk-hdrh-lat-2n-skx:
328       csit-dpdk-perf-report-iterative-2005-2n-skx:
329         - 1   # NDRPDR sel
330
331     # 2n-clx
332
333     plot-vpp-throughput-lat-tsa-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 7   # NDRPDR sel
336         - 38  # NDRPDR sel
337         - 9   # NDRPDR sel
338         - 32  # NDRPDR sel ???
339         - 33  # NDRPDR sel ???
340         - 39  # NDRPDR sel
341         - 40  # NDRPDR sel
342         - 43  # NDRPDR sel
343         - 50  # NDRPDR sel
344         - 51  # NDRPDR sel
345
346     plot-vpp-hdrh-lat-2n-clx:
347       csit-vpp-perf-report-iterative-2005-2n-clx:
348         - 51  # NDRPDR sel
349
350 #    plot-vpp-http-server-performance:
351 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
352 #      csit-vpp-perf-verify-2001-2n-clx:
353 #        - 80  # TCP
354
355     plot-vpp-nfv-2n-clx-ndrpdr:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 38  # NDRPDR sel
359         - 9   # NDRPDR sel
360         - 39  # NDRPDR sel
361         - 40  # NDRPDR sel
362         - 57  # 2n-clx nfv-density-00
363         - 58  # 2n-clx nfv-density-00
364         - 59  # 2n-clx nfv-density-00
365         - 60  # 2n-clx nfv-density-00
366         - 61  # 2n-clx nfv-density-00
367
368     plot-vpp-nfv-2n-clx-mrr:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 12   # MRR
371
372     plot-vpp-nfv-reconf-2n-clx:
373       csit-vpp-perf-report-iterative-2005-2n-clx:
374         - 42  # Reconf
375         - 45  # Reconf
376         - 46  # Reconf
377         - 47  # Reconf
378         - 48  # Reconf
379         - 52  # Reconf
380         - 53  # Reconf
381         - 54  # Reconf
382         - 55  # Reconf
383         - 56  # Reconf
384
385     plot-vpp-soak-2n-clx:
386       csit-vpp-perf-report-iterative-2005-2n-clx:
387         - 44  # Soak
388         - 49  # Soak
389
390     plot-dpdk-throughput-latency-2n-clx:
391       csit-dpdk-perf-report-iterative-2005-2n-clx:
392         - 1   # NDRPDR sel
393         - 2   # NDRPDR sel
394         - 3   # NDRPDR sel
395         - 4   # NDRPDR sel
396         - 5   # NDRPDR sel
397         - 6   # NDRPDR sel
398         - 7   # NDRPDR sel
399         - 8   # NDRPDR sel
400         - 9   # NDRPDR sel
401         - 10  # NDRPDR sel
402
403     plot-dpdk-hdrh-lat-2n-clx:
404       csit-dpdk-perf-report-iterative-2005-2n-clx:
405         - 1   # NDRPDR sel
406
407     # 3n-tsh
408
409     plot-vpp-throughput-lat-tsa-3n-tsh:
410       # TODO: Add data:
411       csit-vpp-perf-report-iterative-2005-3n-tsh:
412         - 9   # NDRPDR sel
413         - 11  # NDRPDR sel
414         - 12  # NDRPDR sel
415         - 13  # NDRPDR sel
416
417     plot-vpp-hdrh-lat-3n-tsh:
418       csit-vpp-perf-report-iterative-2005-3n-tsh:
419         - 9   # NDRPDR sel
420
421     plot-dpdk-throughput-latency-3n-tsh:
422       csit-dpdk-perf-report-iterative-2005-3n-tsh:
423         - 5   # NDRPDR sel
424
425     plot-dpdk-hdrh-lat-3n-tsh:
426       csit-dpdk-perf-report-iterative-2005-3n-tsh:
427         - 5   # NDRPDR sel
428
429     # 3n-dnv
430
431     plot-vpp-throughput-lat-tsa-3n-dnv:
432       csit-vpp-perf-report-iterative-2005-3n-dnv:
433         - 2   # NDRPDR sel
434         - 3   # NDRPDR sel
435         - 4   # NDRPDR sel
436         - 5   # NDRPDR sel
437         - 6   # NDRPDR sel
438         - 7   # NDRPDR sel
439         - 9   # NDRPDR sel
440         - 10  # NDRPDR sel
441         - 11  # NDRPDR sel
442         - 12  # NDRPDR sel
443
444     plot-dpdk-throughput-latency-3n-dnv:
445       csit-dpdk-perf-report-iterative-2005-3n-dnv:
446         - 6   # NDRPDR sel
447         - 7   # NDRPDR sel
448         - 8   # NDRPDR sel
449         - 9   # NDRPDR sel
450         - 10  # NDRPDR sel
451         - 11  # NDRPDR sel
452         - 12  # NDRPDR sel
453         - 13  # NDRPDR sel
454         - 14  # NDRPDR sel
455         - 16  # NDRPDR sel
456
457     # 2n-dnv
458
459     plot-vpp-throughput-lat-tsa-2n-dnv:
460       csit-vpp-perf-report-iterative-2005-2n-dnv:
461         - 3   # NDRPDR sel
462         - 6   # NDRPDR sel
463         - 7   # NDRPDR sel
464         - 8   # NDRPDR sel
465         - 9   # NDRPDR sel
466         - 10  # NDRPDR sel
467         - 11  # NDRPDR sel
468         - 12  # NDRPDR sel
469         - 13  # NDRPDR sel
470         - 14  # NDRPDR sel
471
472     plot-dpdk-throughput-latency-2n-dnv:
473       csit-dpdk-perf-report-iterative-2005-2n-dnv:
474         - 8   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479         - 13  # NDRPDR sel
480         - 14  # NDRPDR sel
481         - 15  # NDRPDR sel
482         - 16  # NDRPDR sel
483         - 17  # NDRPDR sel
484
485     ###########################################################################
486     # Simple tables (only one data set):
487
488     # NIC Comparisons
489
490     vpp-nic-comparison-3n-skx:
491       csit-vpp-perf-report-iterative-2005-3n-skx:
492         - 4   # NDRPDR sel
493         - 5   # NDRPDR sel ??? all x710 failed
494         - 33  # NDRPDR sel
495         - 28  # NDRPDR sel
496         - 34  # NDRPDR sel
497         - 36  # NDRPDR sel
498         - 37  # NDRPDR sel
499         - 38  # NDRPDR sel
500         - 39  # NDRPDR sel
501         - 41  # NDRPDR sel
502
503     vpp-nic-comparison-2n-skx:
504       csit-vpp-perf-report-iterative-2005-2n-skx:
505         - 43  # NDRPDR sel
506         - 38  # NDRPDR sel
507         - 7   # NDRPDR sel
508         - 65  # NDRPDR sel
509         - 47  # NDRPDR sel
510         - 55  # NDRPDR sel
511         - 67  # NDRPDR sel
512         - 75  # NDRPDR sel
513         - 76  # NDRPDR sel
514         - 73  # NDRPDR sel
515
516     vpp-nic-comparison-3n-skx-mrr:
517       csit-vpp-perf-report-iterative-2005-3n-skx:
518         - 6   # MRR sel
519
520     vpp-nic-comparison-2n-skx-mrr:
521       csit-vpp-perf-report-iterative-2005-2n-skx:
522         - 42  # MRR sel
523
524     # Results
525
526     vpp-perf-results-3n-hsw:
527       csit-vpp-perf-report-coverage-2005-3n-hsw:
528         - 1   # perf-full-3n-dnv-crypto_I
529         - 7   # perf-full-3n-hsw-crypto_II
530         - 3   # perf-full-3n-hsw-crypto_III
531         - 4   # perf-full-3n-dnv-crypto_IV
532         - 5   # perf-full-3n-hsw-ip4_I
533         - 6   # perf-full-3n-hsw-ip4_II
534         - 8   # perf-full-3n-hsw-ip4_III
535         - 9   # perf-full-3n-hsw-ip4_IV
536         - 10  # perf-full-3n-hsw-ip4_V
537         - 26  # perf-full-3n-hsw-ip4_VI
538         - 18  # perf-full-3n-hsw-ip4_VII
539         - 27  # perf-full-3n-hsw-ip4_VIII
540         - 28  # perf-full-3n-hsw-ip4_IX
541         - 29  # perf-full-3n-hsw-ip6_I
542         - 35  # perf-full-3n-hsw-ip6_II
543         - 42  # perf-full-3n-hsw-l2_I
544         - 33  # perf-full-3n-hsw-l2_II
545         - 37  # perf-full-3n-hsw-l2_III
546         - 45  # perf-full-3n-hsw-l2_IV
547         - 43  # perf-full-3n-hsw-l2_V
548         - 40  # perf-full-3n-hsw-l2_VI
549         - 44  # perf-full-3n-hsw-l2_VII
550         - 51  # perf-full-3n-hsw-l2_VIII
551         - 50  # perf-full-3n-hsw-l2_IX
552         - 52  # perf-full-3n-hsw-l2_X
553         - 53  # perf-full-3n-hsw-l2_XI
554         - 54  # perf-full-3n-hsw-memif
555         - 55  # perf-full-3n-hsw-ip4tunnels-I
556         - 56  # perf-full-3n-hsw-ip4tunnels-II
557         - 57  # perf-full-3n-hsw-ip4tunnels-III
558         - 58  # perf-full-3n-hsw-ip6tunnels-I
559         - 59  # perf-full-3n-hsw-srv6-I
560         - 60  # perf-full-3n-hsw-srv6-II
561         - 61  # perf-full-3n-hsw-vhost-I
562         - 62  # perf-full-3n-hsw-vhost-II
563         - 63  # perf-full-3n-hsw-vhost-III
564
565     vpp-perf-results-3n-skx:
566       csit-vpp-perf-report-coverage-2005-3n-skx:
567         - 10  # perf-full-3n-skx-crypto_I
568         - 12  # perf-full-3n-skx-crypto_III
569         - 5   # perf-full-3n-skx-ip4_I
570         - 14  # perf-full-3n-skx-ip4_II
571         - 7   # perf-full-3n-skx-ip4_III
572         - 15  # perf-full-3n-skx-ip4_IV
573         - 17  # perf-full-3n-skx-ip4_VI
574         - 18  # perf-full-3n-skx-ip4_VII
575         - 19  # perf-full-3n-skx-ip4_VIII
576         - 20  # perf-full-3n-skx-ip4_IX
577         - 24  # perf-full-3n-skx-ip6_I
578         - 22  # perf-full-3n-skx-ip4tunnels-II
579         - 23  # perf-full-3n-skx-ip4tunnels-III
580         - 26  # perf-full-3n-skx-ip6tunnels-I
581         - 28  # perf-full-3n-skx-l2_II
582
583     vpp-perf-results-2n-skx:
584       # TODO: Add data:
585       csit-vpp-perf-report-coverage-2005-2n-skx:
586         - 11  # perf-full-2n-skx-ip4_I
587         - 3   # perf-full-2n-skx-ip4_II
588         - 18  # perf-full-2n-skx-ip4_III
589         - 19  # perf-full-2n-skx-ip4_IV
590         - 5   # perf-full-2n-skx-ip4_V
591         - 20  # perf-full-2n-skx-ip4_VI
592         - 7   # perf-full-2n-skx-ip6_I
593         - 21  # perf-full-2n-skx-ip6_II
594         - 9   # perf-full-2n-skx-l2_I
595         - 22  # perf-full-2n-skx-l2_II
596         - 23  # perf-full-2n-skx-memif
597         - 24  # perf-full-2n-skx-loadbalancer
598         - 25  # perf-full-2n-skx-vhost I
599         - 26  # perf-full-2n-skx-vhost II
600         - 27  # perf-full-2n-skx-vts
601
602     vpp-perf-results-2n-clx:
603       csit-vpp-perf-report-coverage-2005-2n-clx:
604         - 21  # perf-full-2n-clx-ip4_I
605         - 2   # perf-full-2n-clx-ip4_II
606         - 3   # perf-full-2n-clx-ip4_III
607         - 4   # perf-full-2n-clx-ip4_IV
608         - 5   # perf-full-2n-clx-ip4_V
609         - 6   # perf-full-2n-clx-ip4_VI
610         - 7   # perf-full-2n-clx-ip6_I
611         - 16  # perf-full-2n-clx-ip6_II
612         - 23  # perf-full-2n-clx-l2_I
613         - 10  # perf-full-2n-clx-l2_II
614         - 11  # perf-full-2n-clx-memif
615         - 12  # perf-full-2n-clx-loadbalancer
616         - 13  # perf-full-2n-clx-vhost I
617         - 22  # perf-full-2n-clx-vhost II
618         - 15  # perf-full-2n-clx-vts
619
620     vpp-perf-results-3n-tsh:
621       csit-vpp-perf-report-iterative-2005-3n-tsh:
622         - 9   # NDRPDR sel
623
624     vpp-perf-results-3n-dnv:
625       csit-vpp-perf-report-coverage-2005-3n-dnv:
626         - 1   # perf-full-3n-dnv-crypto_I
627         - 24  # perf-full-3n-dnv-crypto_II
628         - 5   # perf-full-3n-dnv-ip4_I
629         - 13  # perf-full-3n-dnv-ip4_II
630         - 17  # perf-full-3n-dnv-ip6_I
631         - 18  # perf-full-3n-dnv-ip6_II
632         - 21  # perf-full-3n-dnv-l2_I
633         - 22  # perf-full-3n-dnv-l2_II
634         - 23  # perf-full-3n-dnv-ip4-tunnels_I
635
636     vpp-perf-results-2n-dnv:
637       csit-vpp-perf-report-coverage-2005-2n-dnv:
638         - 1   # perf-full-2n-dnv-ip4_I
639         - 2   # perf-full-2n-dnv-ip4_II
640         - 3   # perf-full-2n-dnv-ip6_I
641         - 4   # perf-full-2n-dnv-ip6_II
642         - 5   # perf-full-2n-dnv-l2_I
643         - 6   # perf-full-2n-dnv-l2_II
644
645     vpp-mrr-results-3n-hsw:
646       csit-vpp-perf-report-iterative-2005-3n-hsw:
647         - 13  # MRR
648
649     vpp-mrr-results-3n-skx:
650       csit-vpp-perf-report-iterative-2005-3n-skx:
651         - 6   # MRR sel
652
653     vpp-mrr-results-2n-skx:
654       csit-vpp-perf-report-iterative-2005-2n-skx:
655         - 42  # MRR sel
656
657     vpp-mrr-results-2n-clx:
658       csit-vpp-perf-report-iterative-2005-2n-clx:
659         - 12   # MRR
660
661     vpp-mrr-results-3n-tsh:
662       csit-vpp-perf-report-iterative-2005-3n-tsh:
663         - 10  # MRR sel
664
665     vpp-mrr-results-3n-dnv:
666       csit-vpp-perf-report-iterative-2005-3n-dnv:
667         - 8   # MRR
668
669     vpp-mrr-results-2n-dnv:
670       csit-vpp-perf-report-iterative-2005-2n-dnv:
671         - 15  # MRR sel
672
673     vpp-device-results-ubuntu:
674       csit-vpp-device-2005-ubuntu1804-1n-skx:
675         - 35
676
677     dpdk-perf-results-3n-hsw:
678       csit-dpdk-perf-report-iterative-2005-3n-hsw:
679         - 5   # NDRPDR sel
680
681     dpdk-perf-results-3n-skx:
682       csit-dpdk-perf-report-iterative-2005-3n-skx:
683         - 4   # NDRPDR sel
684
685     dpdk-perf-results-2n-skx:
686       csit-dpdk-perf-report-iterative-2005-2n-skx:
687         - 1   # NDRPDR sel
688
689     dpdk-perf-results-2n-clx:
690       csit-dpdk-perf-report-iterative-2005-2n-clx:
691         - 1   # NDRPDR sel
692
693     dpdk-perf-results-2n-dnv:
694       csit-dpdk-perf-report-iterative-2005-2n-dnv:
695         - 8   # NDRPDR sel
696
697     dpdk-perf-results-3n-dnv:
698       csit-dpdk-perf-report-iterative-2005-3n-dnv:
699         - 6   # NDRPDR sel
700
701     dpdk-perf-results-3n-tsh:
702       csit-dpdk-perf-report-iterative-2005-3n-tsh:
703         - 5   # NDRPDR sel
704
705 ###########################################################################
706     # Tables (more than one data set)
707
708     # Performance changes
709
710     vpp-performance-changes-3n-hsw-h1:
711       csit-vpp-perf-verify-1908-3n-hsw:
712         - 12  # NDRPDR sel
713         - 13  # NDRPDR sel
714         - 14  # NDRPDR sel
715         - 15  # NDRPDR sel
716         - 16  # NDRPDR sel
717         - 17  # NDRPDR sel
718         - 18  # NDRPDR sel
719         - 19  # NDRPDR sel
720         - 20  # NDRPDR sel
721         - 21  # NDRPDR sel
722     vpp-performance-changes-3n-hsw-ref:
723       csit-vpp-perf-verify-2001-3n-hsw:
724         - 21  # NDRPDR sel
725         - 22  # NDRPDR sel
726         - 23  # NDRPDR sel
727         - 24  # NDRPDR sel
728         - 25  # NDRPDR sel
729         - 29  # NDRPDR sel
730         - 30  # NDRPDR sel
731         - 31  # NDRPDR sel
732         - 32  # NDRPDR sel
733         - 34  # NDRPDR sel
734     vpp-performance-changes-3n-hsw-cmp:
735       csit-vpp-perf-report-iterative-2005-3n-hsw:
736         - 3   # NDRPDR sel
737         - 4   # NDRPDR sel
738         - 5   # NDRPDR sel
739         - 10  # NDRPDR sel
740         - 11  # NDRPDR sel
741         - 12  # NDRPDR sel
742         - 15  # NDRPDR sel
743         - 16  # NDRPDR sel
744         - 18  # NDRPDR sel
745         - 19  # NDRPDR sel
746
747     vpp-performance-changes-3n-skx-h1:
748       csit-vpp-perf-verify-1908_1-3n-skx:
749         - 26  # NDRPDR sel - new1908.1
750         - 27  # NDRPDR sel - new1908.1
751         - 28  # NDRPDR sel - new1908.1
752         - 29  # NDRPDR sel - new1908.1
753         - 30  # NDRPDR sel - new1908.1
754         - 31  # NDRPDR sel - new1908.1
755         - 33  # NDRPDR sel - new1908.1
756         - 34  # NDRPDR sel - new1908.1
757         - 35  # NDRPDR sel - new1908.1
758         - 36  # NDRPDR sel - new1908.1
759     vpp-performance-changes-3n-skx-ref:
760       csit-vpp-perf-verify-2001-3n-skx:
761         - 69  # NDRPDR sel - new2001.0
762         - 71  # NDRPDR sel - new2001.0
763         - 72  # NDRPDR sel - new2001.0
764         - 76  # NDRPDR sel - new2001.0
765         - 77  # NDRPDR sel - new2001.0
766         - 78  # NDRPDR sel - new2001.0
767         - 80  # NDRPDR sel - new2001.0
768     vpp-performance-changes-3n-skx-cmp:
769       csit-vpp-perf-report-iterative-2005-3n-skx:
770         - 4   # NDRPDR sel
771         - 5   # NDRPDR sel ??? all x710 failed
772         - 33  # NDRPDR sel
773         - 28  # NDRPDR sel
774         - 34  # NDRPDR sel
775         - 36  # NDRPDR sel
776         - 37  # NDRPDR sel
777         - 38  # NDRPDR sel
778         - 39  # NDRPDR sel
779         - 41  # NDRPDR sel
780
781     vpp-performance-changes-2n-skx-h1:
782       csit-vpp-perf-verify-1908_1-2n-skx:
783         - 39  # NDRPDR sel - new1908.1
784         - 40  # NDRPDR sel - new1908.1
785         - 41  # NDRPDR sel - new1908.1
786         - 43  # NDRPDR sel - new1908.1
787         - 44  # NDRPDR sel - new1908.1
788         - 45  # NDRPDR sel - new1908.1
789         - 46  # NDRPDR sel - new1908.1
790         - 47  # NDRPDR sel - new1908.1
791         - 48  # NDRPDR sel - new1908.1
792         - 49  # NDRPDR sel - new1908.1
793     vpp-performance-changes-2n-skx-ref:
794       csit-vpp-perf-verify-2001-2n-skx:
795         - 143  # NDRPDR sel - new2001.0
796         - 146  # NDRPDR sel - new2001.0
797         - 147  # NDRPDR sel - new2001.0
798         - 148  # NDRPDR sel - new2001.0
799         - 149  # NDRPDR sel - new2001.0
800         - 150  # NDRPDR sel - new2001.0
801         - 151  # NDRPDR sel - new2001.0
802         - 152  # NDRPDR sel - new2001.0
803         - 153  # NDRPDR sel - new2001.0
804         - 154  # NDRPDR sel - new2001.0
805     vpp-performance-changes-2n-skx-cmp:
806       csit-vpp-perf-report-iterative-2005-2n-skx:
807         - 43  # NDRPDR sel
808         - 38  # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 65  # NDRPDR sel
811         - 47  # NDRPDR sel
812         - 55  # NDRPDR sel
813         - 67  # NDRPDR sel
814         - 75  # NDRPDR sel
815         - 76  # NDRPDR sel
816         - 73  # NDRPDR sel
817
818 #    vpp-performance-changes-nfv-2n-skx-ref:
819 #      csit-vpp-perf-verify-2001-2n-skx:
820 #        - 30  # NFV
821 #        - 31  # NFV
822 #    vpp-performance-changes-nfv-2n-skx-cmp:
823 #      csit-vpp-perf-report-iterative-2005-2n-skx:
824 #        - 43  # NDRPDR sel
825 #        - 38  # NDRPDR sel
826 #        - 7   # NDRPDR sel
827
828     vpp-performance-changes-2n-clx-ref:
829       csit-vpp-perf-verify-2001-2n-clx:
830         - 28  # NDRPDR sel
831         - 29  # NDRPDR sel
832         - 32  # NDRPDR sel
833         - 40  # NDRPDR sel
834         - 43  # NDRPDR sel
835         - 44  # NDRPDR sel
836         - 45  # NDRPDR sel
837         - 47  # NDRPDR sel
838         - 48  # NDRPDR sel
839         - 49  # NDRPDR sel
840     vpp-performance-changes-2n-clx-cmp:
841       csit-vpp-perf-report-iterative-2005-2n-clx:
842         - 7   # NDRPDR sel
843         - 38  # NDRPDR sel
844         - 9   # NDRPDR sel
845         - 32  # NDRPDR sel ???
846         - 33  # NDRPDR sel ???
847         - 39  # NDRPDR sel
848         - 40  # NDRPDR sel
849         - 43  # NDRPDR sel
850         - 50  # NDRPDR sel
851         - 51  # NDRPDR sel
852
853     vpp-performance-changes-2n-dnv-h1:
854       csit-vpp-perf-verify-1908-2n-dnv:
855         - 1   # NDRPDR sel
856         - 2   # NDRPDR sel
857         - 3   # NDRPDR sel
858         - 4   # NDRPDR sel
859         - 5   # NDRPDR sel
860         - 6   # NDRPDR sel
861         - 7   # NDRPDR sel
862         - 8   # NDRPDR sel
863         - 9   # NDRPDR sel
864         - 10  # NDRPDR sel
865     vpp-performance-changes-2n-dnv-ref:
866       csit-vpp-perf-verify-2001-2n-dnv:
867         - 4   # NDRPDR sel
868         - 5   # NDRPDR sel
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871         - 8   # NDRPDR sel
872         - 9   # NDRPDR sel
873         - 10  # NDRPDR sel
874         - 11  # NDRPDR sel
875         - 13  # NDRPDR sel
876         - 16  # NDRPDR sel
877     vpp-performance-changes-2n-dnv-cmp:
878       csit-vpp-perf-report-iterative-2005-2n-dnv:
879         - 3   # NDRPDR sel
880         - 6   # NDRPDR sel
881         - 7   # NDRPDR sel
882         - 8   # NDRPDR sel
883         - 9   # NDRPDR sel
884         - 10  # NDRPDR sel
885         - 11  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 13  # NDRPDR sel
888         - 14  # NDRPDR sel
889
890     vpp-performance-changes-3n-dnv-h1:
891       csit-vpp-perf-verify-1908-3n-dnv:
892         - 6   # NDRPDR sel
893         - 7   # NDRPDR sel
894         - 8   # NDRPDR sel
895         - 9   # NDRPDR sel
896         - 10  # NDRPDR sel
897         - 12  # NDRPDR sel
898         - 13  # NDRPDR sel
899         - 14  # NDRPDR sel
900         - 15  # NDRPDR sel
901         - 16  # NDRPDR sel
902     vpp-performance-changes-3n-dnv-ref:
903       csit-vpp-perf-verify-2001-3n-dnv:
904         - 5   # NDRPDR sel
905         - 6   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 12  # NDRPDR sel
911         - 16  # NDRPDR sel
912         - 17  # NDRPDR sel
913         - 18  # NDRPDR sel
914     vpp-performance-changes-3n-dnv-cmp:
915       csit-vpp-perf-report-iterative-2005-3n-dnv:
916         - 2   # NDRPDR sel
917         - 3   # NDRPDR sel
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 12  # NDRPDR sel
926
927     vpp-performance-changes-3n-tsh-h1:
928       csit-vpp-perf-verify-1908-3n-tsh:
929         - 7   # NDRPDR sel
930         - 8   # NDRPDR sel
931         - 9   # NDRPDR sel
932         - 10  # NDRPDR sel
933         - 11  # NDRPDR sel
934         - 12  # NDRPDR sel
935         - 13  # NDRPDR sel
936         - 14  # NDRPDR sel
937         - 15  # NDRPDR sel
938         - 16  # NDRPDR sel
939     vpp-performance-changes-3n-tsh-ref:
940       csit-vpp-perf-verify-2001-3n-tsh:
941         - 3   # NDRPDR sel
942         - 4   # NDRPDR sel
943         - 7   # NDRPDR sel
944         - 8   # NDRPDR sel
945         - 10  # NDRPDR sel
946         - 12  # NDRPDR sel
947         - 13  # NDRPDR sel
948         - 14  # NDRPDR sel
949         - 15  # NDRPDR sel
950         - 21  # NDRPDR sel
951     vpp-performance-changes-3n-tsh-cmp:
952       # TODO: Add data:
953       csit-vpp-perf-report-iterative-2005-3n-tsh:
954         - 9   # NDRPDR sel
955         - 11  # NDRPDR sel
956         - 12  # NDRPDR sel
957         - 13  # NDRPDR sel
958
959     vpp-soak-vs-ndr-2n-skx-ref:
960       csit-vpp-perf-report-iterative-2005-2n-skx:
961         - 43  # NDRPDR sel
962         - 38  # NDRPDR sel
963         - 7   # NDRPDR sel
964         - 65  # NDRPDR sel
965         - 47  # NDRPDR sel
966         - 55  # NDRPDR sel
967         - 67  # NDRPDR sel
968         - 75  # NDRPDR sel
969         - 76  # NDRPDR sel
970         - 73  # NDRPDR sel
971     vpp-soak-vs-ndr-2n-skx-cmp:
972       csit-vpp-perf-report-iterative-2005-2n-skx:
973         - 49  # Soak
974         - 54  # Soak
975     vpp-soak-vs-ndr-2n-skx:
976       csit-vpp-perf-report-iterative-2005-2n-skx:
977         - 43  # NDRPDR sel
978         - 38  # NDRPDR sel
979         - 7   # NDRPDR sel
980         - 65  # NDRPDR sel
981         - 47  # NDRPDR sel
982         - 55  # NDRPDR sel
983         - 67  # NDRPDR sel
984         - 75  # NDRPDR sel
985         - 76  # NDRPDR sel
986         - 73  # NDRPDR sel
987         - 49  # Soak
988         - 54  # Soak
989
990     vpp-soak-vs-ndr-2n-clx-ref:
991       csit-vpp-perf-report-iterative-2005-2n-clx:
992         - 7   # NDRPDR sel
993         - 38  # NDRPDR sel
994         - 9   # NDRPDR sel
995         - 32  # NDRPDR sel ???
996         - 33  # NDRPDR sel ???
997         - 39  # NDRPDR sel
998         - 40  # NDRPDR sel
999         - 43  # NDRPDR sel
1000         - 50  # NDRPDR sel
1001         - 51  # NDRPDR sel
1002     vpp-soak-vs-ndr-2n-clx-cmp:
1003       csit-vpp-perf-report-iterative-2005-2n-clx:
1004         - 44  # Soak
1005         - 49  # Soak
1006     vpp-soak-vs-ndr-2n-clx:
1007       csit-vpp-perf-report-iterative-2005-2n-clx:
1008         - 7   # NDRPDR sel
1009         - 38  # NDRPDR sel
1010         - 9   # NDRPDR sel
1011         - 32  # NDRPDR sel ???
1012         - 33  # NDRPDR sel ???
1013         - 39  # NDRPDR sel
1014         - 40  # NDRPDR sel
1015         - 43  # NDRPDR sel
1016         - 50  # NDRPDR sel
1017         - 51  # NDRPDR sel
1018         - 44  # Soak
1019         - 49  # Soak
1020
1021     vpp-performance-changes-3n-hsw-mrr-h1:
1022       csit-vpp-perf-verify-1908-3n-hsw:
1023         - 39  # MRR sel
1024     vpp-performance-changes-3n-hsw-mrr-ref:
1025       csit-vpp-perf-verify-2001-3n-hsw:
1026         - 17  # MRR sel
1027     vpp-performance-changes-3n-hsw-mrr-cmp:
1028       csit-vpp-perf-report-iterative-2005-3n-hsw:
1029         - 13  # MRR
1030
1031 #    vpp-performance-changes-3n-skx-mrr-h1:
1032 #      csit-vpp-perf-verify-1908-3n-skx:
1033 #        - 36  # MRR sel
1034     vpp-performance-changes-3n-skx-mrr-ref:
1035       csit-vpp-perf-verify-2001-3n-skx:
1036         - 50  # MRR sel
1037         - 53  # MRR sel addition
1038     vpp-performance-changes-3n-skx-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2005-3n-skx:
1040         - 6   # MRR sel
1041
1042 #    vpp-performance-changes-2n-skx-mrr-h1:
1043 #      csit-vpp-perf-verify-1908-2n-skx:
1044 #        - 69  # MRR sel
1045     vpp-performance-changes-2n-skx-mrr-ref:
1046       csit-vpp-perf-verify-2001-2n-skx:
1047         - 101 # MRR sel
1048         - 128 # MRR sel addition
1049     vpp-performance-changes-2n-skx-mrr-cmp:
1050       csit-vpp-perf-report-iterative-2005-2n-skx:
1051         - 42  # MRR sel
1052
1053     vpp-performance-changes-2n-clx-mrr-ref:
1054       csit-vpp-perf-verify-2001-2n-clx:
1055         - 39  # MRR
1056     vpp-performance-changes-2n-clx-mrr-cmp:
1057       csit-vpp-perf-report-iterative-2005-2n-clx:
1058         - 12   # MRR
1059
1060 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1061 #      csit-vpp-perf-verify-1908-2n-skx:
1062 #        - 71  # NFV MRR
1063 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1064 #      # csit-vpp-perf-verify-2001-2n-skx:
1065 #      csit-vpp-perf-verify-1908-2n-skx:
1066 #        - 71  # NFV MRR
1067
1068     vpp-performance-changes-2n-dnv-mrr-h1:
1069       csit-vpp-perf-verify-1908-2n-dnv:
1070         - 11  # MRR sel
1071     vpp-performance-changes-2n-dnv-mrr-ref:
1072       csit-vpp-perf-verify-2001-2n-dnv:
1073         - 12  # MRR sel
1074     vpp-performance-changes-2n-dnv-mrr-cmp:
1075       csit-vpp-perf-report-iterative-2005-2n-dnv:
1076         - 15  # MRR sel
1077
1078     vpp-performance-changes-3n-dnv-mrr-h1:
1079       csit-vpp-perf-verify-1908-3n-dnv:
1080         - 17  # MRR sel
1081     vpp-performance-changes-3n-dnv-mrr-ref:
1082       csit-vpp-perf-verify-2001-3n-dnv:
1083         - 11  # MRR sel
1084     vpp-performance-changes-3n-dnv-mrr-cmp:
1085       csit-vpp-perf-report-iterative-2005-3n-dnv:
1086         - 8   # MRR
1087
1088     vpp-performance-changes-3n-tsh-mrr-h1:
1089       csit-vpp-perf-verify-1908-3n-tsh:
1090         - 17  # MRR sel
1091     vpp-performance-changes-3n-tsh-mrr-ref:
1092       csit-vpp-perf-verify-2001-3n-tsh:
1093         - 9   # MRR sel
1094     vpp-performance-changes-3n-tsh-mrr-cmp:
1095       csit-vpp-perf-report-iterative-2005-3n-tsh:
1096         - 10  # MRR sel
1097
1098     dpdk-performance-changes-3n-hsw-h1:
1099       csit-dpdk-perf-verify-1908-3n-hsw:
1100         - 2   # NDRPDR sel
1101         - 3   # NDRPDR sel
1102         - 4   # NDRPDR sel
1103         - 5   # NDRPDR sel
1104         - 6   # NDRPDR sel
1105         - 7   # NDRPDR sel
1106         - 8   # NDRPDR sel
1107         - 9   # NDRPDR sel
1108         - 10  # NDRPDR sel
1109         - 11  # NDRPDR sel
1110     dpdk-performance-changes-3n-hsw-ref:
1111       csit-dpdk-perf-verify-2001-3n-hsw:
1112         - 4   # NDRPDR sel
1113         - 5   # NDRPDR sel
1114         - 6   # NDRPDR sel
1115         - 7   # NDRPDR sel
1116         - 8   # NDRPDR sel
1117         - 9   # NDRPDR sel
1118         - 10  # NDRPDR sel
1119         - 11  # NDRPDR sel
1120         - 12  # NDRPDR sel
1121         - 13  # NDRPDR sel
1122         - 15  # NDRPDR sel
1123         - 16  # NDRPDR sel
1124         - 17  # NDRPDR sel
1125         - 18  # NDRPDR sel
1126         - 19  # NDRPDR sel
1127         - 20  # NDRPDR sel
1128         - 21  # NDRPDR sel
1129         - 22  # NDRPDR sel
1130         - 23  # NDRPDR sel
1131         - 24  # NDRPDR sel
1132     dpdk-performance-changes-3n-hsw-cmp:
1133       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1134         - 5   # NDRPDR sel
1135         - 6   # NDRPDR sel
1136         - 7   # NDRPDR sel
1137         - 8   # NDRPDR sel
1138         - 9   # NDRPDR sel
1139         - 10  # NDRPDR sel
1140         - 11  # NDRPDR sel
1141         - 12  # NDRPDR sel
1142         - 13  # NDRPDR sel
1143         - 14  # NDRPDR sel
1144
1145     dpdk-performance-changes-3n-skx-h1:
1146       csit-dpdk-perf-verify-1908-3n-skx:
1147         - 3   # NDRPDR sel
1148         - 4   # NDRPDR sel
1149         - 5   # NDRPDR sel
1150         - 6   # NDRPDR sel
1151         - 7   # NDRPDR sel
1152         - 8   # NDRPDR sel
1153         - 9   # NDRPDR sel
1154         - 10  # NDRPDR sel
1155         - 11  # NDRPDR sel
1156         - 12  # NDRPDR sel
1157     dpdk-performance-changes-3n-skx-ref:
1158       csit-dpdk-perf-verify-2001-3n-skx:
1159         - 29  # NDRPDR sel xxv710
1160         - 33  # NDRPDR sel xxv710
1161         - 34  # NDRPDR sel xxv710
1162         - 35  # NDRPDR sel xxv710
1163         - 36  # NDRPDR sel xxv710
1164         - 37  # NDRPDR sel xxv710
1165         - 41  # NDRPDR sel xxv710
1166         - 42  # NDRPDR sel xxv710
1167         - 43  # NDRPDR sel xxv710
1168         - 45  # NDRPDR sel xxv710
1169         - 30  # NDRPDR sel x710
1170         - 31  # NDRPDR sel x710
1171         - 32  # NDRPDR sel x710
1172         - 38  # NDRPDR sel x710
1173         - 39  # NDRPDR sel x710
1174         - 40  # NDRPDR sel x710
1175         - 44  # NDRPDR sel x710
1176         - 46  # NDRPDR sel x710
1177         - 47  # NDRPDR sel x710
1178         - 48  # NDRPDR sel x710
1179     dpdk-performance-changes-3n-skx-cmp:
1180       csit-dpdk-perf-report-iterative-2005-3n-skx:
1181         - 4   # NDRPDR sel
1182         - 5   # NDRPDR sel
1183         - 6   # NDRPDR sel
1184         - 7   # NDRPDR sel
1185         - 8   # NDRPDR sel
1186         - 11  # NDRPDR sel
1187         - 12  # NDRPDR sel
1188         - 13  # NDRPDR sel
1189         - 14  # NDRPDR sel
1190         - 15  # NDRPDR sel
1191
1192     dpdk-performance-changes-2n-skx-h1:
1193       csit-dpdk-perf-verify-1908-2n-skx:
1194         - 2   # NDRPDR sel
1195         - 3   # NDRPDR sel
1196         - 4   # NDRPDR sel
1197         - 5   # NDRPDR sel
1198         - 7   # NDRPDR sel
1199         - 8   # NDRPDR sel
1200         - 9   # NDRPDR sel
1201         - 10  # NDRPDR sel
1202         - 11  # NDRPDR sel
1203         - 12  # NDRPDR sel
1204     dpdk-performance-changes-2n-skx-ref:
1205       csit-dpdk-perf-verify-2001-2n-skx:
1206         - 35  # NDRPDR sel xxv710
1207         - 36  # NDRPDR sel xxv710
1208         - 37  # NDRPDR sel xxv710
1209         - 41  # NDRPDR sel xxv710
1210         - 42  # NDRPDR sel xxv710
1211         - 43  # NDRPDR sel xxv710
1212         - 46  # NDRPDR sel xxv710
1213         - 47  # NDRPDR sel xxv710
1214         - 52  # NDRPDR sel xxv710
1215         - 53  # NDRPDR sel xxv710
1216         - 38  # NDRPDR sel x710
1217         - 39  # NDRPDR sel x710
1218         - 40  # NDRPDR sel x710
1219         - 44  # NDRPDR sel x710
1220         - 45  # NDRPDR sel x710
1221         - 48  # NDRPDR sel x710
1222         - 49  # NDRPDR sel x710
1223         - 50  # NDRPDR sel x710
1224         - 51  # NDRPDR sel x710
1225         - 54  # NDRPDR sel x710
1226     dpdk-performance-changes-2n-skx-cmp:
1227       csit-dpdk-perf-report-iterative-2005-2n-skx:
1228         - 1   # NDRPDR sel
1229         - 2   # NDRPDR sel
1230         - 3   # NDRPDR sel
1231         - 4   # NDRPDR sel
1232         - 5   # NDRPDR sel
1233         - 6   # NDRPDR sel
1234         - 7   # NDRPDR sel
1235         - 8   # NDRPDR sel
1236         - 9   # NDRPDR sel
1237         - 10  # NDRPDR sel
1238
1239     dpdk-performance-changes-2n-clx-ref:
1240       csit-dpdk-perf-verify-2001-2n-clx:
1241         - 15  # NDRPDR sel
1242         - 16  # NDRPDR sel
1243         - 17  # NDRPDR sel
1244         - 18  # NDRPDR sel
1245         - 19  # NDRPDR sel
1246         - 20  # NDRPDR sel
1247         - 21  # NDRPDR sel
1248         - 22  # NDRPDR sel
1249         - 23  # NDRPDR sel
1250         - 24  # NDRPDR sel
1251         - 25  # NDRPDR sel
1252         - 26  # NDRPDR sel
1253         - 27  # NDRPDR sel
1254         - 28  # NDRPDR sel
1255         - 29  # NDRPDR sel
1256         - 30  # NDRPDR sel
1257         - 31  # NDRPDR sel
1258         - 32  # NDRPDR sel
1259         - 33  # NDRPDR sel
1260         - 34  # NDRPDR sel
1261     dpdk-performance-changes-2n-clx-cmp:
1262       csit-dpdk-perf-report-iterative-2005-2n-clx:
1263         - 1   # NDRPDR sel
1264         - 2   # NDRPDR sel
1265         - 3   # NDRPDR sel
1266         - 4   # NDRPDR sel
1267         - 5   # NDRPDR sel
1268         - 6   # NDRPDR sel
1269         - 7   # NDRPDR sel
1270         - 8   # NDRPDR sel
1271         - 9   # NDRPDR sel
1272         - 10  # NDRPDR sel
1273
1274     dpdk-performance-changes-2n-dnv-ref:
1275       csit-dpdk-perf-verify-2001-2n-dnv:
1276         - 9   # NDRPDR sel
1277         - 10  # NDRPDR sel
1278         - 11  # NDRPDR sel
1279         - 12  # NDRPDR sel
1280         - 13  # NDRPDR sel
1281         - 14  # NDRPDR sel
1282         - 15  # NDRPDR sel
1283         - 16  # NDRPDR sel
1284         - 17  # NDRPDR sel
1285         - 18  # NDRPDR sel
1286     dpdk-performance-changes-2n-dnv-cmp:
1287       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1288         - 8   # NDRPDR sel
1289         - 9   # NDRPDR sel
1290         - 10  # NDRPDR sel
1291         - 11  # NDRPDR sel
1292         - 12  # NDRPDR sel
1293         - 13  # NDRPDR sel
1294         - 14  # NDRPDR sel
1295         - 15  # NDRPDR sel
1296         - 16  # NDRPDR sel
1297         - 17  # NDRPDR sel
1298
1299     dpdk-performance-changes-3n-dnv-ref:
1300       csit-dpdk-perf-verify-2001-3n-dnv:
1301         - 12  # NDRPDR sel
1302         - 13  # NDRPDR sel
1303         - 14  # NDRPDR sel
1304         - 15  # NDRPDR sel
1305         - 16  # NDRPDR sel
1306         - 17  # NDRPDR sel
1307         - 18  # NDRPDR sel
1308         - 19  # NDRPDR sel
1309         - 20  # NDRPDR sel
1310         - 22  # NDRPDR sel
1311     dpdk-performance-changes-3n-dnv-cmp:
1312       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1313         - 6   # NDRPDR sel
1314         - 7   # NDRPDR sel
1315         - 8   # NDRPDR sel
1316         - 9   # NDRPDR sel
1317         - 10  # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320         - 13  # NDRPDR sel
1321         - 14  # NDRPDR sel
1322         - 16  # NDRPDR sel
1323
1324     dpdk-performance-changes-3n-tsh-ref:
1325       csit-dpdk-perf-verify-2001-3n-tsh:
1326         - 3   # NDRPDR sel
1327         - 4   # NDRPDR sel
1328         - 5   # NDRPDR sel
1329         - 9   # NDRPDR sel
1330         - 10  # NDRPDR sel
1331         - 11  # NDRPDR sel
1332         - 12  # NDRPDR sel
1333         - 14  # NDRPDR sel
1334         - 15  # NDRPDR sel
1335         - 18  # NDRPDR sel
1336     dpdk-performance-changes-3n-tsh-cmp:
1337       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1338         - 5   # NDRPDR sel
1339
1340     # Compare testbeds
1341
1342     vpp-compare-testbeds-ref:
1343       csit-vpp-perf-report-iterative-2005-3n-hsw:
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 10  # NDRPDR sel
1348         - 11  # NDRPDR sel
1349         - 12  # NDRPDR sel
1350         - 15  # NDRPDR sel
1351         - 16  # NDRPDR sel
1352         - 18  # NDRPDR sel
1353         - 19  # NDRPDR sel
1354     vpp-compare-testbeds-cmp:
1355       csit-vpp-perf-report-iterative-2005-3n-skx:
1356         - 4   # NDRPDR sel
1357         - 5   # NDRPDR sel ??? all x710 failed
1358         - 33  # NDRPDR sel
1359         - 28  # NDRPDR sel
1360         - 34  # NDRPDR sel
1361         - 36  # NDRPDR sel
1362         - 37  # NDRPDR sel
1363         - 38  # NDRPDR sel
1364         - 39  # NDRPDR sel
1365         - 41  # NDRPDR sel
1366
1367     vpp-compare-testbeds-skx-clx-ref:
1368       csit-vpp-perf-report-iterative-2005-2n-skx:
1369         - 43  # NDRPDR sel
1370         - 38  # NDRPDR sel
1371         - 7   # NDRPDR sel
1372         - 65  # NDRPDR sel
1373         - 47  # NDRPDR sel
1374         - 55  # NDRPDR sel
1375         - 67  # NDRPDR sel
1376         - 75  # NDRPDR sel
1377         - 76  # NDRPDR sel
1378         - 73  # NDRPDR sel
1379     vpp-compare-testbeds-skx-clx-cmp:
1380       csit-vpp-perf-report-iterative-2005-2n-clx:
1381         - 7   # NDRPDR sel
1382         - 38  # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 32  # NDRPDR sel ???
1385         - 33  # NDRPDR sel ???
1386         - 39  # NDRPDR sel
1387         - 40  # NDRPDR sel
1388         - 43  # NDRPDR sel
1389         - 50  # NDRPDR sel
1390         - 51  # NDRPDR sel
1391
1392     vpp-compare-testbeds-hsw-clx-ref:
1393       csit-vpp-perf-report-iterative-2005-3n-hsw:
1394         - 3   # NDRPDR sel
1395         - 4   # NDRPDR sel
1396         - 5   # NDRPDR sel
1397         - 10  # NDRPDR sel
1398         - 11  # NDRPDR sel
1399         - 12  # NDRPDR sel
1400         - 15  # NDRPDR sel
1401         - 16  # NDRPDR sel
1402         - 18  # NDRPDR sel
1403         - 19  # NDRPDR sel
1404     vpp-compare-testbeds-hsw-clx-cmp:
1405       csit-vpp-perf-report-iterative-2005-2n-clx:
1406         - 7   # NDRPDR sel
1407         - 38  # NDRPDR sel
1408         - 9   # NDRPDR sel
1409         - 32  # NDRPDR sel ???
1410         - 33  # NDRPDR sel ???
1411         - 39  # NDRPDR sel
1412         - 40  # NDRPDR sel
1413         - 43  # NDRPDR sel
1414         - 50  # NDRPDR sel
1415         - 51  # NDRPDR sel
1416
1417     vpp-compare-testbeds-mrr-ref:
1418       csit-vpp-perf-report-iterative-2005-3n-hsw:
1419         - 13  # MRR
1420     vpp-compare-testbeds-mrr-cmp:
1421       csit-vpp-perf-report-iterative-2005-3n-skx:
1422         - 6   # MRR sel
1423
1424     vpp-compare-testbeds-mrr-skx-clx-ref:
1425       csit-vpp-perf-report-iterative-2005-2n-skx:
1426         - 42  # MRR sel
1427     vpp-compare-testbeds-mrr-skx-clx-cmp:
1428       csit-vpp-perf-report-iterative-2005-2n-clx:
1429         - 12   # MRR
1430
1431     vpp-compare-testbeds-mrr-hsw-clx-ref:
1432       csit-vpp-perf-report-iterative-2005-3n-hsw:
1433         - 13  # MRR
1434     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1435       csit-vpp-perf-report-iterative-2005-2n-clx:
1436         - 12   # MRR
1437
1438     dpdk-compare-testbeds-ref:
1439       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1440         - 5   # NDRPDR sel
1441         - 6   # NDRPDR sel
1442         - 7   # NDRPDR sel
1443         - 8   # NDRPDR sel
1444         - 9   # NDRPDR sel
1445         - 10  # NDRPDR sel
1446         - 11  # NDRPDR sel
1447         - 12  # NDRPDR sel
1448         - 13  # NDRPDR sel
1449         - 14  # NDRPDR sel
1450     dpdk-compare-testbeds-cmp:
1451       csit-dpdk-perf-report-iterative-2005-3n-skx:
1452         - 4   # NDRPDR sel
1453         - 5   # NDRPDR sel
1454         - 6   # NDRPDR sel
1455         - 7   # NDRPDR sel
1456         - 8   # NDRPDR sel
1457         - 11  # NDRPDR sel
1458         - 12  # NDRPDR sel
1459         - 13  # NDRPDR sel
1460         - 14  # NDRPDR sel
1461         - 15  # NDRPDR sel
1462
1463     dpdk-compare-testbeds-skx-clx-ref:
1464       csit-dpdk-perf-report-iterative-2005-2n-skx:
1465         - 1   # NDRPDR sel
1466         - 2   # NDRPDR sel
1467         - 3   # NDRPDR sel
1468         - 4   # NDRPDR sel
1469         - 5   # NDRPDR sel
1470         - 6   # NDRPDR sel
1471         - 7   # NDRPDR sel
1472         - 8   # NDRPDR sel
1473         - 9   # NDRPDR sel
1474         - 10  # NDRPDR sel
1475     dpdk-compare-testbeds-skx-clx-cmp:
1476       csit-dpdk-perf-report-iterative-2005-2n-clx:
1477         - 1   # NDRPDR sel
1478         - 2   # NDRPDR sel
1479         - 3   # NDRPDR sel
1480         - 4   # NDRPDR sel
1481         - 5   # NDRPDR sel
1482         - 6   # NDRPDR sel
1483         - 7   # NDRPDR sel
1484         - 8   # NDRPDR sel
1485         - 9   # NDRPDR sel
1486         - 10  # NDRPDR sel
1487
1488     # Compare topologies
1489
1490     vpp-compare-topologies-ref:
1491       csit-vpp-perf-report-iterative-2005-3n-skx:
1492         - 4   # NDRPDR sel
1493         - 5   # NDRPDR sel ??? all x710 failed
1494         - 33  # NDRPDR sel
1495         - 28  # NDRPDR sel
1496         - 34  # NDRPDR sel
1497         - 36  # NDRPDR sel
1498         - 37  # NDRPDR sel
1499         - 38  # NDRPDR sel
1500         - 39  # NDRPDR sel
1501         - 41  # NDRPDR sel
1502     vpp-compare-topologies-cmp:
1503       csit-vpp-perf-report-iterative-2005-2n-skx:
1504         - 43  # NDRPDR sel
1505         - 38  # NDRPDR sel
1506         - 7   # NDRPDR sel
1507         - 65  # NDRPDR sel
1508         - 47  # NDRPDR sel
1509         - 55  # NDRPDR sel
1510         - 67  # NDRPDR sel
1511         - 75  # NDRPDR sel
1512         - 76  # NDRPDR sel
1513         - 73  # NDRPDR sel
1514
1515     vpp-compare-topologies-mrr-ref:
1516       csit-vpp-perf-report-iterative-2005-3n-skx:
1517         - 6   # MRR sel
1518     vpp-compare-topologies-mrr-cmp:
1519       csit-vpp-perf-report-iterative-2005-2n-skx:
1520         - 42  # MRR sel
1521
1522     dpdk-compare-topologies-ref:
1523       csit-dpdk-perf-report-iterative-2005-3n-skx:
1524         - 4   # NDRPDR sel
1525         - 5   # NDRPDR sel
1526         - 6   # NDRPDR sel
1527         - 7   # NDRPDR sel
1528         - 8   # NDRPDR sel
1529         - 11  # NDRPDR sel
1530         - 12  # NDRPDR sel
1531         - 13  # NDRPDR sel
1532         - 14  # NDRPDR sel
1533         - 15  # NDRPDR sel
1534     dpdk-compare-topologies-cmp:
1535       csit-dpdk-perf-report-iterative-2005-2n-skx:
1536         - 1   # NDRPDR sel
1537         - 2   # NDRPDR sel
1538         - 3   # NDRPDR sel
1539         - 4   # NDRPDR sel
1540         - 5   # NDRPDR sel
1541         - 6   # NDRPDR sel
1542         - 7   # NDRPDR sel
1543         - 8   # NDRPDR sel
1544         - 9   # NDRPDR sel
1545         - 10  # NDRPDR sel
1546
1547   plot-layouts:
1548
1549     plot-soak-throughput:
1550       titlefont:
1551         size: 18
1552       xaxis:
1553         title: "<b>Test Cases [Index]</b>"
1554         titlefont:
1555           size: 16
1556         autorange: True
1557         fixedrange: False
1558         gridcolor: "rgb(230, 230, 230)"
1559         linecolor: "rgb(220, 220, 220)"
1560         linewidth: 1
1561         showgrid: True
1562         showline: True
1563         showticklabels: True
1564         tickcolor: "rgb(220, 220, 220)"
1565         tickmode: "linear"
1566         tickfont:
1567           size: 16
1568         zeroline: False
1569       yaxis:
1570         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1571         titlefont:
1572           size: 16
1573         gridcolor: "rgb(230, 230, 230)"
1574         hoverformat: ".4r"
1575         tickformat: ".3r"
1576         linecolor: "rgb(220, 220, 220)"
1577         linewidth: 1
1578         showgrid: True
1579         showline: True
1580         showticklabels: True
1581         tickcolor: "rgb(220, 220, 220)"
1582         tickfont:
1583           size: 16
1584         zeroline: False
1585         range: [0,50]
1586       autosize: False
1587       margin:
1588         t: 50
1589         b: 0
1590         l: 80
1591         r: 20
1592       showlegend: True
1593       legend:
1594         orientation: "h"
1595         font:
1596           size: 16
1597       width: 700
1598       height: 900
1599       paper_bgcolor: "#fff"
1600       plot_bgcolor: "#fff"
1601       hoverlabel:
1602         namelength: -1
1603
1604     plot-service-density:
1605       titlefont:
1606         size: 18
1607       xaxis:
1608         side: "top"
1609         autorange: True
1610         fixedrange: False
1611         showgrid: False
1612         showline: False
1613         showticklabels: False
1614         ticks: ""
1615         ticklen: 0
1616         tickwidth: 0
1617         zeroline: False
1618       yaxis:
1619         autorange: "reversed"
1620         showgrid: False
1621         showline: False
1622         showticklabels: False
1623         ticks: ""
1624         ticklen: 0
1625         tickwidth: 0
1626         zeroline: False
1627       showlegend: False
1628       paper_bgcolor: "#fff"
1629       plot_bgcolor: "#fff"
1630       width: 700
1631       height: 700
1632       hoverlabel:
1633         namelength: -1
1634
1635 #    plot-cps:
1636 #      titlefont:
1637 #        size: 18
1638 #      xaxis:
1639 #        title: "<b>Test Cases [Index]</b>"
1640 #        titlefont:
1641 #          size: 16
1642 #        autorange: True
1643 #        fixedrange: False
1644 #        gridcolor: "rgb(230, 230, 230)"
1645 #        linecolor: "rgb(220, 220, 220)"
1646 #        linewidth: 1
1647 #        showgrid: True
1648 #        showline: True
1649 #        showticklabels: True
1650 #        tickcolor: "rgb(220, 220, 220)"
1651 #        tickmode: "linear"
1652 #        tickfont:
1653 #          size: 16
1654 #        zeroline: False
1655 #      yaxis:
1656 #        title: "<b>Connections Per Second [cps]</b>"
1657 #        titlefont:
1658 #          size: 16
1659 #        gridcolor: "rgb(230, 230, 230)"
1660 #        hoverformat: ".4s"
1661 #        linecolor: "rgb(220, 220, 220)"
1662 #        linewidth: 1
1663 #        rangemode: "tozero"
1664 #        showgrid: True
1665 #        showline: True
1666 #        showticklabels: True
1667 #        tickcolor: "rgb(220, 220, 220)"
1668 #        tickformat: ".3s"
1669 #        tickfont:
1670 #          size: 16
1671 #        zeroline: False
1672 #      boxmode: "group"
1673 #      boxgroupgap: 0.5
1674 #      autosize: False
1675 #      margin:
1676 #        t: 50
1677 #        b: 20
1678 #        l: 80
1679 #        r: 20
1680 #      showlegend: True
1681 #      legend:
1682 #        orientation: "h"
1683 #        font:
1684 #          size: 16
1685 #      width: 700
1686 #      height: 800
1687 #      paper_bgcolor: "#fff"
1688 #      plot_bgcolor: "#fff"
1689 #      hoverlabel:
1690 #        namelength: -1
1691 #
1692 #    plot-rps:
1693 #      titlefont:
1694 #        size: 18
1695 #      xaxis:
1696 #        title: "<b>Test Cases [Index]</b>"
1697 #        titlefont:
1698 #          size: 16
1699 #        autorange: True
1700 #        fixedrange: False
1701 #        gridcolor: "rgb(230, 230, 230)"
1702 #        linecolor: "rgb(220, 220, 220)"
1703 #        linewidth: 1
1704 #        showgrid: True
1705 #        showline: True
1706 #        showticklabels: True
1707 #        tickcolor: "rgb(220, 220, 220)"
1708 #        tickmode: "linear"
1709 #        tickfont:
1710 #          size: 16
1711 #        zeroline: False
1712 #      yaxis:
1713 #        title: "<b>Requests Per Second [rps]</b>"
1714 #        titlefont:
1715 #          size: 16
1716 #        gridcolor: "rgb(230, 230, 230)"
1717 #        hoverformat: ".4s"
1718 #        linecolor: "rgb(220, 220, 220)"
1719 #        linewidth: 1
1720 #        rangemode: "tozero"
1721 #        showgrid: True
1722 #        showline: True
1723 #        showticklabels: True
1724 #        tickcolor: "rgb(230, 230, 230)"
1725 #        tickformat: ".3s"
1726 #        tickfont:
1727 #          size: 16
1728 #        zeroline: False
1729 #      boxmode: "group"
1730 #      boxgroupgap: 0.5
1731 #      autosize: False
1732 #      margin:
1733 #        t: 50
1734 #        b: 20
1735 #        l: 80
1736 #        r: 20
1737 #      showlegend: True
1738 #      legend:
1739 #        orientation: "h"
1740 #        font:
1741 #          size: 16
1742 #      width: 700
1743 #      height: 800
1744 #      paper_bgcolor: "#fff"
1745 #      plot_bgcolor: "#fff"
1746 #      hoverlabel:
1747 #        namelength: -1
1748
1749     plot-hoststack:
1750       titlefont:
1751         size: 16
1752       xaxis:
1753         title: "<b>Test Cases [Index]</b>"
1754         titlefont:
1755           size: 14
1756         autorange: True
1757         fixedrange: False
1758         gridcolor: "rgb(230, 230, 230)"
1759         linecolor: "rgb(220, 220, 220)"
1760         linewidth: 1
1761         showgrid: True
1762         showline: True
1763         showticklabels: True
1764         tickcolor: "rgb(220, 220, 220)"
1765         tickmode: "linear"
1766         tickfont:
1767           size: 14
1768         zeroline: False
1769       yaxis:
1770         title: "<b>Bandwidth [Gbps]</b>"
1771         titlefont:
1772           size: 14
1773         gridcolor: "rgb(230, 230, 230)"
1774         hoverformat: ".4s"
1775         linecolor: "rgb(220, 220, 220)"
1776         linewidth: 1
1777         rangemode: "tozero"
1778         showgrid: True
1779         showline: True
1780         showticklabels: True
1781         tickcolor: "rgb(230, 230, 230)"
1782         tickformat: ".3s"
1783         tickfont:
1784           size: 14
1785         zeroline: False
1786       boxmode: "group"
1787       boxgroupgap: 0.5
1788       autosize: False
1789       margin:
1790         t: 50
1791         b: 20
1792         l: 80
1793         r: 20
1794       showlegend: True
1795       legend:
1796         orientation: "h"
1797         font:
1798           size: 14
1799       width: 700
1800       height: 800
1801       paper_bgcolor: "#fff"
1802       plot_bgcolor: "#fff"
1803       hoverlabel:
1804         namelength: -1
1805
1806     plot-throughput:
1807       titlefont:
1808         size: 18
1809       xaxis:
1810         title: "<b>Test Cases [Index]</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(220, 220, 220)"
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         gridcolor: "rgb(230, 230, 230)"
1831         hoverformat: ".4r"
1832         tickformat: ".3r"
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         tickfont:
1840           size: 16
1841         zeroline: False
1842         range: [0,50]
1843       autosize: False
1844       margin:
1845         t: 50
1846         b: 0
1847         l: 80
1848         r: 20
1849       showlegend: True
1850       legend:
1851         orientation: "h"
1852         font:
1853           size: 16
1854       width: 700
1855       height: 900
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-throughput-speedup-analysis:
1862       titlefont:
1863         size: 18
1864       xaxis:
1865         title: "<b>Number of Cores [Qty]</b>"
1866         titlefont:
1867           size: 16
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(238, 238, 238)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 16
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Packet Throughput [Mpps]</b>"
1883         titlefont:
1884           size: 16
1885         type: "linear"
1886         gridcolor: "rgb(230, 230, 230)"
1887         hoverformat: ".4s"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickformat: ".4s"
1895         tickfont:
1896           size: 16
1897         zeroline: True
1898         rangemode: "tozero"
1899         range: [0,100]
1900       legend:
1901         orientation: "h"
1902         font:
1903           size: 16
1904         xanchor: "left"
1905         yanchor: "top"
1906         x: 0
1907         y: -0.2
1908         bgcolor: "rgba(255, 255, 255, 0)"
1909         bordercolor: "rgba(255, 255, 255, 0)"
1910         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1911       autosize: False
1912       margin:
1913           't': 50
1914           'b': 150
1915           'l': 85
1916           'r': 10
1917       showlegend: True
1918       width: 700
1919       height: 700
1920       paper_bgcolor: "#fff"
1921       plot_bgcolor: "#fff"
1922       hoverlabel:
1923         namelength: -1
1924       annotations: [
1925         {
1926           text: "_ _          __          ...",
1927           align: "left",
1928           showarrow: False,
1929           xref: "paper",
1930           yref: "paper",
1931           xanchor: "left",
1932           yanchor: "top",
1933           x: 0,
1934           y: -0.13,
1935           font: {
1936             family: "Consolas, Courier New",
1937             size: 15
1938           },
1939         },
1940         {
1941           text: "    Perfect     Measured     Limit",
1942           align: "left",
1943           showarrow: False,
1944           xref: "paper",
1945           yref: "paper",
1946           xanchor: "left",
1947           yanchor: "top",
1948           x: 0,
1949           y: -0.15,
1950           font: {
1951             family: "Consolas, Courier New",
1952             size: 15
1953           },
1954         },
1955       ]
1956
1957     plot-latency:
1958       titlefont:
1959         size: 18
1960       xaxis:
1961         title: "<b>Direction</b>"
1962         titlefont:
1963           size: 16
1964         autorange: True
1965         fixedrange: False
1966         gridcolor: "rgb(230, 230, 230)"
1967         linecolor: "rgb(220, 220, 220)"
1968         linewidth: 1
1969         showgrid: True
1970         showline: True
1971         showticklabels: False
1972         tickcolor: "rgb(220, 220, 220)"
1973         tickmode: "linear"
1974         tickfont:
1975           size: 16
1976         zeroline: False
1977       yaxis:
1978         title: "<b>Packet Latency [uSec]</b>"
1979         titlefont:
1980           size: 16
1981         type: "linear"
1982         gridcolor: "rgb(230, 230, 230)"
1983         hoverformat: ".4s"
1984         linecolor: "rgb(220, 220, 220)"
1985         linewidth: 1
1986         showgrid: True
1987         showline: True
1988         showticklabels: True
1989         tickcolor: "rgb(220, 220, 220)"
1990         tickformat: ".4s"
1991         tickfont:
1992           size: 16
1993         zeroline: True
1994         rangemode: "tozero"
1995       legend:
1996         orientation: "h"
1997         font:
1998           size: 16
1999         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2000       autosize: False
2001       margin:
2002           't': 50
2003           'b': 150
2004           'l': 80
2005           'r': 10
2006       showlegend: True
2007       width: 700
2008       height: 700
2009       paper_bgcolor: "#fff"
2010       plot_bgcolor: "#fff"
2011       hoverlabel:
2012         namelength: -1
2013
2014     plot-hdrh-latency:
2015       title:
2016         text: ""
2017         xanchor: "center"
2018         x: 0.5
2019         font:
2020           size: 16
2021       width: 700
2022       plot_bgcolor: "white"
2023       annotations:
2024         - font:
2025             size: 14
2026           showarrow: False
2027           text: "<b>Packet Latency [uSec]</b>"
2028           x: 1
2029           xanchor: "right"
2030           xref: "paper"
2031           y: -0.045
2032           yanchor: "top"
2033           yref: "paper"
2034         - font:
2035             size: 14
2036           showarrow: False
2037           text: "<b>Probability [%]</b>"
2038           textangle: 270
2039           x: -0.06
2040           xanchor: "center"
2041           xref: "paper"
2042           y: 0.5
2043           yanchor: "middle"
2044           yref: "paper"
2045         - font:
2046             size: 14
2047           showarrow: False
2048           text: "<b>Direction: E-W</b>"
2049           x: 0.24
2050           xanchor: "center"
2051           xref: "paper"
2052           y: 1.05
2053           yanchor: "bottom"
2054           yref: "paper"
2055         - font:
2056             size: 14
2057           showarrow: False
2058           text: "<b>Direction: W-E</b>"
2059           x: 0.74
2060           xanchor: "center"
2061           xref: "paper"
2062           y: 1.05
2063           yanchor: "bottom"
2064           yref: "paper"
2065
2066     plot-hdrh-latency-percentile:
2067       title:
2068         text: ""
2069         xanchor: "center"
2070         x: 0.5
2071         font:
2072           size: 18
2073       xaxis:
2074         type: "log"
2075         title: "<b>Percentile [%]</b>"
2076         titlefont:
2077           size: 16
2078         autorange: True
2079         fixedrange: False
2080         gridcolor: "rgb(230, 230, 230)"
2081         linecolor: "rgb(220, 220, 220)"
2082         linewidth: 1
2083         showgrid: True
2084         showline: True
2085         showticklabels: True
2086         tickcolor: "rgb(220, 220, 220)"
2087         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2088         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2089         tickfont:
2090           size: 16
2091       yaxis:
2092         title: "<b>Packet Latency [uSec]</b>"
2093         titlefont:
2094           size: 16
2095         gridcolor: "rgb(230, 230, 230)"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickfont:
2103           size: 16
2104       autosize: False
2105       showlegend: True
2106       legend:
2107         traceorder: "normal"
2108         orientation: "h"
2109         font:
2110           size: 16
2111         xanchor: "left"
2112         yanchor: "top"
2113         x: 0
2114         y: -0.15
2115         bgcolor: "rgba(255, 255, 255, 0)"
2116         bordercolor: "rgba(255, 255, 255, 0)"
2117       width: 700
2118       height: 700
2119       paper_bgcolor: "white"
2120       plot_bgcolor: "white"
2121
2122     plot-hdrh-latency-by-percentile:
2123       title:
2124         text: "<b>Latency by Percentile Distribution</b>"
2125         xanchor: "center"
2126         x: 0.5
2127         font:
2128           size: 18
2129       showlegend: True
2130       legend:
2131         traceorder: "normal"
2132         orientation: "h"
2133         font:
2134           size: 16
2135         xanchor: "left"
2136         yanchor: "top"
2137         x: 0
2138         y: -0.2
2139         bgcolor: "rgba(255, 255, 255, 0)"
2140         bordercolor: "rgba(255, 255, 255, 0)"
2141       xaxis:
2142         type: "linear"
2143         title: "<b>Percentile [%]</b>"
2144         titlefont:
2145           size: 14
2146         autorange: False
2147         fixedrange: False
2148         range: [0, 100]
2149         gridcolor: "rgb(230, 230, 230)"
2150         linecolor: "rgb(220, 220, 220)"
2151         linewidth: 1
2152         showgrid: True
2153         showline: True
2154         showticklabels: True
2155         tickcolor: "rgb(220, 220, 220)"
2156         tickvals: [0, 25, 50, 75, 100]
2157         ticktext: [0, 25, 50, 75, 100]
2158         tickfont:
2159           size: 14
2160       yaxis:
2161         title: "<b>One-Way Latency per Direction [uSec]</b>"
2162         titlefont:
2163           size: 14
2164         gridcolor: "rgb(230, 230, 230)"
2165         linecolor: "rgb(220, 220, 220)"
2166         linewidth: 1
2167         showgrid: True
2168         showline: True
2169         showticklabels: True
2170         tickcolor: "rgb(220, 220, 220)"
2171         tickfont:
2172           size: 14
2173       width: 700
2174       height: 700
2175       paper_bgcolor: "white"
2176       plot_bgcolor: "white"
2177
2178 - type: "static"
2179   src-path: "{DIR[RST]}"
2180   dst-path: "{DIR[WORKING,SRC]}"
2181
2182 - type: "input"
2183   general:
2184     file-name: "output_info.xml.gz"
2185     file-format: ".gz"
2186     arch-file-format:
2187       - ".gz"
2188       - ".zip"
2189     download-path: "{job}/{build}/archives/{filename}"
2190     extract: "output.xml"
2191
2192     zip-file-name: "robot-plugin.zip"
2193     zip-file-format: ".zip"
2194     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2195     zip-extract: "robot-plugin/output.xml"
2196
2197   builds:
2198
2199     csit-vpp-perf-verify-1908-3n-hsw:
2200       - 12  # NDRPDR sel
2201       - 13  # NDRPDR sel
2202       - 14  # NDRPDR sel
2203       - 15  # NDRPDR sel
2204       - 16  # NDRPDR sel
2205       - 17  # NDRPDR sel
2206       - 18  # NDRPDR sel
2207       - 19  # NDRPDR sel
2208       - 20  # NDRPDR sel
2209       - 21  # NDRPDR sel
2210       - 39  # MRR sel
2211     csit-vpp-perf-verify-2001-3n-hsw:
2212       - 21  # NDRPDR sel
2213       - 22  # NDRPDR sel
2214       - 23  # NDRPDR sel
2215       - 24  # NDRPDR sel
2216       - 25  # NDRPDR sel
2217       - 29  # NDRPDR sel
2218       - 30  # NDRPDR sel
2219       - 31  # NDRPDR sel
2220       - 32  # NDRPDR sel
2221       - 34  # NDRPDR sel
2222       - 17  # MRR sel
2223     csit-vpp-perf-report-iterative-2005-3n-hsw:
2224       - 3   # NDRPDR sel
2225       - 4   # NDRPDR sel
2226       - 5   # NDRPDR sel
2227       - 10  # NDRPDR sel
2228       - 11  # NDRPDR sel
2229       - 12  # NDRPDR sel
2230       - 15  # NDRPDR sel
2231       - 16  # NDRPDR sel
2232       - 18  # NDRPDR sel
2233       - 19  # NDRPDR sel
2234       - 13  # MRR
2235     csit-vpp-perf-verify-2005-3n-hsw:
2236       - 3   # hoststack
2237       - 5   # hoststack
2238       - 6   # hoststack
2239       - 7   # hoststack
2240       - 8   # hoststack
2241       - 9   # hoststack
2242       - 10  # hoststack
2243       - 11  # hoststack
2244       - 12  # hoststack
2245       - 13  # hoststack
2246     csit-vpp-perf-report-coverage-2005-3n-hsw:
2247       - 1   # perf-full-3n-dnv-crypto_I
2248       - 7   # perf-full-3n-hsw-crypto_II
2249       - 3   # perf-full-3n-hsw-crypto_III
2250       - 4   # perf-full-3n-dnv-crypto_IV
2251       - 5   # perf-full-3n-hsw-ip4_I
2252       - 6   # perf-full-3n-hsw-ip4_II
2253       - 8   # perf-full-3n-hsw-ip4_III
2254       - 9   # perf-full-3n-hsw-ip4_IV
2255       - 10  # perf-full-3n-hsw-ip4_V
2256       - 26  # perf-full-3n-hsw-ip4_VI
2257       - 18  # perf-full-3n-hsw-ip4_VII
2258       - 27  # perf-full-3n-hsw-ip4_VIII
2259       - 28  # perf-full-3n-hsw-ip4_IX
2260       - 29  # perf-full-3n-hsw-ip6_I
2261       - 35  # perf-full-3n-hsw-ip6_II
2262       - 42  # perf-full-3n-hsw-l2_I
2263       - 33  # perf-full-3n-hsw-l2_II
2264       - 37  # perf-full-3n-hsw-l2_III
2265       - 45  # perf-full-3n-hsw-l2_IV
2266       - 43  # perf-full-3n-hsw-l2_V
2267       - 40  # perf-full-3n-hsw-l2_VI
2268       - 44  # perf-full-3n-hsw-l2_VII
2269       - 51  # perf-full-3n-hsw-l2_VIII
2270       - 50  # perf-full-3n-hsw-l2_IX
2271       - 52  # perf-full-3n-hsw-l2_X
2272       - 53  # perf-full-3n-hsw-l2_XI
2273       - 54  # perf-full-3n-hsw-memif
2274       - 55  # perf-full-3n-hsw-ip4tunnels-I
2275       - 56  # perf-full-3n-hsw-ip4tunnels-II
2276       - 57  # perf-full-3n-hsw-ip4tunnels-III
2277       - 58  # perf-full-3n-hsw-ip6tunnels-I
2278       - 59  # perf-full-3n-hsw-srv6-I
2279       - 60  # perf-full-3n-hsw-srv6-II
2280       - 61  # perf-full-3n-hsw-vhost-I
2281       - 62  # perf-full-3n-hsw-vhost-II
2282       - 63  # perf-full-3n-hsw-vhost-III
2283
2284     csit-vpp-perf-verify-1908_1-3n-skx:
2285       - 26  # NDRPDR sel - new1908.1
2286       - 27  # NDRPDR sel - new1908.1
2287       - 28  # NDRPDR sel - new1908.1
2288       - 29  # NDRPDR sel - new1908.1
2289       - 30  # NDRPDR sel - new1908.1
2290       - 31  # NDRPDR sel - new1908.1
2291       - 33  # NDRPDR sel - new1908.1
2292       - 34  # NDRPDR sel - new1908.1
2293       - 35  # NDRPDR sel - new1908.1
2294       - 36  # NDRPDR sel - new1908.1
2295     csit-vpp-perf-verify-2001-3n-skx:
2296       - 69  # NDRPDR sel - new2001.0
2297       - 71  # NDRPDR sel - new2001.0
2298       - 72  # NDRPDR sel - new2001.0
2299       - 76  # NDRPDR sel - new2001.0
2300       - 77  # NDRPDR sel - new2001.0
2301       - 78  # NDRPDR sel - new2001.0
2302       - 80  # NDRPDR sel - new2001.0
2303       - 50  # MRR sel
2304       - 53  # MRR sel addition
2305     csit-vpp-perf-report-iterative-2005-3n-skx:
2306       - 4   # NDRPDR sel
2307       - 5   # NDRPDR sel ??? all x710 failed
2308       - 33  # NDRPDR sel
2309       - 28  # NDRPDR sel
2310       - 34  # NDRPDR sel
2311       - 36  # NDRPDR sel
2312       - 37  # NDRPDR sel
2313       - 38  # NDRPDR sel
2314       - 39  # NDRPDR sel
2315       - 41  # NDRPDR sel
2316       - 6   # MRR sel
2317     csit-vpp-perf-report-coverage-2005-3n-skx:
2318       - 10  # perf-full-3n-skx-crypto_I
2319       - 12  # perf-full-3n-skx-crypto_III
2320       - 5   # perf-full-3n-skx-ip4_I
2321       - 14  # perf-full-3n-skx-ip4_II
2322       - 7   # perf-full-3n-skx-ip4_III
2323       - 15  # perf-full-3n-skx-ip4_IV
2324       - 17  # perf-full-3n-skx-ip4_VI
2325       - 18  # perf-full-3n-skx-ip4_VII
2326       - 19  # perf-full-3n-skx-ip4_VIII
2327       - 20  # perf-full-3n-skx-ip4_IX
2328       - 24  # perf-full-3n-skx-ip6_I
2329       - 22  # perf-full-3n-skx-ip4tunnels-II
2330       - 23  # perf-full-3n-skx-ip4tunnels-III
2331       - 26  # perf-full-3n-skx-ip6tunnels-I
2332       - 28  # perf-full-3n-skx-l2_II
2333
2334     csit-vpp-perf-verify-1908_1-2n-skx:
2335       - 39  # NDRPDR sel - new1908.1
2336       - 40  # NDRPDR sel - new1908.1
2337       - 41  # NDRPDR sel - new1908.1
2338       - 43  # NDRPDR sel - new1908.1
2339       - 44  # NDRPDR sel - new1908.1
2340       - 45  # NDRPDR sel - new1908.1
2341       - 46  # NDRPDR sel - new1908.1
2342       - 47  # NDRPDR sel - new1908.1
2343       - 48  # NDRPDR sel - new1908.1
2344       - 49  # NDRPDR sel - new1908.1
2345     csit-vpp-perf-verify-2001-2n-skx:
2346       - 143  # NDRPDR sel - new2001.0
2347       - 146  # NDRPDR sel - new2001.0
2348       - 147  # NDRPDR sel - new2001.0
2349       - 148  # NDRPDR sel - new2001.0
2350       - 149  # NDRPDR sel - new2001.0
2351       - 150  # NDRPDR sel - new2001.0
2352       - 151  # NDRPDR sel - new2001.0
2353       - 152  # NDRPDR sel - new2001.0
2354       - 153  # NDRPDR sel - new2001.0
2355       - 154  # NDRPDR sel - new2001.0
2356       - 101  # MRR sel - old
2357       - 128  # MRR sel addition - old
2358     csit-vpp-perf-report-iterative-2005-2n-skx:
2359       - 43  # NDRPDR sel
2360       - 38  # NDRPDR sel
2361       - 7   # NDRPDR sel
2362       - 65  # NDRPDR sel
2363       - 47  # NDRPDR sel
2364       - 55  # NDRPDR sel
2365       - 67  # NDRPDR sel
2366       - 75  # NDRPDR sel
2367       - 76  # NDRPDR sel
2368       - 73  # NDRPDR sel
2369       - 42  # MRR sel
2370       - 48  # Reconf
2371       - 50  # Reconf
2372       - 51  # Reconf
2373       - 52  # Reconf
2374       - 53  # Reconf
2375       - 60  # Reconf
2376       - 70  # Reconf
2377       - 71  # Reconf
2378       - 63  # Reconf
2379       - 66  # Reconf
2380       - 49  # Soak
2381       - 54  # Soak
2382     csit-vpp-perf-report-coverage-2005-2n-skx:
2383       - 11  # perf-full-2n-skx-ip4_I
2384       - 3   # perf-full-2n-skx-ip4_II
2385       - 18  # perf-full-2n-skx-ip4_III
2386       - 19  # perf-full-2n-skx-ip4_IV
2387       - 5   # perf-full-2n-skx-ip4_V
2388       - 20  # perf-full-2n-skx-ip4_VI
2389       - 7   # perf-full-2n-skx-ip6_I
2390       - 21  # perf-full-2n-skx-ip6_II
2391       - 9   # perf-full-2n-skx-l2_I
2392       - 22  # perf-full-2n-skx-l2_II
2393       - 23  # perf-full-2n-skx-memif
2394       - 24  # perf-full-2n-skx-loadbalancer
2395       - 25  # perf-full-2n-skx-vhost I
2396       - 26  # perf-full-2n-skx-vhost II
2397       - 27  # perf-full-2n-skx-vts
2398
2399     csit-vpp-perf-verify-1908_1-2n-clx:
2400       - 5  # NDRPDR sel
2401       - 6  # NDRPDR sel
2402       - 7  # NDRPDR sel
2403       - 8  # NDRPDR sel
2404       - 9  # NDRPDR sel
2405     csit-vpp-perf-verify-2001-2n-clx:
2406       - 28  # NDRPDR sel
2407       - 29  # NDRPDR sel
2408       - 32  # NDRPDR sel
2409       - 40  # NDRPDR sel
2410       - 43  # NDRPDR sel
2411       - 44  # NDRPDR sel
2412       - 45  # NDRPDR sel
2413       - 47  # NDRPDR sel
2414       - 48  # NDRPDR sel
2415       - 49  # NDRPDR sel
2416       - 39  # MRR
2417     csit-vpp-perf-report-iterative-2005-2n-clx:
2418       - 7   # NDRPDR sel
2419       - 38  # NDRPDR sel
2420       - 9   # NDRPDR sel
2421       - 32  # NDRPDR sel ???
2422       - 33  # NDRPDR sel ???
2423       - 39  # NDRPDR sel
2424       - 40  # NDRPDR sel
2425       - 43  # NDRPDR sel
2426       - 50  # NDRPDR sel
2427       - 51  # NDRPDR sel
2428       - 12  # MRR
2429       - 42  # Reconf
2430       - 45  # Reconf
2431       - 46  # Reconf
2432       - 47  # Reconf
2433       - 48  # Reconf
2434       - 52  # Reconf
2435       - 53  # Reconf
2436       - 54  # Reconf
2437       - 55  # Reconf
2438       - 56  # Reconf
2439       - 44  # Soak
2440       - 49  # Soak
2441       - 57  # 2n-clx nfv-density-00
2442       - 58  # 2n-clx nfv-density-00
2443       - 59  # 2n-clx nfv-density-00
2444       - 60  # 2n-clx nfv-density-00
2445       - 61  # 2n-clx nfv-density-00
2446     csit-vpp-perf-report-coverage-2005-2n-clx:
2447       - 21  # perf-full-2n-clx-ip4_I
2448       - 2   # perf-full-2n-clx-ip4_II
2449       - 3   # perf-full-2n-clx-ip4_III
2450       - 4   # perf-full-2n-clx-ip4_IV
2451       - 5   # perf-full-2n-clx-ip4_V
2452       - 6   # perf-full-2n-clx-ip4_VI
2453       - 7   # perf-full-2n-clx-ip6_I
2454       - 16  # perf-full-2n-clx-ip6_II
2455       - 23  # perf-full-2n-clx-l2_I
2456       - 10  # perf-full-2n-clx-l2_II
2457       - 11  # perf-full-2n-clx-memif
2458       - 12  # perf-full-2n-clx-loadbalancer
2459       - 13  # perf-full-2n-clx-vhost I
2460       - 22  # perf-full-2n-clx-vhost II
2461       - 15  # perf-full-2n-clx-vts
2462
2463     csit-vpp-perf-verify-1908-3n-tsh:
2464       - 7   # NDRPDR sel
2465       - 8   # NDRPDR sel
2466       - 9   # NDRPDR sel
2467       - 10  # NDRPDR sel
2468       - 11  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 14  # NDRPDR sel
2472       - 15  # NDRPDR sel
2473       - 16  # NDRPDR sel
2474       - 17  # MRR sel
2475     csit-vpp-perf-verify-2001-3n-tsh:
2476       - 3   # NDRPDR sel
2477       - 4   # NDRPDR sel
2478       - 7   # NDRPDR sel
2479       - 8   # NDRPDR sel
2480       - 10  # NDRPDR sel
2481       - 12  # NDRPDR sel
2482       - 13  # NDRPDR sel
2483       - 14  # NDRPDR sel
2484       - 15  # NDRPDR sel
2485       - 21  # NDRPDR sel
2486       - 9   # MRR sel
2487     # TODO: Add data:
2488     csit-vpp-perf-report-iterative-2005-3n-tsh:
2489       - 9   # NDRPDR sel
2490       - 11  # NDRPDR sel
2491       - 12  # NDRPDR sel
2492       - 13  # NDRPDR sel
2493       - 10  # MRR sel
2494
2495     csit-vpp-perf-verify-1908-3n-dnv:
2496       - 6   # NDRPDR sel
2497       - 7   # NDRPDR sel
2498       - 8   # NDRPDR sel
2499       - 9   # NDRPDR sel
2500       - 10  # NDRPDR sel
2501       - 12  # NDRPDR sel
2502       - 13  # NDRPDR sel
2503       - 14  # NDRPDR sel
2504       - 15  # NDRPDR sel
2505       - 16  # NDRPDR sel
2506       - 17  # MRR sel
2507     csit-vpp-perf-verify-2001-3n-dnv:
2508       - 5   # NDRPDR sel
2509       - 6   # NDRPDR sel
2510       - 7   # NDRPDR sel
2511       - 8   # NDRPDR sel
2512       - 9   # NDRPDR sel
2513       - 10  # NDRPDR sel
2514       - 12  # NDRPDR sel
2515       - 16  # NDRPDR sel
2516       - 17  # NDRPDR sel
2517       - 18  # NDRPDR sel
2518       - 11  # MRR sel
2519     csit-vpp-perf-report-iterative-2005-3n-dnv:
2520       - 2   # NDRPDR sel
2521       - 3   # NDRPDR sel
2522       - 4   # NDRPDR sel
2523       - 5   # NDRPDR sel
2524       - 6   # NDRPDR sel
2525       - 7   # NDRPDR sel
2526       - 9   # NDRPDR sel
2527       - 10  # NDRPDR sel
2528       - 11  # NDRPDR sel
2529       - 12  # NDRPDR sel
2530       - 8   # MRR
2531     csit-vpp-perf-report-coverage-2005-3n-dnv:
2532       - 1   # perf-full-3n-dnv-crypto_I
2533       - 24  # perf-full-3n-dnv-crypto_II
2534       - 5   # perf-full-3n-dnv-ip4_I
2535       - 13  # perf-full-3n-dnv-ip4_II
2536       - 17  # perf-full-3n-dnv-ip6_I
2537       - 18  # perf-full-3n-dnv-ip6_II
2538       - 21  # perf-full-3n-dnv-l2_I
2539       - 22  # perf-full-3n-dnv-l2_II
2540       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2541
2542     csit-vpp-perf-verify-1908-2n-dnv:
2543       - 1   # NDRPDR sel
2544       - 2   # NDRPDR sel
2545       - 3   # NDRPDR sel
2546       - 4   # NDRPDR sel
2547       - 5   # NDRPDR sel
2548       - 6   # NDRPDR sel
2549       - 7   # NDRPDR sel
2550       - 8   # NDRPDR sel
2551       - 9   # NDRPDR sel
2552       - 10  # NDRPDR sel
2553       - 11  # MRR sel
2554     csit-vpp-perf-verify-2001-2n-dnv:
2555       - 4   # NDRPDR sel
2556       - 5   # NDRPDR sel
2557       - 6   # NDRPDR sel
2558       - 7   # NDRPDR sel
2559       - 8   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 13  # NDRPDR sel
2564       - 16  # NDRPDR sel
2565       - 12  # MRR sel
2566     csit-vpp-perf-report-iterative-2005-2n-dnv:
2567       - 3   # NDRPDR sel
2568       - 6   # NDRPDR sel
2569       - 7   # NDRPDR sel
2570       - 8   # NDRPDR sel
2571       - 9   # NDRPDR sel
2572       - 10  # NDRPDR sel
2573       - 11  # NDRPDR sel
2574       - 12  # NDRPDR sel
2575       - 13  # NDRPDR sel
2576       - 14  # NDRPDR sel
2577       - 15  # MRR sel
2578     csit-vpp-perf-report-coverage-2005-2n-dnv:
2579       - 1   # perf-full-2n-dnv-ip4_I
2580       - 2   # perf-full-2n-dnv-ip4_II
2581       - 3   # perf-full-2n-dnv-ip6_I
2582       - 4   # perf-full-2n-dnv-ip6_II
2583       - 5   # perf-full-2n-dnv-l2_I
2584       - 6   # perf-full-2n-dnv-l2_II
2585
2586     csit-dpdk-perf-verify-1908-3n-hsw:
2587       - 2   # NDRPDR sel
2588       - 3   # NDRPDR sel
2589       - 4   # NDRPDR sel
2590       - 5   # NDRPDR sel
2591       - 6   # NDRPDR sel
2592       - 7   # NDRPDR sel
2593       - 8   # NDRPDR sel
2594       - 9   # NDRPDR sel
2595       - 10  # NDRPDR sel
2596       - 11  # NDRPDR sel
2597     csit-dpdk-perf-verify-2001-3n-hsw:
2598       - 4   # NDRPDR sel
2599       - 5   # NDRPDR sel
2600       - 6   # NDRPDR sel
2601       - 7   # NDRPDR sel
2602       - 8   # NDRPDR sel
2603       - 9   # NDRPDR sel
2604       - 10  # NDRPDR sel
2605       - 11  # NDRPDR sel
2606       - 12  # NDRPDR sel
2607       - 13  # NDRPDR sel
2608       - 15  # NDRPDR sel
2609       - 16  # NDRPDR sel
2610       - 17  # NDRPDR sel
2611       - 18  # NDRPDR sel
2612       - 19  # NDRPDR sel
2613       - 20  # NDRPDR sel
2614       - 21  # NDRPDR sel
2615       - 22  # NDRPDR sel
2616       - 23  # NDRPDR sel
2617       - 24  # NDRPDR sel
2618     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2619       - 5   # NDRPDR sel
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625       - 11  # NDRPDR sel
2626       - 12  # NDRPDR sel
2627       - 13  # NDRPDR sel
2628       - 14  # NDRPDR sel
2629
2630     csit-dpdk-perf-verify-1908-3n-skx:
2631       - 3   # NDRPDR sel
2632       - 4   # NDRPDR sel
2633       - 5   # NDRPDR sel
2634       - 6   # NDRPDR sel
2635       - 7   # NDRPDR sel
2636       - 8   # NDRPDR sel
2637       - 9   # NDRPDR sel
2638       - 10  # NDRPDR sel
2639       - 11  # NDRPDR sel
2640       - 12  # NDRPDR sel
2641     csit-dpdk-perf-verify-2001-3n-skx:
2642       - 29  # NDRPDR sel xxv710
2643       - 33  # NDRPDR sel xxv710
2644       - 34  # NDRPDR sel xxv710
2645       - 35  # NDRPDR sel xxv710
2646       - 36  # NDRPDR sel xxv710
2647       - 37  # NDRPDR sel xxv710
2648       - 41  # NDRPDR sel xxv710
2649       - 42  # NDRPDR sel xxv710
2650       - 43  # NDRPDR sel xxv710
2651       - 45  # NDRPDR sel xxv710
2652       - 30  # NDRPDR sel x710
2653       - 31  # NDRPDR sel x710
2654       - 32  # NDRPDR sel x710
2655       - 38  # NDRPDR sel x710
2656       - 39  # NDRPDR sel x710
2657       - 40  # NDRPDR sel x710
2658       - 44  # NDRPDR sel x710
2659       - 46  # NDRPDR sel x710
2660       - 47  # NDRPDR sel x710
2661       - 48  # NDRPDR sel x710
2662     csit-dpdk-perf-report-iterative-2005-3n-skx:
2663       - 4   # NDRPDR sel
2664       - 5   # NDRPDR sel
2665       - 6   # NDRPDR sel
2666       - 7   # NDRPDR sel
2667       - 8   # NDRPDR sel
2668       - 11  # NDRPDR sel
2669       - 12  # NDRPDR sel
2670       - 13  # NDRPDR sel
2671       - 14  # NDRPDR sel
2672       - 15  # NDRPDR sel
2673
2674     csit-dpdk-perf-verify-1908-2n-skx:
2675       - 2   # NDRPDR sel
2676       - 3   # NDRPDR sel
2677       - 4   # NDRPDR sel
2678       - 5   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 11  # NDRPDR sel
2684       - 12  # NDRPDR sel
2685     csit-dpdk-perf-verify-2001-2n-skx:
2686       - 35  # NDRPDR sel xxv710
2687       - 36  # NDRPDR sel xxv710
2688       - 37  # NDRPDR sel xxv710
2689       - 41  # NDRPDR sel xxv710
2690       - 42  # NDRPDR sel xxv710
2691       - 43  # NDRPDR sel xxv710
2692       - 46  # NDRPDR sel xxv710
2693       - 47  # NDRPDR sel xxv710
2694       - 52  # NDRPDR sel xxv710
2695       - 53  # NDRPDR sel xxv710
2696       - 38  # NDRPDR sel x710
2697       - 39  # NDRPDR sel x710
2698       - 40  # NDRPDR sel x710
2699       - 44  # NDRPDR sel x710
2700       - 45  # NDRPDR sel x710
2701       - 48  # NDRPDR sel x710
2702       - 49  # NDRPDR sel x710
2703       - 50  # NDRPDR sel x710
2704       - 51  # NDRPDR sel x710
2705       - 54  # NDRPDR sel x710
2706     csit-dpdk-perf-report-iterative-2005-2n-skx:
2707       - 1   # NDRPDR sel
2708       - 2   # NDRPDR sel
2709       - 3   # NDRPDR sel
2710       - 4   # NDRPDR sel
2711       - 5   # NDRPDR sel
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717
2718     csit-dpdk-perf-verify-2001-2n-clx:
2719       - 15  # NDRPDR sel
2720       - 16  # NDRPDR sel
2721       - 17  # NDRPDR sel
2722       - 18  # NDRPDR sel
2723       - 19  # NDRPDR sel
2724       - 20  # NDRPDR sel
2725       - 21  # NDRPDR sel
2726       - 22  # NDRPDR sel
2727       - 23  # NDRPDR sel
2728       - 24  # NDRPDR sel
2729       - 25  # NDRPDR sel
2730       - 26  # NDRPDR sel
2731       - 27  # NDRPDR sel
2732       - 28  # NDRPDR sel
2733       - 29  # NDRPDR sel
2734       - 30  # NDRPDR sel
2735       - 31  # NDRPDR sel
2736       - 32  # NDRPDR sel
2737       - 33  # NDRPDR sel
2738       - 34  # NDRPDR sel
2739     csit-dpdk-perf-report-iterative-2005-2n-clx:
2740       - 1   # NDRPDR sel
2741       - 2   # NDRPDR sel
2742       - 3   # NDRPDR sel
2743       - 4   # NDRPDR sel
2744       - 5   # NDRPDR sel
2745       - 6   # NDRPDR sel
2746       - 7   # NDRPDR sel
2747       - 8   # NDRPDR sel
2748       - 9   # NDRPDR sel
2749       - 10  # NDRPDR sel
2750
2751     csit-dpdk-perf-verify-2001-2n-dnv:
2752       - 9   # NDRPDR sel
2753       - 10  # NDRPDR sel
2754       - 11  # NDRPDR sel
2755       - 12  # NDRPDR sel
2756       - 13  # NDRPDR sel
2757       - 14  # NDRPDR sel
2758       - 15  # NDRPDR sel
2759       - 16  # NDRPDR sel
2760       - 17  # NDRPDR sel
2761       - 18  # NDRPDR sel
2762     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2763       - 8   # NDRPDR sel
2764       - 9   # NDRPDR sel
2765       - 10  # NDRPDR sel
2766       - 11  # NDRPDR sel
2767       - 12  # NDRPDR sel
2768       - 13  # NDRPDR sel
2769       - 14  # NDRPDR sel
2770       - 15  # NDRPDR sel
2771       - 16  # NDRPDR sel
2772       - 17  # NDRPDR sel
2773
2774     csit-dpdk-perf-verify-2001-3n-dnv:
2775       - 12  # NDRPDR sel
2776       - 13  # NDRPDR sel
2777       - 14  # NDRPDR sel
2778       - 15  # NDRPDR sel
2779       - 16  # NDRPDR sel
2780       - 17  # NDRPDR sel
2781       - 18  # NDRPDR sel
2782       - 19  # NDRPDR sel
2783       - 20  # NDRPDR sel
2784       - 22  # NDRPDR sel
2785     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2786       - 6   # NDRPDR sel
2787       - 7   # NDRPDR sel
2788       - 8   # NDRPDR sel
2789       - 9   # NDRPDR sel
2790       - 10  # NDRPDR sel
2791       - 11  # NDRPDR sel
2792       - 12  # NDRPDR sel
2793       - 13  # NDRPDR sel
2794       - 14  # NDRPDR sel
2795       - 16  # NDRPDR sel
2796
2797     csit-dpdk-perf-verify-2001-3n-tsh:
2798       - 3   # NDRPDR sel
2799       - 4   # NDRPDR sel
2800       - 5   # NDRPDR sel
2801       - 9   # NDRPDR sel
2802       - 10  # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805       - 14  # NDRPDR sel
2806       - 15  # NDRPDR sel
2807       - 18  # NDRPDR sel
2808     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2809       - 5   # NDRPDR sel
2810
2811     csit-vpp-device-2005-ubuntu1804-1n-skx:
2812       - 35
2813
2814 - type: "output"
2815   output: "report"
2816   format:
2817     html:
2818     - full
2819     pdf:
2820     - minimal
2821
2822 ################################################################################
2823 ###                               T A B L E S                                ###
2824 ################################################################################
2825
2826 # VPP Soak vs NDR - 2n-skx
2827 - type: "table"
2828   title: "VPP Soak vs NDR 2n-skx"
2829   algorithm: "table_soak_vs_ndr"
2830   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2831   reference:
2832     title: "NDR"
2833     data: "vpp-soak-vs-ndr-2n-skx-ref"
2834   compare:
2835     title: "Soak"
2836     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2837   data: "vpp-soak-vs-ndr-2n-skx"
2838   include-tests: "NDR"
2839   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2840   parameters:
2841     - "throughput"
2842     - "name"
2843     - "parent"
2844
2845 # VPP Soak vs NDR - 2n-clx
2846 - type: "table"
2847   title: "VPP Soak vs NDR 2n-clx"
2848   algorithm: "table_soak_vs_ndr"
2849   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2850   reference:
2851     title: "NDR"
2852     data: "vpp-soak-vs-ndr-2n-clx-ref"
2853   compare:
2854     title: "Soak"
2855     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2856   data: "vpp-soak-vs-ndr-2n-clx"
2857   include-tests: "NDR"
2858   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2859   parameters:
2860     - "throughput"
2861     - "name"
2862     - "parent"
2863
2864 ################################################################################
2865
2866 # VPP Compare NICs 3n-skx 2t1c ndr
2867 - type: "table"
2868   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2869   algorithm: "table_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2872   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2873   columns:
2874     - title: "x710"
2875       data-set: "vpp-nic-comparison-3n-skx"
2876       tag: "NIC_Intel-X710"
2877     - title: "xxv710"
2878       data-set: "vpp-nic-comparison-3n-skx"
2879       tag: "NIC_Intel-XXV710"
2880   comparisons:
2881     - title: "Diff"
2882       reference: 1
2883       compare: 2
2884   legend:
2885     - "Legend to Table:"
2886     - "x710, xxv710 - NICs tested."
2887     - "Diff - difference between x710 and xxv710 NIC."
2888
2889 # VPP Compare NICs 3n-skx 4t2c ndr
2890 - type: "table"
2891   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2892   algorithm: "table_comparison"
2893   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2894   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2895   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2896   columns:
2897     - title: "x710"
2898       data-set: "vpp-nic-comparison-3n-skx"
2899       tag: "NIC_Intel-X710"
2900     - title: "xxv710"
2901       data-set: "vpp-nic-comparison-3n-skx"
2902       tag: "NIC_Intel-XXV710"
2903   comparisons:
2904     - title: "Diff"
2905       reference: 1
2906       compare: 2
2907   legend:
2908     - "Legend to Table:"
2909     - "x710, xxv710 - NICs tested."
2910     - "Diff - difference between x710 and xxv710 NIC."
2911
2912 # VPP Compare NICs 3n-skx 2t1c pdr
2913 - type: "table"
2914   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2915   algorithm: "table_comparison"
2916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2918   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2919   columns:
2920     - title: "x710"
2921       data-set: "vpp-nic-comparison-3n-skx"
2922       tag: "NIC_Intel-X710"
2923     - title: "xxv710"
2924       data-set: "vpp-nic-comparison-3n-skx"
2925       tag: "NIC_Intel-XXV710"
2926   comparisons:
2927     - title: "Diff"
2928       reference: 1
2929       compare: 2
2930   legend:
2931     - "Legend to Table:"
2932     - "x710, xxv710 - NICs tested."
2933     - "Diff - difference between x710 and xxv710 NIC."
2934
2935 # VPP Compare NICs 3n-skx 4t2c pdr
2936 - type: "table"
2937   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2938   algorithm: "table_comparison"
2939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2940   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2941   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2942   columns:
2943     - title: "x710"
2944       data-set: "vpp-nic-comparison-3n-skx"
2945       tag: "NIC_Intel-X710"
2946     - title: "xxv710"
2947       data-set: "vpp-nic-comparison-3n-skx"
2948       tag: "NIC_Intel-XXV710"
2949   comparisons:
2950     - title: "Diff"
2951       reference: 1
2952       compare: 2
2953   legend:
2954     - "Legend to Table:"
2955     - "x710, xxv710 - NICs tested."
2956     - "Diff - difference between x710 and xxv710 NIC."
2957
2958 ## VPP Compare NICs 3n-skx 2t1c mrr
2959 #- type: "table"
2960 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2961 #  algorithm: "table_comparison"
2962 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2964 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2965 #  columns:
2966 #    - title: "x710"
2967 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2968 #      tag: "NIC_Intel-X710"
2969 #    - title: "xxv710"
2970 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2971 #      tag: "NIC_Intel-XXV710"
2972 #  comparisons:
2973 #    - title: "Diff"
2974 #      reference: 1
2975 #      compare: 2
2976 #  legend:
2977 #    - "Legend to Table:"
2978 #    - "x710, xxv710 - NICs tested."
2979 #    - "Diff - difference between x710 and xxv710 NIC."
2980 #
2981 ## VPP Compare NICs 3n-skx 4t2c mrr
2982 #- type: "table"
2983 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2984 #  algorithm: "table_comparison"
2985 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2987 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2988 #  columns:
2989 #    - title: "x710"
2990 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2991 #      tag: "NIC_Intel-X710"
2992 #    - title: "xxv710"
2993 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2994 #      tag: "NIC_Intel-XXV710"
2995 #  comparisons:
2996 #    - title: "Diff"
2997 #      reference: 1
2998 #      compare: 2
2999 #  legend:
3000 #    - "Legend to Table:"
3001 #    - "x710, xxv710 - NICs tested."
3002 #    - "Diff - difference between x710 and xxv710 NIC."
3003 #
3004 ## VPP Compare NICs 3n-skx 8t4c mrr
3005 #- type: "table"
3006 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3007 #  algorithm: "table_comparison"
3008 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3010 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3011 #  columns:
3012 #    - title: "x710"
3013 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3014 #      tag: "NIC_Intel-X710"
3015 #    - title: "xxv710"
3016 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3017 #      tag: "NIC_Intel-XXV710"
3018 #  comparisons:
3019 #    - title: "Diff"
3020 #      reference: 1
3021 #      compare: 2
3022 #  legend:
3023 #    - "Legend to Table:"
3024 #    - "x710, xxv710 - NICs tested."
3025 #    - "Diff - difference between x710 and xxv710 NIC."
3026
3027 # VPP Compare NICs 2n-skx 2t1c ndr
3028 - type: "table"
3029   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3030   algorithm: "table_comparison"
3031   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3033   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3034   columns:
3035     - title: "x710"
3036       data-set: "vpp-nic-comparison-2n-skx"
3037       tag: "NIC_Intel-X710"
3038     - title: "xxv710"
3039       data-set: "vpp-nic-comparison-2n-skx"
3040       tag: "NIC_Intel-XXV710"
3041   comparisons:
3042     - title: "Diff"
3043       reference: 1
3044       compare: 2
3045   legend:
3046     - "Legend to Table:"
3047     - "x710, xxv710 - NICs tested."
3048     - "Diff - difference between x710 and xxv710 NIC."
3049
3050 # VPP Compare NICs 2n-skx 4t2c ndr
3051 - type: "table"
3052   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3053   algorithm: "table_comparison"
3054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3056   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3057   columns:
3058     - title: "x710"
3059       data-set: "vpp-nic-comparison-2n-skx"
3060       tag: "NIC_Intel-X710"
3061     - title: "xxv710"
3062       data-set: "vpp-nic-comparison-2n-skx"
3063       tag: "NIC_Intel-XXV710"
3064   comparisons:
3065     - title: "Diff"
3066       reference: 1
3067       compare: 2
3068   legend:
3069     - "Legend to Table:"
3070     - "x710, xxv710 - NICs tested."
3071     - "Diff - difference between x710 and xxv710 NIC."
3072
3073 # VPP Compare NICs 2n-skx 2t1c pdr
3074 - type: "table"
3075   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3076   algorithm: "table_comparison"
3077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3079   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3080   columns:
3081     - title: "x710"
3082       data-set: "vpp-nic-comparison-2n-skx"
3083       tag: "NIC_Intel-X710"
3084     - title: "xxv710"
3085       data-set: "vpp-nic-comparison-2n-skx"
3086       tag: "NIC_Intel-XXV710"
3087   comparisons:
3088     - title: "Diff"
3089       reference: 1
3090       compare: 2
3091   legend:
3092     - "Legend to Table:"
3093     - "x710, xxv710 - NICs tested."
3094     - "Diff - difference between x710 and xxv710 NIC."
3095
3096 # VPP Compare NICs 2n-skx 4t2c pdr
3097 - type: "table"
3098   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3099   algorithm: "table_comparison"
3100   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3101   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3102   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3103   columns:
3104     - title: "x710"
3105       data-set: "vpp-nic-comparison-2n-skx"
3106       tag: "NIC_Intel-X710"
3107     - title: "xxv710"
3108       data-set: "vpp-nic-comparison-2n-skx"
3109       tag: "NIC_Intel-XXV710"
3110   comparisons:
3111     - title: "Diff"
3112       reference: 1
3113       compare: 2
3114   legend:
3115     - "Legend to Table:"
3116     - "x710, xxv710 - NICs tested."
3117     - "Diff - difference between x710 and xxv710 NIC."
3118
3119 # VPP Compare NICs 2n-skx 2t1c mrr
3120 - type: "table"
3121   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3122   algorithm: "table_comparison"
3123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3125   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3126   columns:
3127     - title: "x710"
3128       data-set: "vpp-nic-comparison-2n-skx-mrr"
3129       tag: "NIC_Intel-X710"
3130     - title: "xxv710"
3131       data-set: "vpp-nic-comparison-2n-skx-mrr"
3132       tag: "NIC_Intel-XXV710"
3133   comparisons:
3134     - title: "Diff"
3135       reference: 1
3136       compare: 2
3137   legend:
3138     - "Legend to Table:"
3139     - "x710, xxv710 - NICs tested."
3140     - "Diff - difference between x710 and xxv710 NIC."
3141
3142 # VPP Compare NICs 2n-skx 4t2c mrr
3143 - type: "table"
3144   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3145   algorithm: "table_comparison"
3146   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3148   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3149   columns:
3150     - title: "x710"
3151       data-set: "vpp-nic-comparison-2n-skx-mrr"
3152       tag: "NIC_Intel-X710"
3153     - title: "xxv710"
3154       data-set: "vpp-nic-comparison-2n-skx-mrr"
3155       tag: "NIC_Intel-XXV710"
3156   comparisons:
3157     - title: "Diff"
3158       reference: 1
3159       compare: 2
3160   legend:
3161     - "Legend to Table:"
3162     - "x710, xxv710 - NICs tested."
3163     - "Diff - difference between x710 and xxv710 NIC."
3164
3165 # VPP Compare NICs 2n-skx 8t4c mrr
3166 - type: "table"
3167   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3168   algorithm: "table_comparison"
3169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3171   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3172   columns:
3173     - title: "x710"
3174       data-set: "vpp-nic-comparison-2n-skx-mrr"
3175       tag: "NIC_Intel-X710"
3176     - title: "xxv710"
3177       data-set: "vpp-nic-comparison-2n-skx-mrr"
3178       tag: "NIC_Intel-XXV710"
3179   comparisons:
3180     - title: "Diff"
3181       reference: 1
3182       compare: 2
3183   legend:
3184     - "Legend to Table:"
3185     - "x710, xxv710 - NICs tested."
3186     - "Diff - difference between x710 and xxv710 NIC."
3187
3188 ################################################################################
3189 # VPP
3190
3191 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3192 #- type: "table"
3193 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3194 #  algorithm: "table_comparison"
3195 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3196 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3197 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3198 #  columns:
3199 #    - title: "1908.1"
3200 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3201 #    - title: "1908.2"
3202 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3203 #  comparisons:
3204 #    - title: "Diff"
3205 #      reference: 1
3206 #      compare: 2
3207 #  legend:
3208 #    - "Legend to Table:"
3209 #    - "1908.1, 1908.2 - VPP versions tested."
3210 #    - "Diff - difference between the previous and the current VPP version."
3211 #
3212 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3213 #- type: "table"
3214 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3215 #  algorithm: "table_comparison"
3216 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3217 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3218 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3219 #  columns:
3220 #    - title: "1908.1"
3221 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3222 #    - title: "1908.2"
3223 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3224 #  comparisons:
3225 #    - title: "Diff"
3226 #      reference: 1
3227 #      compare: 2
3228 #  legend:
3229 #    - "Legend to Table:"
3230 #    - "1908.1, 1908.2 - VPP versions tested."
3231 #    - "Diff - difference between the previous and the current VPP version."
3232 #
3233 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3234 #- type: "table"
3235 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3236 #  algorithm: "table_comparison"
3237 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3239 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3240 #  columns:
3241 #    - title: "1908.1"
3242 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3243 #    - title: "1908.2"
3244 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3245 #  comparisons:
3246 #    - title: "Diff"
3247 #      reference: 1
3248 #      compare: 2
3249 #  legend:
3250 #    - "Legend to Table:"
3251 #    - "1908.1, 1908.2 - VPP versions tested."
3252 #    - "Diff - difference between the previous and the current VPP version."
3253 #
3254 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3255 #- type: "table"
3256 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3257 #  algorithm: "table_comparison"
3258 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3260 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3261 #  columns:
3262 #    - title: "1908.1"
3263 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3264 #    - title: "1908.2"
3265 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3266 #  comparisons:
3267 #    - title: "Diff"
3268 #      reference: 1
3269 #      compare: 2
3270 #  legend:
3271 #    - "Legend to Table:"
3272 #    - "1908.1, 1908.2 - VPP versions tested."
3273 #    - "Diff - difference between the previous and the current VPP version."
3274 #
3275 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3276 #- type: "table"
3277 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3278 #  algorithm: "table_comparison"
3279 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3280 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3281 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3282 #  columns:
3283 #    - title: "1908.1"
3284 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3285 #    - title: "1908.2"
3286 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3287 #  comparisons:
3288 #    - title: "Diff"
3289 #      reference: 1
3290 #      compare: 2
3291 #  legend:
3292 #    - "Legend to Table:"
3293 #    - "1908.1, 1908.2 - VPP versions tested."
3294 #    - "Diff - difference between the previous and the current VPP version."
3295 #
3296 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3297 #- type: "table"
3298 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3299 #  algorithm: "table_comparison"
3300 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3302 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3303 #  columns:
3304 #    - title: "1908.1"
3305 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3306 #    - title: "1908.2"
3307 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3308 #  comparisons:
3309 #    - title: "Diff"
3310 #      reference: 1
3311 #      compare: 2
3312 #  legend:
3313 #    - "Legend to Table:"
3314 #    - "1908.1, 1908.2 - VPP versions tested."
3315 #    - "Diff - difference between the previous and the current VPP version."
3316
3317 # VPP Performance Changes 3n-hsw 1t1c pdr
3318 - type: "table"
3319   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3320   algorithm: "table_comparison"
3321   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3323   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3324   columns:
3325     - title: "1908"
3326       data-set: "vpp-performance-changes-3n-hsw-h1"
3327     - title: "2001"
3328       data-set: "vpp-performance-changes-3n-hsw-ref"
3329     - title: "2005"
3330       data-set: "vpp-performance-changes-3n-hsw-cmp"
3331   comparisons:
3332     - title: "Diff"
3333       reference: 2
3334       compare: 3
3335   legend:
3336     - "Legend to Table"
3337     - "1908, 2001, 2005 - VPP versions tested."
3338     - "Diff - difference between 2001 and 2008 VPP version."
3339
3340 # VPP Performance Changes 3n-hsw 2t2c pdr
3341 - type: "table"
3342   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3343   algorithm: "table_comparison"
3344   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3346   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3347   columns:
3348     - title: "1908"
3349       data-set: "vpp-performance-changes-3n-hsw-h1"
3350     - title: "2001"
3351       data-set: "vpp-performance-changes-3n-hsw-ref"
3352     - title: "2005"
3353       data-set: "vpp-performance-changes-3n-hsw-cmp"
3354   comparisons:
3355     - title: "Diff"
3356       reference: 2
3357       compare: 3
3358   legend:
3359     - "Legend to Table"
3360     - "1908, 2001, 2005 - VPP versions tested."
3361     - "Diff - difference between 2001 and 2008 VPP version."
3362
3363 # VPP Performance Changes 3n-hsw 1t1c ndr
3364 - type: "table"
3365   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3366   algorithm: "table_comparison"
3367   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3369   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3370   columns:
3371     - title: "1908"
3372       data-set: "vpp-performance-changes-3n-hsw-h1"
3373     - title: "2001"
3374       data-set: "vpp-performance-changes-3n-hsw-ref"
3375     - title: "2005"
3376       data-set: "vpp-performance-changes-3n-hsw-cmp"
3377   comparisons:
3378     - title: "Diff"
3379       reference: 2
3380       compare: 3
3381   legend:
3382     - "Legend to Table"
3383     - "1908, 2001, 2005 - VPP versions tested."
3384     - "Diff - difference between 2001 and 2008 VPP version."
3385
3386 # VPP Performance Changes 3n-hsw 2t2c ndr
3387 - type: "table"
3388   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3389   algorithm: "table_comparison"
3390   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3392   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3393   columns:
3394     - title: "1908"
3395       data-set: "vpp-performance-changes-3n-hsw-h1"
3396     - title: "2001"
3397       data-set: "vpp-performance-changes-3n-hsw-ref"
3398     - title: "2005"
3399       data-set: "vpp-performance-changes-3n-hsw-cmp"
3400   comparisons:
3401     - title: "Diff"
3402       reference: 2
3403       compare: 3
3404   legend:
3405     - "Legend to Table"
3406     - "1908, 2001, 2005 - VPP versions tested."
3407     - "Diff - difference between 2001 and 2008 VPP version."
3408
3409 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3410 #- type: "table"
3411 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3412 #  algorithm: "table_comparison"
3413 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3414 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3415 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3416 #  rca:
3417 #    - title: "RCA1"
3418 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3419 #    - title: "RCA2"
3420 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3421 #  columns:
3422 #    - title: "1908.0-1"
3423 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3424 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3425 #    - title: "1908.1-1"
3426 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3427 #    - title: "1908.1-2"
3428 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3429 #    - title: "2001.0-2"
3430 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3431 #  comparisons:
3432 #    - title: "Diff1"
3433 #      reference: 2
3434 #      reference-alt: 1
3435 #      compare: 3
3436 #    - title: "Diff2"
3437 #      reference: 3
3438 #      compare: 4
3439 #  legend:
3440 #    - 'Legend to Table:'
3441 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3442 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3443 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3444 #    - 'RCA1 - root cause analysis reference for Diff1.'
3445 #    - 'RCA2 - root cause analysis reference for Diff2.'
3446 #
3447 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3448 #- type: "table"
3449 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3450 #  algorithm: "table_comparison"
3451 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3453 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3454 #  rca:
3455 #    - title: "RCA1"
3456 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3457 #    - title: "RCA2"
3458 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3459 #  columns:
3460 #    - title: "1908.0-1"
3461 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3462 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3463 #    - title: "1908.1-1"
3464 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3465 #    - title: "1908.1-2"
3466 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3467 #    - title: "2001.0-2"
3468 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3469 #  comparisons:
3470 #    - title: "Diff1"
3471 #      reference: 2
3472 #      reference-alt: 1
3473 #      compare: 3
3474 #    - title: "Diff2"
3475 #      reference: 3
3476 #      compare: 4
3477 #  legend:
3478 #    - 'Legend to Table:'
3479 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3480 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3481 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3482 #    - 'RCA1 - root cause analysis reference for Diff1.'
3483 #    - 'RCA2 - root cause analysis reference for Diff2.'
3484
3485 # VPP Performance Changes 3n-skx 2t1c pdr
3486 - type: "table"
3487   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3488   algorithm: "table_comparison"
3489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3491   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3492   columns:
3493     - title: "1908"
3494       data-set: "vpp-performance-changes-3n-skx-h1"
3495     - title: "2001"
3496       data-set: "vpp-performance-changes-3n-skx-ref"
3497     - title: "2005"
3498       data-set: "vpp-performance-changes-3n-skx-cmp"
3499   comparisons:
3500     - title: "Diff"
3501       reference: 2
3502       compare: 3
3503   legend:
3504     - "Legend to Table"
3505     - "1908, 2001, 2005 - VPP versions tested."
3506     - "Diff - difference between 2001 and 2005 VPP version."
3507
3508 # VPP Performance Changes 3n-skx 4t2c pdr
3509 - type: "table"
3510   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3511   algorithm: "table_comparison"
3512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3514   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3515   columns:
3516     - title: "1908"
3517       data-set: "vpp-performance-changes-3n-skx-h1"
3518     - title: "2001"
3519       data-set: "vpp-performance-changes-3n-skx-ref"
3520     - title: "2005"
3521       data-set: "vpp-performance-changes-3n-skx-cmp"
3522   comparisons:
3523     - title: "Diff"
3524       reference: 2
3525       compare: 3
3526   legend:
3527     - "Legend to Table"
3528     - "1908, 2001, 2005 - VPP versions tested."
3529     - "Diff - difference between 2001 and 2005 VPP version."
3530
3531 # VPP Performance Changes 3n-skx 2t1c ndr
3532 - type: "table"
3533   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3534   algorithm: "table_comparison"
3535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3537   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3538   columns:
3539     - title: "1908"
3540       data-set: "vpp-performance-changes-3n-skx-h1"
3541     - title: "2001"
3542       data-set: "vpp-performance-changes-3n-skx-ref"
3543     - title: "2005"
3544       data-set: "vpp-performance-changes-3n-skx-cmp"
3545   comparisons:
3546     - title: "Diff"
3547       reference: 2
3548       compare: 3
3549   legend:
3550     - "Legend to Table"
3551     - "1908, 2001, 2005 - VPP versions tested."
3552     - "Diff - difference between 2001 and 2005 VPP version."
3553
3554 # VPP Performance Changes 3n-skx 4t2c ndr
3555 - type: "table"
3556   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3557   algorithm: "table_comparison"
3558   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3560   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3561   columns:
3562     - title: "1908"
3563       data-set: "vpp-performance-changes-3n-skx-h1"
3564     - title: "2001"
3565       data-set: "vpp-performance-changes-3n-skx-ref"
3566     - title: "2005"
3567       data-set: "vpp-performance-changes-3n-skx-cmp"
3568   comparisons:
3569     - title: "Diff"
3570       reference: 2
3571       compare: 3
3572   legend:
3573     - "Legend to Table"
3574     - "1908, 2001, 2005 - VPP versions tested."
3575     - "Diff - difference between 2001 and 2005 VPP version."
3576
3577 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3578 #- type: "table"
3579 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3580 #  algorithm: "table_comparison"
3581 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3582 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3583 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3584 #  rca:
3585 #    - title: "RCA1"
3586 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3587 #    - title: "RCA2"
3588 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3589 #  columns:
3590 #    - title: "1908.0-1"
3591 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3592 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3593 #    - title: "1908.1-1"
3594 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3595 #    - title: "1908.1-2"
3596 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3597 #    - title: "2001.0-2"
3598 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3599 #  comparisons:
3600 #    - title: "Diff1"
3601 #      reference: 2
3602 #      reference-alt: 1
3603 #      compare: 3
3604 #    - title: "Diff2"
3605 #      reference: 3
3606 #      compare: 4
3607 #  legend:
3608 #    - 'Legend to Table:'
3609 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3610 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3611 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3612 #    - 'RCA1 - root cause analysis reference for Diff1.'
3613 #    - 'RCA2 - root cause analysis reference for Diff2.'
3614 #
3615 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3616 #- type: "table"
3617 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3618 #  algorithm: "table_comparison"
3619 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3622 #  rca:
3623 #    - title: "RCA1"
3624 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3625 #    - title: "RCA2"
3626 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3627 #  columns:
3628 #    - title: "1908.0-1"
3629 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3630 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3631 #    - title: "1908.1-1"
3632 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3633 #    - title: "1908.1-2"
3634 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3635 #    - title: "2001.0-2"
3636 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3637 #  comparisons:
3638 #    - title: "Diff1"
3639 #      reference: 2
3640 #      reference-alt: 1
3641 #      compare: 3
3642 #    - title: "Diff2"
3643 #      reference: 3
3644 #      compare: 4
3645 #  legend:
3646 #    - 'Legend to Table:'
3647 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3648 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3649 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3650 #    - 'RCA1 - root cause analysis reference for Diff1.'
3651 #    - 'RCA2 - root cause analysis reference for Diff2.'
3652
3653 # VPP Performance Changes 2n-skx 2t1c pdr
3654 - type: "table"
3655   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3656   algorithm: "table_comparison"
3657   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3659   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3660   columns:
3661     - title: "1908"
3662       data-set: "vpp-performance-changes-2n-skx-h1"
3663     - title: "2001"
3664       data-set: "vpp-performance-changes-2n-skx-ref"
3665     - title: "2005"
3666       data-set: "vpp-performance-changes-2n-skx-cmp"
3667   comparisons:
3668     - title: "Diff"
3669       reference: 2
3670       compare: 3
3671   legend:
3672     - "Legend to Table"
3673     - "1908, 2001, 2005 - VPP versions tested."
3674     - "Diff - difference between 2001 and 2005 VPP version."
3675
3676 # VPP Performance Changes 2n-skx 4t2c pdr
3677 - type: "table"
3678   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3679   algorithm: "table_comparison"
3680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3683   columns:
3684     - title: "1908"
3685       data-set: "vpp-performance-changes-2n-skx-h1"
3686     - title: "2001"
3687       data-set: "vpp-performance-changes-2n-skx-ref"
3688     - title: "2005"
3689       data-set: "vpp-performance-changes-2n-skx-cmp"
3690   comparisons:
3691     - title: "Diff"
3692       reference: 2
3693       compare: 3
3694   legend:
3695     - "Legend to Table"
3696     - "1908, 2001, 2005 - VPP versions tested."
3697     - "Diff - difference between 2001 and 2005 VPP version."
3698
3699 # VPP Performance Changes 2n-skx 2t1c ndr
3700 - type: "table"
3701   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3702   algorithm: "table_comparison"
3703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3705   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3706   columns:
3707     - title: "1908"
3708       data-set: "vpp-performance-changes-2n-skx-h1"
3709     - title: "2001"
3710       data-set: "vpp-performance-changes-2n-skx-ref"
3711     - title: "2005"
3712       data-set: "vpp-performance-changes-2n-skx-cmp"
3713   comparisons:
3714     - title: "Diff"
3715       reference: 2
3716       compare: 3
3717   legend:
3718     - "Legend to Table"
3719     - "1908, 2001, 2005 - VPP versions tested."
3720     - "Diff - difference between 2001 and 2005 VPP version."
3721
3722 # VPP Performance Changes 2n-skx 4t2c ndr
3723 - type: "table"
3724   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3725   algorithm: "table_comparison"
3726   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3729   columns:
3730     - title: "1908"
3731       data-set: "vpp-performance-changes-2n-skx-h1"
3732     - title: "2001"
3733       data-set: "vpp-performance-changes-2n-skx-ref"
3734     - title: "2005"
3735       data-set: "vpp-performance-changes-2n-skx-cmp"
3736   comparisons:
3737     - title: "Diff"
3738       reference: 2
3739       compare: 3
3740   legend:
3741     - "Legend to Table"
3742     - "1908, 2001, 2005 - VPP versions tested."
3743     - "Diff - difference between 2001 and 2005 VPP version."
3744
3745 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3746 - type: "table"
3747   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3748   algorithm: "table_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3752   columns:
3753     - title: "2001"
3754       data-set: "vpp-performance-changes-2n-clx-ref"
3755     - title: "2005"
3756       data-set: "vpp-performance-changes-2n-clx-cmp"
3757   comparisons:
3758     - title: "Diff"
3759       reference: 1
3760       compare: 2
3761   legend:
3762     - "Legend to Table"
3763     - "2001, 2005 - VPP versions tested."
3764     - "Diff - difference between 2001 and 2005 VPP version."
3765
3766 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3767 - type: "table"
3768   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3769   algorithm: "table_comparison"
3770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3773   columns:
3774     - title: "2001"
3775       data-set: "vpp-performance-changes-2n-clx-ref"
3776     - title: "2005"
3777       data-set: "vpp-performance-changes-2n-clx-cmp"
3778   comparisons:
3779     - title: "Diff"
3780       reference: 1
3781       compare: 2
3782   legend:
3783     - "Legend to Table"
3784     - "2001, 2005 - VPP versions tested."
3785     - "Diff - difference between 2001 and 2005 VPP version."
3786
3787 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3788 - type: "table"
3789   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3794   columns:
3795     - title: "2001"
3796       data-set: "vpp-performance-changes-2n-clx-ref"
3797     - title: "2005"
3798       data-set: "vpp-performance-changes-2n-clx-cmp"
3799   comparisons:
3800     - title: "Diff"
3801       reference: 1
3802       compare: 2
3803   legend:
3804     - "Legend to Table"
3805     - "2001, 2005 - VPP versions tested."
3806     - "Diff - difference between 2001 and 2005 VPP version."
3807
3808 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3815   columns:
3816     - title: "2001"
3817       data-set: "vpp-performance-changes-2n-clx-ref"
3818     - title: "2005"
3819       data-set: "vpp-performance-changes-2n-clx-cmp"
3820   comparisons:
3821     - title: "Diff"
3822       reference: 1
3823       compare: 2
3824   legend:
3825     - "Legend to Table"
3826     - "2001, 2005 - VPP versions tested."
3827     - "Diff - difference between 2001 and 2005 VPP version."
3828
3829 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3830 - type: "table"
3831   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3832   algorithm: "table_comparison"
3833   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3835   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3836   columns:
3837     - title: "2001"
3838       data-set: "vpp-performance-changes-2n-clx-ref"
3839     - title: "2005"
3840       data-set: "vpp-performance-changes-2n-clx-cmp"
3841   comparisons:
3842     - title: "Diff"
3843       reference: 1
3844       compare: 2
3845   legend:
3846     - "Legend to Table"
3847     - "2001, 2005 - VPP versions tested."
3848     - "Diff - difference between 2001 and 2005 VPP version."
3849
3850 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3851 - type: "table"
3852   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3853   algorithm: "table_comparison"
3854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3856   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3857   columns:
3858     - title: "2001"
3859       data-set: "vpp-performance-changes-2n-clx-ref"
3860     - title: "2005"
3861       data-set: "vpp-performance-changes-2n-clx-cmp"
3862   comparisons:
3863     - title: "Diff"
3864       reference: 1
3865       compare: 2
3866   legend:
3867     - "Legend to Table"
3868     - "2001, 2005 - VPP versions tested."
3869     - "Diff - difference between 2001 and 2005 VPP version."
3870
3871 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3872 - type: "table"
3873   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3874   algorithm: "table_comparison"
3875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3877   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3878   columns:
3879     - title: "2001"
3880       data-set: "vpp-performance-changes-2n-clx-ref"
3881     - title: "2005"
3882       data-set: "vpp-performance-changes-2n-clx-cmp"
3883   comparisons:
3884     - title: "Diff"
3885       reference: 1
3886       compare: 2
3887   legend:
3888     - "Legend to Table"
3889     - "2001, 2005 - VPP versions tested."
3890     - "Diff - difference between 2001 and 2005 VPP version."
3891
3892 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3893 - type: "table"
3894   title: "VPP Performance Changes 2n-clx-x556 ndr"
3895   algorithm: "table_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3899   columns:
3900     - title: "2001"
3901       data-set: "vpp-performance-changes-2n-clx-ref"
3902     - title: "2005"
3903       data-set: "vpp-performance-changes-2n-clx-cmp"
3904   comparisons:
3905     - title: "Diff"
3906       reference: 1
3907       compare: 2
3908   legend:
3909     - "Legend to Table"
3910     - "2001, 2005 - VPP versions tested."
3911     - "Diff - difference between 2001 and 2005 VPP version."
3912
3913 # VPP Performance Changes 2n-dnv 1t1c pdr
3914 - type: "table"
3915   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3916   algorithm: "table_comparison"
3917   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3919   filter: "'1T1C'"
3920   columns:
3921     - title: "1908"
3922       data-set: "vpp-performance-changes-2n-dnv-h1"
3923     - title: "2001"
3924       data-set: "vpp-performance-changes-2n-dnv-ref"
3925     - title: "2005"
3926       data-set: "vpp-performance-changes-2n-dnv-cmp"
3927   comparisons:
3928     - title: "Diff"
3929       reference: 2
3930       compare: 3
3931   legend:
3932     - "Legend to Table"
3933     - "1908, 2001, 2005 - VPP versions tested."
3934     - "Diff - difference between 2001 and 2005 VPP version."
3935
3936 # VPP Performance Changes 2n-dnv 2t2c pdr
3937 - type: "table"
3938   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3939   algorithm: "table_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'2T2C'"
3943   columns:
3944     - title: "1908"
3945       data-set: "vpp-performance-changes-2n-dnv-h1"
3946     - title: "2001"
3947       data-set: "vpp-performance-changes-2n-dnv-ref"
3948     - title: "2005"
3949       data-set: "vpp-performance-changes-2n-dnv-cmp"
3950   comparisons:
3951     - title: "Diff"
3952       reference: 2
3953       compare: 3
3954   legend:
3955     - "Legend to Table"
3956     - "1908, 2001, 2005 - VPP versions tested."
3957     - "Diff - difference between 2001 and 2005 VPP version."
3958
3959 # VPP Performance Changes 2n-dnv 1t1c ndr
3960 - type: "table"
3961   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'1T1C'"
3966   columns:
3967     - title: "1908"
3968       data-set: "vpp-performance-changes-2n-dnv-h1"
3969     - title: "2001"
3970       data-set: "vpp-performance-changes-2n-dnv-ref"
3971     - title: "2005"
3972       data-set: "vpp-performance-changes-2n-dnv-cmp"
3973   comparisons:
3974     - title: "Diff"
3975       reference: 2
3976       compare: 3
3977   legend:
3978     - "Legend to Table"
3979     - "1908, 2001, 2005 - VPP versions tested."
3980     - "Diff - difference between 2001 and 2005 VPP version."
3981
3982 # VPP Performance Changes 2n-dnv 2t2c ndr
3983 - type: "table"
3984   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'2T2C'"
3989   columns:
3990     - title: "1908"
3991       data-set: "vpp-performance-changes-2n-dnv-h1"
3992     - title: "2001"
3993       data-set: "vpp-performance-changes-2n-dnv-ref"
3994     - title: "2005"
3995       data-set: "vpp-performance-changes-2n-dnv-cmp"
3996   comparisons:
3997     - title: "Diff"
3998       reference: 2
3999       compare: 3
4000   legend:
4001     - "Legend to Table"
4002     - "1908, 2001, 2005 - VPP versions tested."
4003     - "Diff - difference between 2001 and 2005 VPP version."
4004
4005 # VPP Performance Changes 3n-dnv 1t1c pdr
4006 - type: "table"
4007   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4008   algorithm: "table_comparison"
4009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4011   filter: "'1T1C'"
4012   columns:
4013     - title: "1908"
4014       data-set: "vpp-performance-changes-3n-dnv-h1"
4015     - title: "2001"
4016       data-set: "vpp-performance-changes-3n-dnv-ref"
4017     - title: "2005"
4018       data-set: "vpp-performance-changes-3n-dnv-cmp"
4019   comparisons:
4020     - title: "Diff"
4021       reference: 2
4022       compare: 3
4023   legend:
4024     - "Legend to Table"
4025     - "1908, 2001, 2005 - VPP versions tested."
4026     - "Diff - difference between 2001 and 2005 VPP version."
4027
4028 # VPP Performance Changes 3n-dnv 2t2c pdr
4029 - type: "table"
4030   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'2T2C'"
4035   columns:
4036     - title: "1908"
4037       data-set: "vpp-performance-changes-3n-dnv-h1"
4038     - title: "2001"
4039       data-set: "vpp-performance-changes-3n-dnv-ref"
4040     - title: "2005"
4041       data-set: "vpp-performance-changes-3n-dnv-cmp"
4042   comparisons:
4043     - title: "Diff"
4044       reference: 2
4045       compare: 3
4046   legend:
4047     - "Legend to Table"
4048     - "1908, 2001, 2005 - VPP versions tested."
4049     - "Diff - difference between 2001 and 2005 VPP version."
4050
4051 # VPP Performance Changes 3n-dnv 1t1c ndr
4052 - type: "table"
4053   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4056   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'1T1C'"
4058   columns:
4059     - title: "1908"
4060       data-set: "vpp-performance-changes-3n-dnv-h1"
4061     - title: "2001"
4062       data-set: "vpp-performance-changes-3n-dnv-ref"
4063     - title: "2005"
4064       data-set: "vpp-performance-changes-3n-dnv-cmp"
4065   comparisons:
4066     - title: "Diff"
4067       reference: 2
4068       compare: 3
4069   legend:
4070     - "Legend to Table"
4071     - "1908, 2001, 2005 - VPP versions tested."
4072     - "Diff - difference between 2001 and 2005 VPP version."
4073
4074 # VPP Performance Changes 3n-dnv 2t2c ndr
4075 - type: "table"
4076   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4077   algorithm: "table_comparison"
4078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4080   filter: "'2T2C'"
4081   columns:
4082     - title: "1908"
4083       data-set: "vpp-performance-changes-3n-dnv-h1"
4084     - title: "2001"
4085       data-set: "vpp-performance-changes-3n-dnv-ref"
4086     - title: "2005"
4087       data-set: "vpp-performance-changes-3n-dnv-cmp"
4088   comparisons:
4089     - title: "Diff"
4090       reference: 2
4091       compare: 3
4092   legend:
4093     - "Legend to Table"
4094     - "1908, 2001, 2005 - VPP versions tested."
4095     - "Diff - difference between 2001 and 2005 VPP version."
4096
4097 # VPP Performance Changes 3n-tsh 1t1c pdr
4098 - type: "table"
4099   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4100   algorithm: "table_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4103   filter: "'1T1C'"
4104   columns:
4105     - title: "1908"
4106       data-set: "vpp-performance-changes-3n-tsh-h1"
4107     - title: "2001"
4108       data-set: "vpp-performance-changes-3n-tsh-ref"
4109     - title: "2005"
4110       data-set: "vpp-performance-changes-3n-tsh-cmp"
4111   comparisons:
4112     - title: "Diff"
4113       reference: 2
4114       compare: 3
4115   legend:
4116     - "Legend to Table"
4117     - "1908, 2001, 2005 - VPP versions tested."
4118     - "Diff - difference between 2001 and 2005 VPP version."
4119
4120 # VPP Performance Changes 3n-tsh 2t2c pdr
4121 - type: "table"
4122   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4123   algorithm: "table_comparison"
4124   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4126   filter: "'2T2C'"
4127   columns:
4128     - title: "1908"
4129       data-set: "vpp-performance-changes-3n-tsh-h1"
4130     - title: "2001"
4131       data-set: "vpp-performance-changes-3n-tsh-ref"
4132     - title: "2005"
4133       data-set: "vpp-performance-changes-3n-tsh-cmp"
4134   comparisons:
4135     - title: "Diff"
4136       reference: 2
4137       compare: 3
4138   legend:
4139     - "Legend to Table"
4140     - "1908, 2001, 2005 - VPP versions tested."
4141     - "Diff - difference between 2001 and 2005 VPP version."
4142
4143 # VPP Performance Changes 3n-tsh 1t1c ndr
4144 - type: "table"
4145   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4146   algorithm: "table_comparison"
4147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4149   filter: "'1T1C'"
4150   columns:
4151     - title: "1908"
4152       data-set: "vpp-performance-changes-3n-tsh-h1"
4153     - title: "2001"
4154       data-set: "vpp-performance-changes-3n-tsh-ref"
4155     - title: "2005"
4156       data-set: "vpp-performance-changes-3n-tsh-cmp"
4157   comparisons:
4158     - title: "Diff"
4159       reference: 2
4160       compare: 3
4161   legend:
4162     - "Legend to Table"
4163     - "1908, 2001, 2005 - VPP versions tested."
4164     - "Diff - difference between 2001 and 2005 VPP version."
4165
4166 # VPP Performance Changes 3n-tsh 2t2c ndr
4167 - type: "table"
4168   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4169   algorithm: "table_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4172   filter: "'2T2C'"
4173   columns:
4174     - title: "1908"
4175       data-set: "vpp-performance-changes-3n-tsh-h1"
4176     - title: "2001"
4177       data-set: "vpp-performance-changes-3n-tsh-ref"
4178     - title: "2005"
4179       data-set: "vpp-performance-changes-3n-tsh-cmp"
4180   comparisons:
4181     - title: "Diff"
4182       reference: 2
4183       compare: 3
4184   legend:
4185     - "Legend to Table"
4186     - "1908, 2001, 2005 - VPP versions tested."
4187     - "Diff - difference between 2001 and 2005 VPP version."
4188
4189 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4190 - type: "table"
4191   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4195   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4196   columns:
4197     - title: "3n-hsw xl710"
4198       data-set: "vpp-compare-testbeds-ref"
4199       tag: "NIC_Intel-XL710"
4200     - title: "3n-skx xxv710"
4201       data-set: "vpp-compare-testbeds-cmp"
4202       tag: "NIC_Intel-XXV710"
4203   comparisons:
4204     - title: "Diff"
4205       reference: 1
4206       compare: 2
4207   legend:
4208     - "Legend to Table"
4209     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4210     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4211
4212 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4213 - type: "table"
4214   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4215   algorithm: "table_comparison"
4216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4218   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4219   columns:
4220     - title: "3n-hsw xl710"
4221       data-set: "vpp-compare-testbeds-ref"
4222       tag: "NIC_Intel-XL710"
4223     - title: "3n-skx xxv710"
4224       data-set: "vpp-compare-testbeds-cmp"
4225       tag: "NIC_Intel-XXV710"
4226   comparisons:
4227     - title: "Diff"
4228       reference: 1
4229       compare: 2
4230   legend:
4231     - "Legend to Table"
4232     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4233     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4234
4235 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4236 - type: "table"
4237   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4238   algorithm: "table_comparison"
4239   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4241   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4242   columns:
4243     - title: "3n-hsw xl710"
4244       data-set: "vpp-compare-testbeds-ref"
4245       tag: "NIC_Intel-XL710"
4246     - title: "3n-skx xxv710"
4247       data-set: "vpp-compare-testbeds-cmp"
4248       tag: "NIC_Intel-XXV710"
4249   comparisons:
4250     - title: "Diff"
4251       reference: 1
4252       compare: 2
4253   legend:
4254     - "Legend to Table"
4255     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4256     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4257
4258 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4259 - type: "table"
4260   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4261   algorithm: "table_comparison"
4262   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4263   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4264   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4265   columns:
4266     - title: "3n-hsw xl710"
4267       data-set: "vpp-compare-testbeds-ref"
4268       tag: "NIC_Intel-XL710"
4269     - title: "3n-skx xxv710"
4270       data-set: "vpp-compare-testbeds-cmp"
4271       tag: "NIC_Intel-XXV710"
4272   comparisons:
4273     - title: "Diff"
4274       reference: 1
4275       compare: 2
4276   legend:
4277     - "Legend to Table"
4278     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4279     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4280
4281 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4282 - type: "table"
4283   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4284   algorithm: "table_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4287   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4288   columns:
4289     - title: "2n-skx"
4290       data-set: "vpp-compare-testbeds-skx-clx-ref"
4291     - title: "2n-clx"
4292       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4293   comparisons:
4294     - title: "Diff"
4295       reference: 1
4296       compare: 2
4297   legend:
4298     - "Legend to Table"
4299     - "2n-skx, 2n-clx - testbeds and NICs tested."
4300     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4301
4302 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4303 - type: "table"
4304   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4305   algorithm: "table_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4308   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4309   columns:
4310     - title: "2n-skx"
4311       data-set: "vpp-compare-testbeds-skx-clx-ref"
4312     - title: "2n-clx"
4313       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4314   comparisons:
4315     - title: "Diff"
4316       reference: 1
4317       compare: 2
4318   legend:
4319     - "Legend to Table"
4320     - "2n-skx, 2n-clx - testbeds and NICs tested."
4321     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4322
4323 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4324 - type: "table"
4325   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4326   algorithm: "table_comparison"
4327   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4329   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4330   columns:
4331     - title: "2n-skx"
4332       data-set: "vpp-compare-testbeds-skx-clx-ref"
4333     - title: "2n-clx"
4334       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4335   comparisons:
4336     - title: "Diff"
4337       reference: 1
4338       compare: 2
4339   legend:
4340     - "Legend to Table"
4341     - "2n-skx, 2n-clx - testbeds and NICs tested."
4342     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4343
4344 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4345 - type: "table"
4346   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4347   algorithm: "table_comparison"
4348   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4350   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4351   columns:
4352     - title: "2n-skx"
4353       data-set: "vpp-compare-testbeds-skx-clx-ref"
4354     - title: "2n-clx"
4355       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4356   comparisons:
4357     - title: "Diff"
4358       reference: 1
4359       compare: 2
4360   legend:
4361     - "Legend to Table"
4362     - "2n-skx, 2n-clx - testbeds and NICs tested."
4363     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4364
4365 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4366 - type: "table"
4367   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4368   algorithm: "table_comparison"
4369   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4371   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4372   columns:
4373     - title: "3n-hsw xl710"
4374       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4375       tag: "NIC_Intel-XL710"
4376     - title: "2n-clx xxv710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4378       tag: "NIC_Intel-XXV710"
4379   comparisons:
4380     - title: "Diff"
4381       reference: 1
4382       compare: 2
4383   legend:
4384     - "Legend to Table"
4385     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4386     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4387
4388 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4389 - type: "table"
4390   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4391   algorithm: "table_comparison"
4392   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4394   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4395   columns:
4396     - title: "3n-hsw xl710"
4397       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4398       tag: "NIC_Intel-XL710"
4399     - title: "2n-clx xxv710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4401       tag: "NIC_Intel-XXV710"
4402   comparisons:
4403     - title: "Diff"
4404       reference: 1
4405       compare: 2
4406   legend:
4407     - "Legend to Table"
4408     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4409     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4410
4411 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4412 - type: "table"
4413   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4414   algorithm: "table_comparison"
4415   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4417   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4418   columns:
4419     - title: "3n-hsw xl710"
4420       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4421       tag: "NIC_Intel-XL710"
4422     - title: "2n-clx xxv710"
4423       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4424       tag: "NIC_Intel-XXV710"
4425   comparisons:
4426     - title: "Diff"
4427       reference: 1
4428       compare: 2
4429   legend:
4430     - "Legend to Table"
4431     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4432     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4433
4434 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4435 - type: "table"
4436   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4437   algorithm: "table_comparison"
4438   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4440   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4441   columns:
4442     - title: "3n-hsw xl710"
4443       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4444       tag: "NIC_Intel-XL710"
4445     - title: "2n-clx xxv710"
4446       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4447       tag: "NIC_Intel-XXV710"
4448   comparisons:
4449     - title: "Diff"
4450       reference: 1
4451       compare: 2
4452   legend:
4453     - "Legend to Table"
4454     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4455     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4456
4457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4458 - type: "table"
4459   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4460   algorithm: "table_comparison"
4461   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4463   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4464   columns:
4465     - title: "3n-skx"
4466       data-set: "vpp-compare-topologies-ref"
4467     - title: "2n-skx"
4468       data-set: "vpp-compare-topologies-cmp"
4469   comparisons:
4470     - title: "Diff"
4471       reference: 1
4472       compare: 2
4473   legend:
4474     - "Legend to Table"
4475     - "3n-skx, 2n-skx - topologies tested."
4476     - "Diff - difference between 3n-skx and 2n-skx topologies."
4477
4478 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4479 - type: "table"
4480   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4481   algorithm: "table_comparison"
4482   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4484   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4485   columns:
4486     - title: "3n-skx"
4487       data-set: "vpp-compare-topologies-ref"
4488     - title: "2n-skx"
4489       data-set: "vpp-compare-topologies-cmp"
4490   comparisons:
4491     - title: "Diff"
4492       reference: 1
4493       compare: 2
4494   legend:
4495     - "Legend to Table"
4496     - "3n-skx, 2n-skx - topologies tested."
4497     - "Diff - difference between 3n-skx and 2n-skx topologies."
4498
4499 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4500 - type: "table"
4501   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4505   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4506   columns:
4507     - title: "3n-skx"
4508       data-set: "vpp-compare-topologies-ref"
4509     - title: "2n-skx"
4510       data-set: "vpp-compare-topologies-cmp"
4511   comparisons:
4512     - title: "Diff"
4513       reference: 1
4514       compare: 2
4515   legend:
4516     - "Legend to Table"
4517     - "3n-skx, 2n-skx - topologies tested."
4518     - "Diff - difference between 3n-skx and 2n-skx topologies."
4519
4520 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4521 - type: "table"
4522   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4523   algorithm: "table_comparison"
4524   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4526   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4527   columns:
4528     - title: "3n-skx"
4529       data-set: "vpp-compare-topologies-ref"
4530     - title: "2n-skx"
4531       data-set: "vpp-compare-topologies-cmp"
4532   comparisons:
4533     - title: "Diff"
4534       reference: 1
4535       compare: 2
4536   legend:
4537     - "Legend to Table"
4538     - "3n-skx, 2n-skx - topologies tested."
4539     - "Diff - difference between 3n-skx and 2n-skx topologies."
4540
4541 # VPP Performance Changes 3n-hsw 1t1c mrr
4542 - type: "table"
4543   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4544   algorithm: "table_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4547   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4548   columns:
4549     - title: "1908"
4550       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4551     - title: "2001"
4552       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4553     - title: "2005"
4554       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4555   comparisons:
4556     - title: "Diff"
4557       reference: 2
4558       compare: 3
4559   legend:
4560     - "Legend to Table"
4561     - "1908, 2001, 2005 - VPP versions tested."
4562     - "Diff - difference between 2001 and 2005 VPP version."
4563
4564 # VPP Performance Changes 3n-hsw 2t2c mrr
4565 - type: "table"
4566   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4571   columns:
4572     - title: "1908"
4573       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4574     - title: "2001"
4575       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4576     - title: "2005"
4577       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4578   comparisons:
4579     - title: "Diff"
4580       reference: 2
4581       compare: 3
4582   legend:
4583     - "Legend to Table"
4584     - "1908, 2001, 2005 - VPP versions tested."
4585     - "Diff - difference between 2001 and 2005 VPP version."
4586
4587 # VPP Performance Changes 3n-hsw 4t4c mrr
4588 - type: "table"
4589   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4590   algorithm: "table_comparison"
4591   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4594   columns:
4595     - title: "1908"
4596       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4597     - title: "2001"
4598       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4599     - title: "2005"
4600       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4601   comparisons:
4602     - title: "Diff"
4603       reference: 2
4604       compare: 3
4605   legend:
4606     - "Legend to Table"
4607     - "1908, 2001, 2005 - VPP versions tested."
4608     - "Diff - difference between 2001 and 2005 VPP version."
4609
4610 # VPP Performance Changes 3n-skx 2t1c mrr
4611 - type: "table"
4612   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4613   algorithm: "table_comparison"
4614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4616   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4617   columns:
4618 #    - title: "1908"
4619 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4620     - title: "2001"
4621       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4622     - title: "2005"
4623       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4624   comparisons:
4625     - title: "Diff"
4626       reference: 1
4627       compare: 2
4628   legend:
4629     - "Legend to Table"
4630     - "2001, 2005 - VPP versions tested."
4631     - "Diff - difference between 2001 and 2005 VPP version."
4632
4633 # VPP Performance Changes 3n-skx 4t2c mrr
4634 - type: "table"
4635   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4636   algorithm: "table_comparison"
4637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4640   columns:
4641 #    - title: "1908"
4642 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4643     - title: "2001"
4644       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4645     - title: "2005"
4646       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4647   comparisons:
4648     - title: "Diff"
4649       reference: 1
4650       compare: 2
4651   legend:
4652     - "Legend to Table"
4653     - "2001, 2005 - VPP versions tested."
4654     - "Diff - difference between 2001 and 2005 VPP version."
4655
4656 # VPP Performance Changes 3n-skx 8t4c mrr
4657 - type: "table"
4658   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4659   algorithm: "table_comparison"
4660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4662   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4663   columns:
4664 #    - title: "1908"
4665 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4666     - title: "2001"
4667       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4668     - title: "2005"
4669       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4670   comparisons:
4671     - title: "Diff"
4672       reference: 1
4673       compare: 2
4674   legend:
4675     - "Legend to Table"
4676     - "2001, 2005 - VPP versions tested."
4677     - "Diff - difference between 2001 and 2005 VPP version."
4678
4679 # VPP Performance Changes 2n-skx 2t1c mrr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4686   columns:
4687 #    - title: "1908"
4688 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4689     - title: "2001"
4690       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4691     - title: "2005"
4692       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4693   comparisons:
4694     - title: "Diff"
4695       reference: 1
4696       compare: 2
4697   legend:
4698     - "Legend to Table"
4699     - "2001, 2005 - VPP versions tested."
4700     - "Diff - difference between 2001 and 2005 VPP version."
4701
4702 # VPP Performance Changes 2n-skx 4t2c mrr
4703 - type: "table"
4704   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4705   algorithm: "table_comparison"
4706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4707   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4708   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4709   columns:
4710 #    - title: "1908"
4711 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4712     - title: "2001"
4713       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4714     - title: "2005"
4715       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4716   comparisons:
4717     - title: "Diff"
4718       reference: 1
4719       compare: 2
4720   legend:
4721     - "Legend to Table"
4722     - "2001, 2005 - VPP versions tested."
4723     - "Diff - difference between 2001 and 2005 VPP version."
4724
4725 # VPP Performance Changes 2n-skx 8t4c mrr
4726 - type: "table"
4727   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4730   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4731   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4732   columns:
4733 #    - title: "1908"
4734 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4735     - title: "2001"
4736       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4737     - title: "2005"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4739   comparisons:
4740     - title: "Diff"
4741       reference: 1
4742       compare: 2
4743   legend:
4744     - "Legend to Table"
4745     - "2001, 2005 - VPP versions tested."
4746     - "Diff - difference between 2001 and 2005 VPP version."
4747
4748 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4749 - type: "table"
4750   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4751   algorithm: "table_comparison"
4752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4754   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4755   columns:
4756     - title: "2001"
4757       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4758     - title: "2005"
4759       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4760   comparisons:
4761     - title: "Diff"
4762       reference: 1
4763       compare: 2
4764   legend:
4765     - "Legend to Table"
4766     - "2001, 2005 - VPP versions tested."
4767     - "Diff - difference between 2001 and 2005 VPP version."
4768
4769 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4770 - type: "table"
4771   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4772   algorithm: "table_comparison"
4773   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4775   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4776   columns:
4777     - title: "2001"
4778       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4779     - title: "2005"
4780       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4781   comparisons:
4782     - title: "Diff"
4783       reference: 1
4784       compare: 2
4785   legend:
4786     - "Legend to Table"
4787     - "2001, 2005 - VPP versions tested."
4788     - "Diff - difference between 2001 and 2005 VPP version."
4789
4790 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4791 - type: "table"
4792   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4793   algorithm: "table_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4796   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4797   columns:
4798     - title: "2001"
4799       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4800     - title: "2005"
4801       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4802   comparisons:
4803     - title: "Diff"
4804       reference: 1
4805       compare: 2
4806   legend:
4807     - "Legend to Table"
4808     - "2001, 2005 - VPP versions tested."
4809     - "Diff - difference between 2001 and 2005 VPP version."
4810
4811 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4812 - type: "table"
4813   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4817   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4818   columns:
4819     - title: "2001"
4820       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4821     - title: "2005"
4822       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4823   comparisons:
4824     - title: "Diff"
4825       reference: 1
4826       compare: 2
4827   legend:
4828     - "Legend to Table"
4829     - "2001, 2005 - VPP versions tested."
4830     - "Diff - difference between 2001 and 2005 VPP version."
4831
4832 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4833 - type: "table"
4834   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4835   algorithm: "table_comparison"
4836   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4838   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4839   columns:
4840     - title: "2001"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4842     - title: "2005"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 1
4847       compare: 2
4848   legend:
4849     - "Legend to Table"
4850     - "2001, 2005 - VPP versions tested."
4851     - "Diff - difference between 2001 and 2005 VPP version."
4852
4853 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4854 - type: "table"
4855   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4860   columns:
4861     - title: "2001"
4862       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4863     - title: "2005"
4864       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4865   comparisons:
4866     - title: "Diff"
4867       reference: 1
4868       compare: 2
4869   legend:
4870     - "Legend to Table"
4871     - "2001, 2005 - VPP versions tested."
4872     - "Diff - difference between 2001 and 2005 VPP version."
4873
4874 # VPP Performance Changes 2n-dnv 1t1c mrr
4875 - type: "table"
4876   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   filter: "'1T1C'"
4881   columns:
4882     - title: "1908"
4883       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4884     - title: "2001"
4885       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4886     - title: "2005"
4887       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4888   comparisons:
4889     - title: "Diff"
4890       reference: 2
4891       compare: 3
4892   legend:
4893     - "Legend to Table"
4894     - "1908, 2001, 2005 - VPP versions tested."
4895     - "Diff - difference between 2001 and 2005 VPP version."
4896
4897 # VPP Performance Changes 2n-dnv 2t2c mrr
4898 - type: "table"
4899   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4900   algorithm: "table_comparison"
4901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4903   filter: "'2T2C'"
4904   columns:
4905     - title: "1908"
4906       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4907     - title: "2001"
4908       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4909     - title: "2005"
4910       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4911   comparisons:
4912     - title: "Diff"
4913       reference: 2
4914       compare: 3
4915   legend:
4916     - "Legend to Table"
4917     - "1908, 2001, 2005 - VPP versions tested."
4918     - "Diff - difference between 2001 and 2005 VPP version."
4919
4920 # VPP Performance Changes 2n-dnv 4t4c mrr
4921 - type: "table"
4922   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4923   algorithm: "table_comparison"
4924   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4926   filter: "'4T4C'"
4927   columns:
4928     - title: "1908"
4929       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4930     - title: "2001"
4931       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4932     - title: "2005"
4933       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4934   comparisons:
4935     - title: "Diff"
4936       reference: 2
4937       compare: 3
4938   legend:
4939     - "Legend to Table"
4940     - "1908, 2001, 2005 - VPP versions tested."
4941     - "Diff - difference between 2001 and 2005 VPP version."
4942
4943 # VPP Performance Changes 3n-dnv 1t1c mrr
4944 - type: "table"
4945   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4949   filter: "'1T1C'"
4950   columns:
4951     - title: "1908"
4952       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4953     - title: "2001"
4954       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4955     - title: "2005"
4956       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4957   comparisons:
4958     - title: "Diff"
4959       reference: 2
4960       compare: 3
4961   legend:
4962     - "Legend to Table"
4963     - "1908, 2001, 2005 - VPP versions tested."
4964     - "Diff - difference between 2001 and 2005 VPP version."
4965
4966 # VPP Performance Changes 3n-dnv 2t2c mrr
4967 - type: "table"
4968   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4969   algorithm: "table_comparison"
4970   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4971   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4972   filter: "'2T2C'"
4973   columns:
4974     - title: "1908"
4975       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4976     - title: "2001"
4977       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4978     - title: "2005"
4979       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4980   comparisons:
4981     - title: "Diff"
4982       reference: 2
4983       compare: 3
4984   legend:
4985     - "Legend to Table"
4986     - "1908, 2001, 2005 - VPP versions tested."
4987     - "Diff - difference between 2001 and 2005 VPP version."
4988
4989 # VPP Performance Changes 3n-dnv 4t4c mrr
4990 - type: "table"
4991   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4992   algorithm: "table_comparison"
4993   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4995   filter: "'4T4C'"
4996   columns:
4997     - title: "1908"
4998       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4999     - title: "2001"
5000       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5001     - title: "2005"
5002       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5003   comparisons:
5004     - title: "Diff"
5005       reference: 2
5006       compare: 3
5007   legend:
5008     - "Legend to Table"
5009     - "1908, 2001, 2005 - VPP versions tested."
5010     - "Diff - difference between 2001 and 2005 VPP version."
5011
5012 # VPP Performance Changes 3n-tsh 1t1c mrr
5013 - type: "table"
5014   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'1T1C'"
5019   columns:
5020     - title: "1908"
5021       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5022     - title: "2001"
5023       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5024     - title: "2005"
5025       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5026   comparisons:
5027     - title: "Diff"
5028       reference: 2
5029       compare: 3
5030   legend:
5031     - "Legend to Table"
5032     - "1908, 2001, 2005 - VPP versions tested."
5033     - "Diff - difference between 2001 and 2005 VPP version."
5034
5035 # VPP Performance Changes 3n-tsh 2t2c mrr
5036 - type: "table"
5037   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'2T2C'"
5042   columns:
5043     - title: "1908"
5044       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5045     - title: "2001"
5046       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5047     - title: "2005"
5048       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5049   comparisons:
5050     - title: "Diff"
5051       reference: 2
5052       compare: 3
5053   legend:
5054     - "Legend to Table"
5055     - "1908, 2001, 2005 - VPP versions tested."
5056     - "Diff - difference between 2001 and 2005 VPP version."
5057
5058 # VPP Performance Changes 3n-tsh 4t4c mrr
5059 - type: "table"
5060   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5061   algorithm: "table_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5064   filter: "'4T4C'"
5065   columns:
5066     - title: "1908"
5067       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5068     - title: "2001"
5069       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5070     - title: "2005"
5071       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5072   comparisons:
5073     - title: "Diff"
5074       reference: 2
5075       compare: 3
5076   legend:
5077     - "Legend to Table"
5078     - "1908, 2001, 2005 - VPP versions tested."
5079     - "Diff - difference between 2001 and 2005 VPP version."
5080
5081 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5082 - type: "table"
5083   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5084   algorithm: "table_comparison"
5085   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5086   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5087   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5088   columns:
5089     - title: "3n-hsw xl710"
5090       data-set: "vpp-compare-testbeds-mrr-ref"
5091       tag: "NIC_Intel-XL710"
5092     - title: "3n-skx xxv710"
5093       data-set: "vpp-compare-testbeds-mrr-cmp"
5094       tag: "NIC_Intel-XXV710"
5095   comparisons:
5096     - title: "Diff"
5097       reference: 1
5098       compare: 2
5099   legend:
5100     - "Legend to Table"
5101     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5102     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5103
5104 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5105 - type: "table"
5106   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5107   algorithm: "table_comparison"
5108   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5110   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5111   columns:
5112     - title: "3n-hsw xl710"
5113       data-set: "vpp-compare-testbeds-mrr-ref"
5114       tag: "NIC_Intel-XL710"
5115     - title: "3n-skx xxv710"
5116       data-set: "vpp-compare-testbeds-mrr-cmp"
5117       tag: "NIC_Intel-XXV710"
5118   comparisons:
5119     - title: "Diff"
5120       reference: 1
5121       compare: 2
5122   legend:
5123     - "Legend to Table"
5124     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5125     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5126
5127 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5128 - type: "table"
5129   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5130   algorithm: "table_comparison"
5131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5133   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5134   columns:
5135     - title: "3n-hsw xl710"
5136       data-set: "vpp-compare-testbeds-mrr-ref"
5137       tag: "NIC_Intel-XL710"
5138     - title: "3n-skx xxv710"
5139       data-set: "vpp-compare-testbeds-mrr-cmp"
5140       tag: "NIC_Intel-XXV710"
5141   comparisons:
5142     - title: "Diff"
5143       reference: 1
5144       compare: 2
5145   legend:
5146     - "Legend to Table"
5147     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5148     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5149
5150 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5151 - type: "table"
5152   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5153   algorithm: "table_comparison"
5154   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5156   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5157   columns:
5158     - title: "2n-skx"
5159       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5160     - title: "2n-clx"
5161       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5162   comparisons:
5163     - title: "Diff"
5164       reference: 1
5165       compare: 2
5166   legend:
5167     - "Legend to Table"
5168     - "2n-skx, 2n-clx - testbeds and NICs tested."
5169     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5170
5171 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5172 - type: "table"
5173   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5174   algorithm: "table_comparison"
5175   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5177   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5178   columns:
5179     - title: "2n-skx"
5180       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5181     - title: "2n-clx"
5182       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5183   comparisons:
5184     - title: "Diff"
5185       reference: 1
5186       compare: 2
5187   legend:
5188     - "Legend to Table"
5189     - "2n-skx, 2n-clx - testbeds and NICs tested."
5190     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5191
5192 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5193 - type: "table"
5194   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5195   algorithm: "table_comparison"
5196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5198   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5199   columns:
5200     - title: "2n-skx"
5201       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5202     - title: "2n-clx"
5203       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5204   comparisons:
5205     - title: "Diff"
5206       reference: 1
5207       compare: 2
5208   legend:
5209     - "Legend to Table"
5210     - "2n-skx, 2n-clx - testbeds and NICs tested."
5211     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5212
5213 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5214 - type: "table"
5215   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5216   algorithm: "table_comparison"
5217   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5218   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5219   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5220   columns:
5221     - title: "3n-skx"
5222       data-set: "vpp-compare-topologies-mrr-ref"
5223     - title: "2n-skx"
5224       data-set: "vpp-compare-topologies-mrr-cmp"
5225   comparisons:
5226     - title: "Diff"
5227       reference: 1
5228       compare: 2
5229   legend:
5230     - "Legend to Table"
5231     - "3n-skx, 2n-skx - topologies tested."
5232     - "Diff - difference between 3n-skx and 2n-skx topologies."
5233
5234 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5235 - type: "table"
5236   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5237   algorithm: "table_comparison"
5238   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5239   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5240   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5241   columns:
5242     - title: "3n-skx"
5243       data-set: "vpp-compare-topologies-mrr-ref"
5244     - title: "2n-skx"
5245       data-set: "vpp-compare-topologies-mrr-cmp"
5246   comparisons:
5247     - title: "Diff"
5248       reference: 1
5249       compare: 2
5250   legend:
5251     - "Legend to Table"
5252     - "3n-skx, 2n-skx - topologies tested."
5253     - "Diff - difference between 3n-skx and 2n-skx topologies."
5254
5255 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5256 - type: "table"
5257   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5258   algorithm: "table_comparison"
5259   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5261   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5262   columns:
5263     - title: "3n-skx"
5264       data-set: "vpp-compare-topologies-mrr-ref"
5265     - title: "2n-skx"
5266       data-set: "vpp-compare-topologies-mrr-cmp"
5267   comparisons:
5268     - title: "Diff"
5269       reference: 1
5270       compare: 2
5271   legend:
5272     - "Legend to Table"
5273     - "3n-skx, 2n-skx - topologies tested."
5274     - "Diff - difference between 3n-skx and 2n-skx topologies."
5275
5276 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5277 - type: "table"
5278   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5279   algorithm: "table_comparison"
5280   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5282   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5283   columns:
5284     - title: "3n-hsw xl710"
5285       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5286       tag: "NIC_Intel-XL710"
5287     - title: "2n-clx xxv710"
5288       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5289       tag: "NIC_Intel-XXV710"
5290   comparisons:
5291     - title: "Diff"
5292       reference: 1
5293       compare: 2
5294   legend:
5295     - "Legend to Table"
5296     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5297     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5298
5299 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5300 - type: "table"
5301   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5302   algorithm: "table_comparison"
5303   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5305   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5306   columns:
5307     - title: "3n-hsw xl710"
5308       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5309       tag: "NIC_Intel-XL710"
5310     - title: "2n-clx xxv710"
5311       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5312       tag: "NIC_Intel-XXV710"
5313   comparisons:
5314     - title: "Diff"
5315       reference: 1
5316       compare: 2
5317   legend:
5318     - "Legend to Table"
5319     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5320     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5321
5322 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5323 - type: "table"
5324   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5325   algorithm: "table_comparison"
5326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5328   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5329   columns:
5330     - title: "3n-hsw xl710"
5331       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5332       tag: "NIC_Intel-XL710"
5333     - title: "2n-clx xxv710"
5334       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5335       tag: "NIC_Intel-XXV710"
5336   comparisons:
5337     - title: "Diff"
5338       reference: 1
5339       compare: 2
5340   legend:
5341     - "Legend to Table"
5342     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5343     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5344
5345 # Detailed Test Results - VPP Performance Results 3n-hsw
5346 - type: "table"
5347   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5350   columns:
5351     - title: " |prein| Test Name |preout| "
5352       data: "data name"
5353     - 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| "
5354       data: "data msg"
5355   data: "vpp-perf-results-3n-hsw"
5356   filter: "all"
5357   parameters:
5358   - "name"
5359   - "parent"
5360   - "msg"
5361
5362 # Detailed Test Results - VPP Performance Results 3n-skx
5363 - type: "table"
5364   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5365   algorithm: "table_merged_details"
5366   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5367   columns:
5368     - title: " |prein| Test Name |preout| "
5369       data: "data name"
5370     - 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| "
5371       data: "data msg"
5372   data: "vpp-perf-results-3n-skx"
5373   filter: "all"
5374   remove-ndr: False
5375   parameters:
5376   - "name"
5377   - "parent"
5378   - "msg"
5379
5380 # Detailed Test Results - VPP Performance Results 2n-skx
5381 - type: "table"
5382   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5383   algorithm: "table_merged_details"
5384   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5385   columns:
5386     - title: " |prein| Test Name |preout| "
5387       data: "data name"
5388     - 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| "
5389       data: "data msg"
5390   data: "vpp-perf-results-2n-skx"
5391   filter: "all"
5392   remove-ndr: False
5393   parameters:
5394   - "name"
5395   - "parent"
5396   - "msg"
5397
5398 # Detailed Test Results - VPP Performance Results 2n-clx
5399 - type: "table"
5400   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5401   algorithm: "table_merged_details"
5402   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5403   columns:
5404     - title: " |prein| Test Name |preout| "
5405       data: "data name"
5406     - 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| "
5407       data: "data msg"
5408   data: "vpp-perf-results-2n-clx"
5409   filter: "all"
5410   parameters:
5411   - "name"
5412   - "parent"
5413   - "msg"
5414
5415 # Detailed Test Results - VPP Performance Results 3n-tsh
5416 - type: "table"
5417   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5418   algorithm: "table_merged_details"
5419   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5420   columns:
5421     - title: " |prein| Test Name |preout| "
5422       data: "data name"
5423     - 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| "
5424       data: "data msg"
5425   data: "vpp-perf-results-3n-tsh"
5426   filter: "all"
5427   parameters:
5428   - "name"
5429   - "parent"
5430   - "msg"
5431
5432 # Detailed Test Results - VPP Performance Results 3n-dnv
5433 - type: "table"
5434   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5435   algorithm: "table_merged_details"
5436   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5437   columns:
5438     - title: " |prein| Test Name |preout| "
5439       data: "data name"
5440     - 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| "
5441       data: "data msg"
5442   data: "vpp-perf-results-3n-dnv"
5443   filter: "all"
5444   parameters:
5445   - "name"
5446   - "parent"
5447   - "msg"
5448
5449 # Detailed Test Results - VPP Performance Results 2n-dnv
5450 - type: "table"
5451   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5452   algorithm: "table_merged_details"
5453   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5454   columns:
5455     - title: " |prein| Test Name |preout| "
5456       data: "data name"
5457     - 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| "
5458       data: "data msg"
5459   data: "vpp-perf-results-2n-dnv"
5460   filter: "all"
5461   parameters:
5462   - "name"
5463   - "parent"
5464   - "msg"
5465
5466 # Test configuration - VPP Performance Test Configs 3n-hsw
5467 - type: "table"
5468   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5469   algorithm: "table_merged_details"
5470   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5471   columns:
5472     - title: " |prein| Test Name |preout| "
5473       data: "data name"
5474     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5475       data: "data conf-history"
5476   data: "vpp-perf-results-3n-hsw"
5477   filter: "all"
5478   parameters:
5479   - "parent"
5480   - "name"
5481   - "conf-history"
5482
5483 # Test configuration - VPP Performance Test Configs 3n-skx
5484 - type: "table"
5485   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5486   algorithm: "table_merged_details"
5487   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5488   columns:
5489     - title: " |prein| Test Name |preout| "
5490       data: "data name"
5491     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5492       data: "data conf-history"
5493   data: "vpp-perf-results-3n-skx"
5494   filter: "all"
5495   parameters:
5496   - "parent"
5497   - "name"
5498   - "conf-history"
5499
5500 # Test configuration - VPP Performance Test Configs 2n-skx
5501 - type: "table"
5502   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5503   algorithm: "table_merged_details"
5504   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5505   columns:
5506     - title: " |prein| Test Name |preout| "
5507       data: "data name"
5508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5509       data: "data conf-history"
5510   data: "vpp-perf-results-2n-skx"
5511   filter: "all"
5512   parameters:
5513   - "parent"
5514   - "name"
5515   - "conf-history"
5516
5517 # Test configuration - VPP Performance Test Configs 2n-clx
5518 - type: "table"
5519   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5520   algorithm: "table_merged_details"
5521   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5522   columns:
5523     - title: " |prein| Test Name |preout| "
5524       data: "data name"
5525     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5526       data: "data conf-history"
5527   data: "vpp-perf-results-2n-clx"
5528   filter: "all"
5529   parameters:
5530   - "parent"
5531   - "name"
5532   - "conf-history"
5533
5534 # Test configuration - VPP Performance Test Configs 3n-tsh
5535 - type: "table"
5536   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5537   algorithm: "table_merged_details"
5538   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5539   columns:
5540     - title: " |prein| Test Name |preout| "
5541       data: "data name"
5542     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5543       data: "data conf-history"
5544   data: "vpp-perf-results-3n-tsh"
5545   filter: "all"
5546   parameters:
5547   - "parent"
5548   - "name"
5549   - "conf-history"
5550
5551 # Test configuration - VPP Performance Test Configs 3n-dnv
5552 - type: "table"
5553   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5554   algorithm: "table_merged_details"
5555   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5556   columns:
5557     - title: " |prein| Test Name |preout| "
5558       data: "data name"
5559     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5560       data: "data conf-history"
5561   data: "vpp-perf-results-3n-dnv"
5562   filter: "all"
5563   parameters:
5564   - "parent"
5565   - "name"
5566   - "conf-history"
5567
5568 # Test configuration - VPP Performance Test Configs 2n-dnv
5569 - type: "table"
5570   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5571   algorithm: "table_merged_details"
5572   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5573   columns:
5574     - title: " |prein| Test Name |preout| "
5575       data: "data name"
5576     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5577       data: "data conf-history"
5578   data: "vpp-perf-results-2n-dnv"
5579   filter: "all"
5580   parameters:
5581   - "parent"
5582   - "name"
5583   - "conf-history"
5584
5585 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5586 - type: "table"
5587   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5588   algorithm: "table_oper_data_html"
5589   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5590   data: "vpp-perf-results-3n-hsw"
5591   filter: "all"
5592
5593 # Test Operational Data - VPP Performance Operational Data 3n-skx
5594 - type: "table"
5595   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5596   algorithm: "table_oper_data_html"
5597   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5598   data: "vpp-perf-results-3n-skx"
5599   filter: "all"
5600
5601 # Test Operational Data - VPP Performance Operational Data 2n-skx
5602 - type: "table"
5603   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5604   algorithm: "table_oper_data_html"
5605   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5606   data: "vpp-perf-results-2n-skx"
5607   filter: "all"
5608
5609 # Test Operational Data - VPP Performance Operational Data 2n-clx
5610 - type: "table"
5611   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5612   algorithm: "table_oper_data_html"
5613   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5614   data: "vpp-perf-results-2n-clx"
5615   filter: "all"
5616
5617 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5618 - type: "table"
5619   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5620   algorithm: "table_oper_data_html"
5621   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5622   data: "vpp-perf-results-3n-tsh"
5623   filter: "all"
5624
5625 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5626 - type: "table"
5627   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5628   algorithm: "table_oper_data_html"
5629   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5630   data: "vpp-perf-results-3n-dnv"
5631   filter: "all"
5632
5633 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5634 - type: "table"
5635   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5636   algorithm: "table_oper_data_html"
5637   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5638   data: "vpp-perf-results-2n-dnv"
5639   filter: "all"
5640
5641 # Detailed Test Results - VPP MRR Results 3n-hsw
5642 - type: "table"
5643   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5644   algorithm: "table_merged_details"
5645   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5646   columns:
5647     - title: " |prein| Test Name |preout| "
5648       data: "data name"
5649     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5650       data: "data msg"
5651   data: "vpp-mrr-results-3n-hsw"
5652   filter: "all"
5653   parameters:
5654   - "name"
5655   - "parent"
5656   - "msg"
5657
5658 # Detailed Test Results - VPP MRR Results 3n-skx
5659 - type: "table"
5660   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5661   algorithm: "table_merged_details"
5662   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5663   columns:
5664     - title: " |prein| Test Name |preout| "
5665       data: "data name"
5666     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5667       data: "data msg"
5668   data: "vpp-mrr-results-3n-skx"
5669   filter: "all"
5670   parameters:
5671   - "name"
5672   - "parent"
5673   - "msg"
5674
5675 # Detailed Test Results - VPP MRR Results 2n-skx
5676 - type: "table"
5677   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5678   algorithm: "table_merged_details"
5679   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5680   columns:
5681     - title: " |prein| Test Name |preout| "
5682       data: "data name"
5683     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5684       data: "data msg"
5685   data: "vpp-mrr-results-2n-skx"
5686   filter: "all"
5687   parameters:
5688   - "name"
5689   - "parent"
5690   - "msg"
5691
5692 # Detailed Test Results - VPP MRR Results 2n-clx
5693 - type: "table"
5694   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5695   algorithm: "table_merged_details"
5696   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5697   columns:
5698     - title: " |prein| Test Name |preout| "
5699       data: "data name"
5700     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5701       data: "data msg"
5702   data: "vpp-mrr-results-2n-clx"
5703   filter: "all"
5704   parameters:
5705   - "name"
5706   - "parent"
5707   - "msg"
5708
5709 # Detailed Test Results - VPP MRR Results 3n-tsh
5710 - type: "table"
5711   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5712   algorithm: "table_merged_details"
5713   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5714   columns:
5715     - title: " |prein| Test Name |preout| "
5716       data: "data name"
5717     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5718       data: "data msg"
5719   data: "vpp-mrr-results-3n-tsh"
5720   filter: "all"
5721   parameters:
5722   - "name"
5723   - "parent"
5724   - "msg"
5725
5726 # Detailed Test Results - VPP MRR Results 3n-dnv
5727 - type: "table"
5728   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5729   algorithm: "table_merged_details"
5730   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5731   columns:
5732     - title: " |prein| Test Name |preout| "
5733       data: "data name"
5734     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5735       data: "data msg"
5736   data: "vpp-mrr-results-3n-dnv"
5737   filter: "all"
5738   parameters:
5739   - "name"
5740   - "parent"
5741   - "msg"
5742
5743 # Detailed Test Results - VPP MRR Results 2n-dnv
5744 - type: "table"
5745   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5746   algorithm: "table_merged_details"
5747   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5748   columns:
5749     - title: " |prein| Test Name |preout| "
5750       data: "data name"
5751     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5752       data: "data msg"
5753   data: "vpp-mrr-results-2n-dnv"
5754   filter: "all"
5755   parameters:
5756   - "name"
5757   - "parent"
5758   - "msg"
5759
5760 # Test configuration - VPP MRR Test Configs 3n-hsw
5761 - type: "table"
5762   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5763   algorithm: "table_merged_details"
5764   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5765   columns:
5766     - title: " |prein| Test Name |preout| "
5767       data: "data name"
5768     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5769       data: "data conf-history"
5770   data: "vpp-mrr-results-3n-hsw"
5771   filter: "all"
5772   parameters:
5773   - "parent"
5774   - "name"
5775   - "conf-history"
5776
5777 # Test configuration - VPP MRR Test Configs 3n-skx
5778 - type: "table"
5779   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5780   algorithm: "table_merged_details"
5781   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5782   columns:
5783     - title: " |prein| Test Name |preout| "
5784       data: "data name"
5785     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5786       data: "data conf-history"
5787   data: "vpp-mrr-results-3n-skx"
5788   filter: "all"
5789   parameters:
5790   - "parent"
5791   - "name"
5792   - "conf-history"
5793
5794 # Test configuration - VPP MRR Test Configs 2n-skx
5795 - type: "table"
5796   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5797   algorithm: "table_merged_details"
5798   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5799   columns:
5800     - title: " |prein| Test Name |preout| "
5801       data: "data name"
5802     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5803       data: "data conf-history"
5804   data: "vpp-mrr-results-2n-skx"
5805   filter: "all"
5806   parameters:
5807   - "parent"
5808   - "name"
5809   - "conf-history"
5810
5811 # Test configuration - VPP MRR Test Configs 2n-clx
5812 - type: "table"
5813   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5814   algorithm: "table_merged_details"
5815   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5816   columns:
5817     - title: " |prein| Test Name |preout| "
5818       data: "data name"
5819     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5820       data: "data conf-history"
5821   data: "vpp-mrr-results-2n-clx"
5822   filter: "all"
5823   parameters:
5824   - "parent"
5825   - "name"
5826   - "conf-history"
5827
5828 # Test configuration - VPP MRR Test Configs 3n-tsh
5829 - type: "table"
5830   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5831   algorithm: "table_merged_details"
5832   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5833   columns:
5834     - title: " |prein| Test Name |preout| "
5835       data: "data name"
5836     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5837       data: "data conf-history"
5838   data: "vpp-mrr-results-3n-tsh"
5839   filter: "all"
5840   parameters:
5841   - "parent"
5842   - "name"
5843   - "conf-history"
5844
5845 # Test configuration - VPP MRR Test Configs 3n-dnv
5846 - type: "table"
5847   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5848   algorithm: "table_merged_details"
5849   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5850   columns:
5851     - title: " |prein| Test Name |preout| "
5852       data: "data name"
5853     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5854       data: "data conf-history"
5855   data: "vpp-mrr-results-3n-dnv"
5856   filter: "all"
5857   parameters:
5858   - "parent"
5859   - "name"
5860   - "conf-history"
5861
5862 # Test configuration - VPP MRR Test Configs 2n-dnv
5863 - type: "table"
5864   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5865   algorithm: "table_merged_details"
5866   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5867   columns:
5868     - title: " |prein| Test Name |preout| "
5869       data: "data name"
5870     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5871       data: "data conf-history"
5872   data: "vpp-mrr-results-2n-dnv"
5873   filter: "all"
5874   parameters:
5875   - "parent"
5876   - "name"
5877   - "conf-history"
5878
5879 # Detailed Test Results - VPP Device Results - Ubuntu
5880 - type: "table"
5881   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5882   algorithm: "table_merged_details"
5883   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5884   columns:
5885     - title: " |prein| Test Name |preout| "
5886       data: "data name"
5887     - title: " |prein| Status |preout| "
5888       data: "data status"
5889   data: "vpp-device-results-ubuntu"
5890   filter: "all"
5891   parameters:
5892   - "name"
5893   - "parent"
5894   - "doc"
5895   - "status"
5896
5897 # Test configuration - VPP Device Test Configs - Ubuntu
5898 - type: "table"
5899   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5900   algorithm: "table_merged_details"
5901   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5902   columns:
5903     - title: " |prein| Test Name |preout| "
5904       data: "data name"
5905     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5906       data: "data conf-history"
5907   data: "vpp-device-results-ubuntu"
5908   filter: "all"
5909   parameters:
5910   - "parent"
5911   - "name"
5912   - "conf-history"
5913
5914 ################################################################################
5915
5916 # DPDK Performance Changes 3n-hsw 1t1c pdr
5917 - type: "table"
5918   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5919   algorithm: "table_comparison"
5920   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5922   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5923   columns:
5924     - title: "1908"
5925       data-set: "dpdk-performance-changes-3n-hsw-h1"
5926     - title: "2001"
5927       data-set: "dpdk-performance-changes-3n-hsw-ref"
5928     - title: "2005"
5929       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5930   comparisons:
5931     - title: "Diff"
5932       reference: 2
5933       compare: 3
5934   legend:
5935     - "Legend to Table"
5936     - "1908, 2001, 2005 - DPDK versions tested."
5937     - "Diff - difference between 2001 and 2005 DPDK version."
5938
5939 # DPDK Performance Changes 3n-hsw 2t2c pdr
5940 - type: "table"
5941   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5942   algorithm: "table_comparison"
5943   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5945   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5946   columns:
5947     - title: "1908"
5948       data-set: "dpdk-performance-changes-3n-hsw-h1"
5949     - title: "2001"
5950       data-set: "dpdk-performance-changes-3n-hsw-ref"
5951     - title: "2005"
5952       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5953   comparisons:
5954     - title: "Diff"
5955       reference: 2
5956       compare: 3
5957   legend:
5958     - "Legend to Table"
5959     - "1908, 2001, 2005 - DPDK versions tested."
5960     - "Diff - difference between 2001 and 2005 DPDK version."
5961
5962 # DPDK Performance Changes 3n-hsw 1t1c pdr
5963 - type: "table"
5964   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5965   algorithm: "table_comparison"
5966   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5968   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5969   columns:
5970     - title: "1908"
5971       data-set: "dpdk-performance-changes-3n-hsw-h1"
5972     - title: "2001"
5973       data-set: "dpdk-performance-changes-3n-hsw-ref"
5974     - title: "2005"
5975       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5976   comparisons:
5977     - title: "Diff"
5978       reference: 2
5979       compare: 3
5980   legend:
5981     - "Legend to Table"
5982     - "1908, 2001, 2005 - DPDK versions tested."
5983     - "Diff - difference between 2001 and 2005 DPDK version."
5984
5985 # DPDK Performance Changes 3n-hsw 2t2c ndr
5986 - type: "table"
5987   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5988   algorithm: "table_comparison"
5989   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5991   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5992   columns:
5993     - title: "1908"
5994       data-set: "dpdk-performance-changes-3n-hsw-h1"
5995     - title: "2001"
5996       data-set: "dpdk-performance-changes-3n-hsw-ref"
5997     - title: "2005"
5998       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5999   comparisons:
6000     - title: "Diff"
6001       reference: 2
6002       compare: 3
6003   legend:
6004     - "Legend to Table"
6005     - "1908, 2001, 2005 - DPDK versions tested."
6006     - "Diff - difference between 2001 and 2005 DPDK version."
6007
6008 # DPDK Performance Changes 3n-skx 2t1c pdr
6009 - type: "table"
6010   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6011   algorithm: "table_comparison"
6012   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6015   columns:
6016     - title: "1908"
6017       data-set: "dpdk-performance-changes-3n-skx-h1"
6018     - title: "2001"
6019       data-set: "dpdk-performance-changes-3n-skx-ref"
6020     - title: "2005"
6021       data-set: "dpdk-performance-changes-3n-skx-cmp"
6022   comparisons:
6023     - title: "Diff"
6024       reference: 2
6025       compare: 3
6026   legend:
6027     - "Legend to Table"
6028     - "1908, 2001, 2005 - DPDK versions tested."
6029     - "Diff - difference between 2001 and 2005 DPDK version."
6030
6031 # DPDK Performance Changes 3n-skx 4t2c pdr
6032 - type: "table"
6033   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6034   algorithm: "table_comparison"
6035   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6037   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6038   columns:
6039     - title: "1908"
6040       data-set: "dpdk-performance-changes-3n-skx-h1"
6041     - title: "2001"
6042       data-set: "dpdk-performance-changes-3n-skx-ref"
6043     - title: "2005"
6044       data-set: "dpdk-performance-changes-3n-skx-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 2
6048       compare: 3
6049   legend:
6050     - "Legend to Table"
6051     - "1908, 2001, 2005 - DPDK versions tested."
6052     - "Diff - difference between 2001 and 2005 DPDK version."
6053
6054 # DPDK Performance Changes 3n-skx 2t1c ndr
6055 - type: "table"
6056   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6061   columns:
6062     - title: "1908"
6063       data-set: "dpdk-performance-changes-3n-skx-h1"
6064     - title: "2001"
6065       data-set: "dpdk-performance-changes-3n-skx-ref"
6066     - title: "2005"
6067       data-set: "dpdk-performance-changes-3n-skx-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 2
6071       compare: 3
6072   legend:
6073     - "Legend to Table"
6074     - "1908, 2001, 2005 - DPDK versions tested."
6075     - "Diff - difference between 2001 and 2005 DPDK version."
6076
6077 # DPDK Performance Changes 3n-skx 4t2c ndr
6078 - type: "table"
6079   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6084   columns:
6085     - title: "1908"
6086       data-set: "dpdk-performance-changes-3n-skx-h1"
6087     - title: "2001"
6088       data-set: "dpdk-performance-changes-3n-skx-ref"
6089     - title: "2005"
6090       data-set: "dpdk-performance-changes-3n-skx-cmp"
6091   comparisons:
6092     - title: "Diff"
6093       reference: 2
6094       compare: 3
6095   legend:
6096     - "Legend to Table"
6097     - "1908, 2001, 2005 - DPDK versions tested."
6098     - "Diff - difference between 2001 and 2005 DPDK version."
6099
6100 # DPDK Performance Changes 2n-skx 2t1c pdr
6101 - type: "table"
6102   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6103   algorithm: "table_comparison"
6104   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6106   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6107   columns:
6108     - title: "1908"
6109       data-set: "dpdk-performance-changes-2n-skx-h1"
6110     - title: "2001"
6111       data-set: "dpdk-performance-changes-2n-skx-ref"
6112     - title: "2005"
6113       data-set: "dpdk-performance-changes-2n-skx-cmp"
6114   comparisons:
6115     - title: "Diff"
6116       reference: 2
6117       compare: 3
6118   legend:
6119     - "Legend to Table"
6120     - "1908, 2001, 2005 - DPDK versions tested."
6121     - "Diff - difference between 2001 and 2005 DPDK version."
6122
6123 # DPDK Performance Changes 2n-skx 4t2c pdr
6124 - type: "table"
6125   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6126   algorithm: "table_comparison"
6127   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6129   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6130   columns:
6131     - title: "1908"
6132       data-set: "dpdk-performance-changes-2n-skx-h1"
6133     - title: "2001"
6134       data-set: "dpdk-performance-changes-2n-skx-ref"
6135     - title: "2005"
6136       data-set: "dpdk-performance-changes-2n-skx-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 2
6140       compare: 3
6141   legend:
6142     - "Legend to Table"
6143     - "1908, 2001, 2005 - DPDK versions tested."
6144     - "Diff - difference between 2001 and 2005 DPDK version."
6145
6146 # DPDK Performance Changes 2n-skx 2t1c ndr
6147 - type: "table"
6148   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6152   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6153   columns:
6154     - title: "1908"
6155       data-set: "dpdk-performance-changes-2n-skx-h1"
6156     - title: "2001"
6157       data-set: "dpdk-performance-changes-2n-skx-ref"
6158     - title: "2005"
6159       data-set: "dpdk-performance-changes-2n-skx-cmp"
6160   comparisons:
6161     - title: "Diff"
6162       reference: 2
6163       compare: 3
6164   legend:
6165     - "Legend to Table"
6166     - "1908, 2001, 2005 - DPDK versions tested."
6167     - "Diff - difference between 2001 and 2005 DPDK version."
6168
6169 # DPDK Performance Changes 2n-skx 4t2c ndr
6170 - type: "table"
6171   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6175   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6176   columns:
6177     - title: "1908"
6178       data-set: "dpdk-performance-changes-2n-skx-h1"
6179     - title: "2001"
6180       data-set: "dpdk-performance-changes-2n-skx-ref"
6181     - title: "2005"
6182       data-set: "dpdk-performance-changes-2n-skx-cmp"
6183   comparisons:
6184     - title: "Diff"
6185       reference: 2
6186       compare: 3
6187   legend:
6188     - "Legend to Table"
6189     - "1908, 2001, 2005 - DPDK versions tested."
6190     - "Diff - difference between 2001 and 2005 DPDK version."
6191
6192 # DPDK Performance Changes 2n-clx 2t1c pdr
6193 - type: "table"
6194   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6195   algorithm: "table_comparison"
6196   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6198   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6199   columns:
6200     - title: "2001"
6201       data-set: "dpdk-performance-changes-2n-clx-ref"
6202     - title: "2005"
6203       data-set: "dpdk-performance-changes-2n-clx-cmp"
6204   comparisons:
6205     - title: "Diff"
6206       reference: 1
6207       compare: 2
6208   legend:
6209     - "Legend to Table"
6210     - "2001, 2005 - DPDK versions tested."
6211     - "Diff - difference between 2001 and 2005 DPDK version."
6212
6213 # DPDK Performance Changes 2n-clx 4t2c pdr
6214 - type: "table"
6215   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6216   algorithm: "table_comparison"
6217   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6220   columns:
6221     - title: "2001"
6222       data-set: "dpdk-performance-changes-2n-clx-ref"
6223     - title: "2005"
6224       data-set: "dpdk-performance-changes-2n-clx-cmp"
6225   comparisons:
6226     - title: "Diff"
6227       reference: 1
6228       compare: 2
6229   legend:
6230     - "Legend to Table"
6231     - "2001, 2005 - DPDK versions tested."
6232     - "Diff - difference between 2001 and 2005 DPDK version."
6233
6234 # DPDK Performance Changes 2n-clx 2t1c ndr
6235 - type: "table"
6236   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6237   algorithm: "table_comparison"
6238   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6240   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6241   columns:
6242     - title: "2001"
6243       data-set: "dpdk-performance-changes-2n-clx-ref"
6244     - title: "2005"
6245       data-set: "dpdk-performance-changes-2n-clx-cmp"
6246   comparisons:
6247     - title: "Diff"
6248       reference: 1
6249       compare: 2
6250   legend:
6251     - "Legend to Table"
6252     - "2001, 2005 - DPDK versions tested."
6253     - "Diff - difference between 2001 and 2005 DPDK version."
6254
6255 # DPDK Performance Changes 2n-clx 4t2c ndr
6256 - type: "table"
6257   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6258   algorithm: "table_comparison"
6259   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6261   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6262   columns:
6263     - title: "2001"
6264       data-set: "dpdk-performance-changes-2n-clx-ref"
6265     - title: "2005"
6266       data-set: "dpdk-performance-changes-2n-clx-cmp"
6267   comparisons:
6268     - title: "Diff"
6269       reference: 1
6270       compare: 2
6271   legend:
6272     - "Legend to Table"
6273     - "2001, 2005 - DPDK versions tested."
6274     - "Diff - difference between 2001 and 2005 DPDK version."
6275
6276 # DPDK Performance Changes 2n-dnv 1t1c pdr
6277 - type: "table"
6278   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6279   algorithm: "table_comparison"
6280   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6282   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6283   columns:
6284     - title: "2001"
6285       data-set: "dpdk-performance-changes-2n-dnv-ref"
6286     - title: "2005"
6287       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6288   comparisons:
6289     - title: "Diff"
6290       reference: 1
6291       compare: 2
6292   legend:
6293     - "Legend to Table"
6294     - "2001, 2005 - DPDK versions tested."
6295     - "Diff - difference between 2001 and 2005 DPDK version."
6296
6297 # DPDK Performance Changes 2n-dnv 2t2c pdr
6298 - type: "table"
6299   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6300   algorithm: "table_comparison"
6301   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6303   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6304   columns:
6305     - title: "2001"
6306       data-set: "dpdk-performance-changes-2n-dnv-ref"
6307     - title: "2005"
6308       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6309   comparisons:
6310     - title: "Diff"
6311       reference: 1
6312       compare: 2
6313   legend:
6314     - "Legend to Table"
6315     - "2001, 2005 - DPDK versions tested."
6316     - "Diff - difference between 2001 and 2005 DPDK version."
6317
6318 # DPDK Performance Changes 2n-dnv 1t1c ndr
6319 - type: "table"
6320   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6321   algorithm: "table_comparison"
6322   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6324   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6325   columns:
6326     - title: "2001"
6327       data-set: "dpdk-performance-changes-2n-dnv-ref"
6328     - title: "2005"
6329       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6330   comparisons:
6331     - title: "Diff"
6332       reference: 1
6333       compare: 2
6334   legend:
6335     - "Legend to Table"
6336     - "2001, 2005 - DPDK versions tested."
6337     - "Diff - difference between 2001 and 2005 DPDK version."
6338
6339 # DPDK Performance Changes 2n-dnv 2t2c ndr
6340 - type: "table"
6341   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6342   algorithm: "table_comparison"
6343   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6345   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6346   columns:
6347     - title: "2001"
6348       data-set: "dpdk-performance-changes-2n-dnv-ref"
6349     - title: "2005"
6350       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6351   comparisons:
6352     - title: "Diff"
6353       reference: 1
6354       compare: 2
6355   legend:
6356     - "Legend to Table"
6357     - "2001, 2005 - DPDK versions tested."
6358     - "Diff - difference between 2001 and 2005 DPDK version."
6359
6360 # DPDK Performance Changes 3n-dnv 1t1c pdr
6361 - type: "table"
6362   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6363   algorithm: "table_comparison"
6364   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6366   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6367   columns:
6368     - title: "2001"
6369       data-set: "dpdk-performance-changes-3n-dnv-ref"
6370     - title: "2005"
6371       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6372   comparisons:
6373     - title: "Diff"
6374       reference: 1
6375       compare: 2
6376   legend:
6377     - "Legend to Table"
6378     - "2001, 2005 - DPDK versions tested."
6379     - "Diff - difference between 2001 and 2005 DPDK version."
6380
6381 # DPDK Performance Changes 3n-dnv 2t2c pdr
6382 - type: "table"
6383   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6384   algorithm: "table_comparison"
6385   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6387   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6388   columns:
6389     - title: "2001"
6390       data-set: "dpdk-performance-changes-3n-dnv-ref"
6391     - title: "2005"
6392       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6393   comparisons:
6394     - title: "Diff"
6395       reference: 1
6396       compare: 2
6397   legend:
6398     - "Legend to Table"
6399     - "2001, 2005 - DPDK versions tested."
6400     - "Diff - difference between 2001 and 2005 DPDK version."
6401
6402 # DPDK Performance Changes 3n-dnv 1t1c ndr
6403 - type: "table"
6404   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6405   algorithm: "table_comparison"
6406   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6408   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6409   columns:
6410     - title: "2001"
6411       data-set: "dpdk-performance-changes-3n-dnv-ref"
6412     - title: "2005"
6413       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6414   comparisons:
6415     - title: "Diff"
6416       reference: 1
6417       compare: 2
6418   legend:
6419     - "Legend to Table"
6420     - "2001, 2005 - DPDK versions tested."
6421     - "Diff - difference between 2001 and 2005 DPDK version."
6422
6423 # DPDK Performance Changes 3n-dnv 2t2c ndr
6424 - type: "table"
6425   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6426   algorithm: "table_comparison"
6427   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6429   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6430   columns:
6431     - title: "2001"
6432       data-set: "dpdk-performance-changes-3n-dnv-ref"
6433     - title: "2005"
6434       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6435   comparisons:
6436     - title: "Diff"
6437       reference: 1
6438       compare: 2
6439   legend:
6440     - "Legend to Table"
6441     - "2001, 2005 - DPDK versions tested."
6442     - "Diff - difference between 2001 and 2005 DPDK version."
6443
6444 # DPDK Performance Changes 3n-tsh 1t1c pdr
6445 - type: "table"
6446   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6447   algorithm: "table_comparison"
6448   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6450   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6451   columns:
6452     - title: "2001"
6453       data-set: "dpdk-performance-changes-3n-tsh-ref"
6454     - title: "2005"
6455       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6456   comparisons:
6457     - title: "Diff"
6458       reference: 1
6459       compare: 2
6460   legend:
6461     - "Legend to Table"
6462     - "2001, 2005 - DPDK versions tested."
6463     - "Diff - difference between 2001 and 2005 DPDK version."
6464
6465 # DPDK Performance Changes 3n-tsh 2t2c pdr
6466 - type: "table"
6467   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6468   algorithm: "table_comparison"
6469   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6471   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6472   columns:
6473     - title: "2001"
6474       data-set: "dpdk-performance-changes-3n-tsh-ref"
6475     - title: "2005"
6476       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6477   comparisons:
6478     - title: "Diff"
6479       reference: 1
6480       compare: 2
6481   legend:
6482     - "Legend to Table"
6483     - "2001, 2005 - DPDK versions tested."
6484     - "Diff - difference between 2001 and 2005 DPDK version."
6485
6486 # DPDK Performance Changes 3n-tsh 1t1c ndr
6487 - type: "table"
6488   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6489   algorithm: "table_comparison"
6490   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6492   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6493   columns:
6494     - title: "2001"
6495       data-set: "dpdk-performance-changes-3n-tsh-ref"
6496     - title: "2005"
6497       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6498   comparisons:
6499     - title: "Diff"
6500       reference: 1
6501       compare: 2
6502   legend:
6503     - "Legend to Table"
6504     - "2001, 2005 - DPDK versions tested."
6505     - "Diff - difference between 2001 and 2005 DPDK version."
6506
6507 # DPDK Performance Changes 3n-tsh 2t2c ndr
6508 - type: "table"
6509   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6510   algorithm: "table_comparison"
6511   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6513   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6514   columns:
6515     - title: "2001"
6516       data-set: "dpdk-performance-changes-3n-tsh-ref"
6517     - title: "2005"
6518       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6519   comparisons:
6520     - title: "Diff"
6521       reference: 1
6522       compare: 2
6523   legend:
6524     - "Legend to Table"
6525     - "2001, 2005 - DPDK versions tested."
6526     - "Diff - difference between 2001 and 2005 DPDK version."
6527
6528 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6529 - type: "table"
6530   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6531   algorithm: "table_comparison"
6532   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6534   filter: "'NIC_Intel-X710'"
6535   columns:
6536     - title: "3n-hsw x710"
6537       data-set: "dpdk-compare-testbeds-ref"
6538     - title: "3n-skx x710"
6539       data-set: "dpdk-compare-testbeds-cmp"
6540   comparisons:
6541     - title: "Diff"
6542       reference: 1
6543       compare: 2
6544   legend:
6545     - "Legend to Table"
6546     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6547     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6548
6549 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6550 - type: "table"
6551   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6552   algorithm: "table_comparison"
6553   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6555   filter: "'NIC_Intel-X710'"
6556   columns:
6557     - title: "3n-hsw x710"
6558       data-set: "dpdk-compare-testbeds-ref"
6559     - title: "3n-skx x710"
6560       data-set: "dpdk-compare-testbeds-cmp"
6561   comparisons:
6562     - title: "Diff"
6563       reference: 1
6564       compare: 2
6565   legend:
6566     - "Legend to Table"
6567     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6568     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6569
6570 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6571 - type: "table"
6572   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6573   algorithm: "table_comparison"
6574   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6576   filter: "'NIC_Intel-XXV710'"
6577   columns:
6578     - title: "2n-skx"
6579       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6580     - title: "2n-clx"
6581       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6582   comparisons:
6583     - title: "Diff"
6584       reference: 1
6585       compare: 2
6586   legend:
6587     - "Legend to Table"
6588     - "2n-skx, 2n-clx - testbeds and NICs tested."
6589     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6590
6591 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6592 - type: "table"
6593   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6594   algorithm: "table_comparison"
6595   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6597   filter: "'NIC_Intel-XXV710'"
6598   columns:
6599     - title: "2n-skx"
6600       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6601     - title: "2n-clx"
6602       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6603   comparisons:
6604     - title: "Diff"
6605       reference: 1
6606       compare: 2
6607   legend:
6608     - "Legend to Table"
6609     - "2n-skx, 2n-clx - testbeds and NICs tested."
6610     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6611
6612 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6613 - type: "table"
6614   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6615   algorithm: "table_comparison"
6616   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6618   filter: "'NIC_Intel-XXV710'"
6619   columns:
6620     - title: "3n-skx"
6621       data-set: "dpdk-compare-topologies-ref"
6622     - title: "2n-skx"
6623       data-set: "dpdk-compare-topologies-cmp"
6624   comparisons:
6625     - title: "Diff"
6626       reference: 1
6627       compare: 2
6628   legend:
6629     - "Legend to Table"
6630     - "3n-skx, 2n-skx - topologies tested."
6631     - "Diff - difference between 3n-skx and 2n-skx topologies."
6632
6633 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6634 - type: "table"
6635   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6636   algorithm: "table_comparison"
6637   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6639   filter: "'NIC_Intel-XXV710'"
6640   columns:
6641     - title: "3n-skx"
6642       data-set: "dpdk-compare-topologies-ref"
6643     - title: "2n-skx"
6644       data-set: "dpdk-compare-topologies-cmp"
6645   comparisons:
6646     - title: "Diff"
6647       reference: 1
6648       compare: 2
6649   legend:
6650     - "Legend to Table"
6651     - "3n-skx, 2n-skx - topologies tested."
6652     - "Diff - difference between 3n-skx and 2n-skx topologies."
6653
6654 # Detailed Test Results - DPDK Performance Results 3n-hsw
6655 - type: "table"
6656   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6657   algorithm: "table_merged_details"
6658   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6659   columns:
6660     - title: " |prein| Test Name |preout| "
6661       data: "data name"
6662     - 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| "
6663       data: "data msg"
6664   data: "dpdk-perf-results-3n-hsw"
6665   filter: "all"
6666   parameters:
6667   - "name"
6668   - "parent"
6669   - "msg"
6670
6671 # Detailed Test Results - DPDK Performance Results 3n-skx
6672 - type: "table"
6673   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6674   algorithm: "table_merged_details"
6675   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6676   columns:
6677     - title: " |prein| Test Name |preout| "
6678       data: "data name"
6679     - 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| "
6680       data: "data msg"
6681   data: "dpdk-perf-results-3n-skx"
6682   filter: "all"
6683   remove-ndr: False
6684   parameters:
6685   - "name"
6686   - "parent"
6687   - "msg"
6688
6689 # Detailed Test Results - DPDK Performance Results 2n-skx
6690 - type: "table"
6691   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6692   algorithm: "table_merged_details"
6693   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6694   columns:
6695     - title: " |prein| Test Name |preout| "
6696       data: "data name"
6697     - 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| "
6698       data: "data msg"
6699   data: "dpdk-perf-results-2n-skx"
6700   filter: "all"
6701   remove-ndr: False
6702   parameters:
6703   - "name"
6704   - "parent"
6705   - "msg"
6706
6707 # Detailed Test Results - DPDK Performance Results 2n-clx
6708 - type: "table"
6709   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6710   algorithm: "table_merged_details"
6711   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6712   columns:
6713     - title: " |prein| Test Name |preout| "
6714       data: "data name"
6715     - 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| "
6716       data: "data msg"
6717   data: "dpdk-perf-results-2n-clx"
6718   filter: "all"
6719   parameters:
6720   - "name"
6721   - "parent"
6722   - "msg"
6723
6724 # Detailed Test Results - DPDK Performance Results 2n-dnv
6725 - type: "table"
6726   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6727   algorithm: "table_merged_details"
6728   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6729   columns:
6730     - title: " |prein| Test Name |preout| "
6731       data: "data name"
6732     - 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| "
6733       data: "data msg"
6734   data: "dpdk-perf-results-2n-dnv"
6735   filter: "all"
6736   parameters:
6737   - "name"
6738   - "parent"
6739   - "msg"
6740
6741 # Detailed Test Results - DPDK Performance Results 3n-dnv
6742 - type: "table"
6743   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6744   algorithm: "table_merged_details"
6745   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6746   columns:
6747     - title: " |prein| Test Name |preout| "
6748       data: "data name"
6749     - 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| "
6750       data: "data msg"
6751   data: "dpdk-perf-results-3n-dnv"
6752   filter: "all"
6753   parameters:
6754   - "name"
6755   - "parent"
6756   - "msg"
6757
6758 # Detailed Test Results - DPDK Performance Results 3n-tsh
6759 - type: "table"
6760   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6761   algorithm: "table_merged_details"
6762   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6763   columns:
6764     - title: " |prein| Test Name |preout| "
6765       data: "data name"
6766     - 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| "
6767       data: "data msg"
6768   data: "dpdk-perf-results-3n-tsh"
6769   filter: "all"
6770   parameters:
6771   - "name"
6772   - "parent"
6773   - "msg"
6774
6775 ################################################################################
6776 ###                                F I L E S                                 ###
6777 ################################################################################
6778
6779 # VPP Performance Results
6780 - type: "file"
6781   title: "VPP Performance Results"
6782   algorithm: "file_details_split"
6783   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6784   dir-tables:
6785     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6786     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6787     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6788     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6789     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6790     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6791     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6792   data:
6793     - "vpp-perf-results-2n-skx"
6794     - "vpp-perf-results-3n-skx"
6795     - "vpp-perf-results-2n-clx"
6796     - "vpp-perf-results-3n-hsw"
6797     - "vpp-perf-results-3n-tsh"
6798     - "vpp-perf-results-2n-dnv"
6799     - "vpp-perf-results-3n-dnv"
6800   filter: "all"
6801   data-start-level: 4
6802   order-chapters:
6803     level-1:
6804       - "l2"
6805       - "ip4"
6806       - "ip6"
6807       - "srv6"
6808       - "ip4_tunnels"
6809       - "ip6_tunnels"
6810       - "vm_vhost"
6811       - "container_memif"
6812       - "crypto"
6813       - "vts"
6814       - "lb"
6815       - "nfv_density"
6816       - "hoststack"
6817     level-2:
6818       - "2n-skx"
6819       - "3n-skx"
6820       - "2n-clx"
6821       - "3n-hsw"
6822       - "3n-tsh"
6823       - "2n-dnv"
6824       - "3n-dnv"
6825     level-3:
6826       - "xl710"
6827       - "x520"
6828       - "xxv710"
6829       - "x710"
6830       - "x553"
6831       - "cx556a"
6832       - "vic1227"
6833       - "vic1385"
6834
6835 # VPP Performance Configuration
6836 - type: "file"
6837   title: "VPP Performance Configuration"
6838   algorithm: "file_details_split"
6839   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6840   dir-tables:
6841     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6842     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6843     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6844     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6845     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6846     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6847     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6848   data:
6849     - "vpp-perf-results-2n-skx"
6850     - "vpp-perf-results-3n-skx"
6851     - "vpp-perf-results-2n-clx"
6852     - "vpp-perf-results-3n-hsw"
6853     - "vpp-perf-results-3n-tsh"
6854     - "vpp-perf-results-2n-dnv"
6855     - "vpp-perf-results-3n-dnv"
6856   filter: "all"
6857   data-start-level: 4
6858   order-chapters:
6859     level-1:
6860       - "l2"
6861       - "ip4"
6862       - "ip6"
6863       - "srv6"
6864       - "ip4_tunnels"
6865       - "ip6_tunnels"
6866       - "vm_vhost"
6867       - "container_memif"
6868       - "crypto"
6869       - "vts"
6870       - "lb"
6871       - "nfv_density"
6872       - "hoststack"
6873     level-2:
6874       - "2n-skx"
6875       - "3n-skx"
6876       - "2n-clx"
6877       - "3n-hsw"
6878       - "3n-tsh"
6879       - "2n-dnv"
6880       - "3n-dnv"
6881     level-3:
6882       - "xl710"
6883       - "x520"
6884       - "xxv710"
6885       - "x710"
6886       - "x553"
6887       - "cx556a"
6888       - "vic1227"
6889       - "vic1385"
6890
6891 # VPP Performance Operational
6892 - type: "file"
6893   title: "VPP Performance Operational"
6894   algorithm: "file_details_split_html"
6895   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6896   dir-tables:
6897     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6898     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6899     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6900     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6901     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6902     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6903     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6904   data:
6905     - "vpp-perf-results-2n-skx"
6906     - "vpp-perf-results-3n-skx"
6907     - "vpp-perf-results-2n-clx"
6908     - "vpp-perf-results-3n-hsw"
6909     - "vpp-perf-results-3n-tsh"
6910     - "vpp-perf-results-2n-dnv"
6911     - "vpp-perf-results-3n-dnv"
6912   filter: "all"
6913   data-start-level: 4
6914   order-chapters:
6915     level-1:
6916       - "l2"
6917       - "ip4"
6918       - "ip6"
6919       - "srv6"
6920       - "ip4_tunnels"
6921       - "ip6_tunnels"
6922       - "vm_vhost"
6923       - "container_memif"
6924       - "crypto"
6925       - "vts"
6926       - "lb"
6927       - "nfv_density"
6928       - "hoststack"
6929     level-2:
6930       - "2n-skx"
6931       - "3n-skx"
6932       - "2n-clx"
6933       - "3n-hsw"
6934       - "3n-tsh"
6935       - "2n-dnv"
6936       - "3n-dnv"
6937     level-3:
6938       - "xl710"
6939       - "x520"
6940       - "xxv710"
6941       - "x710"
6942       - "x553"
6943       - "cx556a"
6944       - "vic1227"
6945       - "vic1385"
6946
6947 # VPP MRR Results
6948 - type: "file"
6949   title: "VPP MRR Results"
6950   algorithm: "file_details_split"
6951   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6952   dir-tables:
6953     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6954     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6955     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6956     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6957     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6958     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6959     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6960   data:
6961     - "vpp-mrr-results-2n-skx"
6962     - "vpp-mrr-results-3n-skx"
6963     - "vpp-mrr-results-2n-clx"
6964     - "vpp-mrr-results-3n-hsw"
6965     - "vpp-mrr-results-3n-tsh"
6966     - "vpp-mrr-results-2n-dnv"
6967     - "vpp-mrr-results-3n-dnv"
6968   filter: "all"
6969   data-start-level: 4
6970   order-chapters:
6971     level-1:
6972       - "l2"
6973       - "ip4"
6974       - "ip6"
6975       - "srv6"
6976       - "ip4_tunnels"
6977       - "ip6_tunnels"
6978       - "vm_vhost"
6979       - "container_memif"
6980       - "crypto"
6981       - "vts"
6982       - "lb"
6983       - "nfv_density"
6984       - "hoststack"
6985     level-2:
6986       - "2n-skx"
6987       - "3n-skx"
6988       - "2n-clx"
6989       - "3n-hsw"
6990       - "3n-tsh"
6991       - "2n-dnv"
6992       - "3n-dnv"
6993     level-3:
6994       - "xl710"
6995       - "x520"
6996       - "xxv710"
6997       - "x710"
6998       - "x553"
6999       - "cx556a"
7000       - "vic1227"
7001       - "vic1385"
7002
7003 # VPP MRR Configuration
7004 - type: "file"
7005   title: "VPP MRR Configuration"
7006   algorithm: "file_details_split"
7007   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7008   dir-tables:
7009     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7010     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7011     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7012     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7013     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7014     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7015     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7016   data:
7017     - "vpp-mrr-results-2n-skx"
7018     - "vpp-mrr-results-3n-skx"
7019     - "vpp-mrr-results-2n-clx"
7020     - "vpp-mrr-results-3n-hsw"
7021     - "vpp-mrr-results-3n-tsh"
7022     - "vpp-mrr-results-2n-dnv"
7023     - "vpp-mrr-results-3n-dnv"
7024   filter: "all"
7025   data-start-level: 4
7026   order-chapters:
7027     level-1:
7028       - "l2"
7029       - "ip4"
7030       - "ip6"
7031       - "srv6"
7032       - "ip4_tunnels"
7033       - "ip6_tunnels"
7034       - "vm_vhost"
7035       - "container_memif"
7036       - "crypto"
7037       - "vts"
7038       - "lb"
7039       - "nfv_density"
7040       - "hoststack"
7041     level-2:
7042       - "2n-skx"
7043       - "3n-skx"
7044       - "2n-clx"
7045       - "3n-hsw"
7046       - "3n-tsh"
7047       - "2n-dnv"
7048       - "3n-dnv"
7049     level-3:
7050       - "xl710"
7051       - "x520"
7052       - "xxv710"
7053       - "x710"
7054       - "x553"
7055       - "cx556a"
7056       - "vic1227"
7057       - "vic1385"
7058
7059 # VPP Device Results - Ubuntu
7060 - type: "file"
7061   title: "VPP Device Results - Ubuntu"
7062   algorithm: "file_test_results"
7063   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7064   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7065   data: "vpp-device-results-ubuntu"
7066   filter: "all"
7067   data-start-level: 4
7068
7069 # VPP Device Configuration - Ubuntu
7070 - type: "file"
7071   title: "VPP Device Configuration - Ubuntu"
7072   algorithm: "file_test_results"
7073   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7074   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7075   data: "vpp-device-results-ubuntu"
7076   filter: "all"
7077   data-start-level: 4
7078
7079 # DPDK Performance Results 3n-hsw
7080 - type: "file"
7081   title: "DPDK Performance Results 3n-hsw"
7082   algorithm: "file_test_results"
7083   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7084   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7085   data: "dpdk-perf-results-3n-hsw"
7086   filter: "all"
7087   data-start-level: 4
7088
7089 # DPDK Performance Results 3n-skx
7090 - type: "file"
7091   title: "DPDK Performance Results 3n-skx"
7092   algorithm: "file_test_results"
7093   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7094   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7095   data: "dpdk-perf-results-3n-skx"
7096   filter: "all"
7097   data-start-level: 4
7098
7099 # DPDK Performance Results 2n-skx
7100 - type: "file"
7101   title: "DPDK Performance Results 2n-skx"
7102   algorithm: "file_test_results"
7103   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7104   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7105   data: "dpdk-perf-results-2n-skx"
7106   filter: "all"
7107   data-start-level: 4
7108
7109 # DPDK Performance Results 2n-clx
7110 - type: "file"
7111   title: "DPDK Performance Results 2n-clx"
7112   algorithm: "file_test_results"
7113   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7114   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7115   data: "dpdk-perf-results-2n-clx"
7116   filter: "all"
7117   data-start-level: 4
7118
7119 # DPDK Performance Results 2n-dnv
7120 - type: "file"
7121   title: "DPDK Performance Results 2n-dnv"
7122   algorithm: "file_test_results"
7123   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7124   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7125   data: "dpdk-perf-results-2n-dnv"
7126   filter: "all"
7127   data-start-level: 4
7128
7129 # DPDK Performance Results 3n-dnv
7130 - type: "file"
7131   title: "DPDK Performance Results 3n-dnv"
7132   algorithm: "file_test_results"
7133   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7134   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7135   data: "dpdk-perf-results-3n-dnv"
7136   filter: "all"
7137   data-start-level: 4
7138
7139 # DPDK Performance Results 3n-tsh
7140 - type: "file"
7141   title: "DPDK Performance Results 3n-tsh"
7142   algorithm: "file_test_results"
7143   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7144   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7145   data: "dpdk-perf-results-3n-tsh"
7146   filter: "all"
7147   data-start-level: 4
7148
7149 ################################################################################
7150 ###                                P L O T S                                 ###
7151 ################################################################################
7152
7153 # Hoststack tests 3n-hsw
7154
7155 - type: "plot"
7156   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7157   algorithm: "plot_perf_box_name"
7158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7159   data: "plot-vpp-hoststack-3n-hsw"
7160   include:
7161     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7162     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7163   layout:
7164     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7165     layout: "plot-hoststack"
7166
7167 - type: "plot"
7168   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7169   algorithm: "plot_perf_box_name"
7170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7171   data: "plot-vpp-hoststack-3n-hsw"
7172   include:
7173     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7174     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7175   layout:
7176     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7177     layout: "plot-hoststack"
7178
7179 - type: "plot"
7180   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7181   algorithm: "plot_perf_box_name"
7182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7183   data: "plot-vpp-hoststack-3n-hsw"
7184   include:
7185     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7186     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7187     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7188     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7189   layout:
7190     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7191     layout: "plot-hoststack"
7192
7193 ## Plots VPP HTTP Server Performance
7194 #- type: "plot"
7195 #  title: "VPP HTTP Server Performance"
7196 #  algorithm: "plot_http_server_perf_box"
7197 #  output-file-type: ".html"
7198 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7199 #  data:
7200 #    "plot-vpp-http-server-performance"
7201 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7202 #  parameters:
7203 #  - "result"
7204 #  - "name"
7205 #  traces:
7206 #    hoverinfo: "y+name"
7207 #    boxpoints: "outliers"
7208 #    whiskerwidth: 0
7209 #  layout:
7210 #    title: "VPP HTTP Server Performance"
7211 #    layout:
7212 #      "plot-cps"
7213 #
7214 #- type: "plot"
7215 #  title: "VPP HTTP Server Performance"
7216 #  algorithm: "plot_http_server_perf_box"
7217 #  output-file-type: ".html"
7218 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7219 #  data:
7220 #    "plot-vpp-http-server-performance"
7221 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7222 #  parameters:
7223 #  - "result"
7224 #  - "name"
7225 #  traces:
7226 #    hoverinfo: "y+name"
7227 #    boxpoints: "outliers"
7228 #    whiskerwidth: 0
7229 #  layout:
7230 #    title: "VPP HTTP Server Performance"
7231 #    layout:
7232 #      "plot-rps"
7233
7234 ################################################################################
7235
7236 # Soak Test (PLRsearch), boxes - 2n-clx
7237 - type: "plot"
7238   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7239   algorithm: "plot_perf_box_name"
7240   output-file-type: ".html"
7241   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7242   data: "plot-vpp-soak-2n-clx"
7243   include:
7244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7250   layout:
7251     title: "30 Minutes Soak Test (PLRsearch)"
7252     layout: "plot-soak-throughput"
7253
7254 # Soak Test (PLRsearch), boxes - 2n-clx
7255 - type: "plot"
7256   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7257   algorithm: "plot_perf_box_name"
7258   output-file-type: ".html"
7259   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7260   data: "plot-vpp-soak-2n-clx"
7261   include:
7262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7267     - "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"
7268   layout:
7269     title: "30 Minutes Soak Test (PLRsearch)"
7270     layout: "plot-soak-throughput"
7271
7272 # Soak Test (PLRsearch), boxes - 2n-skx
7273 - type: "plot"
7274   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7275   algorithm: "plot_perf_box_name"
7276   output-file-type: ".html"
7277   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7278   data: "plot-vpp-soak-2n-skx"
7279   include:
7280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7286   layout:
7287     title: "30 Minutes Soak Test (PLRsearch)"
7288     layout: "plot-soak-throughput"
7289
7290 # Soak Test (PLRsearch), boxes - 2n-skx
7291 - type: "plot"
7292   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7293   algorithm: "plot_perf_box_name"
7294   output-file-type: ".html"
7295   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7296   data: "plot-vpp-soak-2n-skx"
7297   include:
7298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7303     - "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"
7304   layout:
7305     title: "30 Minutes Soak Test (PLRsearch)"
7306     layout: "plot-soak-throughput"
7307
7308 ###############################################################################
7309
7310 # Reconf tests 2n-skx
7311
7312 - type: "plot"
7313   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7314   algorithm: "plot_nf_reconf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7316   data: "plot-vpp-nfv-reconf-2n-skx"
7317   include:
7318     - "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"
7319     - "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"
7320     - "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"
7321     - "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"
7322     - "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"
7323     - "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"
7324   layout:
7325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7326     layout: "plot-throughput"
7327
7328 - type: "plot"
7329   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7330   algorithm: "plot_nf_reconf_box_name"
7331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7332   data: "plot-vpp-nfv-reconf-2n-skx"
7333   include:
7334     - "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"
7335     - "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"
7336     - "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"
7337     - "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"
7338     - "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"
7339     - "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"
7340   layout:
7341     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7342     layout: "plot-throughput"
7343
7344 - type: "plot"
7345   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7346   algorithm: "plot_nf_reconf_box_name"
7347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7348   data: "plot-vpp-nfv-reconf-2n-skx"
7349   include:
7350     - "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"
7351     - "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"
7352     - "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"
7353     - "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"
7354     - "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"
7355     - "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"
7356   layout:
7357     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7358     layout: "plot-throughput"
7359
7360 ###############################################################################
7361
7362 # Reconf tests 2n-clx
7363
7364 - type: "plot"
7365   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7366   algorithm: "plot_nf_reconf_box_name"
7367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7368   data: "plot-vpp-nfv-reconf-2n-clx"
7369   include:
7370     - "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"
7371     - "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"
7372     - "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"
7373     - "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"
7374   layout:
7375     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7376     layout: "plot-throughput"
7377
7378 - type: "plot"
7379   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7380   algorithm: "plot_nf_reconf_box_name"
7381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7382   data: "plot-vpp-nfv-reconf-2n-clx"
7383   include:
7384     - "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"
7385     - "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"
7386     - "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"
7387     - "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"
7388   layout:
7389     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7390     layout: "plot-throughput"
7391
7392 - type: "plot"
7393   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7394   algorithm: "plot_nf_reconf_box_name"
7395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7396   data: "plot-vpp-nfv-reconf-2n-clx"
7397   include:
7398     - "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"
7399     - "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"
7400     - "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"
7401     - "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"
7402   layout:
7403     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7404     layout: "plot-throughput"
7405
7406 ################################################################################
7407 ## Plots - NF Density - VSC - MRR 64b
7408 #- type: "plot"
7409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7410 #  algorithm: "plot_nf_heatmap"
7411 #  output-file-type: ".html"
7412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7413 #  data: "plot-vpp-nfv-2n-skx-mrr"
7414 #  filter: "'NIC_Intel-XXV710' and
7415 #           'NF_DENSITY' and
7416 #           'VHOST' and
7417 #           not 'VXLAN' and
7418 #           'CHAIN' and
7419 #           'NF_VPPIP4' and
7420 #           '64B' and
7421 #           '2T1C' and
7422 #           'MRR'"
7423 #  parameters:
7424 #  - "result"
7425 #  - "name"
7426 #  - "tags"
7427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7428 #  x-axis: "X = VNFs per Service Chain"
7429 #  y-axis: "Y = Number of Service Chains"
7430 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7431 #  layout:
7432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7433 #    layout: "plot-service-density"
7434 #
7435 #- type: "plot"
7436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7437 #  algorithm: "plot_nf_heatmap"
7438 #  output-file-type: ".html"
7439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7440 #  data: "plot-vpp-nfv-2n-skx-mrr"
7441 #  filter: "'NIC_Intel-XXV710' and
7442 #           'NF_DENSITY' and
7443 #           'VHOST' and
7444 #           not 'VXLAN' and
7445 #           'CHAIN' and
7446 #           'NF_VPPIP4' and
7447 #           '64B' and
7448 #           '4T2C' and
7449 #           'MRR'"
7450 #  parameters:
7451 #  - "result"
7452 #  - "name"
7453 #  - "tags"
7454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7455 #  x-axis: "X = VNFs per Service Chain"
7456 #  y-axis: "Y = Number of Service Chains"
7457 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7458 #  layout:
7459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7460 #    layout: "plot-service-density"
7461 #
7462 #- type: "plot"
7463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7464 #  algorithm: "plot_nf_heatmap"
7465 #  output-file-type: ".html"
7466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7467 #  data: "plot-vpp-nfv-2n-skx-mrr"
7468 #  filter: "'NIC_Intel-XXV710' and
7469 #           'NF_DENSITY' and
7470 #           'VHOST' and
7471 #           not 'VXLAN' and
7472 #           'CHAIN' and
7473 #           'NF_VPPIP4' and
7474 #           '64B' and
7475 #           '8T4C' and
7476 #           'MRR'"
7477 #  parameters:
7478 #  - "result"
7479 #  - "name"
7480 #  - "tags"
7481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482 #  x-axis: "X = VNFs per Service Chain"
7483 #  y-axis: "Y = Number of Service Chains"
7484 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7485 #  layout:
7486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7487 #    layout: "plot-service-density"
7488 #
7489 ## Plots - NF Density - VSC - MRR IMIX
7490 #- type: "plot"
7491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7492 #  algorithm: "plot_nf_heatmap"
7493 #  output-file-type: ".html"
7494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7495 #  data: "plot-vpp-nfv-2n-skx-mrr"
7496 #  filter: "'NIC_Intel-XXV710' and
7497 #           'NF_DENSITY' and
7498 #           'VHOST' and
7499 #           not 'VXLAN' and
7500 #           'CHAIN' and
7501 #           'NF_VPPIP4' and
7502 #           'IMIX' and
7503 #           '2T1C' and
7504 #           'MRR'"
7505 #  parameters:
7506 #  - "result"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = VNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7515 #    layout: "plot-service-density"
7516 #
7517 #- type: "plot"
7518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7519 #  algorithm: "plot_nf_heatmap"
7520 #  output-file-type: ".html"
7521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7522 #  data: "plot-vpp-nfv-2n-skx-mrr"
7523 #  filter: "'NIC_Intel-XXV710' and
7524 #           'NF_DENSITY' and
7525 #           'VHOST' and
7526 #           not 'VXLAN' and
7527 #           'CHAIN' and
7528 #           'NF_VPPIP4' and
7529 #           'IMIX' and
7530 #           '4T2C' and
7531 #           'MRR'"
7532 #  parameters:
7533 #  - "result"
7534 #  - "name"
7535 #  - "tags"
7536 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7537 #  x-axis: "X = VNFs per Service Chain"
7538 #  y-axis: "Y = Number of Service Chains"
7539 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7540 #  layout:
7541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7542 #    layout: "plot-service-density"
7543 #
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file-type: ".html"
7548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7549 #  data: "plot-vpp-nfv-2n-skx-mrr"
7550 #  filter: "'NIC_Intel-XXV710' and
7551 #           'NF_DENSITY' and
7552 #           'VHOST' and
7553 #           not 'VXLAN' and
7554 #           'CHAIN' and
7555 #           'NF_VPPIP4' and
7556 #           'IMIX' and
7557 #           '8T4C' and
7558 #           'MRR'"
7559 #  parameters:
7560 #  - "result"
7561 #  - "name"
7562 #  - "tags"
7563 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7564 #  x-axis: "X = VNFs per Service Chain"
7565 #  y-axis: "Y = Number of Service Chains"
7566 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7567 #  layout:
7568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7569 #    layout: "plot-service-density"
7570 #
7571 ## Plots - NF Density - VSC - NDR 64b
7572 #- type: "plot"
7573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7574 #  algorithm: "plot_nf_heatmap"
7575 #  output-file-type: ".html"
7576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7577 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7578 #  filter: "'NIC_Intel-XXV710' and
7579 #           'NF_DENSITY' and
7580 #           'VHOST' and
7581 #           not 'VXLAN' and
7582 #           'CHAIN' and
7583 #           'NF_VPPIP4' and
7584 #           '64B' and
7585 #           '2T1C' and
7586 #           'NDRPDR'"
7587 #  parameters:
7588 #  - "throughput"
7589 #  - "name"
7590 #  - "tags"
7591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7592 #  x-axis: "X = VNFs per Service Chain"
7593 #  y-axis: "Y = Number of Service Chains"
7594 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7595 #  layout:
7596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7597 #    layout: "plot-service-density"
7598 #
7599 #- type: "plot"
7600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7601 #  algorithm: "plot_nf_heatmap"
7602 #  output-file-type: ".html"
7603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7604 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7605 #  filter: "'NIC_Intel-XXV710' and
7606 #           'NF_DENSITY' and
7607 #           'VHOST' and
7608 #           not 'VXLAN' and
7609 #           'CHAIN' and
7610 #           'NF_VPPIP4' and
7611 #           '64B' and
7612 #           '4T2C' and
7613 #           'NDRPDR'"
7614 #  parameters:
7615 #  - "throughput"
7616 #  - "name"
7617 #  - "tags"
7618 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7619 #  x-axis: "X = VNFs per Service Chain"
7620 #  y-axis: "Y = Number of Service Chains"
7621 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7622 #  layout:
7623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7624 #    layout: "plot-service-density"
7625 #
7626 #- type: "plot"
7627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7628 #  algorithm: "plot_nf_heatmap"
7629 #  output-file-type: ".html"
7630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7631 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7632 #  filter: "'NIC_Intel-XXV710' and
7633 #           'NF_DENSITY' and
7634 #           'VHOST' and
7635 #           not 'VXLAN' and
7636 #           'CHAIN' and
7637 #           'NF_VPPIP4' and
7638 #           '64B' and
7639 #           '8T4C' and
7640 #           'NDRPDR'"
7641 #  parameters:
7642 #  - "throughput"
7643 #  - "name"
7644 #  - "tags"
7645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7646 #  x-axis: "X = VNFs per Service Chain"
7647 #  y-axis: "Y = Number of Service Chains"
7648 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7649 #  layout:
7650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7651 #    layout: "plot-service-density"
7652 #
7653 ## Plots - NF Density - VSC - NDR IMIX
7654 #- type: "plot"
7655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656 #  algorithm: "plot_nf_heatmap"
7657 #  output-file-type: ".html"
7658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7660 #  filter: "'NIC_Intel-XXV710' and
7661 #           'NF_DENSITY' and
7662 #           'VHOST' and
7663 #           not 'VXLAN' and
7664 #           'CHAIN' and
7665 #           'NF_VPPIP4' and
7666 #           'IMIX' and
7667 #           '2T1C' and
7668 #           'NDRPDR'"
7669 #  parameters:
7670 #  - "throughput"
7671 #  - "name"
7672 #  - "tags"
7673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7674 #  x-axis: "X = VNFs per Service Chain"
7675 #  y-axis: "Y = Number of Service Chains"
7676 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7677 #  layout:
7678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7679 #    layout: "plot-service-density"
7680 #
7681 #- type: "plot"
7682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7683 #  algorithm: "plot_nf_heatmap"
7684 #  output-file-type: ".html"
7685 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7686 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7687 #  filter: "'NIC_Intel-XXV710' and
7688 #           'NF_DENSITY' and
7689 #           'VHOST' and
7690 #           not 'VXLAN' and
7691 #           'CHAIN' and
7692 #           'NF_VPPIP4' and
7693 #           'IMIX' and
7694 #           '4T2C' and
7695 #           'NDRPDR'"
7696 #  parameters:
7697 #  - "throughput"
7698 #  - "name"
7699 #  - "tags"
7700 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7701 #  x-axis: "X = VNFs per Service Chain"
7702 #  y-axis: "Y = Number of Service Chains"
7703 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7704 #  layout:
7705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7706 #    layout: "plot-service-density"
7707 #
7708 #- type: "plot"
7709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7710 #  algorithm: "plot_nf_heatmap"
7711 #  output-file-type: ".html"
7712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7713 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7714 #  filter: "'NIC_Intel-XXV710' and
7715 #           'NF_DENSITY' and
7716 #           'VHOST' and
7717 #           not 'VXLAN' and
7718 #           'CHAIN' and
7719 #           'NF_VPPIP4' and
7720 #           'IMIX' and
7721 #           '8T4C' and
7722 #           'NDRPDR'"
7723 #  parameters:
7724 #  - "throughput"
7725 #  - "name"
7726 #  - "tags"
7727 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7728 #  x-axis: "X = VNFs per Service Chain"
7729 #  y-axis: "Y = Number of Service Chains"
7730 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7731 #  layout:
7732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7733 #    layout: "plot-service-density"
7734 #
7735 ## Plots - NF Density - VSC - PDR 64b
7736 #- type: "plot"
7737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738 #  algorithm: "plot_nf_heatmap"
7739 #  output-file-type: ".html"
7740 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7741 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7742 #  filter: "'NIC_Intel-XXV710' and
7743 #           'NF_DENSITY' and
7744 #           'VHOST' and
7745 #           not 'VXLAN' and
7746 #           'CHAIN' and
7747 #           'NF_VPPIP4' and
7748 #           '64B' and
7749 #           '2T1C' and
7750 #           'NDRPDR'"
7751 #  parameters:
7752 #  - "throughput"
7753 #  - "name"
7754 #  - "tags"
7755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7756 #  x-axis: "X = VNFs per Service Chain"
7757 #  y-axis: "Y = Number of Service Chains"
7758 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7759 #  layout:
7760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7761 #    layout: "plot-service-density"
7762 #
7763 #- type: "plot"
7764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7765 #  algorithm: "plot_nf_heatmap"
7766 #  output-file-type: ".html"
7767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7769 #  filter: "'NIC_Intel-XXV710' and
7770 #           'NF_DENSITY' and
7771 #           'VHOST' and
7772 #           not 'VXLAN' and
7773 #           'CHAIN' and
7774 #           'NF_VPPIP4' and
7775 #           '64B' and
7776 #           '4T2C' and
7777 #           'NDRPDR'"
7778 #  parameters:
7779 #  - "throughput"
7780 #  - "name"
7781 #  - "tags"
7782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7783 #  x-axis: "X = VNFs per Service Chain"
7784 #  y-axis: "Y = Number of Service Chains"
7785 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7786 #  layout:
7787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7788 #    layout: "plot-service-density"
7789 #
7790 #- type: "plot"
7791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7792 #  algorithm: "plot_nf_heatmap"
7793 #  output-file-type: ".html"
7794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7795 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7796 #  filter: "'NIC_Intel-XXV710' and
7797 #           'NF_DENSITY' and
7798 #           'VHOST' and
7799 #           not 'VXLAN' and
7800 #           'CHAIN' and
7801 #           'NF_VPPIP4' and
7802 #           '64B' and
7803 #           '8T4C' and
7804 #           'NDRPDR'"
7805 #  parameters:
7806 #  - "throughput"
7807 #  - "name"
7808 #  - "tags"
7809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7810 #  x-axis: "X = VNFs per Service Chain"
7811 #  y-axis: "Y = Number of Service Chains"
7812 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7813 #  layout:
7814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7815 #    layout: "plot-service-density"
7816 #
7817 ## Plots - NF Density - VSC - PDR IMIX
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'VHOST' and
7827 #           not 'VXLAN' and
7828 #           'CHAIN' and
7829 #           'NF_VPPIP4' and
7830 #           'IMIX' and
7831 #           '2T1C' and
7832 #           'NDRPDR'"
7833 #  parameters:
7834 #  - "throughput"
7835 #  - "name"
7836 #  - "tags"
7837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7838 #  x-axis: "X = VNFs per Service Chain"
7839 #  y-axis: "Y = Number of Service Chains"
7840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7841 #  layout:
7842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7843 #    layout: "plot-service-density"
7844 #
7845 #- type: "plot"
7846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7847 #  algorithm: "plot_nf_heatmap"
7848 #  output-file-type: ".html"
7849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7850 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7851 #  filter: "'NIC_Intel-XXV710' and
7852 #           'NF_DENSITY' and
7853 #           'VHOST' and
7854 #           not 'VXLAN' and
7855 #           'CHAIN' and
7856 #           'NF_VPPIP4' and
7857 #           'IMIX' and
7858 #           '4T2C' and
7859 #           'NDRPDR'"
7860 #  parameters:
7861 #  - "throughput"
7862 #  - "name"
7863 #  - "tags"
7864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7865 #  x-axis: "X = VNFs per Service Chain"
7866 #  y-axis: "Y = Number of Service Chains"
7867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7868 #  layout:
7869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7870 #    layout: "plot-service-density"
7871 #
7872 #- type: "plot"
7873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7874 #  algorithm: "plot_nf_heatmap"
7875 #  output-file-type: ".html"
7876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7877 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7878 #  filter: "'NIC_Intel-XXV710' and
7879 #           'NF_DENSITY' and
7880 #           'VHOST' and
7881 #           not 'VXLAN' and
7882 #           'CHAIN' and
7883 #           'NF_VPPIP4' and
7884 #           'IMIX' and
7885 #           '8T4C' and
7886 #           'NDRPDR'"
7887 #  parameters:
7888 #  - "throughput"
7889 #  - "name"
7890 #  - "tags"
7891 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7892 #  x-axis: "X = VNFs per Service Chain"
7893 #  y-axis: "Y = Number of Service Chains"
7894 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7895 #  layout:
7896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7897 #    layout: "plot-service-density"
7898 #
7899 ################################################################################
7900 ## Plots - NF Density - VSC - MRR 64b
7901 #- type: "plot"
7902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7903 #  algorithm: "plot_nf_heatmap"
7904 #  output-file-type: ".html"
7905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7906 #  data: "plot-vpp-nfv-2n-skx-mrr"
7907 #  filter: "'NIC_Intel-XXV710' and
7908 #           'NF_DENSITY' and
7909 #           'VHOST' and
7910 #           'VXLAN' and
7911 #           'CHAIN' and
7912 #           '118' and
7913 #           '2T1C' and
7914 #           'MRR'"
7915 #  parameters:
7916 #  - "result"
7917 #  - "name"
7918 #  - "tags"
7919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7920 #  x-axis: "X = VNFs per Service Chain"
7921 #  y-axis: "Y = Number of Service Chains"
7922 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7923 #  layout:
7924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7925 #    layout: "plot-service-density"
7926 #
7927 #- type: "plot"
7928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7929 #  algorithm: "plot_nf_heatmap"
7930 #  output-file-type: ".html"
7931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7932 #  data: "plot-vpp-nfv-2n-skx-mrr"
7933 #  filter: "'NIC_Intel-XXV710' and
7934 #           'NF_DENSITY' and
7935 #           'VHOST' and
7936 #           'VXLAN' and
7937 #           'CHAIN' and
7938 #           '118' and
7939 #           '4T2C' and
7940 #           'MRR'"
7941 #  parameters:
7942 #  - "result"
7943 #  - "name"
7944 #  - "tags"
7945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7946 #  x-axis: "X = VNFs per Service Chain"
7947 #  y-axis: "Y = Number of Service Chains"
7948 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7949 #  layout:
7950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7951 #    layout: "plot-service-density"
7952 #
7953 #- type: "plot"
7954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7955 #  algorithm: "plot_nf_heatmap"
7956 #  output-file-type: ".html"
7957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7958 #  data: "plot-vpp-nfv-2n-skx-mrr"
7959 #  filter: "'NIC_Intel-XXV710' and
7960 #           'NF_DENSITY' and
7961 #           'VHOST' and
7962 #           'VXLAN' and
7963 #           'CHAIN' and
7964 #           '118' and
7965 #           '8T4C' and
7966 #           'MRR'"
7967 #  parameters:
7968 #  - "result"
7969 #  - "name"
7970 #  - "tags"
7971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7972 #  x-axis: "X = VNFs per Service Chain"
7973 #  y-axis: "Y = Number of Service Chains"
7974 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7975 #  layout:
7976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7977 #    layout: "plot-service-density"
7978 #
7979 ## Plots - NF Density - VSC - MRR IMIX
7980 #- type: "plot"
7981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7982 #  algorithm: "plot_nf_heatmap"
7983 #  output-file-type: ".html"
7984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7985 #  data: "plot-vpp-nfv-2n-skx-mrr"
7986 #  filter: "'NIC_Intel-XXV710' and
7987 #           'NF_DENSITY' and
7988 #           'VHOST' and
7989 #           'VXLAN' and
7990 #           'CHAIN' and
7991 #           'IMIX' and
7992 #           '2T1C' and
7993 #           'MRR'"
7994 #  parameters:
7995 #  - "result"
7996 #  - "name"
7997 #  - "tags"
7998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7999 #  x-axis: "X = VNFs per Service Chain"
8000 #  y-axis: "Y = Number of Service Chains"
8001 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8002 #  layout:
8003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8004 #    layout: "plot-service-density"
8005 #
8006 #- type: "plot"
8007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8008 #  algorithm: "plot_nf_heatmap"
8009 #  output-file-type: ".html"
8010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8011 #  data: "plot-vpp-nfv-2n-skx-mrr"
8012 #  filter: "'NIC_Intel-XXV710' and
8013 #           'NF_DENSITY' and
8014 #           'VHOST' and
8015 #           'VXLAN' and
8016 #           'CHAIN' and
8017 #           'IMIX' and
8018 #           '4T2C' and
8019 #           'MRR'"
8020 #  parameters:
8021 #  - "result"
8022 #  - "name"
8023 #  - "tags"
8024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8025 #  x-axis: "X = VNFs per Service Chain"
8026 #  y-axis: "Y = Number of Service Chains"
8027 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8028 #  layout:
8029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8030 #    layout: "plot-service-density"
8031 #
8032 #- type: "plot"
8033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8034 #  algorithm: "plot_nf_heatmap"
8035 #  output-file-type: ".html"
8036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8037 #  data: "plot-vpp-nfv-2n-skx-mrr"
8038 #  filter: "'NIC_Intel-XXV710' and
8039 #           'NF_DENSITY' and
8040 #           'VHOST' and
8041 #           'VXLAN' and
8042 #           'CHAIN' and
8043 #           'IMIX' and
8044 #           '8T4C' and
8045 #           'MRR'"
8046 #  parameters:
8047 #  - "result"
8048 #  - "name"
8049 #  - "tags"
8050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051 #  x-axis: "X = VNFs per Service Chain"
8052 #  y-axis: "Y = Number of Service Chains"
8053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054 #  layout:
8055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8056 #    layout: "plot-service-density"
8057 #
8058 ## Plots - NF Density - VSC - NDR 64b
8059 #- type: "plot"
8060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8061 #  algorithm: "plot_nf_heatmap"
8062 #  output-file-type: ".html"
8063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8065 #  filter: "'NIC_Intel-XXV710' and
8066 #           'NF_DENSITY' and
8067 #           'VHOST' and
8068 #           'VXLAN' and
8069 #           'CHAIN' and
8070 #           '118' and
8071 #           '2T1C' and
8072 #           'NDRPDR'"
8073 #  parameters:
8074 #  - "throughput"
8075 #  - "name"
8076 #  - "tags"
8077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8078 #  x-axis: "X = VNFs per Service Chain"
8079 #  y-axis: "Y = Number of Service Chains"
8080 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8081 #  layout:
8082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8083 #    layout: "plot-service-density"
8084 #
8085 #- type: "plot"
8086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8087 #  algorithm: "plot_nf_heatmap"
8088 #  output-file-type: ".html"
8089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8091 #  filter: "'NIC_Intel-XXV710' and
8092 #           'NF_DENSITY' and
8093 #           'VHOST' and
8094 #           'VXLAN' and
8095 #           'CHAIN' and
8096 #           '118' and
8097 #           '4T2C' and
8098 #           'NDRPDR'"
8099 #  parameters:
8100 #  - "throughput"
8101 #  - "name"
8102 #  - "tags"
8103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104 #  x-axis: "X = VNFs per Service Chain"
8105 #  y-axis: "Y = Number of Service Chains"
8106 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8107 #  layout:
8108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8109 #    layout: "plot-service-density"
8110 #
8111 #- type: "plot"
8112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8113 #  algorithm: "plot_nf_heatmap"
8114 #  output-file-type: ".html"
8115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8117 #  filter: "'NIC_Intel-XXV710' and
8118 #           'NF_DENSITY' and
8119 #           'VHOST' and
8120 #           'VXLAN' and
8121 #           'CHAIN' and
8122 #           '118' and
8123 #           '8T4C' and
8124 #           'NDRPDR'"
8125 #  parameters:
8126 #  - "throughput"
8127 #  - "name"
8128 #  - "tags"
8129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8130 #  x-axis: "X = VNFs per Service Chain"
8131 #  y-axis: "Y = Number of Service Chains"
8132 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8133 #  layout:
8134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8135 #    layout: "plot-service-density"
8136 #
8137 ## Plots - NF Density - VSC - NDR IMIX
8138 #- type: "plot"
8139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8140 #  algorithm: "plot_nf_heatmap"
8141 #  output-file-type: ".html"
8142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8144 #  filter: "'NIC_Intel-XXV710' and
8145 #           'NF_DENSITY' and
8146 #           'VHOST' and
8147 #           'VXLAN' and
8148 #           'CHAIN' and
8149 #           'IMIX' and
8150 #           '2T1C' and
8151 #           'NDRPDR'"
8152 #  parameters:
8153 #  - "throughput"
8154 #  - "name"
8155 #  - "tags"
8156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8157 #  x-axis: "X = VNFs per Service Chain"
8158 #  y-axis: "Y = Number of Service Chains"
8159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8160 #  layout:
8161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8162 #    layout: "plot-service-density"
8163 #
8164 #- type: "plot"
8165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8166 #  algorithm: "plot_nf_heatmap"
8167 #  output-file-type: ".html"
8168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           'NF_DENSITY' and
8172 #           'VHOST' and
8173 #           'VXLAN' and
8174 #           'CHAIN' and
8175 #           'IMIX' and
8176 #           '4T2C' and
8177 #           'NDRPDR'"
8178 #  parameters:
8179 #  - "throughput"
8180 #  - "name"
8181 #  - "tags"
8182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8183 #  x-axis: "X = VNFs per Service Chain"
8184 #  y-axis: "Y = Number of Service Chains"
8185 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8186 #  layout:
8187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8188 #    layout: "plot-service-density"
8189 #
8190 #- type: "plot"
8191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8192 #  algorithm: "plot_nf_heatmap"
8193 #  output-file-type: ".html"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8196 #  filter: "'NIC_Intel-XXV710' and
8197 #           'NF_DENSITY' and
8198 #           'VHOST' and
8199 #           'VXLAN' and
8200 #           'CHAIN' and
8201 #           'IMIX' and
8202 #           '8T4C' and
8203 #           'NDRPDR'"
8204 #  parameters:
8205 #  - "throughput"
8206 #  - "name"
8207 #  - "tags"
8208 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8209 #  x-axis: "X = VNFs per Service Chain"
8210 #  y-axis: "Y = Number of Service Chains"
8211 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8212 #  layout:
8213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8214 #    layout: "plot-service-density"
8215 #
8216 ## Plots - NF Density - VSC - PDR 64b
8217 #- type: "plot"
8218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8219 #  algorithm: "plot_nf_heatmap"
8220 #  output-file-type: ".html"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'VHOST' and
8226 #           'VXLAN' and
8227 #           'CHAIN' and
8228 #           '118' and
8229 #           '2T1C' and
8230 #           'NDRPDR'"
8231 #  parameters:
8232 #  - "throughput"
8233 #  - "name"
8234 #  - "tags"
8235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8236 #  x-axis: "X = VNFs per Service Chain"
8237 #  y-axis: "Y = Number of Service Chains"
8238 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8239 #  layout:
8240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8241 #    layout: "plot-service-density"
8242 #
8243 #- type: "plot"
8244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8245 #  algorithm: "plot_nf_heatmap"
8246 #  output-file-type: ".html"
8247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8249 #  filter: "'NIC_Intel-XXV710' and
8250 #           'NF_DENSITY' and
8251 #           'VHOST' and
8252 #           'VXLAN' and
8253 #           'CHAIN' and
8254 #           '118' and
8255 #           '4T2C' and
8256 #           'NDRPDR'"
8257 #  parameters:
8258 #  - "throughput"
8259 #  - "name"
8260 #  - "tags"
8261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8262 #  x-axis: "X = VNFs per Service Chain"
8263 #  y-axis: "Y = Number of Service Chains"
8264 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8265 #  layout:
8266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8267 #    layout: "plot-service-density"
8268 #
8269 #- type: "plot"
8270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8271 #  algorithm: "plot_nf_heatmap"
8272 #  output-file-type: ".html"
8273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8275 #  filter: "'NIC_Intel-XXV710' and
8276 #           'NF_DENSITY' and
8277 #           'VHOST' and
8278 #           'VXLAN' and
8279 #           'CHAIN' and
8280 #           '118' and
8281 #           '8T4C' and
8282 #           'NDRPDR'"
8283 #  parameters:
8284 #  - "throughput"
8285 #  - "name"
8286 #  - "tags"
8287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8288 #  x-axis: "X = VNFs per Service Chain"
8289 #  y-axis: "Y = Number of Service Chains"
8290 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8291 #  layout:
8292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8293 #    layout: "plot-service-density"
8294 #
8295 ## Plots - NF Density - VSC - PDR IMIX
8296 #- type: "plot"
8297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8298 #  algorithm: "plot_nf_heatmap"
8299 #  output-file-type: ".html"
8300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8302 #  filter: "'NIC_Intel-XXV710' and
8303 #           'NF_DENSITY' and
8304 #           'VHOST' and
8305 #           'VXLAN' and
8306 #           'CHAIN' and
8307 #           'IMIX' and
8308 #           '2T1C' and
8309 #           'NDRPDR'"
8310 #  parameters:
8311 #  - "throughput"
8312 #  - "name"
8313 #  - "tags"
8314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8315 #  x-axis: "X = VNFs per Service Chain"
8316 #  y-axis: "Y = Number of Service Chains"
8317 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8318 #  layout:
8319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8320 #    layout: "plot-service-density"
8321 #
8322 #- type: "plot"
8323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8324 #  algorithm: "plot_nf_heatmap"
8325 #  output-file-type: ".html"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'VHOST' and
8331 #           'VXLAN' and
8332 #           'CHAIN' and
8333 #           'IMIX' and
8334 #           '4T2C' and
8335 #           'NDRPDR'"
8336 #  parameters:
8337 #  - "throughput"
8338 #  - "name"
8339 #  - "tags"
8340 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8341 #  x-axis: "X = VNFs per Service Chain"
8342 #  y-axis: "Y = Number of Service Chains"
8343 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8344 #  layout:
8345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8346 #    layout: "plot-service-density"
8347 #
8348 #- type: "plot"
8349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8350 #  algorithm: "plot_nf_heatmap"
8351 #  output-file-type: ".html"
8352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8354 #  filter: "'NIC_Intel-XXV710' and
8355 #           'NF_DENSITY' and
8356 #           'VHOST' and
8357 #           'VXLAN' and
8358 #           'CHAIN' and
8359 #           'IMIX' and
8360 #           '8T4C' and
8361 #           'NDRPDR'"
8362 #  parameters:
8363 #  - "throughput"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = VNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8372 #    layout: "plot-service-density"
8373 #
8374 ################################################################################
8375 ## Plots - NF Density - CSC - MRR 64b
8376 #- type: "plot"
8377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8378 #  algorithm: "plot_nf_heatmap"
8379 #  output-file-type: ".html"
8380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8381 #  data: "plot-vpp-nfv-2n-skx-mrr"
8382 #  filter: "'NIC_Intel-XXV710' and
8383 #           'NF_DENSITY' and
8384 #           'DOCKER' and
8385 #           'CHAIN' and
8386 #           'NF_VPPIP4' and
8387 #           '64B' and
8388 #           '2T1C' and
8389 #           'MRR'"
8390 #  parameters:
8391 #  - "result"
8392 #  - "name"
8393 #  - "tags"
8394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8395 #  x-axis: "X = CNFs per Service Chain"
8396 #  y-axis: "Y = Number of Service Chains"
8397 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8398 #  layout:
8399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8400 #    layout: "plot-service-density"
8401 #
8402 #- type: "plot"
8403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8404 #  algorithm: "plot_nf_heatmap"
8405 #  output-file-type: ".html"
8406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8407 #  data: "plot-vpp-nfv-2n-skx-mrr"
8408 #  filter: "'NIC_Intel-XXV710' and
8409 #           'NF_DENSITY' and
8410 #           'DOCKER' and
8411 #           'CHAIN' and
8412 #           'NF_VPPIP4' and
8413 #           '64B' and
8414 #           '4T2C' and
8415 #           'MRR'"
8416 #  parameters:
8417 #  - "result"
8418 #  - "name"
8419 #  - "tags"
8420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8421 #  x-axis: "X = CNFs per Service Chain"
8422 #  y-axis: "Y = Number of Service Chains"
8423 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8424 #  layout:
8425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8426 #    layout: "plot-service-density"
8427 #
8428 #- type: "plot"
8429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8430 #  algorithm: "plot_nf_heatmap"
8431 #  output-file-type: ".html"
8432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8433 #  data: "plot-vpp-nfv-2n-skx-mrr"
8434 #  filter: "'NIC_Intel-XXV710' and
8435 #           'NF_DENSITY' and
8436 #           'DOCKER' and
8437 #           'CHAIN' and
8438 #           'NF_VPPIP4' and
8439 #           '64B' and
8440 #           '8T4C' and
8441 #           'MRR'"
8442 #  parameters:
8443 #  - "result"
8444 #  - "name"
8445 #  - "tags"
8446 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8447 #  x-axis: "X = CNFs per Service Chain"
8448 #  y-axis: "Y = Number of Service Chains"
8449 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8450 #  layout:
8451 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8452 #    layout: "plot-service-density"
8453 #
8454 ## Plots - NF Density - CSC - MRR IMIX
8455 #- type: "plot"
8456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8457 #  algorithm: "plot_nf_heatmap"
8458 #  output-file-type: ".html"
8459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8460 #  data: "plot-vpp-nfv-2n-skx-mrr"
8461 #  filter: "'NIC_Intel-XXV710' and
8462 #           'NF_DENSITY' and
8463 #           'DOCKER' and
8464 #           'CHAIN' and
8465 #           'NF_VPPIP4' and
8466 #           'IMIX' and
8467 #           '2T1C' and
8468 #           'MRR'"
8469 #  parameters:
8470 #  - "result"
8471 #  - "name"
8472 #  - "tags"
8473 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8474 #  x-axis: "X = CNFs per Service Chain"
8475 #  y-axis: "Y = Number of Service Chains"
8476 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8477 #  layout:
8478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8479 #    layout: "plot-service-density"
8480 #
8481 #- type: "plot"
8482 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8483 #  algorithm: "plot_nf_heatmap"
8484 #  output-file-type: ".html"
8485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8486 #  data: "plot-vpp-nfv-2n-skx-mrr"
8487 #  filter: "'NIC_Intel-XXV710' and
8488 #           'NF_DENSITY' and
8489 #           'DOCKER' and
8490 #           'CHAIN' and
8491 #           'NF_VPPIP4' and
8492 #           'IMIX' and
8493 #           '4T2C' and
8494 #           'MRR'"
8495 #  parameters:
8496 #  - "result"
8497 #  - "name"
8498 #  - "tags"
8499 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8500 #  x-axis: "X = CNFs per Service Chain"
8501 #  y-axis: "Y = Number of Service Chains"
8502 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8503 #  layout:
8504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8505 #    layout: "plot-service-density"
8506 #
8507 #- type: "plot"
8508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8509 #  algorithm: "plot_nf_heatmap"
8510 #  output-file-type: ".html"
8511 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8512 #  data: "plot-vpp-nfv-2n-skx-mrr"
8513 #  filter: "'NIC_Intel-XXV710' and
8514 #           'NF_DENSITY' and
8515 #           'DOCKER' and
8516 #           'CHAIN' and
8517 #           'NF_VPPIP4' and
8518 #           'IMIX' and
8519 #           '8T4C' and
8520 #           'MRR'"
8521 #  parameters:
8522 #  - "result"
8523 #  - "name"
8524 #  - "tags"
8525 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8526 #  x-axis: "X = CNFs per Service Chain"
8527 #  y-axis: "Y = Number of Service Chains"
8528 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8529 #  layout:
8530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8531 #    layout: "plot-service-density"
8532 #
8533 ## Plots - NF Density - CSC - NDR 64b
8534 #- type: "plot"
8535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8536 #  algorithm: "plot_nf_heatmap"
8537 #  output-file-type: ".html"
8538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8539 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8540 #  filter: "'NIC_Intel-XXV710' and
8541 #           'NF_DENSITY' and
8542 #           'DOCKER' and
8543 #           'CHAIN' and
8544 #           'NF_VPPIP4' and
8545 #           '64B' and
8546 #           '2T1C' and
8547 #           'NDRPDR'"
8548 #  parameters:
8549 #  - "throughput"
8550 #  - "name"
8551 #  - "tags"
8552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8553 #  x-axis: "X = CNFs per Service Chain"
8554 #  y-axis: "Y = Number of Service Chains"
8555 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8556 #  layout:
8557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8558 #    layout: "plot-service-density"
8559 #
8560 #- type: "plot"
8561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8562 #  algorithm: "plot_nf_heatmap"
8563 #  output-file-type: ".html"
8564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8565 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8566 #  filter: "'NIC_Intel-XXV710' and
8567 #           'NF_DENSITY' and
8568 #           'DOCKER' and
8569 #           'CHAIN' and
8570 #           'NF_VPPIP4' and
8571 #           '64B' and
8572 #           '4T2C' and
8573 #           'NDRPDR'"
8574 #  parameters:
8575 #  - "throughput"
8576 #  - "name"
8577 #  - "tags"
8578 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8579 #  x-axis: "X = CNFs per Service Chain"
8580 #  y-axis: "Y = Number of Service Chains"
8581 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8582 #  layout:
8583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8584 #    layout: "plot-service-density"
8585 #
8586 #- type: "plot"
8587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8588 #  algorithm: "plot_nf_heatmap"
8589 #  output-file-type: ".html"
8590 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8591 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8592 #  filter: "'NIC_Intel-XXV710' and
8593 #           'NF_DENSITY' and
8594 #           'DOCKER' and
8595 #           'CHAIN' and
8596 #           'NF_VPPIP4' and
8597 #           '64B' and
8598 #           '8T4C' and
8599 #           'NDRPDR'"
8600 #  parameters:
8601 #  - "throughput"
8602 #  - "name"
8603 #  - "tags"
8604 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8605 #  x-axis: "X = CNFs per Service Chain"
8606 #  y-axis: "Y = Number of Service Chains"
8607 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8608 #  layout:
8609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8610 #    layout: "plot-service-density"
8611 #
8612 ## Plots - NF Density - CSC - NDR IMIX
8613 #- type: "plot"
8614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8615 #  algorithm: "plot_nf_heatmap"
8616 #  output-file-type: ".html"
8617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8619 #  filter: "'NIC_Intel-XXV710' and
8620 #           'NF_DENSITY' and
8621 #           'DOCKER' and
8622 #           'CHAIN' and
8623 #           'NF_VPPIP4' and
8624 #           'IMIX' and
8625 #           '2T1C' and
8626 #           'NDRPDR'"
8627 #  parameters:
8628 #  - "throughput"
8629 #  - "name"
8630 #  - "tags"
8631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8632 #  x-axis: "X = CNFs per Service Chain"
8633 #  y-axis: "Y = Number of Service Chains"
8634 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8635 #  layout:
8636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8637 #    layout: "plot-service-density"
8638 #
8639 #- type: "plot"
8640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8641 #  algorithm: "plot_nf_heatmap"
8642 #  output-file-type: ".html"
8643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8644 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8645 #  filter: "'NIC_Intel-XXV710' and
8646 #           'NF_DENSITY' and
8647 #           'DOCKER' and
8648 #           'CHAIN' and
8649 #           'NF_VPPIP4' and
8650 #           'IMIX' and
8651 #           '4T2C' and
8652 #           'NDRPDR'"
8653 #  parameters:
8654 #  - "throughput"
8655 #  - "name"
8656 #  - "tags"
8657 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8658 #  x-axis: "X = CNFs per Service Chain"
8659 #  y-axis: "Y = Number of Service Chains"
8660 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8661 #  layout:
8662 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8663 #    layout: "plot-service-density"
8664 #
8665 #- type: "plot"
8666 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8667 #  algorithm: "plot_nf_heatmap"
8668 #  output-file-type: ".html"
8669 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8670 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8671 #  filter: "'NIC_Intel-XXV710' and
8672 #           'NF_DENSITY' and
8673 #           'DOCKER' and
8674 #           'CHAIN' and
8675 #           'NF_VPPIP4' and
8676 #           'IMIX' and
8677 #           '8T4C' and
8678 #           'NDRPDR'"
8679 #  parameters:
8680 #  - "throughput"
8681 #  - "name"
8682 #  - "tags"
8683 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8684 #  x-axis: "X = CNFs per Service Chain"
8685 #  y-axis: "Y = Number of Service Chains"
8686 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8687 #  layout:
8688 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8689 #    layout: "plot-service-density"
8690 #
8691 ## Plots - NF Density - CSC - PDR 64b
8692 #- type: "plot"
8693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8694 #  algorithm: "plot_nf_heatmap"
8695 #  output-file-type: ".html"
8696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8697 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8698 #  filter: "'NIC_Intel-XXV710' and
8699 #           'NF_DENSITY' and
8700 #           'DOCKER' and
8701 #           'CHAIN' and
8702 #           'NF_VPPIP4' and
8703 #           '64B' and
8704 #           '2T1C' and
8705 #           'NDRPDR'"
8706 #  parameters:
8707 #  - "throughput"
8708 #  - "name"
8709 #  - "tags"
8710 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8711 #  x-axis: "X = CNFs per Service Chain"
8712 #  y-axis: "Y = Number of Service Chains"
8713 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8714 #  layout:
8715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8716 #    layout: "plot-service-density"
8717 #
8718 #- type: "plot"
8719 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8720 #  algorithm: "plot_nf_heatmap"
8721 #  output-file-type: ".html"
8722 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8723 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8724 #  filter: "'NIC_Intel-XXV710' and
8725 #           'NF_DENSITY' and
8726 #           'DOCKER' and
8727 #           'CHAIN' and
8728 #           'NF_VPPIP4' and
8729 #           '64B' and
8730 #           '4T2C' and
8731 #           'NDRPDR'"
8732 #  parameters:
8733 #  - "throughput"
8734 #  - "name"
8735 #  - "tags"
8736 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8737 #  x-axis: "X = CNFs per Service Chain"
8738 #  y-axis: "Y = Number of Service Chains"
8739 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8740 #  layout:
8741 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8742 #    layout: "plot-service-density"
8743 #
8744 #- type: "plot"
8745 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8746 #  algorithm: "plot_nf_heatmap"
8747 #  output-file-type: ".html"
8748 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8749 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8750 #  filter: "'NIC_Intel-XXV710' and
8751 #           'NF_DENSITY' and
8752 #           'DOCKER' and
8753 #           'CHAIN' and
8754 #           'NF_VPPIP4' and
8755 #           '64B' and
8756 #           '8T4C' and
8757 #           'NDRPDR'"
8758 #  parameters:
8759 #  - "throughput"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8768 #    layout: "plot-service-density"
8769 #
8770 ## Plots - NF Density - CSC - PDR IMIX
8771 #- type: "plot"
8772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8773 #  algorithm: "plot_nf_heatmap"
8774 #  output-file-type: ".html"
8775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8777 #  filter: "'NIC_Intel-XXV710' and
8778 #           'NF_DENSITY' and
8779 #           'DOCKER' and
8780 #           'CHAIN' and
8781 #           'NF_VPPIP4' and
8782 #           'IMIX' and
8783 #           '2T1C' and
8784 #           'NDRPDR'"
8785 #  parameters:
8786 #  - "throughput"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8795 #    layout: "plot-service-density"
8796 #
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file-type: ".html"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8802 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8803 #  filter: "'NIC_Intel-XXV710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'CHAIN' and
8807 #           'NF_VPPIP4' and
8808 #           'IMIX' and
8809 #           '4T2C' and
8810 #           'NDRPDR'"
8811 #  parameters:
8812 #  - "throughput"
8813 #  - "name"
8814 #  - "tags"
8815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8816 #  x-axis: "X = CNFs per Service Chain"
8817 #  y-axis: "Y = Number of Service Chains"
8818 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8819 #  layout:
8820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8821 #    layout: "plot-service-density"
8822 #
8823 #- type: "plot"
8824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8825 #  algorithm: "plot_nf_heatmap"
8826 #  output-file-type: ".html"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8828 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IMIX' and
8835 #           '8T4C' and
8836 #           'NDRPDR'"
8837 #  parameters:
8838 #  - "throughput"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Chain"
8843 #  y-axis: "Y = Number of Service Chains"
8844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8847 #    layout: "plot-service-density"
8848 #
8849 ################################################################################
8850 #
8851 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-skx-mrr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_4' and
8864 #           'IMIX' and
8865 #           '2T1C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8883 #  data: "plot-vpp-nfv-3n-skx-mrr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_4' and
8891 #           'IMIX' and
8892 #           '4T2C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8910 #  data: "plot-vpp-nfv-3n-skx-mrr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_4' and
8918 #           'IMIX' and
8919 #           '8T4C' and
8920 #           'MRR'"
8921 #  parameters:
8922 #  - "result"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8931 #    layout: "plot-service-density"
8932
8933 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_4' and
8946            'IMIX' and
8947            '2T1C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8965   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966   filter: "'NIC_Intel-XXV710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_4' and
8973            'IMIX' and
8974            '4T2C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8986     layout: "plot-service-density"
8987
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8992   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8993   filter: "'NIC_Intel-XXV710' and
8994            'NF_DENSITY' and
8995            'DOCKER' and
8996            'CHAIN' and
8997            'NF_VPPIP4' and
8998            'IPSEC' and
8999            'TNL_4' and
9000            'IMIX' and
9001            '8T4C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9013     layout: "plot-service-density"
9014
9015 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9021   filter: "'NIC_Intel-XXV710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_4' and
9028            'IMIX' and
9029            '2T1C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 - type: "plot"
9044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9045   algorithm: "plot_nf_heatmap"
9046   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9047   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9048   filter: "'NIC_Intel-XXV710' and
9049            'NF_DENSITY' and
9050            'DOCKER' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IPSEC' and
9054            'TNL_4' and
9055            'IMIX' and
9056            '4T2C' and
9057            'NDRPDR'"
9058   parameters:
9059   - "throughput"
9060   - "name"
9061   - "tags"
9062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063   x-axis: "X = CNFs per Service Chain"
9064   y-axis: "Y = Number of Service Chains"
9065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066   layout:
9067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9068     layout: "plot-service-density"
9069
9070 - type: "plot"
9071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9072   algorithm: "plot_nf_heatmap"
9073   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9074   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9075   filter: "'NIC_Intel-XXV710' and
9076            'NF_DENSITY' and
9077            'DOCKER' and
9078            'CHAIN' and
9079            'NF_VPPIP4' and
9080            'IPSEC' and
9081            'TNL_4' and
9082            'IMIX' and
9083            '8T4C' and
9084            'NDRPDR'"
9085   parameters:
9086   - "throughput"
9087   - "name"
9088   - "tags"
9089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9090   x-axis: "X = CNFs per Service Chain"
9091   y-axis: "Y = Number of Service Chains"
9092   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9093   layout:
9094     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9095     layout: "plot-service-density"
9096
9097 ###############################################################################
9098
9099 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9100 #- type: "plot"
9101 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9102 #  algorithm: "plot_nf_heatmap"
9103 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9104 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9105 #  filter: "'NIC_Intel-XL710' and
9106 #           'NF_DENSITY' and
9107 #           'DOCKER' and
9108 #           'CHAIN' and
9109 #           'NF_VPPIP4' and
9110 #           'IMIX' and
9111 #           'TNL_4' and
9112 #           '1T1C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125 #
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9130 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9131 #  filter: "'NIC_Intel-XL710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_4' and
9138 #           'IMIX' and
9139 #           '2T2C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9157 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9158 #  filter: "'NIC_Intel-XL710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_4' and
9165 #           'IMIX' and
9166 #           '4T4C' and
9167 #           'MRR'"
9168 #  parameters:
9169 #  - "result"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9178 #    layout: "plot-service-density"
9179
9180 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186 #  filter: "'NIC_Intel-XL710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_4' and
9193 #           'IMIX' and
9194 #           '1T1C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9206 #    layout: "plot-service-density"
9207 #
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9212 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213 #  filter: "'NIC_Intel-XL710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_4' and
9220 #           'IMIX' and
9221 #           '2T2C' and
9222 #           'NDRPDR'"
9223 #  parameters:
9224 #  - "throughput"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9233 #    layout: "plot-service-density"
9234 #
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9239 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9240 #  filter: "'NIC_Intel-XL710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_4' and
9247 #           'IMIX' and
9248 #           '4T4C' and
9249 #           'NDRPDR'"
9250 #  parameters:
9251 #  - "throughput"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9260 #    layout: "plot-service-density"
9261 #
9262 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9263 #- type: "plot"
9264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9265 #  algorithm: "plot_nf_heatmap"
9266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9267 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9268 #  filter: "'NIC_Intel-XL710' and
9269 #           'NF_DENSITY' and
9270 #           'DOCKER' and
9271 #           'CHAIN' and
9272 #           'NF_VPPIP4' and
9273 #           'IPSEC' and
9274 #           'TNL_4' and
9275 #           'IMIX' and
9276 #           '1T1C' and
9277 #           'NDRPDR'"
9278 #  parameters:
9279 #  - "throughput"
9280 #  - "name"
9281 #  - "tags"
9282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283 #  x-axis: "X = CNFs per Service Chain"
9284 #  y-axis: "Y = Number of Service Chains"
9285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286 #  layout:
9287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9288 #    layout: "plot-service-density"
9289 #
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9294 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9295 #  filter: "'NIC_Intel-XL710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IPSEC' and
9301 #           'TNL_4' and
9302 #           'IMIX' and
9303 #           '2T2C' and
9304 #           'NDRPDR'"
9305 #  parameters:
9306 #  - "throughput"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Chain"
9311 #  y-axis: "Y = Number of Service Chains"
9312 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9315 #    layout: "plot-service-density"
9316 #
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9321 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9322 #  filter: "'NIC_Intel-XL710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_4' and
9329 #           'IMIX' and
9330 #           '4T4C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9342 #    layout: "plot-service-density"
9343
9344 ###############################################################################
9345
9346 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9351 #  data: "plot-vpp-nfv-3n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_1000' and
9359 #           'IMIX' and
9360 #           '2T1C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-skx-mrr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_1000' and
9386 #           'IMIX' and
9387 #           '4T2C' and
9388 #           'MRR'"
9389 #  parameters:
9390 #  - "result"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9405 #  data: "plot-vpp-nfv-3n-skx-mrr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_1000' and
9413 #           'IMIX' and
9414 #           '8T4C' and
9415 #           'MRR'"
9416 #  parameters:
9417 #  - "result"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9426 #    layout: "plot-service-density"
9427
9428 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9429 - type: "plot"
9430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9431   algorithm: "plot_nf_heatmap"
9432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434   filter: "'NIC_Intel-XXV710' and
9435            'NF_DENSITY' and
9436            'DOCKER' and
9437            'CHAIN' and
9438            'NF_VPPIP4' and
9439            'IPSEC' and
9440            'TNL_1000' and
9441            'IMIX' and
9442            '2T1C' and
9443            'NDRPDR'"
9444   parameters:
9445   - "throughput"
9446   - "name"
9447   - "tags"
9448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9449   x-axis: "X = CNFs per Service Chain"
9450   y-axis: "Y = Number of Service Chains"
9451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9452   layout:
9453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9454     layout: "plot-service-density"
9455
9456 - type: "plot"
9457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9458   algorithm: "plot_nf_heatmap"
9459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461   filter: "'NIC_Intel-XXV710' and
9462            'NF_DENSITY' and
9463            'DOCKER' and
9464            'CHAIN' and
9465            'NF_VPPIP4' and
9466            'IPSEC' and
9467            'TNL_1000' and
9468            'IMIX' and
9469            '4T2C' and
9470            'NDRPDR'"
9471   parameters:
9472   - "throughput"
9473   - "name"
9474   - "tags"
9475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9476   x-axis: "X = CNFs per Service Chain"
9477   y-axis: "Y = Number of Service Chains"
9478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9479   layout:
9480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9481     layout: "plot-service-density"
9482
9483 - type: "plot"
9484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9485   algorithm: "plot_nf_heatmap"
9486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9488   filter: "'NIC_Intel-XXV710' and
9489            'NF_DENSITY' and
9490            'DOCKER' and
9491            'CHAIN' and
9492            'NF_VPPIP4' and
9493            'IPSEC' and
9494            'TNL_1000' and
9495            'IMIX' and
9496            '8T4C' and
9497            'NDRPDR'"
9498   parameters:
9499   - "throughput"
9500   - "name"
9501   - "tags"
9502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9503   x-axis: "X = CNFs per Service Chain"
9504   y-axis: "Y = Number of Service Chains"
9505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9506   layout:
9507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9508     layout: "plot-service-density"
9509
9510 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9511 - type: "plot"
9512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9513   algorithm: "plot_nf_heatmap"
9514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9516   filter: "'NIC_Intel-XXV710' and
9517            'NF_DENSITY' and
9518            'DOCKER' and
9519            'CHAIN' and
9520            'NF_VPPIP4' and
9521            'IPSEC' and
9522            'TNL_1000' and
9523            'IMIX' and
9524            '2T1C' and
9525            'NDRPDR'"
9526   parameters:
9527   - "throughput"
9528   - "name"
9529   - "tags"
9530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9531   x-axis: "X = CNFs per Service Chain"
9532   y-axis: "Y = Number of Service Chains"
9533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9534   layout:
9535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9536     layout: "plot-service-density"
9537
9538 - type: "plot"
9539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9540   algorithm: "plot_nf_heatmap"
9541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9542   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9543   filter: "'NIC_Intel-XXV710' and
9544            'NF_DENSITY' and
9545            'DOCKER' and
9546            'CHAIN' and
9547            'NF_VPPIP4' and
9548            'IPSEC' and
9549            'TNL_1000' and
9550            'IMIX' and
9551            '4T2C' and
9552            'NDRPDR'"
9553   parameters:
9554   - "throughput"
9555   - "name"
9556   - "tags"
9557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9558   x-axis: "X = CNFs per Service Chain"
9559   y-axis: "Y = Number of Service Chains"
9560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9561   layout:
9562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9563     layout: "plot-service-density"
9564
9565 - type: "plot"
9566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9567   algorithm: "plot_nf_heatmap"
9568   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9569   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9570   filter: "'NIC_Intel-XXV710' and
9571            'NF_DENSITY' and
9572            'DOCKER' and
9573            'CHAIN' and
9574            'NF_VPPIP4' and
9575            'IPSEC' and
9576            'TNL_1000' and
9577            'IMIX' and
9578            '8T4C' and
9579            'NDRPDR'"
9580   parameters:
9581   - "throughput"
9582   - "name"
9583   - "tags"
9584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9585   x-axis: "X = CNFs per Service Chain"
9586   y-axis: "Y = Number of Service Chains"
9587   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9588   layout:
9589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9590     layout: "plot-service-density"
9591
9592 ###############################################################################
9593
9594 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9595 #- type: "plot"
9596 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9597 #  algorithm: "plot_nf_heatmap"
9598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9599 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9600 #  filter: "'NIC_Intel-XL710' and
9601 #           'NF_DENSITY' and
9602 #           'DOCKER' and
9603 #           'CHAIN' and
9604 #           'NF_VPPIP4' and
9605 #           'IMIX' and
9606 #           'TNL_1000' and
9607 #           '1T1C' and
9608 #           'MRR'"
9609 #  parameters:
9610 #  - "result"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9619 #    layout: "plot-service-density"
9620 #
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9625 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9626 #  filter: "'NIC_Intel-XL710' and
9627 #           'NF_DENSITY' and
9628 #           'DOCKER' and
9629 #           'CHAIN' and
9630 #           'NF_VPPIP4' and
9631 #           'IPSEC' and
9632 #           'TNL_1000' and
9633 #           'IMIX' and
9634 #           '2T2C' and
9635 #           'MRR'"
9636 #  parameters:
9637 #  - "result"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9652 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9653 #  filter: "'NIC_Intel-XL710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'CHAIN' and
9657 #           'NF_VPPIP4' and
9658 #           'IPSEC' and
9659 #           'TNL_1000' and
9660 #           'IMIX' and
9661 #           '4T4C' and
9662 #           'MRR'"
9663 #  parameters:
9664 #  - "result"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9673 #    layout: "plot-service-density"
9674
9675 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9680 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681 #  filter: "'NIC_Intel-XL710' and
9682 #           'NF_DENSITY' and
9683 #           'DOCKER' and
9684 #           'CHAIN' and
9685 #           'NF_VPPIP4' and
9686 #           'IPSEC' and
9687 #           'TNL_1000' and
9688 #           'IMIX' and
9689 #           '1T1C' and
9690 #           'NDRPDR'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "name"
9694 #  - "tags"
9695 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9696 #  x-axis: "X = CNFs per Service Chain"
9697 #  y-axis: "Y = Number of Service Chains"
9698 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9699 #  layout:
9700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9701 #    layout: "plot-service-density"
9702 #
9703 #- type: "plot"
9704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9705 #  algorithm: "plot_nf_heatmap"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9707 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708 #  filter: "'NIC_Intel-XL710' and
9709 #           'NF_DENSITY' and
9710 #           'DOCKER' and
9711 #           'CHAIN' and
9712 #           'NF_VPPIP4' and
9713 #           'IPSEC' and
9714 #           'TNL_1000' and
9715 #           'IMIX' and
9716 #           '2T2C' and
9717 #           'NDRPDR'"
9718 #  parameters:
9719 #  - "throughput"
9720 #  - "name"
9721 #  - "tags"
9722 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9723 #  x-axis: "X = CNFs per Service Chain"
9724 #  y-axis: "Y = Number of Service Chains"
9725 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9726 #  layout:
9727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9728 #    layout: "plot-service-density"
9729 #
9730 #- type: "plot"
9731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9732 #  algorithm: "plot_nf_heatmap"
9733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9734 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9735 #  filter: "'NIC_Intel-XL710' and
9736 #           'NF_DENSITY' and
9737 #           'DOCKER' and
9738 #           'CHAIN' and
9739 #           'NF_VPPIP4' and
9740 #           'IPSEC' and
9741 #           'TNL_1000' and
9742 #           'IMIX' and
9743 #           '4T4C' and
9744 #           'NDRPDR'"
9745 #  parameters:
9746 #  - "throughput"
9747 #  - "name"
9748 #  - "tags"
9749 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9750 #  x-axis: "X = CNFs per Service Chain"
9751 #  y-axis: "Y = Number of Service Chains"
9752 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9753 #  layout:
9754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9755 #    layout: "plot-service-density"
9756 #
9757 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9758 #- type: "plot"
9759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9760 #  algorithm: "plot_nf_heatmap"
9761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9762 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9763 #  filter: "'NIC_Intel-XL710' and
9764 #           'NF_DENSITY' and
9765 #           'DOCKER' and
9766 #           'CHAIN' and
9767 #           'NF_VPPIP4' and
9768 #           'IPSEC' and
9769 #           'TNL_1000' and
9770 #           'IMIX' and
9771 #           '1T1C' and
9772 #           'NDRPDR'"
9773 #  parameters:
9774 #  - "throughput"
9775 #  - "name"
9776 #  - "tags"
9777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9778 #  x-axis: "X = CNFs per Service Chain"
9779 #  y-axis: "Y = Number of Service Chains"
9780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9781 #  layout:
9782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9783 #    layout: "plot-service-density"
9784 #
9785 #- type: "plot"
9786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9787 #  algorithm: "plot_nf_heatmap"
9788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9789 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9790 #  filter: "'NIC_Intel-XL710' and
9791 #           'NF_DENSITY' and
9792 #           'DOCKER' and
9793 #           'CHAIN' and
9794 #           'NF_VPPIP4' and
9795 #           'IPSEC' and
9796 #           'TNL_1000' and
9797 #           'IMIX' and
9798 #           '2T2C' and
9799 #           'NDRPDR'"
9800 #  parameters:
9801 #  - "throughput"
9802 #  - "name"
9803 #  - "tags"
9804 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9805 #  x-axis: "X = CNFs per Service Chain"
9806 #  y-axis: "Y = Number of Service Chains"
9807 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9808 #  layout:
9809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9810 #    layout: "plot-service-density"
9811 #
9812 #- type: "plot"
9813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9814 #  algorithm: "plot_nf_heatmap"
9815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9816 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9817 #  filter: "'NIC_Intel-XL710' and
9818 #           'NF_DENSITY' and
9819 #           'DOCKER' and
9820 #           'CHAIN' and
9821 #           'NF_VPPIP4' and
9822 #           'IPSEC' and
9823 #           'TNL_1000' and
9824 #           'IMIX' and
9825 #           '4T4C' and
9826 #           'NDRPDR'"
9827 #  parameters:
9828 #  - "throughput"
9829 #  - "name"
9830 #  - "tags"
9831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9832 #  x-axis: "X = CNFs per Service Chain"
9833 #  y-axis: "Y = Number of Service Chains"
9834 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9835 #  layout:
9836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9837 #    layout: "plot-service-density"
9838
9839 ###############################################################################
9840
9841 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9842 #- type: "plot"
9843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9844 #  algorithm: "plot_nf_heatmap"
9845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9846 #  data: "plot-vpp-nfv-3n-skx-mrr"
9847 #  filter: "'NIC_Intel-XXV710' and
9848 #           'NF_DENSITY' and
9849 #           'DOCKER' and
9850 #           'CHAIN' and
9851 #           'NF_VPPIP4' and
9852 #           'IPSEC' and
9853 #           'TNL_10000' and
9854 #           'IMIX' and
9855 #           '2T1C' and
9856 #           'MRR'"
9857 #  parameters:
9858 #  - "result"
9859 #  - "name"
9860 #  - "tags"
9861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9862 #  x-axis: "X = CNFs per Service Chain"
9863 #  y-axis: "Y = Number of Service Chains"
9864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9865 #  layout:
9866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9867 #    layout: "plot-service-density"
9868 #
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9873 #  data: "plot-vpp-nfv-3n-skx-mrr"
9874 #  filter: "'NIC_Intel-XXV710' and
9875 #           'NF_DENSITY' and
9876 #           'DOCKER' and
9877 #           'CHAIN' and
9878 #           'NF_VPPIP4' and
9879 #           'IPSEC' and
9880 #           'TNL_10000' and
9881 #           'IMIX' and
9882 #           '4T2C' and
9883 #           'MRR'"
9884 #  parameters:
9885 #  - "result"
9886 #  - "name"
9887 #  - "tags"
9888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9889 #  x-axis: "X = CNFs per Service Chain"
9890 #  y-axis: "Y = Number of Service Chains"
9891 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9892 #  layout:
9893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9894 #    layout: "plot-service-density"
9895 #
9896 #- type: "plot"
9897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9898 #  algorithm: "plot_nf_heatmap"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9900 #  data: "plot-vpp-nfv-3n-skx-mrr"
9901 #  filter: "'NIC_Intel-XXV710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'CHAIN' and
9905 #           'NF_VPPIP4' and
9906 #           'IPSEC' and
9907 #           'TNL_10000' and
9908 #           'IMIX' and
9909 #           '8T4C' and
9910 #           'MRR'"
9911 #  parameters:
9912 #  - "result"
9913 #  - "name"
9914 #  - "tags"
9915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9916 #  x-axis: "X = CNFs per Service Chain"
9917 #  y-axis: "Y = Number of Service Chains"
9918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9919 #  layout:
9920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9921 #    layout: "plot-service-density"
9922
9923 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9924 - type: "plot"
9925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9926   algorithm: "plot_nf_heatmap"
9927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9928   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9929   filter: "'NIC_Intel-XXV710' and
9930            'NF_DENSITY' and
9931            'DOCKER' and
9932            'CHAIN' and
9933            'NF_VPPIP4' and
9934            'IPSEC' and
9935            'TNL_10000' and
9936            'IMIX' and
9937            '2T1C' and
9938            'NDRPDR'"
9939   parameters:
9940   - "throughput"
9941   - "name"
9942   - "tags"
9943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9944   x-axis: "X = CNFs per Service Chain"
9945   y-axis: "Y = Number of Service Chains"
9946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9947   layout:
9948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9949     layout: "plot-service-density"
9950
9951 - type: "plot"
9952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9953   algorithm: "plot_nf_heatmap"
9954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9955   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9956   filter: "'NIC_Intel-XXV710' and
9957            'NF_DENSITY' and
9958            'DOCKER' and
9959            'CHAIN' and
9960            'NF_VPPIP4' and
9961            'IPSEC' and
9962            'TNL_10000' and
9963            'IMIX' and
9964            '4T2C' and
9965            'NDRPDR'"
9966   parameters:
9967   - "throughput"
9968   - "name"
9969   - "tags"
9970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9971   x-axis: "X = CNFs per Service Chain"
9972   y-axis: "Y = Number of Service Chains"
9973   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9974   layout:
9975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9976     layout: "plot-service-density"
9977
9978 - type: "plot"
9979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9980   algorithm: "plot_nf_heatmap"
9981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9982   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9983   filter: "'NIC_Intel-XXV710' and
9984            'NF_DENSITY' and
9985            'DOCKER' and
9986            'CHAIN' and
9987            'NF_VPPIP4' and
9988            'IPSEC' and
9989            'TNL_10000' and
9990            'IMIX' and
9991            '8T4C' and
9992            'NDRPDR'"
9993   parameters:
9994   - "throughput"
9995   - "name"
9996   - "tags"
9997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9998   x-axis: "X = CNFs per Service Chain"
9999   y-axis: "Y = Number of Service Chains"
10000   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10001   layout:
10002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10003     layout: "plot-service-density"
10004
10005 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10006 - type: "plot"
10007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10008   algorithm: "plot_nf_heatmap"
10009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10010   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10011   filter: "'NIC_Intel-XXV710' and
10012            'NF_DENSITY' and
10013            'DOCKER' and
10014            'CHAIN' and
10015            'NF_VPPIP4' and
10016            'IPSEC' and
10017            'TNL_10000' and
10018            'IMIX' and
10019            '2T1C' and
10020            'NDRPDR'"
10021   parameters:
10022   - "throughput"
10023   - "name"
10024   - "tags"
10025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10026   x-axis: "X = CNFs per Service Chain"
10027   y-axis: "Y = Number of Service Chains"
10028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10029   layout:
10030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10031     layout: "plot-service-density"
10032
10033 - type: "plot"
10034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10035   algorithm: "plot_nf_heatmap"
10036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10037   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10038   filter: "'NIC_Intel-XXV710' and
10039            'NF_DENSITY' and
10040            'DOCKER' and
10041            'CHAIN' and
10042            'NF_VPPIP4' and
10043            'IPSEC' and
10044            'TNL_10000' and
10045            'IMIX' and
10046            '4T2C' and
10047            'NDRPDR'"
10048   parameters:
10049   - "throughput"
10050   - "name"
10051   - "tags"
10052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10053   x-axis: "X = CNFs per Service Chain"
10054   y-axis: "Y = Number of Service Chains"
10055   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10056   layout:
10057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10058     layout: "plot-service-density"
10059
10060 - type: "plot"
10061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10062   algorithm: "plot_nf_heatmap"
10063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10064   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10065   filter: "'NIC_Intel-XXV710' and
10066            'NF_DENSITY' and
10067            'DOCKER' and
10068            'CHAIN' and
10069            'NF_VPPIP4' and
10070            'IPSEC' and
10071            'TNL_10000' and
10072            'IMIX' and
10073            '8T4C' and
10074            'NDRPDR'"
10075   parameters:
10076   - "throughput"
10077   - "name"
10078   - "tags"
10079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10080   x-axis: "X = CNFs per Service Chain"
10081   y-axis: "Y = Number of Service Chains"
10082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10083   layout:
10084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10085     layout: "plot-service-density"
10086
10087 ###############################################################################
10088
10089 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10090 #- type: "plot"
10091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10092 #  algorithm: "plot_nf_heatmap"
10093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10094 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10095 #  filter: "'NIC_Intel-XL710' and
10096 #           'NF_DENSITY' and
10097 #           'DOCKER' and
10098 #           'CHAIN' and
10099 #           'NF_VPPIP4' and
10100 #           'IMIX' and
10101 #           'TNL_10000' and
10102 #           '1T1C' and
10103 #           'MRR'"
10104 #  parameters:
10105 #  - "result"
10106 #  - "name"
10107 #  - "tags"
10108 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10109 #  x-axis: "X = CNFs per Service Chain"
10110 #  y-axis: "Y = Number of Service Chains"
10111 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10112 #  layout:
10113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10114 #    layout: "plot-service-density"
10115 #
10116 #- type: "plot"
10117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10118 #  algorithm: "plot_nf_heatmap"
10119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10120 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10121 #  filter: "'NIC_Intel-XL710' and
10122 #           'NF_DENSITY' and
10123 #           'DOCKER' and
10124 #           'CHAIN' and
10125 #           'NF_VPPIP4' and
10126 #           'IPSEC' and
10127 #           'TNL_10000' and
10128 #           'IMIX' and
10129 #           '2T2C' and
10130 #           'MRR'"
10131 #  parameters:
10132 #  - "result"
10133 #  - "name"
10134 #  - "tags"
10135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10136 #  x-axis: "X = CNFs per Service Chain"
10137 #  y-axis: "Y = Number of Service Chains"
10138 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10139 #  layout:
10140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10141 #    layout: "plot-service-density"
10142 #
10143 #- type: "plot"
10144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10145 #  algorithm: "plot_nf_heatmap"
10146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10147 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10148 #  filter: "'NIC_Intel-XL710' and
10149 #           'NF_DENSITY' and
10150 #           'DOCKER' and
10151 #           'CHAIN' and
10152 #           'NF_VPPIP4' and
10153 #           'IPSEC' and
10154 #           'TNL_10000' and
10155 #           'IMIX' and
10156 #           '4T4C' and
10157 #           'MRR'"
10158 #  parameters:
10159 #  - "result"
10160 #  - "name"
10161 #  - "tags"
10162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10163 #  x-axis: "X = CNFs per Service Chain"
10164 #  y-axis: "Y = Number of Service Chains"
10165 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10166 #  layout:
10167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10168 #    layout: "plot-service-density"
10169
10170 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10171 #- type: "plot"
10172 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10173 #  algorithm: "plot_nf_heatmap"
10174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10175 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10176 #  filter: "'NIC_Intel-XL710' and
10177 #           'NF_DENSITY' and
10178 #           'DOCKER' and
10179 #           'CHAIN' and
10180 #           'NF_VPPIP4' and
10181 #           'IPSEC' and
10182 #           'TNL_10000' and
10183 #           'IMIX' and
10184 #           '1T1C' and
10185 #           'NDRPDR'"
10186 #  parameters:
10187 #  - "throughput"
10188 #  - "name"
10189 #  - "tags"
10190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10191 #  x-axis: "X = CNFs per Service Chain"
10192 #  y-axis: "Y = Number of Service Chains"
10193 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10194 #  layout:
10195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10196 #    layout: "plot-service-density"
10197 #
10198 #- type: "plot"
10199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10200 #  algorithm: "plot_nf_heatmap"
10201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10202 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10203 #  filter: "'NIC_Intel-XL710' and
10204 #           'NF_DENSITY' and
10205 #           'DOCKER' and
10206 #           'CHAIN' and
10207 #           'NF_VPPIP4' and
10208 #           'IPSEC' and
10209 #           'TNL_10000' and
10210 #           'IMIX' and
10211 #           '2T2C' and
10212 #           'NDRPDR'"
10213 #  parameters:
10214 #  - "throughput"
10215 #  - "name"
10216 #  - "tags"
10217 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10218 #  x-axis: "X = CNFs per Service Chain"
10219 #  y-axis: "Y = Number of Service Chains"
10220 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10221 #  layout:
10222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10223 #    layout: "plot-service-density"
10224 #
10225 #- type: "plot"
10226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10227 #  algorithm: "plot_nf_heatmap"
10228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10229 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10230 #  filter: "'NIC_Intel-XL710' and
10231 #           'NF_DENSITY' and
10232 #           'DOCKER' and
10233 #           'CHAIN' and
10234 #           'NF_VPPIP4' and
10235 #           'IPSEC' and
10236 #           'TNL_10000' and
10237 #           'IMIX' and
10238 #           '4T4C' and
10239 #           'NDRPDR'"
10240 #  parameters:
10241 #  - "throughput"
10242 #  - "name"
10243 #  - "tags"
10244 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10245 #  x-axis: "X = CNFs per Service Chain"
10246 #  y-axis: "Y = Number of Service Chains"
10247 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10248 #  layout:
10249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10250 #    layout: "plot-service-density"
10251 #
10252 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10253 #- type: "plot"
10254 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10255 #  algorithm: "plot_nf_heatmap"
10256 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10257 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10258 #  filter: "'NIC_Intel-XL710' and
10259 #           'NF_DENSITY' and
10260 #           'DOCKER' and
10261 #           'CHAIN' and
10262 #           'NF_VPPIP4' and
10263 #           'IPSEC' and
10264 #           'TNL_10000' and
10265 #           'IMIX' and
10266 #           '1T1C' and
10267 #           'NDRPDR'"
10268 #  parameters:
10269 #  - "throughput"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Chain"
10274 #  y-axis: "Y = Number of Service Chains"
10275 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10278 #    layout: "plot-service-density"
10279 #
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10284 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10285 #  filter: "'NIC_Intel-XL710' and
10286 #           'NF_DENSITY' and
10287 #           'DOCKER' and
10288 #           'CHAIN' and
10289 #           'NF_VPPIP4' and
10290 #           'IPSEC' and
10291 #           'TNL_10000' and
10292 #           'IMIX' and
10293 #           '2T2C' and
10294 #           'NDRPDR'"
10295 #  parameters:
10296 #  - "throughput"
10297 #  - "name"
10298 #  - "tags"
10299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10300 #  x-axis: "X = CNFs per Service Chain"
10301 #  y-axis: "Y = Number of Service Chains"
10302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10303 #  layout:
10304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10305 #    layout: "plot-service-density"
10306 #
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10311 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10312 #  filter: "'NIC_Intel-XL710' and
10313 #           'NF_DENSITY' and
10314 #           'DOCKER' and
10315 #           'CHAIN' and
10316 #           'NF_VPPIP4' and
10317 #           'IPSEC' and
10318 #           'TNL_10000' and
10319 #           'IMIX' and
10320 #           '4T4C' and
10321 #           'NDRPDR'"
10322 #  parameters:
10323 #  - "throughput"
10324 #  - "name"
10325 #  - "tags"
10326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327 #  x-axis: "X = CNFs per Service Chain"
10328 #  y-axis: "Y = Number of Service Chains"
10329 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330 #  layout:
10331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10332 #    layout: "plot-service-density"
10333
10334 ###############################################################################
10335
10336 # Plots - NF Density - CSP - MRR 64b
10337
10338 #- type: "plot"
10339 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10340 #  algorithm: "plot_nf_heatmap"
10341 #  output-file-type: ".html"
10342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10343 #  data: "plot-vpp-nfv-2n-skx-mrr"
10344 #  filter: "'NIC_Intel-XXV710' and
10345 #           'NF_DENSITY' and
10346 #           'DOCKER' and
10347 #           'PIPELINE' and
10348 #           'NF_VPPIP4' and
10349 #           '64B' and
10350 #           '2T1C' and
10351 #           'MRR'"
10352 #  parameters:
10353 #  - "result"
10354 #  - "name"
10355 #  - "tags"
10356 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10357 #  x-axis: "X = CNFs per Service Pipeline"
10358 #  y-axis: "Y = Number of Service Pipelines"
10359 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10360 #  layout:
10361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10362 #    layout: "plot-service-density"
10363 #
10364 #- type: "plot"
10365 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10366 #  algorithm: "plot_nf_heatmap"
10367 #  output-file-type: ".html"
10368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10369 #  data: "plot-vpp-nfv-2n-skx-mrr"
10370 #  filter: "'NIC_Intel-XXV710' and
10371 #           'NF_DENSITY' and
10372 #           'DOCKER' and
10373 #           'PIPELINE' and
10374 #           'NF_VPPIP4' and
10375 #           '64B' and
10376 #           '4T2C' and
10377 #           'MRR'"
10378 #  parameters:
10379 #  - "result"
10380 #  - "name"
10381 #  - "tags"
10382 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383 #  x-axis: "X = CNFs per Service Pipeline"
10384 #  y-axis: "Y = Number of Service Pipelines"
10385 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10386 #  layout:
10387 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10388 #    layout: "plot-service-density"
10389 #
10390 #- type: "plot"
10391 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10392 #  algorithm: "plot_nf_heatmap"
10393 #  output-file-type: ".html"
10394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10395 #  data: "plot-vpp-nfv-2n-skx-mrr"
10396 #  filter: "'NIC_Intel-XXV710' and
10397 #           'NF_DENSITY' and
10398 #           'DOCKER' and
10399 #           'PIPELINE' and
10400 #           'NF_VPPIP4' and
10401 #           '64B' and
10402 #           '8T4C' and
10403 #           'MRR'"
10404 #  parameters:
10405 #  - "result"
10406 #  - "name"
10407 #  - "tags"
10408 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10409 #  x-axis: "X = CNFs per Service Pipeline"
10410 #  y-axis: "Y = Number of Service Pipelines"
10411 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10412 #  layout:
10413 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10414 #    layout: "plot-service-density"
10415 #
10416 ## Plots - NF Density - CSP - MRR IMIX
10417 #- type: "plot"
10418 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10419 #  algorithm: "plot_nf_heatmap"
10420 #  output-file-type: ".html"
10421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10422 #  data: "plot-vpp-nfv-2n-skx-mrr"
10423 #  filter: "'NIC_Intel-XXV710' and
10424 #           'NF_DENSITY' and
10425 #           'DOCKER' and
10426 #           'PIPELINE' and
10427 #           'NF_VPPIP4' and
10428 #           'IMIX' and
10429 #           '2T1C' and
10430 #           'MRR'"
10431 #  parameters:
10432 #  - "result"
10433 #  - "name"
10434 #  - "tags"
10435 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10436 #  x-axis: "X = CNFs per Service Pipeline"
10437 #  y-axis: "Y = Number of Service Pipelines"
10438 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10439 #  layout:
10440 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10441 #    layout: "plot-service-density"
10442 #
10443 #- type: "plot"
10444 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10445 #  algorithm: "plot_nf_heatmap"
10446 #  output-file-type: ".html"
10447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10448 #  data: "plot-vpp-nfv-2n-skx-mrr"
10449 #  filter: "'NIC_Intel-XXV710' and
10450 #           'NF_DENSITY' and
10451 #           'DOCKER' and
10452 #           'PIPELINE' and
10453 #           'NF_VPPIP4' and
10454 #           'IMIX' and
10455 #           '4T2C' and
10456 #           'MRR'"
10457 #  parameters:
10458 #  - "result"
10459 #  - "name"
10460 #  - "tags"
10461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10462 #  x-axis: "X = CNFs per Service Pipeline"
10463 #  y-axis: "Y = Number of Service Pipelines"
10464 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10465 #  layout:
10466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10467 #    layout: "plot-service-density"
10468 #
10469 #- type: "plot"
10470 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10471 #  algorithm: "plot_nf_heatmap"
10472 #  output-file-type: ".html"
10473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10474 #  data: "plot-vpp-nfv-2n-skx-mrr"
10475 #  filter: "'NIC_Intel-XXV710' and
10476 #           'NF_DENSITY' and
10477 #           'DOCKER' and
10478 #           'PIPELINE' and
10479 #           'NF_VPPIP4' and
10480 #           'IMIX' and
10481 #           '8T4C' and
10482 #           'MRR'"
10483 #  parameters:
10484 #  - "result"
10485 #  - "name"
10486 #  - "tags"
10487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10488 #  x-axis: "X = CNFs per Service Pipeline"
10489 #  y-axis: "Y = Number of Service Pipelines"
10490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10491 #  layout:
10492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10493 #    layout: "plot-service-density"
10494 #
10495 ## Plots - NF Density - CSP - NDR 64b
10496 #- type: "plot"
10497 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10498 #  algorithm: "plot_nf_heatmap"
10499 #  output-file-type: ".html"
10500 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10501 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10502 #  filter: "'NIC_Intel-XXV710' and
10503 #           'NF_DENSITY' and
10504 #           'DOCKER' and
10505 #           'PIPELINE' and
10506 #           'NF_VPPIP4' and
10507 #           '64B' and
10508 #           '2T1C' and
10509 #           'NDRPDR'"
10510 #  parameters:
10511 #  - "throughput"
10512 #  - "name"
10513 #  - "tags"
10514 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10515 #  x-axis: "X = CNFs per Service Pipeline"
10516 #  y-axis: "Y = Number of Service Pipelines"
10517 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10518 #  layout:
10519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10520 #    layout: "plot-service-density"
10521 #
10522 #- type: "plot"
10523 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10524 #  algorithm: "plot_nf_heatmap"
10525 #  output-file-type: ".html"
10526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10527 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10528 #  filter: "'NIC_Intel-XXV710' and
10529 #           'NF_DENSITY' and
10530 #           'DOCKER' and
10531 #           'PIPELINE' and
10532 #           'NF_VPPIP4' and
10533 #           '64B' and
10534 #           '4T2C' and
10535 #           'NDRPDR'"
10536 #  parameters:
10537 #  - "throughput"
10538 #  - "name"
10539 #  - "tags"
10540 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10541 #  x-axis: "X = CNFs per Service Pipeline"
10542 #  y-axis: "Y = Number of Service Pipelines"
10543 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10544 #  layout:
10545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10546 #    layout: "plot-service-density"
10547 #
10548 #- type: "plot"
10549 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10550 #  algorithm: "plot_nf_heatmap"
10551 #  output-file-type: ".html"
10552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10553 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10554 #  filter: "'NIC_Intel-XXV710' and
10555 #           'NF_DENSITY' and
10556 #           'DOCKER' and
10557 #           'PIPELINE' and
10558 #           'NF_VPPIP4' and
10559 #           '64B' and
10560 #           '8T4C' and
10561 #           'NDRPDR'"
10562 #  parameters:
10563 #  - "throughput"
10564 #  - "name"
10565 #  - "tags"
10566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10567 #  x-axis: "X = CNFs per Service Pipeline"
10568 #  y-axis: "Y = Number of Service Pipelines"
10569 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10570 #  layout:
10571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10572 #    layout: "plot-service-density"
10573 #
10574 ## Plots - NF Density - CSP - NDR IMIX
10575 #- type: "plot"
10576 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10577 #  algorithm: "plot_nf_heatmap"
10578 #  output-file-type: ".html"
10579 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10580 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10581 #  filter: "'NIC_Intel-XXV710' and
10582 #           'NF_DENSITY' and
10583 #           'DOCKER' and
10584 #           'PIPELINE' and
10585 #           'NF_VPPIP4' and
10586 #           'IMIX' and
10587 #           '2T1C' and
10588 #           'NDRPDR'"
10589 #  parameters:
10590 #  - "throughput"
10591 #  - "name"
10592 #  - "tags"
10593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10594 #  x-axis: "X = CNFs per Service Pipeline"
10595 #  y-axis: "Y = Number of Service Pipelines"
10596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10597 #  layout:
10598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10599 #    layout: "plot-service-density"
10600 #
10601 #- type: "plot"
10602 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10603 #  algorithm: "plot_nf_heatmap"
10604 #  output-file-type: ".html"
10605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10606 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10607 #  filter: "'NIC_Intel-XXV710' and
10608 #           'NF_DENSITY' and
10609 #           'DOCKER' and
10610 #           'PIPELINE' and
10611 #           'NF_VPPIP4' and
10612 #           'IMIX' and
10613 #           '4T2C' and
10614 #           'NDRPDR'"
10615 #  parameters:
10616 #  - "throughput"
10617 #  - "name"
10618 #  - "tags"
10619 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10620 #  x-axis: "X = CNFs per Service Pipeline"
10621 #  y-axis: "Y = Number of Service Pipelines"
10622 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10623 #  layout:
10624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10625 #    layout: "plot-service-density"
10626 #
10627 #- type: "plot"
10628 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10629 #  algorithm: "plot_nf_heatmap"
10630 #  output-file-type: ".html"
10631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10633 #  filter: "'NIC_Intel-XXV710' and
10634 #           'NF_DENSITY' and
10635 #           'DOCKER' and
10636 #           'PIPELINE' and
10637 #           'NF_VPPIP4' and
10638 #           'IMIX' and
10639 #           '8T4C' and
10640 #           'NDRPDR'"
10641 #  parameters:
10642 #  - "throughput"
10643 #  - "name"
10644 #  - "tags"
10645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10646 #  x-axis: "X = CNFs per Service Pipeline"
10647 #  y-axis: "Y = Number of Service Pipelines"
10648 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10649 #  layout:
10650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10651 #    layout: "plot-service-density"
10652 #
10653 ## Plots - NF Density - CSP - PDR 64b
10654 #- type: "plot"
10655 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10656 #  algorithm: "plot_nf_heatmap"
10657 #  output-file-type: ".html"
10658 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10659 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10660 #  filter: "'NIC_Intel-XXV710' and
10661 #           'NF_DENSITY' and
10662 #           'DOCKER' and
10663 #           'PIPELINE' and
10664 #           'NF_VPPIP4' and
10665 #           '64B' and
10666 #           '2T1C' and
10667 #           'NDRPDR'"
10668 #  parameters:
10669 #  - "throughput"
10670 #  - "name"
10671 #  - "tags"
10672 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10673 #  x-axis: "X = CNFs per Service Pipeline"
10674 #  y-axis: "Y = Number of Service Pipelines"
10675 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10676 #  layout:
10677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10678 #    layout: "plot-service-density"
10679 #
10680 #- type: "plot"
10681 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10682 #  algorithm: "plot_nf_heatmap"
10683 #  output-file-type: ".html"
10684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10685 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10686 #  filter: "'NIC_Intel-XXV710' and
10687 #           'NF_DENSITY' and
10688 #           'DOCKER' and
10689 #           'PIPELINE' and
10690 #           'NF_VPPIP4' and
10691 #           '64B' and
10692 #           '4T2C' and
10693 #           'NDRPDR'"
10694 #  parameters:
10695 #  - "throughput"
10696 #  - "name"
10697 #  - "tags"
10698 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10699 #  x-axis: "X = CNFs per Service Pipeline"
10700 #  y-axis: "Y = Number of Service Pipelines"
10701 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10702 #  layout:
10703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10704 #    layout: "plot-service-density"
10705 #
10706 #- type: "plot"
10707 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10708 #  algorithm: "plot_nf_heatmap"
10709 #  output-file-type: ".html"
10710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10711 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10712 #  filter: "'NIC_Intel-XXV710' and
10713 #           'NF_DENSITY' and
10714 #           'DOCKER' and
10715 #           'PIPELINE' and
10716 #           'NF_VPPIP4' and
10717 #           '64B' and
10718 #           '8T4C' and
10719 #           'NDRPDR'"
10720 #  parameters:
10721 #  - "throughput"
10722 #  - "name"
10723 #  - "tags"
10724 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10725 #  x-axis: "X = CNFs per Service Pipeline"
10726 #  y-axis: "Y = Number of Service Pipelines"
10727 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10728 #  layout:
10729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10730 #    layout: "plot-service-density"
10731 #
10732 ## Plots - NF Density - CSP - PDR IMIX
10733 #- type: "plot"
10734 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10735 #  algorithm: "plot_nf_heatmap"
10736 #  output-file-type: ".html"
10737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10738 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10739 #  filter: "'NIC_Intel-XXV710' and
10740 #           'NF_DENSITY' and
10741 #           'DOCKER' and
10742 #           'PIPELINE' and
10743 #           'NF_VPPIP4' and
10744 #           'IMIX' and
10745 #           '2T1C' and
10746 #           'NDRPDR'"
10747 #  parameters:
10748 #  - "throughput"
10749 #  - "name"
10750 #  - "tags"
10751 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10752 #  x-axis: "X = CNFs per Service Pipeline"
10753 #  y-axis: "Y = Number of Service Pipelines"
10754 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10755 #  layout:
10756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10757 #    layout: "plot-service-density"
10758 #
10759 #- type: "plot"
10760 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10761 #  algorithm: "plot_nf_heatmap"
10762 #  output-file-type: ".html"
10763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10764 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10765 #  filter: "'NIC_Intel-XXV710' and
10766 #           'NF_DENSITY' and
10767 #           'DOCKER' and
10768 #           'PIPELINE' and
10769 #           'NF_VPPIP4' and
10770 #           'IMIX' and
10771 #           '4T2C' and
10772 #           'NDRPDR'"
10773 #  parameters:
10774 #  - "throughput"
10775 #  - "name"
10776 #  - "tags"
10777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10778 #  x-axis: "X = CNFs per Service Pipeline"
10779 #  y-axis: "Y = Number of Service Pipelines"
10780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10781 #  layout:
10782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10783 #    layout: "plot-service-density"
10784 #
10785 #- type: "plot"
10786 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10787 #  algorithm: "plot_nf_heatmap"
10788 #  output-file-type: ".html"
10789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10790 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10791 #  filter: "'NIC_Intel-XXV710' and
10792 #           'NF_DENSITY' and
10793 #           'DOCKER' and
10794 #           'PIPELINE' and
10795 #           'NF_VPPIP4' and
10796 #           'IMIX' and
10797 #           '8T4C' and
10798 #           'NDRPDR'"
10799 #  parameters:
10800 #  - "throughput"
10801 #  - "name"
10802 #  - "tags"
10803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10804 #  x-axis: "X = CNFs per Service Pipeline"
10805 #  y-axis: "Y = Number of Service Pipelines"
10806 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10807 #  layout:
10808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10809 #    layout: "plot-service-density"
10810
10811 ###############################################################################
10812 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10819   data: "plot-vpp-nfv-2n-clx-mrr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'VHOST' and
10823            not 'VXLAN' and
10824            'CHAIN' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '2T1C' and
10828            'MRR'"
10829   parameters:
10830   - "result"
10831   - "name"
10832   - "tags"
10833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = VNFs per Service Chain"
10835   y-axis: "Y = Number of Service Chains"
10836   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10839     layout: "plot-service-density"
10840
10841 - type: "plot"
10842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10843   algorithm: "plot_nf_heatmap"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10846   data: "plot-vpp-nfv-2n-clx-mrr"
10847   filter: "'NIC_Intel-XXV710' and
10848            'NF_DENSITY' and
10849            'VHOST' and
10850            not 'VXLAN' and
10851            'CHAIN' and
10852            'NF_VPPIP4' and
10853            'IMIX' and
10854            '4T2C' and
10855            'MRR'"
10856   parameters:
10857   - "result"
10858   - "name"
10859   - "tags"
10860   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10861   x-axis: "X = VNFs per Service Chain"
10862   y-axis: "Y = Number of Service Chains"
10863   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10864   layout:
10865     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10866     layout: "plot-service-density"
10867
10868 - type: "plot"
10869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10870   algorithm: "plot_nf_heatmap"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10873   data: "plot-vpp-nfv-2n-clx-mrr"
10874   filter: "'NIC_Intel-XXV710' and
10875            'NF_DENSITY' and
10876            'VHOST' and
10877            not 'VXLAN' and
10878            'CHAIN' and
10879            'NF_VPPIP4' and
10880            'IMIX' and
10881            '8T4C' and
10882            'MRR'"
10883   parameters:
10884   - "result"
10885   - "name"
10886   - "tags"
10887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10888   x-axis: "X = VNFs per Service Chain"
10889   y-axis: "Y = Number of Service Chains"
10890   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10891   layout:
10892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10893     layout: "plot-service-density"
10894
10895 # Plots - NF Density - VSC - NDR IMIX
10896 - type: "plot"
10897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10898   algorithm: "plot_nf_heatmap"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10901   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10902   filter: "'NIC_Intel-XXV710' and
10903            'NF_DENSITY' and
10904            'VHOST' and
10905            not 'VXLAN' and
10906            'CHAIN' and
10907            'NF_VPPIP4' and
10908            'IMIX' and
10909            '2T1C' and
10910            'NDRPDR'"
10911   parameters:
10912   - "throughput"
10913   - "name"
10914   - "tags"
10915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = VNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10921     layout: "plot-service-density"
10922
10923 - type: "plot"
10924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10925   algorithm: "plot_nf_heatmap"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10928   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10929   filter: "'NIC_Intel-XXV710' and
10930            'NF_DENSITY' and
10931            'VHOST' and
10932            not 'VXLAN' and
10933            'CHAIN' and
10934            'NF_VPPIP4' and
10935            'IMIX' and
10936            '4T2C' and
10937            'NDRPDR'"
10938   parameters:
10939   - "throughput"
10940   - "name"
10941   - "tags"
10942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10943   x-axis: "X = VNFs per Service Chain"
10944   y-axis: "Y = Number of Service Chains"
10945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10946   layout:
10947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10948     layout: "plot-service-density"
10949
10950 - type: "plot"
10951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10952   algorithm: "plot_nf_heatmap"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10955   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10956   filter: "'NIC_Intel-XXV710' and
10957            'NF_DENSITY' and
10958            'VHOST' and
10959            not 'VXLAN' and
10960            'CHAIN' and
10961            'NF_VPPIP4' and
10962            'IMIX' and
10963            '8T4C' and
10964            'NDRPDR'"
10965   parameters:
10966   - "throughput"
10967   - "name"
10968   - "tags"
10969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10970   x-axis: "X = VNFs per Service Chain"
10971   y-axis: "Y = Number of Service Chains"
10972   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10973   layout:
10974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10975     layout: "plot-service-density"
10976
10977 # Plots - NF Density - VSC - PDR IMIX
10978 - type: "plot"
10979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10980   algorithm: "plot_nf_heatmap"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10983   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10984   filter: "'NIC_Intel-XXV710' and
10985            'NF_DENSITY' and
10986            'VHOST' and
10987            not 'VXLAN' and
10988            'CHAIN' and
10989            'NF_VPPIP4' and
10990            'IMIX' and
10991            '2T1C' and
10992            'NDRPDR'"
10993   parameters:
10994   - "throughput"
10995   - "name"
10996   - "tags"
10997   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10998   x-axis: "X = VNFs per Service Chain"
10999   y-axis: "Y = Number of Service Chains"
11000   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11001   layout:
11002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11003     layout: "plot-service-density"
11004
11005 - type: "plot"
11006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11007   algorithm: "plot_nf_heatmap"
11008   output-file-type: ".html"
11009   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11010   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11011   filter: "'NIC_Intel-XXV710' and
11012            'NF_DENSITY' and
11013            'VHOST' and
11014            not 'VXLAN' and
11015            'CHAIN' and
11016            'NF_VPPIP4' and
11017            'IMIX' and
11018            '4T2C' and
11019            'NDRPDR'"
11020   parameters:
11021   - "throughput"
11022   - "name"
11023   - "tags"
11024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11025   x-axis: "X = VNFs per Service Chain"
11026   y-axis: "Y = Number of Service Chains"
11027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11028   layout:
11029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11030     layout: "plot-service-density"
11031
11032 - type: "plot"
11033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11034   algorithm: "plot_nf_heatmap"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11037   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11038   filter: "'NIC_Intel-XXV710' and
11039            'NF_DENSITY' and
11040            'VHOST' and
11041            not 'VXLAN' and
11042            'CHAIN' and
11043            'NF_VPPIP4' and
11044            'IMIX' and
11045            '8T4C' and
11046            'NDRPDR'"
11047   parameters:
11048   - "throughput"
11049   - "name"
11050   - "tags"
11051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11052   x-axis: "X = VNFs per Service Chain"
11053   y-axis: "Y = Number of Service Chains"
11054   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11055   layout:
11056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11057     layout: "plot-service-density"
11058
11059 # Plots - NF Density - VSC - MRR IMIX
11060 - type: "plot"
11061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11062   algorithm: "plot_nf_heatmap"
11063   output-file-type: ".html"
11064   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11065   data: "plot-vpp-nfv-2n-clx-mrr"
11066   filter: "'NIC_Intel-XXV710' and
11067            'NF_DENSITY' and
11068            'VHOST' and
11069            'VXLAN' and
11070            'CHAIN' and
11071            'IMIX' and
11072            '2T1C' and
11073            'MRR'"
11074   parameters:
11075   - "result"
11076   - "name"
11077   - "tags"
11078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11079   x-axis: "X = VNFs per Service Chain"
11080   y-axis: "Y = Number of Service Chains"
11081   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11082   layout:
11083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11084     layout: "plot-service-density"
11085
11086 - type: "plot"
11087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11088   algorithm: "plot_nf_heatmap"
11089   output-file-type: ".html"
11090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11091   data: "plot-vpp-nfv-2n-clx-mrr"
11092   filter: "'NIC_Intel-XXV710' and
11093            'NF_DENSITY' and
11094            'VHOST' and
11095            'VXLAN' and
11096            'CHAIN' and
11097            'IMIX' and
11098            '4T2C' and
11099            'MRR'"
11100   parameters:
11101   - "result"
11102   - "name"
11103   - "tags"
11104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11105   x-axis: "X = VNFs per Service Chain"
11106   y-axis: "Y = Number of Service Chains"
11107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11108   layout:
11109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11110     layout: "plot-service-density"
11111
11112 - type: "plot"
11113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11114   algorithm: "plot_nf_heatmap"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11117   data: "plot-vpp-nfv-2n-clx-mrr"
11118   filter: "'NIC_Intel-XXV710' and
11119            'NF_DENSITY' and
11120            'VHOST' and
11121            'VXLAN' and
11122            'CHAIN' and
11123            'IMIX' and
11124            '8T4C' and
11125            'MRR'"
11126   parameters:
11127   - "result"
11128   - "name"
11129   - "tags"
11130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11131   x-axis: "X = VNFs per Service Chain"
11132   y-axis: "Y = Number of Service Chains"
11133   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11134   layout:
11135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11136     layout: "plot-service-density"
11137
11138 # Plots - NF Density - VSC - NDR IMIX
11139 - type: "plot"
11140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11141   algorithm: "plot_nf_heatmap"
11142   output-file-type: ".html"
11143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11144   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11145   filter: "'NIC_Intel-XXV710' and
11146            'NF_DENSITY' and
11147            'VHOST' and
11148            'VXLAN' and
11149            'CHAIN' and
11150            'IMIX' and
11151            '2T1C' and
11152            'NDRPDR'"
11153   parameters:
11154   - "throughput"
11155   - "name"
11156   - "tags"
11157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11158   x-axis: "X = VNFs per Service Chain"
11159   y-axis: "Y = Number of Service Chains"
11160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11161   layout:
11162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11163     layout: "plot-service-density"
11164
11165 - type: "plot"
11166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11167   algorithm: "plot_nf_heatmap"
11168   output-file-type: ".html"
11169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11170   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11171   filter: "'NIC_Intel-XXV710' and
11172            'NF_DENSITY' and
11173            'VHOST' and
11174            'VXLAN' and
11175            'CHAIN' and
11176            'IMIX' and
11177            '4T2C' and
11178            'NDRPDR'"
11179   parameters:
11180   - "throughput"
11181   - "name"
11182   - "tags"
11183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11184   x-axis: "X = VNFs per Service Chain"
11185   y-axis: "Y = Number of Service Chains"
11186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11187   layout:
11188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11189     layout: "plot-service-density"
11190
11191 - type: "plot"
11192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11193   algorithm: "plot_nf_heatmap"
11194   output-file-type: ".html"
11195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11196   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11197   filter: "'NIC_Intel-XXV710' and
11198            'NF_DENSITY' and
11199            'VHOST' and
11200            'VXLAN' and
11201            'CHAIN' and
11202            'IMIX' and
11203            '8T4C' and
11204            'NDRPDR'"
11205   parameters:
11206   - "throughput"
11207   - "name"
11208   - "tags"
11209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11210   x-axis: "X = VNFs per Service Chain"
11211   y-axis: "Y = Number of Service Chains"
11212   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11213   layout:
11214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11215     layout: "plot-service-density"
11216
11217 # Plots - NF Density - VSC - PDR IMIX
11218 - type: "plot"
11219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11220   algorithm: "plot_nf_heatmap"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11223   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11224   filter: "'NIC_Intel-XXV710' and
11225            'NF_DENSITY' and
11226            'VHOST' and
11227            'VXLAN' and
11228            'CHAIN' and
11229            'IMIX' and
11230            '2T1C' and
11231            'NDRPDR'"
11232   parameters:
11233   - "throughput"
11234   - "name"
11235   - "tags"
11236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11237   x-axis: "X = VNFs per Service Chain"
11238   y-axis: "Y = Number of Service Chains"
11239   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11240   layout:
11241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11242     layout: "plot-service-density"
11243
11244 - type: "plot"
11245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11246   algorithm: "plot_nf_heatmap"
11247   output-file-type: ".html"
11248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11249   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11250   filter: "'NIC_Intel-XXV710' and
11251            'NF_DENSITY' and
11252            'VHOST' and
11253            'VXLAN' and
11254            'CHAIN' and
11255            'IMIX' and
11256            '4T2C' and
11257            'NDRPDR'"
11258   parameters:
11259   - "throughput"
11260   - "name"
11261   - "tags"
11262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11263   x-axis: "X = VNFs per Service Chain"
11264   y-axis: "Y = Number of Service Chains"
11265   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11266   layout:
11267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11268     layout: "plot-service-density"
11269
11270 - type: "plot"
11271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11272   algorithm: "plot_nf_heatmap"
11273   output-file-type: ".html"
11274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11275   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11276   filter: "'NIC_Intel-XXV710' and
11277            'NF_DENSITY' and
11278            'VHOST' and
11279            'VXLAN' and
11280            'CHAIN' and
11281            'IMIX' and
11282            '8T4C' and
11283            'NDRPDR'"
11284   parameters:
11285   - "throughput"
11286   - "name"
11287   - "tags"
11288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11289   x-axis: "X = VNFs per Service Chain"
11290   y-axis: "Y = Number of Service Chains"
11291   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11292   layout:
11293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11294     layout: "plot-service-density"
11295
11296 # Plots - NF Density - CSC - MRR IMIX
11297 - type: "plot"
11298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11299   algorithm: "plot_nf_heatmap"
11300   output-file-type: ".html"
11301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11302   data: "plot-vpp-nfv-2n-clx-mrr"
11303   filter: "'NIC_Intel-XXV710' and
11304            'NF_DENSITY' and
11305            'DOCKER' and
11306            'CHAIN' and
11307            'NF_VPPIP4' and
11308            'IMIX' and
11309            '2T1C' and
11310            'MRR'"
11311   parameters:
11312   - "result"
11313   - "name"
11314   - "tags"
11315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11316   x-axis: "X = CNFs per Service Chain"
11317   y-axis: "Y = Number of Service Chains"
11318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11319   layout:
11320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11321     layout: "plot-service-density"
11322
11323 - type: "plot"
11324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11325   algorithm: "plot_nf_heatmap"
11326   output-file-type: ".html"
11327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11328   data: "plot-vpp-nfv-2n-clx-mrr"
11329   filter: "'NIC_Intel-XXV710' and
11330            'NF_DENSITY' and
11331            'DOCKER' and
11332            'CHAIN' and
11333            'NF_VPPIP4' and
11334            'IMIX' and
11335            '4T2C' and
11336            'MRR'"
11337   parameters:
11338   - "result"
11339   - "name"
11340   - "tags"
11341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11342   x-axis: "X = CNFs per Service Chain"
11343   y-axis: "Y = Number of Service Chains"
11344   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11345   layout:
11346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11347     layout: "plot-service-density"
11348
11349 - type: "plot"
11350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11351   algorithm: "plot_nf_heatmap"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11354   data: "plot-vpp-nfv-2n-clx-mrr"
11355   filter: "'NIC_Intel-XXV710' and
11356            'NF_DENSITY' and
11357            'DOCKER' and
11358            'CHAIN' and
11359            'NF_VPPIP4' and
11360            'IMIX' and
11361            '8T4C' and
11362            'MRR'"
11363   parameters:
11364   - "result"
11365   - "name"
11366   - "tags"
11367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11368   x-axis: "X = CNFs per Service Chain"
11369   y-axis: "Y = Number of Service Chains"
11370   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11371   layout:
11372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11373     layout: "plot-service-density"
11374
11375 # Plots - NF Density - CSC - NDR IMIX
11376 - type: "plot"
11377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11378   algorithm: "plot_nf_heatmap"
11379   output-file-type: ".html"
11380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11381   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11382   filter: "'NIC_Intel-XXV710' and
11383            'NF_DENSITY' and
11384            'DOCKER' and
11385            'CHAIN' and
11386            'NF_VPPIP4' and
11387            'IMIX' and
11388            '2T1C' and
11389            'NDRPDR'"
11390   parameters:
11391   - "throughput"
11392   - "name"
11393   - "tags"
11394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11395   x-axis: "X = CNFs per Service Chain"
11396   y-axis: "Y = Number of Service Chains"
11397   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11398   layout:
11399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11400     layout: "plot-service-density"
11401
11402 - type: "plot"
11403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11404   algorithm: "plot_nf_heatmap"
11405   output-file-type: ".html"
11406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11407   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11408   filter: "'NIC_Intel-XXV710' and
11409            'NF_DENSITY' and
11410            'DOCKER' and
11411            'CHAIN' and
11412            'NF_VPPIP4' and
11413            'IMIX' and
11414            '4T2C' and
11415            'NDRPDR'"
11416   parameters:
11417   - "throughput"
11418   - "name"
11419   - "tags"
11420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11421   x-axis: "X = CNFs per Service Chain"
11422   y-axis: "Y = Number of Service Chains"
11423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11424   layout:
11425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11426     layout: "plot-service-density"
11427
11428 - type: "plot"
11429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11430   algorithm: "plot_nf_heatmap"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11434   filter: "'NIC_Intel-XXV710' and
11435            'NF_DENSITY' and
11436            'DOCKER' and
11437            'CHAIN' and
11438            'NF_VPPIP4' and
11439            'IMIX' and
11440            '8T4C' and
11441            'NDRPDR'"
11442   parameters:
11443   - "throughput"
11444   - "name"
11445   - "tags"
11446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11447   x-axis: "X = CNFs per Service Chain"
11448   y-axis: "Y = Number of Service Chains"
11449   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11450   layout:
11451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11452     layout: "plot-service-density"
11453
11454 # Plots - NF Density - CSC - PDR IMIX
11455 - type: "plot"
11456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11457   algorithm: "plot_nf_heatmap"
11458   output-file-type: ".html"
11459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11460   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11461   filter: "'NIC_Intel-XXV710' and
11462            'NF_DENSITY' and
11463            'DOCKER' and
11464            'CHAIN' and
11465            'NF_VPPIP4' and
11466            'IMIX' and
11467            '2T1C' and
11468            'NDRPDR'"
11469   parameters:
11470   - "throughput"
11471   - "name"
11472   - "tags"
11473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11474   x-axis: "X = CNFs per Service Chain"
11475   y-axis: "Y = Number of Service Chains"
11476   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11477   layout:
11478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11479     layout: "plot-service-density"
11480
11481 - type: "plot"
11482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11483   algorithm: "plot_nf_heatmap"
11484   output-file-type: ".html"
11485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11486   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11487   filter: "'NIC_Intel-XXV710' and
11488            'NF_DENSITY' and
11489            'DOCKER' and
11490            'CHAIN' and
11491            'NF_VPPIP4' and
11492            'IMIX' and
11493            '4T2C' and
11494            'NDRPDR'"
11495   parameters:
11496   - "throughput"
11497   - "name"
11498   - "tags"
11499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11500   x-axis: "X = CNFs per Service Chain"
11501   y-axis: "Y = Number of Service Chains"
11502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11503   layout:
11504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11505     layout: "plot-service-density"
11506
11507 - type: "plot"
11508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11509   algorithm: "plot_nf_heatmap"
11510   output-file-type: ".html"
11511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11512   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11513   filter: "'NIC_Intel-XXV710' and
11514            'NF_DENSITY' and
11515            'DOCKER' and
11516            'CHAIN' and
11517            'NF_VPPIP4' and
11518            'IMIX' and
11519            '8T4C' and
11520            'NDRPDR'"
11521   parameters:
11522   - "throughput"
11523   - "name"
11524   - "tags"
11525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11526   x-axis: "X = CNFs per Service Chain"
11527   y-axis: "Y = Number of Service Chains"
11528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11529   layout:
11530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11531     layout: "plot-service-density"
11532
11533 # Plots - NF Density - CSP - MRR IMIX
11534 - type: "plot"
11535   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11536   algorithm: "plot_nf_heatmap"
11537   output-file-type: ".html"
11538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11539   data: "plot-vpp-nfv-2n-clx-mrr"
11540   filter: "'NIC_Intel-XXV710' and
11541            'NF_DENSITY' and
11542            'DOCKER' and
11543            'PIPELINE' and
11544            'NF_VPPIP4' and
11545            'IMIX' and
11546            '2T1C' and
11547            'MRR'"
11548   parameters:
11549   - "result"
11550   - "name"
11551   - "tags"
11552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11553   x-axis: "X = CNFs per Service Pipeline"
11554   y-axis: "Y = Number of Service Pipelines"
11555   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11556   layout:
11557     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11558     layout: "plot-service-density"
11559
11560 - type: "plot"
11561   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11562   algorithm: "plot_nf_heatmap"
11563   output-file-type: ".html"
11564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11565   data: "plot-vpp-nfv-2n-clx-mrr"
11566   filter: "'NIC_Intel-XXV710' and
11567            'NF_DENSITY' and
11568            'DOCKER' and
11569            'PIPELINE' and
11570            'NF_VPPIP4' and
11571            'IMIX' and
11572            '4T2C' and
11573            'MRR'"
11574   parameters:
11575   - "result"
11576   - "name"
11577   - "tags"
11578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11579   x-axis: "X = CNFs per Service Pipeline"
11580   y-axis: "Y = Number of Service Pipelines"
11581   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11582   layout:
11583     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11584     layout: "plot-service-density"
11585
11586 - type: "plot"
11587   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11588   algorithm: "plot_nf_heatmap"
11589   output-file-type: ".html"
11590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11591   data: "plot-vpp-nfv-2n-clx-mrr"
11592   filter: "'NIC_Intel-XXV710' and
11593            'NF_DENSITY' and
11594            'DOCKER' and
11595            'PIPELINE' and
11596            'NF_VPPIP4' and
11597            'IMIX' and
11598            '8T4C' and
11599            'MRR'"
11600   parameters:
11601   - "result"
11602   - "name"
11603   - "tags"
11604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11605   x-axis: "X = CNFs per Service Pipeline"
11606   y-axis: "Y = Number of Service Pipelines"
11607   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11608   layout:
11609     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11610     layout: "plot-service-density"
11611
11612 # Plots - NF Density - CSP - NDR IMIX
11613 - type: "plot"
11614   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11615   algorithm: "plot_nf_heatmap"
11616   output-file-type: ".html"
11617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11618   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11619   filter: "'NIC_Intel-XXV710' and
11620            'NF_DENSITY' and
11621            'DOCKER' and
11622            'PIPELINE' and
11623            'NF_VPPIP4' and
11624            'IMIX' and
11625            '2T1C' and
11626            'NDRPDR'"
11627   parameters:
11628   - "throughput"
11629   - "name"
11630   - "tags"
11631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11632   x-axis: "X = CNFs per Service Pipeline"
11633   y-axis: "Y = Number of Service Pipelines"
11634   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11635   layout:
11636     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11637     layout: "plot-service-density"
11638
11639 - type: "plot"
11640   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11641   algorithm: "plot_nf_heatmap"
11642   output-file-type: ".html"
11643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11644   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11645   filter: "'NIC_Intel-XXV710' and
11646            'NF_DENSITY' and
11647            'DOCKER' and
11648            'PIPELINE' and
11649            'NF_VPPIP4' and
11650            'IMIX' and
11651            '4T2C' and
11652            'NDRPDR'"
11653   parameters:
11654   - "throughput"
11655   - "name"
11656   - "tags"
11657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11658   x-axis: "X = CNFs per Service Pipeline"
11659   y-axis: "Y = Number of Service Pipelines"
11660   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11661   layout:
11662     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11663     layout: "plot-service-density"
11664
11665 - type: "plot"
11666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11667   algorithm: "plot_nf_heatmap"
11668   output-file-type: ".html"
11669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11670   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11671   filter: "'NIC_Intel-XXV710' and
11672            'NF_DENSITY' and
11673            'DOCKER' and
11674            'PIPELINE' and
11675            'NF_VPPIP4' and
11676            'IMIX' and
11677            '8T4C' and
11678            'NDRPDR'"
11679   parameters:
11680   - "throughput"
11681   - "name"
11682   - "tags"
11683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11684   x-axis: "X = CNFs per Service Pipeline"
11685   y-axis: "Y = Number of Service Pipelines"
11686   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11687   layout:
11688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11689     layout: "plot-service-density"
11690
11691 # Plots - NF Density - CSP - PDR IMIX
11692 - type: "plot"
11693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11694   algorithm: "plot_nf_heatmap"
11695   output-file-type: ".html"
11696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11697   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11698   filter: "'NIC_Intel-XXV710' and
11699            'NF_DENSITY' and
11700            'DOCKER' and
11701            'PIPELINE' and
11702            'NF_VPPIP4' and
11703            'IMIX' and
11704            '2T1C' and
11705            'NDRPDR'"
11706   parameters:
11707   - "throughput"
11708   - "name"
11709   - "tags"
11710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11711   x-axis: "X = CNFs per Service Pipeline"
11712   y-axis: "Y = Number of Service Pipelines"
11713   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11714   layout:
11715     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11716     layout: "plot-service-density"
11717
11718 - type: "plot"
11719   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11720   algorithm: "plot_nf_heatmap"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11723   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11724   filter: "'NIC_Intel-XXV710' and
11725            'NF_DENSITY' and
11726            'DOCKER' and
11727            'PIPELINE' and
11728            'NF_VPPIP4' and
11729            'IMIX' and
11730            '4T2C' and
11731            'NDRPDR'"
11732   parameters:
11733   - "throughput"
11734   - "name"
11735   - "tags"
11736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11737   x-axis: "X = CNFs per Service Pipeline"
11738   y-axis: "Y = Number of Service Pipelines"
11739   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11740   layout:
11741     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11742     layout: "plot-service-density"
11743
11744 - type: "plot"
11745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11746   algorithm: "plot_nf_heatmap"
11747   output-file-type: ".html"
11748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11749   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11750   filter: "'NIC_Intel-XXV710' and
11751            'NF_DENSITY' and
11752            'DOCKER' and
11753            'PIPELINE' and
11754            'NF_VPPIP4' and
11755            'IMIX' and
11756            '8T4C' and
11757            'NDRPDR'"
11758   parameters:
11759   - "throughput"
11760   - "name"
11761   - "tags"
11762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11763   x-axis: "X = CNFs per Service Pipeline"
11764   y-axis: "Y = Number of Service Pipelines"
11765   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11766   layout:
11767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11768     layout: "plot-service-density"
11769
11770 ################################################################################
11771
11772 # Packet Throughput
11773
11774 - type: "plot"
11775   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11779   include:
11780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11784   layout:
11785     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11786     layout: "plot-throughput"
11787
11788 - type: "plot"
11789   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11790   algorithm: "plot_perf_box_name"
11791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793   include:
11794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11798   layout:
11799     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11812   layout:
11813     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11821   include:
11822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11826   layout:
11827     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11835   include:
11836     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11837     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11838     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11840     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11841   layout:
11842     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11852     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11853     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11854     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11856   layout:
11857     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11871   layout:
11872     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11886   layout:
11887     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11895   include:
11896     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11897     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11898     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11901   layout:
11902     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11910   include:
11911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11916   layout:
11917     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11925   include:
11926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11932   layout:
11933     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11934     layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11941   include:
11942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11948   layout:
11949     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11950     layout: "plot-throughput"
11951
11952 - type: "plot"
11953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11957   include:
11958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11963   layout:
11964     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11965     layout: "plot-throughput"
11966
11967 - type: "plot"
11968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11969   algorithm: "plot_perf_box_name"
11970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11972   include:
11973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11978   layout:
11979     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11980     layout: "plot-throughput"
11981
11982 - type: "plot"
11983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11984   algorithm: "plot_perf_box_name"
11985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11987   include:
11988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11991   layout:
11992     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12000   include:
12001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
12004   layout:
12005     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12013   include:
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12019   layout:
12020     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12034   layout:
12035     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12043   include:
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12047   layout:
12048     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12056   include:
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12060   layout:
12061     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12066   algorithm: "plot_perf_box_name"
12067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12069   include:
12070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12076   layout:
12077     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12092   layout:
12093     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12101   include:
12102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12108   layout:
12109     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12124   layout:
12125     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12130   algorithm: "plot_perf_box_name"
12131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12133   include:
12134     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12137   layout:
12138     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12146   include:
12147     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12150   layout:
12151     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12162 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12163 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12164 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12165   layout:
12166     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12177 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12178 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12179 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12180   layout:
12181     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12195   layout:
12196     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12210   layout:
12211     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12225   layout:
12226     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12256   layout:
12257     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12265   include:
12266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12272   layout:
12273     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12288   layout:
12289     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12304   layout:
12305     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12313   include:
12314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12319   layout:
12320     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12328   include:
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12334   layout:
12335     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12343   include:
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12350   layout:
12351     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12352     layout: "plot-throughput"
12353
12354 - type: "plot"
12355   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12356   algorithm: "plot_perf_box_name"
12357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12359   include:
12360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12366   layout:
12367     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12368     layout: "plot-throughput"
12369
12370 - type: "plot"
12371   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12372   algorithm: "plot_perf_box_name"
12373   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12374   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12375   include:
12376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12381   layout:
12382     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12383     layout: "plot-throughput"
12384
12385 - type: "plot"
12386   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12387   algorithm: "plot_perf_box_name"
12388   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12389   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12390   include:
12391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12396   layout:
12397     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12398     layout: "plot-throughput"
12399
12400 - type: "plot"
12401   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12402   algorithm: "plot_perf_box_name"
12403   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12404   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12405   include:
12406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12412   layout:
12413     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12414     layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12420   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12421   include:
12422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12428   layout:
12429     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12437   include:
12438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12443   layout:
12444     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12452   include:
12453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12458   layout:
12459     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12467   include:
12468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12474   layout:
12475     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12483   include:
12484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12490   layout:
12491     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12499   include:
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12502   layout:
12503     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12511   include:
12512     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12514   layout:
12515     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12528   layout:
12529     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12542   layout:
12543     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12544     layout: "plot-throughput"
12545
12546 - type: "plot"
12547   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12548   algorithm: "plot_perf_box_name"
12549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12551   include:
12552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12579   include:
12580     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12584   layout:
12585     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12586     layout: "plot-throughput"
12587
12588 - type: "plot"
12589   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12590   algorithm: "plot_perf_box_name"
12591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12593   include:
12594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12598   layout:
12599     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12607   include:
12608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12612   layout:
12613     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12614     layout: "plot-throughput"
12615
12616 - type: "plot"
12617   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12618   algorithm: "plot_perf_box_name"
12619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12621   include:
12622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12626   layout:
12627     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12634   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12642   layout:
12643     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12658   layout:
12659     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12673   layout:
12674     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12682   include:
12683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12688   layout:
12689     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12703   layout:
12704     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12712   include:
12713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12718   layout:
12719     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12720     layout: "plot-throughput"
12721
12722 - type: "plot"
12723   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12724   algorithm: "plot_perf_box_name"
12725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12727   include:
12728     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12731   layout:
12732     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12740   include:
12741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12744   layout:
12745     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12750   algorithm: "plot_perf_box_name"
12751   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12753   include:
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12757   layout:
12758     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12766   include:
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12770   layout:
12771     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12779   include:
12780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12785   layout:
12786     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12800   layout:
12801     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12809   include:
12810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12815   layout:
12816     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12824   include:
12825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12830   layout:
12831     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12839   include:
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12845   layout:
12846     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12847     layout: "plot-throughput"
12848
12849 - type: "plot"
12850   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12851   algorithm: "plot_perf_box_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12854   include:
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12860   layout:
12861     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12868   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12869   include:
12870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12875   layout:
12876     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12883   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12884   include:
12885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12890   layout:
12891     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12899   include:
12900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12905   layout:
12906     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12914   include:
12915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12920   layout:
12921     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12929   include:
12930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936   layout:
12937     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12945   include:
12946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12952   layout:
12953     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12961   include:
12962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966   layout:
12967     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   include:
12976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980   layout:
12981     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12989   include:
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996   layout:
12997     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012   layout:
13013     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13021   include:
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028   layout:
13029     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044   layout:
13045     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060   layout:
13061     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13069   include:
13070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076   layout:
13077     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13085   include:
13086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13092   layout:
13093     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13101   include:
13102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13108   layout:
13109     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13116   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13117   include:
13118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13124   layout:
13125     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13126     layout: "plot-throughput"
13127
13128 - type: "plot"
13129   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13130   algorithm: "plot_perf_box_name"
13131   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13132   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13133   include:
13134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13140   layout:
13141     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13156   layout:
13157     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13165   include:
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13172   layout:
13173     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13174     layout: "plot-throughput"
13175
13176 - type: "plot"
13177   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13178   algorithm: "plot_perf_box_name"
13179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13181   include:
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13188   layout:
13189     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13190     layout: "plot-throughput"
13191
13192 - type: "plot"
13193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13194   algorithm: "plot_perf_box_name"
13195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13197   include:
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13204   layout:
13205     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13220   layout:
13221     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13226   algorithm: "plot_perf_box_name"
13227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13229   include:
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13236   layout:
13237     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13250   layout:
13251     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13252     layout: "plot-throughput"
13253
13254 - type: "plot"
13255   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13256   algorithm: "plot_perf_box_name"
13257   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13258   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13259   include:
13260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13264   layout:
13265     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13278   layout:
13279     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13292   layout:
13293     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13294     layout: "plot-throughput"
13295
13296 - type: "plot"
13297   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13298   algorithm: "plot_perf_box_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13301   include:
13302     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13308   layout:
13309     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13310     layout: "plot-throughput"
13311
13312 - type: "plot"
13313   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13314   algorithm: "plot_perf_box_name"
13315   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13317   include:
13318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13324   layout:
13325     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13339   layout:
13340     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13354   layout:
13355     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13360   algorithm: "plot_perf_box_name"
13361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13363   include:
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13369   layout:
13370     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13378   include:
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13384   layout:
13385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13398   layout:
13399     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13412   layout:
13413     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13414     layout: "plot-throughput"
13415
13416 - type: "plot"
13417   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13418   algorithm: "plot_perf_box_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13421   include:
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13428   layout:
13429     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13444   layout:
13445     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13460   layout:
13461     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13469   include:
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13476   layout:
13477     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13492   layout:
13493     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13508   layout:
13509     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13524   layout:
13525     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13533   include:
13534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13540   layout:
13541     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13549   include:
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13554   layout:
13555     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13556     layout: "plot-throughput"
13557
13558 - type: "plot"
13559   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13560   algorithm: "plot_perf_box_name"
13561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13563   include:
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13568   layout:
13569     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13577   include:
13578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13584   layout:
13585     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13586     layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13593   include:
13594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13600   layout:
13601     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13609   include:
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13616   layout:
13617     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13625   include:
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13632   layout:
13633     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13634     layout: "plot-throughput"
13635
13636 #- type: "plot"
13637 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13638 #  algorithm: "plot_perf_box_name"
13639 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13640 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13641 #  include:
13642 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13643 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13646 #  layout:
13647 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13648 #    layout: "plot-throughput"
13649 #
13650 #- type: "plot"
13651 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13652 #  algorithm: "plot_perf_box_name"
13653 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13654 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13655 #  include:
13656 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13657 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13658 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13659 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13660 #  layout:
13661 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13662 #    layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13668   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13669   include:
13670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13676   layout:
13677     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13685   include:
13686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13692   layout:
13693     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13694     layout: "plot-throughput"
13695
13696 #- type: "plot"
13697 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13698 #  algorithm: "plot_perf_box_name"
13699 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13700 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13701 #  include:
13702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13706 #  layout:
13707 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13708 #    layout: "plot-throughput"
13709 #
13710 #- type: "plot"
13711 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13712 #  algorithm: "plot_perf_box_name"
13713 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13714 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13715 #  include:
13716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13720 #  layout:
13721 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13722 #    layout: "plot-throughput"
13723
13724 - type: "plot"
13725   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13726   algorithm: "plot_perf_box_name"
13727   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13728   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13729   include:
13730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13736   layout:
13737     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13738     layout: "plot-throughput"
13739
13740 - type: "plot"
13741   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13742   algorithm: "plot_perf_box_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13744   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13745   include:
13746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13752   layout:
13753     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13754     layout: "plot-throughput"
13755
13756 #- type: "plot"
13757 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13758 #  algorithm: "plot_perf_box_name"
13759 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13760 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13761 #  include:
13762 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13763 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13764 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13765 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13766 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13767 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13768 #  layout:
13769 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13770 #    layout: "plot-throughput"
13771 #
13772 #- type: "plot"
13773 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13774 #  algorithm: "plot_perf_box_name"
13775 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13776 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13777 #  include:
13778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13779 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13780 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13781 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13782 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13783 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13784 #  layout:
13785 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13786 #    layout: "plot-throughput"
13787
13788 - type: "plot"
13789   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13790   algorithm: "plot_perf_box_name"
13791   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13792   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13793   include:
13794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13800   layout:
13801     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13802     layout: "plot-throughput"
13803
13804 - type: "plot"
13805   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13806   algorithm: "plot_perf_box_name"
13807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13809   include:
13810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13816   layout:
13817     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13818     layout: "plot-throughput"
13819
13820 - type: "plot"
13821   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13822   algorithm: "plot_perf_box_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825   include:
13826     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13829 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13831 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13832   layout:
13833     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13834     layout: "plot-throughput"
13835
13836 - type: "plot"
13837   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13838   algorithm: "plot_perf_box_name"
13839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13841   include:
13842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13845 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13846 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13847 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13848   layout:
13849     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13850     layout: "plot-throughput"
13851
13852 - type: "plot"
13853   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13854   algorithm: "plot_perf_box_name"
13855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13864   layout:
13865     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13866     layout: "plot-throughput"
13867
13868 - type: "plot"
13869   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13870   algorithm: "plot_perf_box_name"
13871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13873   include:
13874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13880   layout:
13881     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13889   include:
13890     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13893     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13894     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13896   layout:
13897     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13898     layout: "plot-throughput"
13899
13900 - type: "plot"
13901   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13902   algorithm: "plot_perf_box_name"
13903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13905   include:
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13912   layout:
13913     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13914     layout: "plot-throughput"
13915
13916 #- type: "plot"
13917 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13918 #  algorithm: "plot_perf_box_name"
13919 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13920 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13921 #  include:
13922 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13923 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13924 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13925 #  layout:
13926 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13927 #    layout: "plot-throughput"
13928 #
13929 #- type: "plot"
13930 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13931 #  algorithm: "plot_perf_box_name"
13932 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13933 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13934 #  include:
13935 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13936 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13937 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13938 #  layout:
13939 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13940 #    layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13953   layout:
13954     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13977   include:
13978     - "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"
13979     - "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"
13980     - "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"
13981     - "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"
13982     - "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"
13983   layout:
13984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13992   include:
13993     - "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"
13994     - "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"
13995     - "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"
13996     - "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"
13997     - "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"
13998   layout:
13999     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14000     layout: "plot-throughput"
14001
14002 - type: "plot"
14003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14004   algorithm: "plot_perf_box_name"
14005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14007   include:
14008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14013   layout:
14014     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14015     layout: "plot-throughput"
14016
14017 - type: "plot"
14018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14019   algorithm: "plot_perf_box_name"
14020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14028   layout:
14029     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14030     layout: "plot-throughput"
14031
14032 - type: "plot"
14033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14034   algorithm: "plot_perf_box_name"
14035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14043   layout:
14044     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14058   layout:
14059     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14064   algorithm: "plot_perf_box_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14067   include:
14068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14073   layout:
14074     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14075     layout: "plot-throughput"
14076
14077 - type: "plot"
14078   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14079   algorithm: "plot_perf_box_name"
14080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14082   include:
14083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14088   layout:
14089     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14090     layout: "plot-throughput"
14091
14092 - type: "plot"
14093   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14094   algorithm: "plot_perf_box_name"
14095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14097   include:
14098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14103   layout:
14104     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14105     layout: "plot-throughput"
14106
14107 - type: "plot"
14108   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14109   algorithm: "plot_perf_box_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14112   include:
14113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14118   layout:
14119     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14120     layout: "plot-throughput"
14121
14122 - type: "plot"
14123   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14124   algorithm: "plot_perf_box_name"
14125   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14127   include:
14128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14132   layout:
14133     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14134     layout: "plot-throughput"
14135
14136 - type: "plot"
14137   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14138   algorithm: "plot_perf_box_name"
14139   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14141   include:
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14146   layout:
14147     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14148     layout: "plot-throughput"
14149
14150 - type: "plot"
14151   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14152   algorithm: "plot_perf_box_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "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"
14157     - "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"
14158     - "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"
14159     - "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"
14160   layout:
14161     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14162     layout: "plot-throughput"
14163
14164 - type: "plot"
14165   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14166   algorithm: "plot_perf_box_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14169   include:
14170     - "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"
14171     - "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"
14172     - "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"
14173     - "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"
14174   layout:
14175     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14176     layout: "plot-throughput"
14177
14178 - type: "plot"
14179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14180   algorithm: "plot_perf_box_name"
14181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190   layout:
14191     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14192     layout: "plot-throughput"
14193
14194 - type: "plot"
14195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14196   algorithm: "plot_perf_box_name"
14197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14199   include:
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206   layout:
14207     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222   layout:
14223     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14224     layout: "plot-throughput"
14225
14226 - type: "plot"
14227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14228   algorithm: "plot_perf_box_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14231   include:
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238   layout:
14239     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14240     layout: "plot-throughput"
14241
14242 - type: "plot"
14243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14244   algorithm: "plot_perf_box_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14254   layout:
14255     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14256     layout: "plot-throughput"
14257
14258 - type: "plot"
14259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14260   algorithm: "plot_perf_box_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14285   layout:
14286     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14287     layout: "plot-throughput"
14288
14289 - type: "plot"
14290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14291   algorithm: "plot_perf_box_name"
14292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14294   include:
14295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14302     layout: "plot-throughput"
14303
14304 - type: "plot"
14305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14306   algorithm: "plot_perf_box_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14312   layout:
14313     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14314     layout: "plot-throughput"
14315
14316 - type: "plot"
14317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14318   algorithm: "plot_perf_box_name"
14319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14321   include:
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14324   layout:
14325     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14326     layout: "plot-throughput"
14327
14328 - type: "plot"
14329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14330   algorithm: "plot_perf_box_name"
14331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14333   include:
14334     - "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"
14335     - "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"
14336   layout:
14337     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14338     layout: "plot-throughput"
14339
14340 - type: "plot"
14341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14342   algorithm: "plot_perf_box_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14345   include:
14346     - "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"
14347     - "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"
14348   layout:
14349     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14350     layout: "plot-throughput"
14351
14352 - type: "plot"
14353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14354   algorithm: "plot_perf_box_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14360   layout:
14361     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14362     layout: "plot-throughput"
14363
14364 - type: "plot"
14365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14366   algorithm: "plot_perf_box_name"
14367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14369   include:
14370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14372   layout:
14373     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14374     layout: "plot-throughput"
14375
14376 - type: "plot"
14377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14378   algorithm: "plot_perf_box_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14384   layout:
14385     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14386     layout: "plot-throughput"
14387
14388 - type: "plot"
14389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14390   algorithm: "plot_perf_box_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14396   layout:
14397     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14398     layout: "plot-throughput"
14399
14400 - type: "plot"
14401   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14402   algorithm: "plot_perf_box_name"
14403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14405   include:
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412   layout:
14413     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14414     layout: "plot-throughput"
14415
14416 - type: "plot"
14417   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14418   algorithm: "plot_perf_box_name"
14419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14421   include:
14422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428   layout:
14429     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14430     layout: "plot-throughput"
14431
14432 - type: "plot"
14433   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14434   algorithm: "plot_perf_box_name"
14435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14437   include:
14438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14444   layout:
14445     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14446     layout: "plot-throughput"
14447
14448 - type: "plot"
14449   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14450   algorithm: "plot_perf_box_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14453   include:
14454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14460   layout:
14461     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14462     layout: "plot-throughput"
14463
14464 #- type: "plot"
14465 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14466 #  algorithm: "plot_perf_box_name"
14467 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14468 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14469 #  include:
14470 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14471 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14472 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14473 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14474 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14475 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476 #  layout:
14477 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14478 #    layout: "plot-throughput"
14479 #
14480 #- type: "plot"
14481 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14482 #  algorithm: "plot_perf_box_name"
14483 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14484 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14485 #  include:
14486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14492 #  layout:
14493 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14494 #    layout: "plot-throughput"
14495
14496 - type: "plot"
14497   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14498   algorithm: "plot_perf_box_name"
14499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14500   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14501   include:
14502     - "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"
14503     - "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"
14504     - "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"
14505     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14506     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14507     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14508   layout:
14509     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14510     layout: "plot-throughput"
14511
14512 - type: "plot"
14513   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14514   algorithm: "plot_perf_box_name"
14515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14517   include:
14518     - "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"
14519     - "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"
14520     - "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"
14521     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14522     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14523     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14524   layout:
14525     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14526     layout: "plot-throughput"
14527
14528 ################################################################################
14529
14530 # Packet Speedup
14531
14532 - type: "plot"
14533   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14542   layout:
14543     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14556   layout:
14557     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14570   layout:
14571     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14584   layout:
14585     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14596     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14599   layout:
14600     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14601     layout: "plot-throughput-speedup-analysis"
14602
14603 - type: "plot"
14604   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14605   algorithm: "plot_tsa_name"
14606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14608   include:
14609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14611     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14614   layout:
14615     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14629   layout:
14630     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14644   layout:
14645     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14660   layout:
14661     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14662     layout: "plot-throughput-speedup-analysis"
14663
14664 - type: "plot"
14665   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14666   algorithm: "plot_tsa_name"
14667   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14668   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14669   include:
14670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14676   layout:
14677     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14719   layout:
14720     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14728   include:
14729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14732   layout:
14733     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14747   layout:
14748     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14762   layout:
14763     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14764     layout: "plot-throughput-speedup-analysis"
14765
14766 - type: "plot"
14767   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14768   algorithm: "plot_tsa_name"
14769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14771   include:
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14775   layout:
14776     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14788   layout:
14789     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14804   layout:
14805     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14813   include:
14814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14820   layout:
14821     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14836   layout:
14837     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14838     layout: "plot-throughput-speedup-analysis"
14839
14840 - type: "plot"
14841   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14842   algorithm: "plot_tsa_name"
14843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14845   include:
14846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14852   layout:
14853     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14854     layout: "plot-throughput-speedup-analysis"
14855
14856 - type: "plot"
14857   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14858   algorithm: "plot_tsa_name"
14859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14861   include:
14862     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14865   layout:
14866     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14874   include:
14875     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14877     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14878   layout:
14879     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14891 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14892 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14893   layout:
14894     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14908   layout:
14909     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14923   layout:
14924     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14925     layout: "plot-throughput-speedup-analysis"
14926
14927 - type: "plot"
14928   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14932   include:
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14938   layout:
14939     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 - type: "plot"
14943   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14944   algorithm: "plot_tsa_name"
14945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14947   include:
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14953   layout:
14954     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14955     layout: "plot-throughput-speedup-analysis"
14956
14957 - type: "plot"
14958   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14959   algorithm: "plot_tsa_name"
14960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14962   include:
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14968   layout:
14969     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 - type: "plot"
14973   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14974   algorithm: "plot_tsa_name"
14975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14977   include:
14978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14984   layout:
14985     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14986     layout: "plot-throughput-speedup-analysis"
14987
14988 - type: "plot"
14989   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14990   algorithm: "plot_tsa_name"
14991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14993   include:
14994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15000   layout:
15001     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15016   layout:
15017     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15032   layout:
15033     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15041   include:
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15044   layout:
15045     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15053   include:
15054     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15056   layout:
15057     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15065   include:
15066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15070   layout:
15071     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15079   include:
15080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15084   layout:
15085     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15093   include:
15094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15098   layout:
15099     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15112   layout:
15113     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15114     layout: "plot-throughput-speedup-analysis"
15115
15116 - type: "plot"
15117   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15118   algorithm: "plot_tsa_name"
15119   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15121   include:
15122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15128   layout:
15129     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15130     layout: "plot-throughput-speedup-analysis"
15131
15132 - type: "plot"
15133   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15134   algorithm: "plot_tsa_name"
15135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15137   include:
15138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15144   layout:
15145     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15159   layout:
15160     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 - type: "plot"
15164   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15165   algorithm: "plot_tsa_name"
15166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15168   include:
15169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15174   layout:
15175     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15176     layout: "plot-throughput-speedup-analysis"
15177
15178 - type: "plot"
15179   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15180   algorithm: "plot_tsa_name"
15181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15183   include:
15184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15189   layout:
15190     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15204   layout:
15205     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15213   include:
15214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15217   layout:
15218     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15226   include:
15227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15230   layout:
15231     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15243   layout:
15244     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15256   layout:
15257     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15265   include:
15266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15286   layout:
15287     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15295   include:
15296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15301   layout:
15302     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15310   include:
15311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15316   layout:
15317     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15325   include:
15326     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15329     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332   layout:
15333     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15341   include:
15342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348   layout:
15349     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15357   include:
15358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362   layout:
15363     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15364     layout: "plot-throughput-speedup-analysis"
15365
15366 - type: "plot"
15367   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15368   algorithm: "plot_tsa_name"
15369   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15371   include:
15372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15376   layout:
15377     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15389     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15390     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15392   layout:
15393     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15401   include:
15402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15408   layout:
15409     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15410     layout: "plot-throughput-speedup-analysis"
15411
15412 - type: "plot"
15413   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15414   algorithm: "plot_tsa_name"
15415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15417   include:
15418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15424   layout:
15425     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15440   layout:
15441     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15456   layout:
15457     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15458     layout: "plot-throughput-speedup-analysis"
15459
15460 - type: "plot"
15461   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15462   algorithm: "plot_tsa_name"
15463   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15465   include:
15466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15472   layout:
15473     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15488   layout:
15489     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15497   include:
15498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15504   layout:
15505     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15520   layout:
15521     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15522     layout: "plot-throughput-speedup-analysis"
15523
15524 - type: "plot"
15525   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15526   algorithm: "plot_tsa_name"
15527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15529   include:
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15536   layout:
15537     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15545   include:
15546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15550   layout:
15551     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15559   include:
15560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15564   layout:
15565     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15573   include:
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15578   layout:
15579     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15592   layout:
15593     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15601   include:
15602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15608   layout:
15609     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15617   include:
15618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15624   layout:
15625     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15639   layout:
15640     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15648   include:
15649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15654   layout:
15655     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15656     layout: "plot-throughput-speedup-analysis"
15657
15658 - type: "plot"
15659   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15660   algorithm: "plot_tsa_name"
15661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15663   include:
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15669   layout:
15670     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15678   include:
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15684   layout:
15685     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15698   layout:
15699     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   include:
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15712   layout:
15713     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15728   layout:
15729     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15760   layout:
15761     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15769   include:
15770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15776   layout:
15777     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15785   include:
15786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15792   layout:
15793     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15808   layout:
15809     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15817   include:
15818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15824   layout:
15825     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15833   include:
15834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15840   layout:
15841     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15849   include:
15850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15856   layout:
15857     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15865   include:
15866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15872   layout:
15873     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15881   include:
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15887   layout:
15888     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15896   include:
15897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15902   layout:
15903     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15911   include:
15912     - "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"
15913     - "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"
15914     - "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"
15915     - "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"
15916     - "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"
15917   layout:
15918     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15926   include:
15927     - "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"
15928     - "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"
15929     - "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"
15930     - "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"
15931     - "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"
15932   layout:
15933     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15941   include:
15942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15947   layout:
15948     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15956   include:
15957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15962   layout:
15963     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15971   include:
15972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15977   layout:
15978     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15979     layout: "plot-throughput-speedup-analysis"
15980
15981 - type: "plot"
15982   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15983   algorithm: "plot_tsa_name"
15984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15986   include:
15987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15992   layout:
15993     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16001   include:
16002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16007   layout:
16008     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16016   include:
16017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16022   layout:
16023     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16024     layout: "plot-throughput-speedup-analysis"
16025
16026 - type: "plot"
16027   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16028   algorithm: "plot_tsa_name"
16029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16031   include:
16032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16037   layout:
16038     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16039     layout: "plot-throughput-speedup-analysis"
16040
16041 - type: "plot"
16042   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16043   algorithm: "plot_tsa_name"
16044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16046   include:
16047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16052   layout:
16053     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16061   include:
16062     - "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"
16063     - "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"
16064     - "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"
16065     - "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"
16066   layout:
16067     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16075   include:
16076     - "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"
16077     - "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"
16078     - "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"
16079     - "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"
16080   layout:
16081     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16089   include:
16090     - "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"
16091     - "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"
16092     - "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"
16093     - "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"
16094   layout:
16095     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16103   include:
16104     - "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"
16105     - "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"
16106     - "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"
16107     - "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"
16108   layout:
16109     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16110     layout: "plot-throughput-speedup-analysis"
16111
16112 - type: "plot"
16113   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16114   algorithm: "plot_tsa_name"
16115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16117   include:
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124   layout:
16125     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140   layout:
16141     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16142     layout: "plot-throughput-speedup-analysis"
16143
16144 - type: "plot"
16145   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16146   algorithm: "plot_tsa_name"
16147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16149   include:
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "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"
16152     - "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"
16153     - "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"
16154     - "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"
16155     - "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"
16156   layout:
16157     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "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"
16168     - "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"
16169     - "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"
16170     - "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"
16171     - "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"
16172   layout:
16173     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16181   include:
16182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16188   layout:
16189     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204   layout:
16205     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16213   include:
16214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16219   layout:
16220     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16221     layout: "plot-throughput-speedup-analysis"
16222
16223 - type: "plot"
16224   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16225   algorithm: "plot_tsa_name"
16226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16228   include:
16229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16234   layout:
16235     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16243   include:
16244     - "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"
16245     - "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"
16246   layout:
16247     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16255   include:
16256     - "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"
16257     - "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"
16258   layout:
16259     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16260     layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16267   include:
16268     - "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"
16269     - "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"
16270   layout:
16271     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16279   include:
16280     - "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"
16281     - "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"
16282   layout:
16283     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16284     layout: "plot-throughput-speedup-analysis"
16285
16286 - type: "plot"
16287   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16288   algorithm: "plot_tsa_name"
16289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16291   include:
16292     - "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"
16293     - "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"
16294     - "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"
16295     - "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"
16296     - "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"
16297     - "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"
16298   layout:
16299     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16300     layout: "plot-throughput-speedup-analysis"
16301
16302 - type: "plot"
16303   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16304   algorithm: "plot_tsa_name"
16305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16307   include:
16308     - "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"
16309     - "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"
16310     - "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"
16311     - "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"
16312     - "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"
16313     - "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"
16314   layout:
16315     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16323   include:
16324     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16325     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16326     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16327     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16328     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16329   layout:
16330     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16338   include:
16339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16344   layout:
16345     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16346     layout: "plot-throughput-speedup-analysis"
16347
16348 - type: "plot"
16349   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16350   algorithm: "plot_tsa_name"
16351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16353   include:
16354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16359   layout:
16360     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16361     layout: "plot-throughput-speedup-analysis"
16362
16363 - type: "plot"
16364   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16365   algorithm: "plot_tsa_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16368   include:
16369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16374   layout:
16375     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16376     layout: "plot-throughput-speedup-analysis"
16377
16378 - type: "plot"
16379   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16380   algorithm: "plot_tsa_name"
16381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16383   include:
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16390   layout:
16391     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16392     layout: "plot-throughput-speedup-analysis"
16393
16394 - type: "plot"
16395   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16396   algorithm: "plot_tsa_name"
16397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16399   include:
16400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16406   layout:
16407     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16415   include:
16416     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16429   include:
16430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16434   layout:
16435     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16436     layout: "plot-throughput-speedup-analysis"
16437
16438 - type: "plot"
16439   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16440   algorithm: "plot_tsa_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16443   include:
16444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16449   layout:
16450     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16458   include:
16459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16464   layout:
16465     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16473   include:
16474     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16510   layout:
16511     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16512     layout: "plot-throughput-speedup-analysis"
16513
16514 - type: "plot"
16515   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16516   algorithm: "plot_tsa_name"
16517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16519   include:
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16524   layout:
16525     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16526     layout: "plot-throughput-speedup-analysis"
16527
16528 - type: "plot"
16529   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16530   algorithm: "plot_tsa_name"
16531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16533   include:
16534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16540   layout:
16541     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16542     layout: "plot-throughput-speedup-analysis"
16543
16544 - type: "plot"
16545   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16546   algorithm: "plot_tsa_name"
16547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16549   include:
16550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16556   layout:
16557     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16565   include:
16566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16572   layout:
16573     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16574     layout: "plot-throughput-speedup-analysis"
16575
16576 - type: "plot"
16577   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16578   algorithm: "plot_tsa_name"
16579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16581   include:
16582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16588   layout:
16589     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16590     layout: "plot-throughput-speedup-analysis"
16591
16592 - type: "plot"
16593   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16594   algorithm: "plot_tsa_name"
16595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16597   include:
16598     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16599     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16600     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16604   layout:
16605     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 - type: "plot"
16609   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16610   algorithm: "plot_tsa_name"
16611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16613   include:
16614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629   include:
16630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16636   layout:
16637     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16645   include:
16646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16652   layout:
16653     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16661   include:
16662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16668   layout:
16669     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16670     layout: "plot-throughput-speedup-analysis"
16671
16672 - type: "plot"
16673   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16674   algorithm: "plot_tsa_name"
16675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16677   include:
16678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16684   layout:
16685     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16686     layout: "plot-throughput-speedup-analysis"
16687
16688 #- type: "plot"
16689 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16690 #  algorithm: "plot_tsa_name"
16691 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16692 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16693 #  include:
16694 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16695 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16696 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16697 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16698 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16699 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16700 #  layout:
16701 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16702 #    layout: "plot-throughput-speedup-analysis"
16703 #
16704 #- type: "plot"
16705 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16706 #  algorithm: "plot_tsa_name"
16707 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16708 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16709 #  include:
16710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16716 #  layout:
16717 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16718 #    layout: "plot-throughput-speedup-analysis"
16719
16720 - type: "plot"
16721   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16722   algorithm: "plot_tsa_name"
16723   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16724   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16725   include:
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16731   layout:
16732     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16733     layout: "plot-throughput-speedup-analysis"
16734
16735 - type: "plot"
16736   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16737   algorithm: "plot_tsa_name"
16738   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16739   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16740   include:
16741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16746   layout:
16747     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16748     layout: "plot-throughput-speedup-analysis"
16749
16750 - type: "plot"
16751   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16752   algorithm: "plot_tsa_name"
16753   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16754   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16755   include:
16756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16762   layout:
16763     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16764     layout: "plot-throughput-speedup-analysis"
16765
16766 - type: "plot"
16767   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16768   algorithm: "plot_tsa_name"
16769   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16770   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16771   include:
16772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16778   layout:
16779     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16780     layout: "plot-throughput-speedup-analysis"
16781
16782 - type: "plot"
16783   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16784   algorithm: "plot_tsa_name"
16785   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16786   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16787   include:
16788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16790     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16791     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16793   layout:
16794     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16795     layout: "plot-throughput-speedup-analysis"
16796
16797 - type: "plot"
16798   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16799   algorithm: "plot_tsa_name"
16800   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16801   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16802   include:
16803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16808   layout:
16809     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 #- type: "plot"
16813 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16814 #  algorithm: "plot_tsa_name"
16815 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16816 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16817 #  include:
16818 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16819 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16820 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16821 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16822 #  layout:
16823 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16824 #    layout: "plot-throughput-speedup-analysis"
16825 #
16826 #- type: "plot"
16827 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16828 #  algorithm: "plot_tsa_name"
16829 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16830 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16831 #  include:
16832 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16833 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16834 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16835 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16836 #  layout:
16837 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16838 #    layout: "plot-throughput-speedup-analysis"
16839
16840 - type: "plot"
16841   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16842   algorithm: "plot_tsa_name"
16843   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16844   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16845   include:
16846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16852   layout:
16853     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16854     layout: "plot-throughput-speedup-analysis"
16855
16856 - type: "plot"
16857   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16858   algorithm: "plot_tsa_name"
16859   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16860   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16861   include:
16862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16868   layout:
16869     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16870     layout: "plot-throughput-speedup-analysis"
16871
16872 - type: "plot"
16873   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16874   algorithm: "plot_tsa_name"
16875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16877   include:
16878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16883   layout:
16884     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16885     layout: "plot-throughput-speedup-analysis"
16886
16887 - type: "plot"
16888   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16889   algorithm: "plot_tsa_name"
16890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16892   include:
16893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16898   layout:
16899     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16900     layout: "plot-throughput-speedup-analysis"
16901
16902 - type: "plot"
16903   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16904   algorithm: "plot_tsa_name"
16905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16907   include:
16908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16914   layout:
16915     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16916     layout: "plot-throughput-speedup-analysis"
16917
16918 - type: "plot"
16919   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16920   algorithm: "plot_tsa_name"
16921   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16922   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16923   include:
16924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16930   layout:
16931     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16932     layout: "plot-throughput-speedup-analysis"
16933
16934 - type: "plot"
16935   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16936   algorithm: "plot_tsa_name"
16937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16939   include:
16940     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16944   layout:
16945     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16946     layout: "plot-throughput-speedup-analysis"
16947
16948 - type: "plot"
16949   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16950   algorithm: "plot_tsa_name"
16951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16953   include:
16954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16958   layout:
16959     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16960     layout: "plot-throughput-speedup-analysis"
16961
16962 - type: "plot"
16963   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16964   algorithm: "plot_tsa_name"
16965   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16966   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16967   include:
16968     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16973   layout:
16974     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16975     layout: "plot-throughput-speedup-analysis"
16976
16977 - type: "plot"
16978   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16979   algorithm: "plot_tsa_name"
16980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16982   include:
16983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16988   layout:
16989     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16990     layout: "plot-throughput-speedup-analysis"
16991
16992 - type: "plot"
16993   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16994   algorithm: "plot_tsa_name"
16995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16997   include:
16998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17004   layout:
17005     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17006     layout: "plot-throughput-speedup-analysis"
17007
17008 - type: "plot"
17009   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17010   algorithm: "plot_tsa_name"
17011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17013   include:
17014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17020   layout:
17021     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17022     layout: "plot-throughput-speedup-analysis"
17023
17024 #- type: "plot"
17025 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17026 #  algorithm: "plot_tsa_name"
17027 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17028 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17029 #  include:
17030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17034 #  layout:
17035 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17036 #    layout: "plot-throughput-speedup-analysis"
17037 #
17038 #- type: "plot"
17039 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17040 #  algorithm: "plot_tsa_name"
17041 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17042 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17043 #  include:
17044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17048 #  layout:
17049 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17050 #    layout: "plot-throughput-speedup-analysis"
17051
17052 - type: "plot"
17053   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17054   algorithm: "plot_tsa_name"
17055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17057   include:
17058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17064   layout:
17065     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17066     layout: "plot-throughput-speedup-analysis"
17067
17068 - type: "plot"
17069   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17070   algorithm: "plot_tsa_name"
17071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17073   include:
17074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17080   layout:
17081     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17082     layout: "plot-throughput-speedup-analysis"
17083
17084 #- type: "plot"
17085 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17086 #  algorithm: "plot_tsa_name"
17087 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17088 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17089 #  include:
17090 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17091 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17092 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17093 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17094 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17096 #  layout:
17097 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17098 #    layout: "plot-throughput-speedup-analysis"
17099 #
17100 #- type: "plot"
17101 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17102 #  algorithm: "plot_tsa_name"
17103 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17104 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17105 #  include:
17106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17110 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17111 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17112 #  layout:
17113 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17114 #    layout: "plot-throughput-speedup-analysis"
17115
17116 #- type: "plot"
17117 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17118 #  algorithm: "plot_tsa_name"
17119 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17120 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17121 #  include:
17122 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17123 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17124 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17125 #  layout:
17126 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17127 #    layout: "plot-throughput-speedup-analysis"
17128 #
17129 #- type: "plot"
17130 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17131 #  algorithm: "plot_tsa_name"
17132 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17133 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17134 #  include:
17135 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17136 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17138 #  layout:
17139 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17140 #    layout: "plot-throughput-speedup-analysis"
17141
17142 ################################################################################
17143
17144 # Packet Throughput - DPDK
17145
17146 # 2n-skx-xxv710
17147
17148 - type: "plot"
17149   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17150   algorithm: "plot_perf_box_name"
17151   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17152   data: "plot-dpdk-throughput-latency-2n-skx"
17153   include:
17154     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17155     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17156   layout:
17157     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17164   data: "plot-dpdk-throughput-latency-2n-skx"
17165   include:
17166     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17167     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17168   layout:
17169     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17176   data: "plot-dpdk-throughput-latency-2n-skx"
17177   include:
17178     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17179     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17180   layout:
17181     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17182     layout: "plot-throughput"
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17188   data: "plot-dpdk-throughput-latency-2n-skx"
17189   include:
17190     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17191     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17192   layout:
17193     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17194     layout: "plot-throughput"
17195
17196 # 2n-skx-x710
17197
17198 - type: "plot"
17199   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17202   data: "plot-dpdk-throughput-latency-2n-skx"
17203   include:
17204     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17205     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17206   layout:
17207     title: "2n-skx-x710-64b-2t1c-base-ndr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17214   data: "plot-dpdk-throughput-latency-2n-skx"
17215   include:
17216     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17217     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17218   layout:
17219     title: "2n-skx-x710-64b-4t2c-base-ndr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17226   data: "plot-dpdk-throughput-latency-2n-skx"
17227   include:
17228     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17229     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17230   layout:
17231     title: "2n-skx-x710-64b-2t1c-base-pdr"
17232     layout: "plot-throughput"
17233
17234 - type: "plot"
17235   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17236   algorithm: "plot_perf_box_name"
17237   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17238   data: "plot-dpdk-throughput-latency-2n-skx"
17239   include:
17240     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17241     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17242   layout:
17243     title: "2n-skx-x710-64b-4t2c-base-pdr"
17244     layout: "plot-throughput"
17245
17246 # 3n-skx-xxv710
17247
17248 - type: "plot"
17249   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17252   data: "plot-dpdk-throughput-latency-3n-skx"
17253   include:
17254     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17255     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17256   layout:
17257     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17264   data: "plot-dpdk-throughput-latency-3n-skx"
17265   include:
17266     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17267     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17268   layout:
17269     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17270     layout: "plot-throughput"
17271
17272 - type: "plot"
17273   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17274   algorithm: "plot_perf_box_name"
17275   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17276   data: "plot-dpdk-throughput-latency-3n-skx"
17277   include:
17278     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17279     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17280   layout:
17281     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17282     layout: "plot-throughput"
17283
17284 - type: "plot"
17285   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17286   algorithm: "plot_perf_box_name"
17287   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17288   data: "plot-dpdk-throughput-latency-3n-skx"
17289   include:
17290     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17291     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17292   layout:
17293     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17294     layout: "plot-throughput"
17295
17296 # 3n-skx-x710
17297
17298 - type: "plot"
17299   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17302   data: "plot-dpdk-throughput-latency-3n-skx"
17303   include:
17304     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17305     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17306   layout:
17307     title: "3n-skx-x710-64b-2t1c-base-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17314   data: "plot-dpdk-throughput-latency-3n-skx"
17315   include:
17316     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17317     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17318   layout:
17319     title: "3n-skx-x710-64b-4t2c-base-ndr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17326   data: "plot-dpdk-throughput-latency-3n-skx"
17327   include:
17328     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "3n-skx-x710-64b-2t1c-base-pdr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17338   data: "plot-dpdk-throughput-latency-3n-skx"
17339   include:
17340     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "3n-skx-x710-64b-4t2c-base-pdr"
17344     layout: "plot-throughput"
17345
17346 # 3n-hsw-xl710
17347
17348 - type: "plot"
17349   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17350   algorithm: "plot_perf_box_name"
17351   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17352   data: "plot-dpdk-throughput-latency-3n-hsw"
17353   include:
17354     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17355     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17356   layout:
17357     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17364   data: "plot-dpdk-throughput-latency-3n-hsw"
17365   include:
17366     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17367     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17368   layout:
17369     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17376   data: "plot-dpdk-throughput-latency-3n-hsw"
17377   include:
17378     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17388   data: "plot-dpdk-throughput-latency-3n-hsw"
17389   include:
17390     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17394     layout: "plot-throughput"
17395
17396 # 3n-hsw-x710
17397
17398 - type: "plot"
17399   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17400   algorithm: "plot_perf_box_name"
17401   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17402   data: "plot-dpdk-throughput-latency-3n-hsw"
17403   include:
17404     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17405     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17406   layout:
17407     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17414   data: "plot-dpdk-throughput-latency-3n-hsw"
17415   include:
17416     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17417     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17418   layout:
17419     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17426   data: "plot-dpdk-throughput-latency-3n-hsw"
17427   include:
17428     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17429     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17430   layout:
17431     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17438   data: "plot-dpdk-throughput-latency-3n-hsw"
17439   include:
17440     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17444     layout: "plot-throughput"
17445
17446 # 2n-dnv-x553
17447
17448 - type: "plot"
17449   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17450   algorithm: "plot_perf_box_name"
17451   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17452   data: "plot-dpdk-throughput-latency-2n-dnv"
17453   include:
17454     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17455     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17456   layout:
17457     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17464   data: "plot-dpdk-throughput-latency-2n-dnv"
17465   include:
17466     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17467     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17468   layout:
17469     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17476   data: "plot-dpdk-throughput-latency-2n-dnv"
17477   include:
17478     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17479     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17480   layout:
17481     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17488   data: "plot-dpdk-throughput-latency-2n-dnv"
17489   include:
17490     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17494     layout: "plot-throughput"
17495
17496 # 3n-dnv-x553
17497
17498 - type: "plot"
17499   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17500   algorithm: "plot_perf_box_name"
17501   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17502   data: "plot-dpdk-throughput-latency-3n-dnv"
17503   include:
17504     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17505     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17506   layout:
17507     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17508     layout: "plot-throughput"
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17514   data: "plot-dpdk-throughput-latency-3n-dnv"
17515   include:
17516     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17517     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17518   layout:
17519     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17526   data: "plot-dpdk-throughput-latency-3n-dnv"
17527   include:
17528     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17529     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17530   layout:
17531     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17538   data: "plot-dpdk-throughput-latency-3n-dnv"
17539   include:
17540     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17541     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17542   layout:
17543     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17544     layout: "plot-throughput"
17545
17546 # 3n-tsh-x520
17547
17548 - type: "plot"
17549   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17552   data: "plot-dpdk-throughput-latency-3n-tsh"
17553   include:
17554     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17555     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17556   layout:
17557     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17564   data: "plot-dpdk-throughput-latency-3n-tsh"
17565   include:
17566     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17567     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17568   layout:
17569     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17576   data: "plot-dpdk-throughput-latency-3n-tsh"
17577   include:
17578     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17579     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17580   layout:
17581     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17588   data: "plot-dpdk-throughput-latency-3n-tsh"
17589   include:
17590     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17591     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17592   layout:
17593     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 ################################################################################
17597 ###   2n-clx                                                                 ###
17598 ################################################################################
17599
17600 # Packet Throughput
17601
17602 - type: "plot"
17603   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17604   algorithm: "plot_perf_box_name"
17605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17607   include:
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17612   layout:
17613     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17618   algorithm: "plot_perf_box_name"
17619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17621   include:
17622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17626   layout:
17627     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17640   layout:
17641     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17642     layout: "plot-throughput"
17643
17644 - type: "plot"
17645   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17646   algorithm: "plot_perf_box_name"
17647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17649   include:
17650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17654   layout:
17655     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17665     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17666     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17667     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17668   layout:
17669     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17670     layout: "plot-throughput"
17671
17672 - type: "plot"
17673   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17674   algorithm: "plot_perf_box_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17682   layout:
17683     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17698   layout:
17699     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17700     layout: "plot-throughput"
17701
17702 - type: "plot"
17703   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17704   algorithm: "plot_perf_box_name"
17705   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17707   include:
17708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17714   layout:
17715     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17728   layout:
17729     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17730     layout: "plot-throughput"
17731
17732 - type: "plot"
17733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17734   algorithm: "plot_perf_box_name"
17735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17737   include:
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17742   layout:
17743     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17751   include:
17752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17755   layout:
17756     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17757     layout: "plot-throughput"
17758
17759 - type: "plot"
17760   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17761   algorithm: "plot_perf_box_name"
17762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17764   include:
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17768   layout:
17769     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17770     layout: "plot-throughput"
17771
17772 - type: "plot"
17773   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17774   algorithm: "plot_perf_box_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17783   layout:
17784     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17785     layout: "plot-throughput"
17786
17787 - type: "plot"
17788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17789   algorithm: "plot_perf_box_name"
17790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17792   include:
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17798   layout:
17799     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17811   layout:
17812     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17824   layout:
17825     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17826     layout: "plot-throughput"
17827
17828 - type: "plot"
17829   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17830   algorithm: "plot_perf_box_name"
17831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17833   include:
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17840   layout:
17841     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17842     layout: "plot-throughput"
17843
17844 - type: "plot"
17845   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17846   algorithm: "plot_perf_box_name"
17847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17849   include:
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17856   layout:
17857     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17858     layout: "plot-throughput"
17859
17860 - type: "plot"
17861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17862   algorithm: "plot_perf_box_name"
17863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17865   include:
17866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17872   layout:
17873     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17900   layout:
17901     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17912   layout:
17913     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17914     layout: "plot-throughput"
17915
17916 - type: "plot"
17917   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17918   algorithm: "plot_perf_box_name"
17919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17921   include:
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17928   layout:
17929     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17944   layout:
17945     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17959 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17960   layout:
17961     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17962     layout: "plot-throughput"
17963
17964 - type: "plot"
17965   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17966   algorithm: "plot_perf_box_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17975 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17976   layout:
17977     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17992   layout:
17993     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18008   layout:
18009     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18023   layout:
18024     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18038   layout:
18039     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18055     layout: "plot-throughput"
18056
18057 - type: "plot"
18058   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18059   algorithm: "plot_perf_box_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18070     layout: "plot-throughput"
18071
18072 - type: "plot"
18073   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18074   algorithm: "plot_perf_box_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18079     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18080     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18081     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18082     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18083   layout:
18084     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18085     layout: "plot-throughput"
18086
18087 - type: "plot"
18088   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18089   algorithm: "plot_perf_box_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18098   layout:
18099     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18100     layout: "plot-throughput"
18101
18102 - type: "plot"
18103   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18104   algorithm: "plot_perf_box_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18113   layout:
18114     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18128   layout:
18129     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18134   algorithm: "plot_perf_box_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18143   layout:
18144     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18145     layout: "plot-throughput"
18146
18147 - type: "plot"
18148   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18149   algorithm: "plot_perf_box_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18158   layout:
18159     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18160     layout: "plot-throughput"
18161
18162 - type: "plot"
18163   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18164   algorithm: "plot_perf_box_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18174   layout:
18175     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18192     layout: "plot-throughput"
18193
18194 - type: "plot"
18195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18196   algorithm: "plot_perf_box_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18206     layout: "plot-throughput"
18207
18208 - type: "plot"
18209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18210   algorithm: "plot_perf_box_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18218   layout:
18219     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18220     layout: "plot-throughput"
18221
18222 - type: "plot"
18223   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18224   algorithm: "plot_perf_box_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18234   layout:
18235     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18236     layout: "plot-throughput"
18237
18238 - type: "plot"
18239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18240   algorithm: "plot_perf_box_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18250   layout:
18251     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18252     layout: "plot-throughput"
18253
18254 - type: "plot"
18255   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18256   algorithm: "plot_perf_box_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18264   layout:
18265     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18266     layout: "plot-throughput"
18267
18268 - type: "plot"
18269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18270   algorithm: "plot_perf_box_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18278   layout:
18279     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18280     layout: "plot-throughput"
18281
18282 - type: "plot"
18283   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18284   algorithm: "plot_perf_box_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18294   layout:
18295     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18296     layout: "plot-throughput"
18297
18298 - type: "plot"
18299   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18300   algorithm: "plot_perf_box_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18310   layout:
18311     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18312     layout: "plot-throughput"
18313
18314 - type: "plot"
18315   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18316   algorithm: "plot_perf_box_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18324   layout:
18325     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18326     layout: "plot-throughput"
18327
18328 - type: "plot"
18329   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18330   algorithm: "plot_perf_box_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18338   layout:
18339     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18340     layout: "plot-throughput"
18341
18342 - type: "plot"
18343   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18344   algorithm: "plot_perf_box_name"
18345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18347   include:
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18355     layout: "plot-throughput"
18356
18357 - type: "plot"
18358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18359   algorithm: "plot_perf_box_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18368   layout:
18369     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18370     layout: "plot-throughput"
18371
18372 - type: "plot"
18373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18374   algorithm: "plot_perf_box_name"
18375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18377   include:
18378     - "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"
18379     - "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"
18380     - "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"
18381     - "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"
18382     - "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"
18383   layout:
18384     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18385     layout: "plot-throughput"
18386
18387 - type: "plot"
18388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18389   algorithm: "plot_perf_box_name"
18390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18392   include:
18393     - "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"
18394     - "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"
18395     - "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"
18396     - "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"
18397     - "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"
18398   layout:
18399     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18400     layout: "plot-throughput"
18401
18402 - type: "plot"
18403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18404   algorithm: "plot_perf_box_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18413   layout:
18414     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18415     layout: "plot-throughput"
18416
18417 - type: "plot"
18418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18419   algorithm: "plot_perf_box_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18428   layout:
18429     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18430     layout: "plot-throughput"
18431
18432 - type: "plot"
18433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18434   algorithm: "plot_perf_box_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18443   layout:
18444     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18445     layout: "plot-throughput"
18446
18447 - type: "plot"
18448   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18449   algorithm: "plot_perf_box_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18458   layout:
18459     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18460     layout: "plot-throughput"
18461
18462 - type: "plot"
18463   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18464   algorithm: "plot_perf_box_name"
18465   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18467   include:
18468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18472   layout:
18473     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18474     layout: "plot-throughput"
18475
18476 - type: "plot"
18477   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18478   algorithm: "plot_perf_box_name"
18479   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18481   include:
18482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18486   layout:
18487     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18488     layout: "plot-throughput"
18489
18490 - type: "plot"
18491   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18492   algorithm: "plot_perf_box_name"
18493   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495   include:
18496     - "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"
18497     - "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"
18498     - "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"
18499     - "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"
18500   layout:
18501     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18502     layout: "plot-throughput"
18503
18504 - type: "plot"
18505   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18506   algorithm: "plot_perf_box_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "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"
18511     - "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"
18512     - "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"
18513     - "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"
18514   layout:
18515     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18516     layout: "plot-throughput"
18517
18518 - type: "plot"
18519   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18520   algorithm: "plot_perf_box_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "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"
18525     - "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"
18526     - "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"
18527     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18528     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18529     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18530   layout:
18531     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18532     layout: "plot-throughput"
18533
18534 - type: "plot"
18535   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18536   algorithm: "plot_perf_box_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "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"
18541     - "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"
18542     - "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"
18543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18544     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18545     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18546   layout:
18547     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18548     layout: "plot-throughput"
18549
18550 ################################################################################
18551
18552 # Packet Speedup
18553
18554 - type: "plot"
18555   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18556   algorithm: "plot_tsa_name"
18557   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559   include:
18560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18564   layout:
18565     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18566     layout: "plot-throughput-speedup-analysis"
18567
18568 - type: "plot"
18569   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18570   algorithm: "plot_tsa_name"
18571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18573   include:
18574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18578   layout:
18579     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18592   layout:
18593     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18594     layout: "plot-throughput-speedup-analysis"
18595
18596 - type: "plot"
18597   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18598   algorithm: "plot_tsa_name"
18599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18601   include:
18602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18606   layout:
18607     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18608     layout: "plot-throughput-speedup-analysis"
18609
18610 - type: "plot"
18611   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18612   algorithm: "plot_tsa_name"
18613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18615   include:
18616     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18617     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18618     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18620   layout:
18621     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18622     layout: "plot-throughput-speedup-analysis"
18623
18624 - type: "plot"
18625   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18626   algorithm: "plot_tsa_name"
18627   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629   include:
18630     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18632     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18633     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18634   layout:
18635     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18636     layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18643   include:
18644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18650   layout:
18651     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659   include:
18660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18666   layout:
18667     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18680   layout:
18681     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18682     layout: "plot-throughput-speedup-analysis"
18683
18684 - type: "plot"
18685   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18686   algorithm: "plot_tsa_name"
18687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18689   include:
18690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18694   layout:
18695     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18696     layout: "plot-throughput-speedup-analysis"
18697
18698 - type: "plot"
18699   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18700   algorithm: "plot_tsa_name"
18701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18703   include:
18704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18707   layout:
18708     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18709     layout: "plot-throughput-speedup-analysis"
18710
18711 - type: "plot"
18712   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18713   algorithm: "plot_tsa_name"
18714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18716   include:
18717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18720   layout:
18721     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18722     layout: "plot-throughput-speedup-analysis"
18723
18724 - type: "plot"
18725   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18726   algorithm: "plot_tsa_name"
18727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18729   include:
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18735   layout:
18736     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18737     layout: "plot-throughput-speedup-analysis"
18738
18739 - type: "plot"
18740   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18741   algorithm: "plot_tsa_name"
18742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18744   include:
18745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18763   layout:
18764     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18776   layout:
18777     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18778     layout: "plot-throughput-speedup-analysis"
18779
18780 - type: "plot"
18781   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18782   algorithm: "plot_tsa_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18792   layout:
18793     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18794     layout: "plot-throughput-speedup-analysis"
18795
18796 - type: "plot"
18797   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18798   algorithm: "plot_tsa_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18808   layout:
18809     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18810     layout: "plot-throughput-speedup-analysis"
18811
18812 - type: "plot"
18813   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18814   algorithm: "plot_tsa_name"
18815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18817   include:
18818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18824   layout:
18825     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18840   layout:
18841     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18842     layout: "plot-throughput-speedup-analysis"
18843
18844 - type: "plot"
18845   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18846   algorithm: "plot_tsa_name"
18847   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18849   include:
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18851     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18852   layout:
18853     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18854     layout: "plot-throughput-speedup-analysis"
18855
18856 - type: "plot"
18857   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18858   algorithm: "plot_tsa_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18864   layout:
18865     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18866     layout: "plot-throughput-speedup-analysis"
18867
18868 - type: "plot"
18869   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18870   algorithm: "plot_tsa_name"
18871   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18873   include:
18874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18880   layout:
18881     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18882     layout: "plot-throughput-speedup-analysis"
18883
18884 - type: "plot"
18885   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18886   algorithm: "plot_tsa_name"
18887   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18889   include:
18890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18896   layout:
18897     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18912   layout:
18913     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18928   layout:
18929     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18960   layout:
18961     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18962     layout: "plot-throughput-speedup-analysis"
18963
18964 - type: "plot"
18965   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18966   algorithm: "plot_tsa_name"
18967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18969   include:
18970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18975   layout:
18976     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18977     layout: "plot-throughput-speedup-analysis"
18978
18979 - type: "plot"
18980   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18981   algorithm: "plot_tsa_name"
18982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18984   include:
18985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18990   layout:
18991     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18992     layout: "plot-throughput-speedup-analysis"
18993
18994 - type: "plot"
18995   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18996   algorithm: "plot_tsa_name"
18997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18999   include:
19000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19005   layout:
19006     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19007     layout: "plot-throughput-speedup-analysis"
19008
19009 - type: "plot"
19010   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19011   algorithm: "plot_tsa_name"
19012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19014   include:
19015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19020   layout:
19021     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19022     layout: "plot-throughput-speedup-analysis"
19023
19024 - type: "plot"
19025   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19026   algorithm: "plot_tsa_name"
19027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19029   include:
19030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19031     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19035   layout:
19036     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19050   layout:
19051     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19065   layout:
19066     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19080   layout:
19081     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19095   layout:
19096     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19110   layout:
19111     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19126   layout:
19127     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19128     layout: "plot-throughput-speedup-analysis"
19129
19130 - type: "plot"
19131   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19132   algorithm: "plot_tsa_name"
19133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19135   include:
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19142   layout:
19143     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19144     layout: "plot-throughput-speedup-analysis"
19145
19146 - type: "plot"
19147   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19148   algorithm: "plot_tsa_name"
19149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19151   include:
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19156   layout:
19157     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19170   layout:
19171     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19172     layout: "plot-throughput-speedup-analysis"
19173
19174 - type: "plot"
19175   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19176   algorithm: "plot_tsa_name"
19177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19179   include:
19180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19186   layout:
19187     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19188     layout: "plot-throughput-speedup-analysis"
19189
19190 - type: "plot"
19191   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19192   algorithm: "plot_tsa_name"
19193   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19195   include:
19196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19202   layout:
19203     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19204     layout: "plot-throughput-speedup-analysis"
19205
19206 - type: "plot"
19207   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19208   algorithm: "plot_tsa_name"
19209   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19210   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19211   include:
19212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19216   layout:
19217     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19218     layout: "plot-throughput-speedup-analysis"
19219
19220 - type: "plot"
19221   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19222   algorithm: "plot_tsa_name"
19223   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19224   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19225   include:
19226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19230   layout:
19231     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19232     layout: "plot-throughput-speedup-analysis"
19233
19234 - type: "plot"
19235   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19236   algorithm: "plot_tsa_name"
19237   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19239   include:
19240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19246   layout:
19247     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19262   layout:
19263     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19264     layout: "plot-throughput-speedup-analysis"
19265
19266 - type: "plot"
19267   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19268   algorithm: "plot_tsa_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19271   include:
19272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19276   layout:
19277     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19278     layout: "plot-throughput-speedup-analysis"
19279
19280 - type: "plot"
19281   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19282   algorithm: "plot_tsa_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19290   layout:
19291     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19292     layout: "plot-throughput-speedup-analysis"
19293
19294 - type: "plot"
19295   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19296   algorithm: "plot_tsa_name"
19297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19299   include:
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19305   layout:
19306     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19307     layout: "plot-throughput-speedup-analysis"
19308
19309 - type: "plot"
19310   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19311   algorithm: "plot_tsa_name"
19312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19314   include:
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19320   layout:
19321     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19322     layout: "plot-throughput-speedup-analysis"
19323
19324 - type: "plot"
19325   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19326   algorithm: "plot_tsa_name"
19327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19329   include:
19330     - "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"
19331     - "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"
19332     - "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"
19333     - "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"
19334     - "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"
19335   layout:
19336     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19337     layout: "plot-throughput-speedup-analysis"
19338
19339 - type: "plot"
19340   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19341   algorithm: "plot_tsa_name"
19342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19344   include:
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349     - "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"
19350   layout:
19351     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19352     layout: "plot-throughput-speedup-analysis"
19353
19354 - type: "plot"
19355   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19356   algorithm: "plot_tsa_name"
19357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19359   include:
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19365   layout:
19366     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19367     layout: "plot-throughput-speedup-analysis"
19368
19369 - type: "plot"
19370   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19371   algorithm: "plot_tsa_name"
19372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19374   include:
19375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19380   layout:
19381     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19382     layout: "plot-throughput-speedup-analysis"
19383
19384 - type: "plot"
19385   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19386   algorithm: "plot_tsa_name"
19387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19389   include:
19390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19395   layout:
19396     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19397     layout: "plot-throughput-speedup-analysis"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19410   layout:
19411     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19412     layout: "plot-throughput-speedup-analysis"
19413
19414 - type: "plot"
19415   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19416   algorithm: "plot_tsa_name"
19417   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19419   include:
19420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19424   layout:
19425     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19426     layout: "plot-throughput-speedup-analysis"
19427
19428 - type: "plot"
19429   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19430   algorithm: "plot_tsa_name"
19431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19433   include:
19434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19438   layout:
19439     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19440     layout: "plot-throughput-speedup-analysis"
19441
19442 - type: "plot"
19443   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19444   algorithm: "plot_tsa_name"
19445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19447   include:
19448     - "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"
19449     - "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"
19450     - "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"
19451     - "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"
19452   layout:
19453     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19454     layout: "plot-throughput-speedup-analysis"
19455
19456 - type: "plot"
19457   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19458   algorithm: "plot_tsa_name"
19459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19461   include:
19462     - "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"
19463     - "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"
19464     - "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"
19465     - "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"
19466   layout:
19467     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19468     layout: "plot-throughput-speedup-analysis"
19469
19470 - type: "plot"
19471   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19472   algorithm: "plot_tsa_name"
19473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19475   include:
19476     - "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"
19477     - "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"
19478     - "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"
19479     - "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"
19480     - "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"
19481     - "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"
19482   layout:
19483     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19484     layout: "plot-throughput-speedup-analysis"
19485
19486 - type: "plot"
19487   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19488   algorithm: "plot_tsa_name"
19489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19491   include:
19492     - "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"
19493     - "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"
19494     - "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"
19495     - "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"
19496     - "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"
19497     - "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"
19498   layout:
19499     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19500     layout: "plot-throughput-speedup-analysis"
19501
19502 ################################################################################
19503
19504 # Packet Throughput - DPDK
19505
19506 # 2n-clx-xxv710
19507
19508 - type: "plot"
19509   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19510   algorithm: "plot_perf_box_name"
19511   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19512   data: "plot-dpdk-throughput-latency-2n-clx"
19513   include:
19514     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19515     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19516   layout:
19517     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19518     layout: "plot-throughput"
19519
19520 - type: "plot"
19521   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19522   algorithm: "plot_perf_box_name"
19523   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19524   data: "plot-dpdk-throughput-latency-2n-clx"
19525   include:
19526     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19528   layout:
19529     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19530     layout: "plot-throughput"
19531
19532 - type: "plot"
19533   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19534   algorithm: "plot_perf_box_name"
19535   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19536   data: "plot-dpdk-throughput-latency-2n-clx"
19537   include:
19538     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19539     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19540   layout:
19541     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19542     layout: "plot-throughput"
19543
19544 - type: "plot"
19545   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19546   algorithm: "plot_perf_box_name"
19547   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19548   data: "plot-dpdk-throughput-latency-2n-clx"
19549   include:
19550     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19551     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19552   layout:
19553     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19554     layout: "plot-throughput"
19555
19556 # 2n-clx-x710
19557
19558 - type: "plot"
19559   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19560   algorithm: "plot_perf_box_name"
19561   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19562   data: "plot-dpdk-throughput-latency-2n-clx"
19563   include:
19564     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19565     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19566   layout:
19567     title: "2n-clx-x710-64b-2t1c-base-ndr"
19568     layout: "plot-throughput"
19569
19570 - type: "plot"
19571   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19572   algorithm: "plot_perf_box_name"
19573   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19574   data: "plot-dpdk-throughput-latency-2n-clx"
19575   include:
19576     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19577     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19578   layout:
19579     title: "2n-clx-x710-64b-4t2c-base-ndr"
19580     layout: "plot-throughput"
19581
19582 - type: "plot"
19583   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19584   algorithm: "plot_perf_box_name"
19585   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19586   data: "plot-dpdk-throughput-latency-2n-clx"
19587   include:
19588     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19589     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19590   layout:
19591     title: "2n-clx-x710-64b-2t1c-base-pdr"
19592     layout: "plot-throughput"
19593
19594 - type: "plot"
19595   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19596   algorithm: "plot_perf_box_name"
19597   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19598   data: "plot-dpdk-throughput-latency-2n-clx"
19599   include:
19600     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19601     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19602   layout:
19603     title: "2n-clx-x710-64b-4t2c-base-pdr"
19604     layout: "plot-throughput"
19605
19606 ################################################################################
19607
19608 - type: "plot"
19609   title: "Latency by percentile: 2n-skx"
19610   algorithm: "plot_hdrh_lat_by_percentile"
19611   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19612   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19613   target-links: "../../_static/vpp"
19614   data: "plot-vpp-hdrh-lat-2n-skx"
19615   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19616   layout:
19617     layout: "plot-hdrh-latency-by-percentile"
19618
19619 - type: "plot"
19620   title: "Latency by percentile: 3n-skx"
19621   algorithm: "plot_hdrh_lat_by_percentile"
19622   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19623   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19624   target-links: "../../_static/vpp"
19625   data: "plot-vpp-hdrh-lat-3n-skx"
19626   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19627   layout:
19628     layout: "plot-hdrh-latency-by-percentile"
19629
19630 - type: "plot"
19631   title: "Latency by percentile: 2n-clx"
19632   algorithm: "plot_hdrh_lat_by_percentile"
19633   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19634   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19635   target-links: "../../_static/vpp"
19636   data: "plot-vpp-hdrh-lat-2n-clx"
19637   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19638   layout:
19639     layout: "plot-hdrh-latency-by-percentile"
19640
19641 - type: "plot"
19642   title: "Latency by percentile: 3n-hsw"
19643   algorithm: "plot_hdrh_lat_by_percentile"
19644   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19645   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19646   target-links: "../../_static/vpp"
19647   data: "plot-vpp-hdrh-lat-3n-hsw"
19648   filter: "'1T1C' and 'NIC_Intel-XL710'"
19649   layout:
19650     layout: "plot-hdrh-latency-by-percentile"
19651
19652 - type: "plot"
19653   title: "Latency by percentile: 3n-tsh"
19654   algorithm: "plot_hdrh_lat_by_percentile"
19655   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19656   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19657   target-links: "../../_static/vpp"
19658   data: "plot-vpp-hdrh-lat-3n-tsh"
19659   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19660   layout:
19661     layout: "plot-hdrh-latency-by-percentile"
19662
19663 - type: "plot"
19664   title: "Latency by percentile: DPDK 2n-skx"
19665   algorithm: "plot_hdrh_lat_by_percentile"
19666   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19667   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19668   target-links: "../../_static/dpdk"
19669   data: "plot-dpdk-hdrh-lat-2n-skx"
19670   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19671   layout:
19672     layout: "plot-hdrh-latency-by-percentile"
19673
19674 - type: "plot"
19675   title: "Latency by percentile: DPDK 3n-skx"
19676   algorithm: "plot_hdrh_lat_by_percentile"
19677   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19678   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19679   target-links: "../../_static/dpdk"
19680   data: "plot-dpdk-hdrh-lat-3n-skx"
19681   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19682   layout:
19683     layout: "plot-hdrh-latency-by-percentile"
19684
19685 - type: "plot"
19686   title: "Latency by percentile: DPDK 2n-clx"
19687   algorithm: "plot_hdrh_lat_by_percentile"
19688   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19689   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19690   target-links: "../../_static/dpdk"
19691   data: "plot-dpdk-hdrh-lat-2n-clx"
19692   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19693   layout:
19694     layout: "plot-hdrh-latency-by-percentile"
19695
19696 - type: "plot"
19697   title: "Latency by percentile: DPDK 3n-hsw"
19698   algorithm: "plot_hdrh_lat_by_percentile"
19699   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19700   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19701   target-links: "../../_static/dpdk"
19702   data: "plot-dpdk-hdrh-lat-3n-hsw"
19703   filter: "'1T1C' and 'NIC_Intel-XL710'"
19704   layout:
19705     layout: "plot-hdrh-latency-by-percentile"
19706
19707 - type: "plot"
19708   title: "Latency by percentile: DPDK 3n-tsh"
19709   algorithm: "plot_hdrh_lat_by_percentile"
19710   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19711   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19712   target-links: "../../_static/dpdk"
19713   data: "plot-dpdk-hdrh-lat-3n-tsh"
19714   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19715   layout:
19716     layout: "plot-hdrh-latency-by-percentile"