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         - 59  # 2n-clx nfv-density-00
364
365     plot-vpp-nfv-2n-clx-mrr:
366       csit-vpp-perf-report-iterative-2005-2n-clx:
367         - 12   # MRR
368
369     plot-vpp-nfv-reconf-2n-clx:
370       csit-vpp-perf-report-iterative-2005-2n-clx:
371         - 42  # Reconf
372         - 45  # Reconf
373         - 46  # Reconf
374         - 47  # Reconf
375         - 48  # Reconf
376         - 52  # Reconf
377         - 53  # Reconf
378         - 54  # Reconf
379         - 55  # Reconf
380         - 56  # Reconf
381
382     plot-vpp-soak-2n-clx:
383       csit-vpp-perf-report-iterative-2005-2n-clx:
384         - 44  # Soak
385         - 49  # Soak
386
387     plot-dpdk-throughput-latency-2n-clx:
388       csit-dpdk-perf-report-iterative-2005-2n-clx:
389         - 1   # NDRPDR sel
390         - 2   # NDRPDR sel
391         - 3   # NDRPDR sel
392         - 4   # NDRPDR sel
393         - 5   # NDRPDR sel
394         - 6   # NDRPDR sel
395         - 7   # NDRPDR sel
396         - 8   # NDRPDR sel
397         - 9   # NDRPDR sel
398         - 10  # NDRPDR sel
399
400     plot-dpdk-hdrh-lat-2n-clx:
401       csit-dpdk-perf-report-iterative-2005-2n-clx:
402         - 1   # NDRPDR sel
403
404     # 3n-tsh
405
406     plot-vpp-throughput-lat-tsa-3n-tsh:
407       # TODO: Add data:
408       csit-vpp-perf-report-iterative-2005-3n-tsh:
409         - 9   # NDRPDR sel
410         - 11  # NDRPDR sel
411         - 12  # NDRPDR sel
412         - 13  # NDRPDR sel
413
414     plot-vpp-hdrh-lat-3n-tsh:
415       csit-vpp-perf-report-iterative-2005-3n-tsh:
416         - 9   # NDRPDR sel
417
418     plot-dpdk-throughput-latency-3n-tsh:
419       csit-dpdk-perf-report-iterative-2005-3n-tsh:
420         - 5   # NDRPDR sel
421
422     plot-dpdk-hdrh-lat-3n-tsh:
423       csit-dpdk-perf-report-iterative-2005-3n-tsh:
424         - 5   # NDRPDR sel
425
426     # 3n-dnv
427
428     plot-vpp-throughput-lat-tsa-3n-dnv:
429       csit-vpp-perf-report-iterative-2005-3n-dnv:
430         - 2   # NDRPDR sel
431         - 3   # NDRPDR sel
432         - 4   # NDRPDR sel
433         - 5   # NDRPDR sel
434         - 6   # NDRPDR sel
435         - 7   # NDRPDR sel
436         - 9   # NDRPDR sel
437         - 10  # NDRPDR sel
438         - 11  # NDRPDR sel
439         - 12  # NDRPDR sel
440
441     plot-dpdk-throughput-latency-3n-dnv:
442       csit-dpdk-perf-report-iterative-2005-3n-dnv:
443         - 6   # NDRPDR sel
444         - 7   # NDRPDR sel
445         - 8   # NDRPDR sel
446         - 9   # NDRPDR sel
447         - 10  # NDRPDR sel
448         - 11  # NDRPDR sel
449         - 12  # NDRPDR sel
450         - 13  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 16  # NDRPDR sel
453
454     # 2n-dnv
455
456     plot-vpp-throughput-lat-tsa-2n-dnv:
457       csit-vpp-perf-report-iterative-2005-2n-dnv:
458         - 3   # NDRPDR sel
459         - 6   # NDRPDR sel
460         - 7   # NDRPDR sel
461         - 8   # NDRPDR sel
462         - 9   # NDRPDR sel
463         - 10  # NDRPDR sel
464         - 11  # NDRPDR sel
465         - 12  # NDRPDR sel
466         - 13  # NDRPDR sel
467         - 14  # NDRPDR sel
468
469     plot-dpdk-throughput-latency-2n-dnv:
470       csit-dpdk-perf-report-iterative-2005-2n-dnv:
471         - 8   # NDRPDR sel
472         - 9   # NDRPDR sel
473         - 10  # NDRPDR sel
474         - 11  # NDRPDR sel
475         - 12  # NDRPDR sel
476         - 13  # NDRPDR sel
477         - 14  # NDRPDR sel
478         - 15  # NDRPDR sel
479         - 16  # NDRPDR sel
480         - 17  # NDRPDR sel
481
482     ###########################################################################
483     # Simple tables (only one data set):
484
485     # NIC Comparisons
486
487     vpp-nic-comparison-3n-skx:
488       csit-vpp-perf-report-iterative-2005-3n-skx:
489         - 4   # NDRPDR sel
490         - 5   # NDRPDR sel ??? all x710 failed
491         - 33  # NDRPDR sel
492         - 28  # NDRPDR sel
493         - 34  # NDRPDR sel
494         - 36  # NDRPDR sel
495         - 37  # NDRPDR sel
496         - 38  # NDRPDR sel
497         - 39  # NDRPDR sel
498         - 41  # NDRPDR sel
499
500     vpp-nic-comparison-2n-skx:
501       csit-vpp-perf-report-iterative-2005-2n-skx:
502         - 43  # NDRPDR sel
503         - 38  # NDRPDR sel
504         - 7   # NDRPDR sel
505         - 65  # NDRPDR sel
506         - 47  # NDRPDR sel
507         - 55  # NDRPDR sel
508         - 67  # NDRPDR sel
509         - 75  # NDRPDR sel
510         - 76  # NDRPDR sel
511         - 73  # NDRPDR sel
512
513     vpp-nic-comparison-3n-skx-mrr:
514       csit-vpp-perf-report-iterative-2005-3n-skx:
515         - 6   # MRR sel
516
517     vpp-nic-comparison-2n-skx-mrr:
518       csit-vpp-perf-report-iterative-2005-2n-skx:
519         - 42  # MRR sel
520
521     # Results
522
523     vpp-perf-results-3n-hsw:
524       csit-vpp-perf-report-coverage-2005-3n-hsw:
525         - 1   # perf-full-3n-dnv-crypto_I
526         - 7   # perf-full-3n-hsw-crypto_II
527         - 3   # perf-full-3n-hsw-crypto_III
528         - 4   # perf-full-3n-dnv-crypto_IV
529         - 5   # perf-full-3n-hsw-ip4_I
530         - 6   # perf-full-3n-hsw-ip4_II
531         - 8   # perf-full-3n-hsw-ip4_III
532         - 9   # perf-full-3n-hsw-ip4_IV
533         - 10  # perf-full-3n-hsw-ip4_V
534         - 26  # perf-full-3n-hsw-ip4_VI
535         - 18  # perf-full-3n-hsw-ip4_VII
536         - 27  # perf-full-3n-hsw-ip4_VIII
537         - 28  # perf-full-3n-hsw-ip4_IX
538         - 29  # perf-full-3n-hsw-ip6_I
539         - 35  # perf-full-3n-hsw-ip6_II
540         - 42  # perf-full-3n-hsw-l2_I
541         - 33  # perf-full-3n-hsw-l2_II
542         - 37  # perf-full-3n-hsw-l2_III
543         - 45  # perf-full-3n-hsw-l2_IV
544         - 43  # perf-full-3n-hsw-l2_V
545         - 40  # perf-full-3n-hsw-l2_VI
546         - 44  # perf-full-3n-hsw-l2_VII
547         - 51  # perf-full-3n-hsw-l2_VIII
548         - 50  # perf-full-3n-hsw-l2_IX
549         - 52  # perf-full-3n-hsw-l2_X
550         - 53  # perf-full-3n-hsw-l2_XI
551         - 54  # perf-full-3n-hsw-memif
552         - 55  # perf-full-3n-hsw-ip4tunnels-I
553         - 56  # perf-full-3n-hsw-ip4tunnels-II
554         - 57  # perf-full-3n-hsw-ip4tunnels-III
555         - 58  # perf-full-3n-hsw-ip6tunnels-I
556         - 59  # perf-full-3n-hsw-srv6-I
557         - 60  # perf-full-3n-hsw-srv6-II
558         - 61  # perf-full-3n-hsw-vhost-I
559         - 62  # perf-full-3n-hsw-vhost-II
560         - 63  # perf-full-3n-hsw-vhost-III
561
562     vpp-perf-results-3n-skx:
563       csit-vpp-perf-report-coverage-2005-3n-skx:
564         - 10  # perf-full-3n-skx-crypto_I
565         - 12  # perf-full-3n-skx-crypto_III
566         - 5   # perf-full-3n-skx-ip4_I
567         - 14  # perf-full-3n-skx-ip4_II
568         - 7   # perf-full-3n-skx-ip4_III
569         - 15  # perf-full-3n-skx-ip4_IV
570         - 17  # perf-full-3n-skx-ip4_VI
571         - 18  # perf-full-3n-skx-ip4_VII
572         - 20  # perf-full-3n-skx-ip4_IX
573         - 26  # perf-full-3n-skx-ip6tunnels-I
574
575     vpp-perf-results-2n-skx:
576       # TODO: Add data:
577       csit-vpp-perf-report-coverage-2005-2n-skx:
578         - 11  # perf-full-2n-skx-ip4_I
579         - 3   # perf-full-2n-skx-ip4_II
580         - 18  # perf-full-2n-skx-ip4_III
581         - 19  # perf-full-2n-skx-ip4_IV
582         - 5   # perf-full-2n-skx-ip4_V
583         - 20  # perf-full-2n-skx-ip4_VI
584         - 7   # perf-full-2n-skx-ip6_I
585         - 21  # perf-full-2n-skx-ip6_II
586         - 9   # perf-full-2n-skx-l2_I
587         - 22  # perf-full-2n-skx-l2_II
588         - 24  # perf-full-2n-skx-loadbalancer
589         - 27  # perf-full-2n-skx-vts
590
591     vpp-perf-results-2n-clx:
592       csit-vpp-perf-report-coverage-2005-2n-clx:
593         - 21  # perf-full-2n-clx-ip4_I
594         - 2   # perf-full-2n-clx-ip4_II
595         - 3   # perf-full-2n-clx-ip4_III
596         - 4   # perf-full-2n-clx-ip4_IV
597         - 5   # perf-full-2n-clx-ip4_V
598         - 6   # perf-full-2n-clx-ip4_VI
599         - 7   # perf-full-2n-clx-ip6_I
600         - 16  # perf-full-2n-clx-ip6_II
601         - 23  # perf-full-2n-clx-l2_I
602         - 10  # perf-full-2n-clx-l2_II
603         - 11  # perf-full-2n-clx-memif
604         - 12  # perf-full-2n-clx-loadbalancer
605         - 13  # perf-full-2n-clx-vhost I
606         - 22  # perf-full-2n-clx-vhost II
607         - 15  # perf-full-2n-clx-vts
608
609     vpp-perf-results-3n-tsh:
610       csit-vpp-perf-report-iterative-2005-3n-tsh:
611         - 9   # NDRPDR sel
612
613     vpp-perf-results-3n-dnv:
614       csit-vpp-perf-report-coverage-2005-3n-dnv:
615         - 1   # perf-full-3n-dnv-crypto_I
616         - 24  # perf-full-3n-dnv-crypto_II
617         - 5   # perf-full-3n-dnv-ip4_I
618         - 13  # perf-full-3n-dnv-ip4_II
619         - 17  # perf-full-3n-dnv-ip6_I
620         - 18  # perf-full-3n-dnv-ip6_II
621         - 21  # perf-full-3n-dnv-l2_I
622         - 22  # perf-full-3n-dnv-l2_II
623         - 23  # perf-full-3n-dnv-ip4-tunnels_I
624
625     vpp-perf-results-2n-dnv:
626       csit-vpp-perf-report-coverage-2005-2n-dnv:
627         - 1   # perf-full-2n-dnv-ip4_I
628         - 2   # perf-full-2n-dnv-ip4_II
629         - 3   # perf-full-2n-dnv-ip6_I
630         - 4   # perf-full-2n-dnv-ip6_II
631         - 5   # perf-full-2n-dnv-l2_I
632         - 6   # perf-full-2n-dnv-l2_II
633
634     vpp-mrr-results-3n-hsw:
635       csit-vpp-perf-report-iterative-2005-3n-hsw:
636         - 13  # MRR
637
638     vpp-mrr-results-3n-skx:
639       csit-vpp-perf-report-iterative-2005-3n-skx:
640         - 6   # MRR sel
641
642     vpp-mrr-results-2n-skx:
643       csit-vpp-perf-report-iterative-2005-2n-skx:
644         - 42  # MRR sel
645
646     vpp-mrr-results-2n-clx:
647       csit-vpp-perf-report-iterative-2005-2n-clx:
648         - 12   # MRR
649
650     vpp-mrr-results-3n-tsh:
651       csit-vpp-perf-report-iterative-2005-3n-tsh:
652         - 10  # MRR sel
653
654     vpp-mrr-results-3n-dnv:
655       csit-vpp-perf-report-iterative-2005-3n-dnv:
656         - 8   # MRR
657
658     vpp-mrr-results-2n-dnv:
659       csit-vpp-perf-report-iterative-2005-2n-dnv:
660         - 15  # MRR sel
661
662     vpp-device-results-ubuntu:
663       csit-vpp-device-2005-ubuntu1804-1n-skx:
664         - 35
665
666     dpdk-perf-results-3n-hsw:
667       csit-dpdk-perf-report-iterative-2005-3n-hsw:
668         - 5   # NDRPDR sel
669
670     dpdk-perf-results-3n-skx:
671       csit-dpdk-perf-report-iterative-2005-3n-skx:
672         - 4   # NDRPDR sel
673
674     dpdk-perf-results-2n-skx:
675       csit-dpdk-perf-report-iterative-2005-2n-skx:
676         - 1   # NDRPDR sel
677
678     dpdk-perf-results-2n-clx:
679       csit-dpdk-perf-report-iterative-2005-2n-clx:
680         - 1   # NDRPDR sel
681
682     dpdk-perf-results-2n-dnv:
683       csit-dpdk-perf-report-iterative-2005-2n-dnv:
684         - 8   # NDRPDR sel
685
686     dpdk-perf-results-3n-dnv:
687       csit-dpdk-perf-report-iterative-2005-3n-dnv:
688         - 6   # NDRPDR sel
689
690     dpdk-perf-results-3n-tsh:
691       csit-dpdk-perf-report-iterative-2005-3n-tsh:
692         - 5   # NDRPDR sel
693
694 ###########################################################################
695     # Tables (more than one data set)
696
697     # Performance changes
698
699     vpp-performance-changes-3n-hsw-h1:
700       csit-vpp-perf-verify-1908-3n-hsw:
701         - 12  # NDRPDR sel
702         - 13  # NDRPDR sel
703         - 14  # NDRPDR sel
704         - 15  # NDRPDR sel
705         - 16  # NDRPDR sel
706         - 17  # NDRPDR sel
707         - 18  # NDRPDR sel
708         - 19  # NDRPDR sel
709         - 20  # NDRPDR sel
710         - 21  # NDRPDR sel
711     vpp-performance-changes-3n-hsw-ref:
712       csit-vpp-perf-verify-2001-3n-hsw:
713         - 21  # NDRPDR sel
714         - 22  # NDRPDR sel
715         - 23  # NDRPDR sel
716         - 24  # NDRPDR sel
717         - 25  # NDRPDR sel
718         - 29  # NDRPDR sel
719         - 30  # NDRPDR sel
720         - 31  # NDRPDR sel
721         - 32  # NDRPDR sel
722         - 34  # NDRPDR sel
723     vpp-performance-changes-3n-hsw-cmp:
724       csit-vpp-perf-report-iterative-2005-3n-hsw:
725         - 3   # NDRPDR sel
726         - 4   # NDRPDR sel
727         - 5   # NDRPDR sel
728         - 10  # NDRPDR sel
729         - 11  # NDRPDR sel
730         - 12  # NDRPDR sel
731         - 15  # NDRPDR sel
732         - 16  # NDRPDR sel
733         - 18  # NDRPDR sel
734         - 19  # NDRPDR sel
735
736     vpp-performance-changes-3n-skx-h1:
737       csit-vpp-perf-verify-1908_1-3n-skx:
738         - 26  # NDRPDR sel - new1908.1
739         - 27  # NDRPDR sel - new1908.1
740         - 28  # NDRPDR sel - new1908.1
741         - 29  # NDRPDR sel - new1908.1
742         - 30  # NDRPDR sel - new1908.1
743         - 31  # NDRPDR sel - new1908.1
744         - 33  # NDRPDR sel - new1908.1
745         - 34  # NDRPDR sel - new1908.1
746         - 35  # NDRPDR sel - new1908.1
747         - 36  # NDRPDR sel - new1908.1
748     vpp-performance-changes-3n-skx-ref:
749       csit-vpp-perf-verify-2001-3n-skx:
750         - 69  # NDRPDR sel - new2001.0
751         - 71  # NDRPDR sel - new2001.0
752         - 72  # NDRPDR sel - new2001.0
753         - 76  # NDRPDR sel - new2001.0
754         - 77  # NDRPDR sel - new2001.0
755         - 78  # NDRPDR sel - new2001.0
756         - 80  # NDRPDR sel - new2001.0
757     vpp-performance-changes-3n-skx-cmp:
758       csit-vpp-perf-report-iterative-2005-3n-skx:
759         - 4   # NDRPDR sel
760         - 5   # NDRPDR sel ??? all x710 failed
761         - 33  # NDRPDR sel
762         - 28  # NDRPDR sel
763         - 34  # NDRPDR sel
764         - 36  # NDRPDR sel
765         - 37  # NDRPDR sel
766         - 38  # NDRPDR sel
767         - 39  # NDRPDR sel
768         - 41  # NDRPDR sel
769
770     vpp-performance-changes-2n-skx-h1:
771       csit-vpp-perf-verify-1908_1-2n-skx:
772         - 39  # NDRPDR sel - new1908.1
773         - 40  # NDRPDR sel - new1908.1
774         - 41  # NDRPDR sel - new1908.1
775         - 43  # NDRPDR sel - new1908.1
776         - 44  # NDRPDR sel - new1908.1
777         - 45  # NDRPDR sel - new1908.1
778         - 46  # NDRPDR sel - new1908.1
779         - 47  # NDRPDR sel - new1908.1
780         - 48  # NDRPDR sel - new1908.1
781         - 49  # NDRPDR sel - new1908.1
782     vpp-performance-changes-2n-skx-ref:
783       csit-vpp-perf-verify-2001-2n-skx:
784         - 143  # NDRPDR sel - new2001.0
785         - 146  # NDRPDR sel - new2001.0
786         - 147  # NDRPDR sel - new2001.0
787         - 148  # NDRPDR sel - new2001.0
788         - 149  # NDRPDR sel - new2001.0
789         - 150  # NDRPDR sel - new2001.0
790         - 151  # NDRPDR sel - new2001.0
791         - 152  # NDRPDR sel - new2001.0
792         - 153  # NDRPDR sel - new2001.0
793         - 154  # NDRPDR sel - new2001.0
794     vpp-performance-changes-2n-skx-cmp:
795       csit-vpp-perf-report-iterative-2005-2n-skx:
796         - 43  # NDRPDR sel
797         - 38  # NDRPDR sel
798         - 7   # NDRPDR sel
799         - 65  # NDRPDR sel
800         - 47  # NDRPDR sel
801         - 55  # NDRPDR sel
802         - 67  # NDRPDR sel
803         - 75  # NDRPDR sel
804         - 76  # NDRPDR sel
805         - 73  # NDRPDR sel
806
807 #    vpp-performance-changes-nfv-2n-skx-ref:
808 #      csit-vpp-perf-verify-2001-2n-skx:
809 #        - 30  # NFV
810 #        - 31  # NFV
811 #    vpp-performance-changes-nfv-2n-skx-cmp:
812 #      csit-vpp-perf-report-iterative-2005-2n-skx:
813 #        - 43  # NDRPDR sel
814 #        - 38  # NDRPDR sel
815 #        - 7   # NDRPDR sel
816
817     vpp-performance-changes-2n-clx-ref:
818       csit-vpp-perf-verify-2001-2n-clx:
819         - 28  # NDRPDR sel
820         - 29  # NDRPDR sel
821         - 32  # NDRPDR sel
822         - 40  # NDRPDR sel
823         - 43  # NDRPDR sel
824         - 44  # NDRPDR sel
825         - 45  # NDRPDR sel
826         - 47  # NDRPDR sel
827         - 48  # NDRPDR sel
828         - 49  # NDRPDR sel
829     vpp-performance-changes-2n-clx-cmp:
830       csit-vpp-perf-report-iterative-2005-2n-clx:
831         - 7   # NDRPDR sel
832         - 38  # NDRPDR sel
833         - 9   # NDRPDR sel
834         - 32  # NDRPDR sel ???
835         - 33  # NDRPDR sel ???
836         - 39  # NDRPDR sel
837         - 40  # NDRPDR sel
838         - 43  # NDRPDR sel
839         - 50  # NDRPDR sel
840         - 51  # NDRPDR sel
841
842     vpp-performance-changes-2n-dnv-h1:
843       csit-vpp-perf-verify-1908-2n-dnv:
844         - 1   # NDRPDR sel
845         - 2   # NDRPDR sel
846         - 3   # NDRPDR sel
847         - 4   # NDRPDR sel
848         - 5   # NDRPDR sel
849         - 6   # NDRPDR sel
850         - 7   # NDRPDR sel
851         - 8   # NDRPDR sel
852         - 9   # NDRPDR sel
853         - 10  # NDRPDR sel
854     vpp-performance-changes-2n-dnv-ref:
855       csit-vpp-perf-verify-2001-2n-dnv:
856         - 4   # NDRPDR sel
857         - 5   # NDRPDR sel
858         - 6   # NDRPDR sel
859         - 7   # NDRPDR sel
860         - 8   # NDRPDR sel
861         - 9   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 11  # NDRPDR sel
864         - 13  # NDRPDR sel
865         - 16  # NDRPDR sel
866     vpp-performance-changes-2n-dnv-cmp:
867       csit-vpp-perf-report-iterative-2005-2n-dnv:
868         - 3   # 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         - 12  # NDRPDR sel
876         - 13  # NDRPDR sel
877         - 14  # NDRPDR sel
878
879     vpp-performance-changes-3n-dnv-h1:
880       csit-vpp-perf-verify-1908-3n-dnv:
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 8   # NDRPDR sel
884         - 9   # NDRPDR sel
885         - 10  # NDRPDR sel
886         - 12  # NDRPDR sel
887         - 13  # NDRPDR sel
888         - 14  # NDRPDR sel
889         - 15  # NDRPDR sel
890         - 16  # NDRPDR sel
891     vpp-performance-changes-3n-dnv-ref:
892       csit-vpp-perf-verify-2001-3n-dnv:
893         - 5   # NDRPDR sel
894         - 6   # NDRPDR sel
895         - 7   # NDRPDR sel
896         - 8   # NDRPDR sel
897         - 9   # NDRPDR sel
898         - 10  # NDRPDR sel
899         - 12  # NDRPDR sel
900         - 16  # NDRPDR sel
901         - 17  # NDRPDR sel
902         - 18  # NDRPDR sel
903     vpp-performance-changes-3n-dnv-cmp:
904       csit-vpp-perf-report-iterative-2005-3n-dnv:
905         - 2   # NDRPDR sel
906         - 3   # NDRPDR sel
907         - 4   # NDRPDR sel
908         - 5   # NDRPDR sel
909         - 6   # NDRPDR sel
910         - 7   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 11  # NDRPDR sel
914         - 12  # NDRPDR sel
915
916     vpp-performance-changes-3n-tsh-h1:
917       csit-vpp-perf-verify-1908-3n-tsh:
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 12  # NDRPDR sel
924         - 13  # NDRPDR sel
925         - 14  # NDRPDR sel
926         - 15  # NDRPDR sel
927         - 16  # NDRPDR sel
928     vpp-performance-changes-3n-tsh-ref:
929       csit-vpp-perf-verify-2001-3n-tsh:
930         - 3   # NDRPDR sel
931         - 4   # NDRPDR sel
932         - 7   # NDRPDR sel
933         - 8   # NDRPDR sel
934         - 10  # NDRPDR sel
935         - 12  # NDRPDR sel
936         - 13  # NDRPDR sel
937         - 14  # NDRPDR sel
938         - 15  # NDRPDR sel
939         - 21  # NDRPDR sel
940     vpp-performance-changes-3n-tsh-cmp:
941       # TODO: Add data:
942       csit-vpp-perf-report-iterative-2005-3n-tsh:
943         - 9   # NDRPDR sel
944         - 11  # NDRPDR sel
945         - 12  # NDRPDR sel
946         - 13  # NDRPDR sel
947
948     vpp-soak-vs-ndr-2n-skx-ref:
949       csit-vpp-perf-report-iterative-2005-2n-skx:
950         - 43  # NDRPDR sel
951         - 38  # NDRPDR sel
952         - 7   # NDRPDR sel
953         - 65  # NDRPDR sel
954         - 47  # NDRPDR sel
955         - 55  # NDRPDR sel
956         - 67  # NDRPDR sel
957         - 75  # NDRPDR sel
958         - 76  # NDRPDR sel
959         - 73  # NDRPDR sel
960     vpp-soak-vs-ndr-2n-skx-cmp:
961       csit-vpp-perf-report-iterative-2005-2n-skx:
962         - 49  # Soak
963         - 54  # Soak
964     vpp-soak-vs-ndr-2n-skx:
965       csit-vpp-perf-report-iterative-2005-2n-skx:
966         - 43  # NDRPDR sel
967         - 38  # NDRPDR sel
968         - 7   # NDRPDR sel
969         - 65  # NDRPDR sel
970         - 47  # NDRPDR sel
971         - 55  # NDRPDR sel
972         - 67  # NDRPDR sel
973         - 75  # NDRPDR sel
974         - 76  # NDRPDR sel
975         - 73  # NDRPDR sel
976         - 49  # Soak
977         - 54  # Soak
978
979     vpp-soak-vs-ndr-2n-clx-ref:
980       csit-vpp-perf-report-iterative-2005-2n-clx:
981         - 7   # NDRPDR sel
982         - 38  # NDRPDR sel
983         - 9   # NDRPDR sel
984         - 32  # NDRPDR sel ???
985         - 33  # NDRPDR sel ???
986         - 39  # NDRPDR sel
987         - 40  # NDRPDR sel
988         - 43  # NDRPDR sel
989         - 50  # NDRPDR sel
990         - 51  # NDRPDR sel
991     vpp-soak-vs-ndr-2n-clx-cmp:
992       csit-vpp-perf-report-iterative-2005-2n-clx:
993         - 44  # Soak
994         - 49  # Soak
995     vpp-soak-vs-ndr-2n-clx:
996       csit-vpp-perf-report-iterative-2005-2n-clx:
997         - 7   # NDRPDR sel
998         - 38  # NDRPDR sel
999         - 9   # NDRPDR sel
1000         - 32  # NDRPDR sel ???
1001         - 33  # NDRPDR sel ???
1002         - 39  # NDRPDR sel
1003         - 40  # NDRPDR sel
1004         - 43  # NDRPDR sel
1005         - 50  # NDRPDR sel
1006         - 51  # NDRPDR sel
1007         - 44  # Soak
1008         - 49  # Soak
1009
1010     vpp-performance-changes-3n-hsw-mrr-h1:
1011       csit-vpp-perf-verify-1908-3n-hsw:
1012         - 39  # MRR sel
1013     vpp-performance-changes-3n-hsw-mrr-ref:
1014       csit-vpp-perf-verify-2001-3n-hsw:
1015         - 17  # MRR sel
1016     vpp-performance-changes-3n-hsw-mrr-cmp:
1017       csit-vpp-perf-report-iterative-2005-3n-hsw:
1018         - 13  # MRR
1019
1020 #    vpp-performance-changes-3n-skx-mrr-h1:
1021 #      csit-vpp-perf-verify-1908-3n-skx:
1022 #        - 36  # MRR sel
1023     vpp-performance-changes-3n-skx-mrr-ref:
1024       csit-vpp-perf-verify-2001-3n-skx:
1025         - 50  # MRR sel
1026         - 53  # MRR sel addition
1027     vpp-performance-changes-3n-skx-mrr-cmp:
1028       csit-vpp-perf-report-iterative-2005-3n-skx:
1029         - 6   # MRR sel
1030
1031 #    vpp-performance-changes-2n-skx-mrr-h1:
1032 #      csit-vpp-perf-verify-1908-2n-skx:
1033 #        - 69  # MRR sel
1034     vpp-performance-changes-2n-skx-mrr-ref:
1035       csit-vpp-perf-verify-2001-2n-skx:
1036         - 101 # MRR sel
1037         - 128 # MRR sel addition
1038     vpp-performance-changes-2n-skx-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2005-2n-skx:
1040         - 42  # MRR sel
1041
1042     vpp-performance-changes-2n-clx-mrr-ref:
1043       csit-vpp-perf-verify-2001-2n-clx:
1044         - 39  # MRR
1045     vpp-performance-changes-2n-clx-mrr-cmp:
1046       csit-vpp-perf-report-iterative-2005-2n-clx:
1047         - 12   # MRR
1048
1049 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1050 #      csit-vpp-perf-verify-1908-2n-skx:
1051 #        - 71  # NFV MRR
1052 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1053 #      # csit-vpp-perf-verify-2001-2n-skx:
1054 #      csit-vpp-perf-verify-1908-2n-skx:
1055 #        - 71  # NFV MRR
1056
1057     vpp-performance-changes-2n-dnv-mrr-h1:
1058       csit-vpp-perf-verify-1908-2n-dnv:
1059         - 11  # MRR sel
1060     vpp-performance-changes-2n-dnv-mrr-ref:
1061       csit-vpp-perf-verify-2001-2n-dnv:
1062         - 12  # MRR sel
1063     vpp-performance-changes-2n-dnv-mrr-cmp:
1064       csit-vpp-perf-report-iterative-2005-2n-dnv:
1065         - 15  # MRR sel
1066
1067     vpp-performance-changes-3n-dnv-mrr-h1:
1068       csit-vpp-perf-verify-1908-3n-dnv:
1069         - 17  # MRR sel
1070     vpp-performance-changes-3n-dnv-mrr-ref:
1071       csit-vpp-perf-verify-2001-3n-dnv:
1072         - 11  # MRR sel
1073     vpp-performance-changes-3n-dnv-mrr-cmp:
1074       csit-vpp-perf-report-iterative-2005-3n-dnv:
1075         - 8   # MRR
1076
1077     vpp-performance-changes-3n-tsh-mrr-h1:
1078       csit-vpp-perf-verify-1908-3n-tsh:
1079         - 17  # MRR sel
1080     vpp-performance-changes-3n-tsh-mrr-ref:
1081       csit-vpp-perf-verify-2001-3n-tsh:
1082         - 9   # MRR sel
1083     vpp-performance-changes-3n-tsh-mrr-cmp:
1084       csit-vpp-perf-report-iterative-2005-3n-tsh:
1085         - 10  # MRR sel
1086
1087     dpdk-performance-changes-3n-hsw-h1:
1088       csit-dpdk-perf-verify-1908-3n-hsw:
1089         - 2   # NDRPDR sel
1090         - 3   # NDRPDR sel
1091         - 4   # NDRPDR sel
1092         - 5   # NDRPDR sel
1093         - 6   # NDRPDR sel
1094         - 7   # NDRPDR sel
1095         - 8   # NDRPDR sel
1096         - 9   # NDRPDR sel
1097         - 10  # NDRPDR sel
1098         - 11  # NDRPDR sel
1099     dpdk-performance-changes-3n-hsw-ref:
1100       csit-dpdk-perf-verify-2001-3n-hsw:
1101         - 4   # NDRPDR sel
1102         - 5   # NDRPDR sel
1103         - 6   # NDRPDR sel
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 15  # NDRPDR sel
1112         - 16  # NDRPDR sel
1113         - 17  # NDRPDR sel
1114         - 18  # NDRPDR sel
1115         - 19  # NDRPDR sel
1116         - 20  # NDRPDR sel
1117         - 21  # NDRPDR sel
1118         - 22  # NDRPDR sel
1119         - 23  # NDRPDR sel
1120         - 24  # NDRPDR sel
1121     dpdk-performance-changes-3n-hsw-cmp:
1122       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1123         - 5   # NDRPDR sel
1124         - 6   # NDRPDR sel
1125         - 7   # NDRPDR sel
1126         - 8   # NDRPDR sel
1127         - 9   # NDRPDR sel
1128         - 10  # NDRPDR sel
1129         - 11  # NDRPDR sel
1130         - 12  # NDRPDR sel
1131         - 13  # NDRPDR sel
1132         - 14  # NDRPDR sel
1133
1134     dpdk-performance-changes-3n-skx-h1:
1135       csit-dpdk-perf-verify-1908-3n-skx:
1136         - 3   # NDRPDR sel
1137         - 4   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 7   # NDRPDR sel
1141         - 8   # NDRPDR sel
1142         - 9   # NDRPDR sel
1143         - 10  # NDRPDR sel
1144         - 11  # NDRPDR sel
1145         - 12  # NDRPDR sel
1146     dpdk-performance-changes-3n-skx-ref:
1147       csit-dpdk-perf-verify-2001-3n-skx:
1148         - 29  # NDRPDR sel xxv710
1149         - 33  # NDRPDR sel xxv710
1150         - 34  # NDRPDR sel xxv710
1151         - 35  # NDRPDR sel xxv710
1152         - 36  # NDRPDR sel xxv710
1153         - 37  # NDRPDR sel xxv710
1154         - 41  # NDRPDR sel xxv710
1155         - 42  # NDRPDR sel xxv710
1156         - 43  # NDRPDR sel xxv710
1157         - 45  # NDRPDR sel xxv710
1158         - 30  # NDRPDR sel x710
1159         - 31  # NDRPDR sel x710
1160         - 32  # NDRPDR sel x710
1161         - 38  # NDRPDR sel x710
1162         - 39  # NDRPDR sel x710
1163         - 40  # NDRPDR sel x710
1164         - 44  # NDRPDR sel x710
1165         - 46  # NDRPDR sel x710
1166         - 47  # NDRPDR sel x710
1167         - 48  # NDRPDR sel x710
1168     dpdk-performance-changes-3n-skx-cmp:
1169       csit-dpdk-perf-report-iterative-2005-3n-skx:
1170         - 4   # NDRPDR sel
1171         - 5   # NDRPDR sel
1172         - 6   # NDRPDR sel
1173         - 7   # NDRPDR sel
1174         - 8   # NDRPDR sel
1175         - 11  # NDRPDR sel
1176         - 12  # NDRPDR sel
1177         - 13  # NDRPDR sel
1178         - 14  # NDRPDR sel
1179         - 15  # NDRPDR sel
1180
1181     dpdk-performance-changes-2n-skx-h1:
1182       csit-dpdk-perf-verify-1908-2n-skx:
1183         - 2   # NDRPDR sel
1184         - 3   # NDRPDR sel
1185         - 4   # NDRPDR sel
1186         - 5   # NDRPDR sel
1187         - 7   # NDRPDR sel
1188         - 8   # NDRPDR sel
1189         - 9   # NDRPDR sel
1190         - 10  # NDRPDR sel
1191         - 11  # NDRPDR sel
1192         - 12  # NDRPDR sel
1193     dpdk-performance-changes-2n-skx-ref:
1194       csit-dpdk-perf-verify-2001-2n-skx:
1195         - 35  # NDRPDR sel xxv710
1196         - 36  # NDRPDR sel xxv710
1197         - 37  # NDRPDR sel xxv710
1198         - 41  # NDRPDR sel xxv710
1199         - 42  # NDRPDR sel xxv710
1200         - 43  # NDRPDR sel xxv710
1201         - 46  # NDRPDR sel xxv710
1202         - 47  # NDRPDR sel xxv710
1203         - 52  # NDRPDR sel xxv710
1204         - 53  # NDRPDR sel xxv710
1205         - 38  # NDRPDR sel x710
1206         - 39  # NDRPDR sel x710
1207         - 40  # NDRPDR sel x710
1208         - 44  # NDRPDR sel x710
1209         - 45  # NDRPDR sel x710
1210         - 48  # NDRPDR sel x710
1211         - 49  # NDRPDR sel x710
1212         - 50  # NDRPDR sel x710
1213         - 51  # NDRPDR sel x710
1214         - 54  # NDRPDR sel x710
1215     dpdk-performance-changes-2n-skx-cmp:
1216       csit-dpdk-perf-report-iterative-2005-2n-skx:
1217         - 1   # NDRPDR sel
1218         - 2   # NDRPDR sel
1219         - 3   # NDRPDR sel
1220         - 4   # NDRPDR sel
1221         - 5   # NDRPDR sel
1222         - 6   # NDRPDR sel
1223         - 7   # NDRPDR sel
1224         - 8   # NDRPDR sel
1225         - 9   # NDRPDR sel
1226         - 10  # NDRPDR sel
1227
1228     dpdk-performance-changes-2n-clx-ref:
1229       csit-dpdk-perf-verify-2001-2n-clx:
1230         - 15  # NDRPDR sel
1231         - 16  # NDRPDR sel
1232         - 17  # NDRPDR sel
1233         - 18  # NDRPDR sel
1234         - 19  # NDRPDR sel
1235         - 20  # NDRPDR sel
1236         - 21  # NDRPDR sel
1237         - 22  # NDRPDR sel
1238         - 23  # NDRPDR sel
1239         - 24  # NDRPDR sel
1240         - 25  # NDRPDR sel
1241         - 26  # NDRPDR sel
1242         - 27  # NDRPDR sel
1243         - 28  # NDRPDR sel
1244         - 29  # NDRPDR sel
1245         - 30  # NDRPDR sel
1246         - 31  # NDRPDR sel
1247         - 32  # NDRPDR sel
1248         - 33  # NDRPDR sel
1249         - 34  # NDRPDR sel
1250     dpdk-performance-changes-2n-clx-cmp:
1251       csit-dpdk-perf-report-iterative-2005-2n-clx:
1252         - 1   # NDRPDR sel
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262
1263     dpdk-performance-changes-2n-dnv-ref:
1264       csit-dpdk-perf-verify-2001-2n-dnv:
1265         - 9   # NDRPDR sel
1266         - 10  # NDRPDR sel
1267         - 11  # NDRPDR sel
1268         - 12  # NDRPDR sel
1269         - 13  # NDRPDR sel
1270         - 14  # NDRPDR sel
1271         - 15  # NDRPDR sel
1272         - 16  # NDRPDR sel
1273         - 17  # NDRPDR sel
1274         - 18  # NDRPDR sel
1275     dpdk-performance-changes-2n-dnv-cmp:
1276       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 15  # NDRPDR sel
1285         - 16  # NDRPDR sel
1286         - 17  # NDRPDR sel
1287
1288     dpdk-performance-changes-3n-dnv-ref:
1289       csit-dpdk-perf-verify-2001-3n-dnv:
1290         - 12  # NDRPDR sel
1291         - 13  # NDRPDR sel
1292         - 14  # NDRPDR sel
1293         - 15  # NDRPDR sel
1294         - 16  # NDRPDR sel
1295         - 17  # NDRPDR sel
1296         - 18  # NDRPDR sel
1297         - 19  # NDRPDR sel
1298         - 20  # NDRPDR sel
1299         - 22  # NDRPDR sel
1300     dpdk-performance-changes-3n-dnv-cmp:
1301       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 13  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311         - 16  # NDRPDR sel
1312
1313     dpdk-performance-changes-3n-tsh-ref:
1314       csit-dpdk-perf-verify-2001-3n-tsh:
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 14  # NDRPDR sel
1323         - 15  # NDRPDR sel
1324         - 18  # NDRPDR sel
1325     dpdk-performance-changes-3n-tsh-cmp:
1326       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1327         - 5   # NDRPDR sel
1328
1329     # Compare testbeds
1330
1331     vpp-compare-testbeds-ref:
1332       csit-vpp-perf-report-iterative-2005-3n-hsw:
1333         - 3   # NDRPDR sel
1334         - 4   # NDRPDR sel
1335         - 5   # NDRPDR sel
1336         - 10  # NDRPDR sel
1337         - 11  # NDRPDR sel
1338         - 12  # NDRPDR sel
1339         - 15  # NDRPDR sel
1340         - 16  # NDRPDR sel
1341         - 18  # NDRPDR sel
1342         - 19  # NDRPDR sel
1343     vpp-compare-testbeds-cmp:
1344       csit-vpp-perf-report-iterative-2005-3n-skx:
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel ??? all x710 failed
1347         - 33  # NDRPDR sel
1348         - 28  # NDRPDR sel
1349         - 34  # NDRPDR sel
1350         - 36  # NDRPDR sel
1351         - 37  # NDRPDR sel
1352         - 38  # NDRPDR sel
1353         - 39  # NDRPDR sel
1354         - 41  # NDRPDR sel
1355
1356     vpp-compare-testbeds-skx-clx-ref:
1357       csit-vpp-perf-report-iterative-2005-2n-skx:
1358         - 43  # NDRPDR sel
1359         - 38  # NDRPDR sel
1360         - 7   # NDRPDR sel
1361         - 65  # NDRPDR sel
1362         - 47  # NDRPDR sel
1363         - 55  # NDRPDR sel
1364         - 67  # NDRPDR sel
1365         - 75  # NDRPDR sel
1366         - 76  # NDRPDR sel
1367         - 73  # NDRPDR sel
1368     vpp-compare-testbeds-skx-clx-cmp:
1369       csit-vpp-perf-report-iterative-2005-2n-clx:
1370         - 7   # NDRPDR sel
1371         - 38  # NDRPDR sel
1372         - 9   # NDRPDR sel
1373         - 32  # NDRPDR sel ???
1374         - 33  # NDRPDR sel ???
1375         - 39  # NDRPDR sel
1376         - 40  # NDRPDR sel
1377         - 43  # NDRPDR sel
1378         - 50  # NDRPDR sel
1379         - 51  # NDRPDR sel
1380
1381     vpp-compare-testbeds-hsw-clx-ref:
1382       csit-vpp-perf-report-iterative-2005-3n-hsw:
1383         - 3   # NDRPDR sel
1384         - 4   # NDRPDR sel
1385         - 5   # NDRPDR sel
1386         - 10  # NDRPDR sel
1387         - 11  # NDRPDR sel
1388         - 12  # NDRPDR sel
1389         - 15  # NDRPDR sel
1390         - 16  # NDRPDR sel
1391         - 18  # NDRPDR sel
1392         - 19  # NDRPDR sel
1393     vpp-compare-testbeds-hsw-clx-cmp:
1394       csit-vpp-perf-report-iterative-2005-2n-clx:
1395         - 7   # NDRPDR sel
1396         - 38  # NDRPDR sel
1397         - 9   # NDRPDR sel
1398         - 32  # NDRPDR sel ???
1399         - 33  # NDRPDR sel ???
1400         - 39  # NDRPDR sel
1401         - 40  # NDRPDR sel
1402         - 43  # NDRPDR sel
1403         - 50  # NDRPDR sel
1404         - 51  # NDRPDR sel
1405
1406     vpp-compare-testbeds-mrr-ref:
1407       csit-vpp-perf-report-iterative-2005-3n-hsw:
1408         - 13  # MRR
1409     vpp-compare-testbeds-mrr-cmp:
1410       csit-vpp-perf-report-iterative-2005-3n-skx:
1411         - 6   # MRR sel
1412
1413     vpp-compare-testbeds-mrr-skx-clx-ref:
1414       csit-vpp-perf-report-iterative-2005-2n-skx:
1415         - 42  # MRR sel
1416     vpp-compare-testbeds-mrr-skx-clx-cmp:
1417       csit-vpp-perf-report-iterative-2005-2n-clx:
1418         - 12   # MRR
1419
1420     vpp-compare-testbeds-mrr-hsw-clx-ref:
1421       csit-vpp-perf-report-iterative-2005-3n-hsw:
1422         - 13  # MRR
1423     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1424       csit-vpp-perf-report-iterative-2005-2n-clx:
1425         - 12   # MRR
1426
1427     dpdk-compare-testbeds-ref:
1428       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1429         - 5   # NDRPDR sel
1430         - 6   # NDRPDR sel
1431         - 7   # NDRPDR sel
1432         - 8   # NDRPDR sel
1433         - 9   # NDRPDR sel
1434         - 10  # NDRPDR sel
1435         - 11  # NDRPDR sel
1436         - 12  # NDRPDR sel
1437         - 13  # NDRPDR sel
1438         - 14  # NDRPDR sel
1439     dpdk-compare-testbeds-cmp:
1440       csit-dpdk-perf-report-iterative-2005-3n-skx:
1441         - 4   # NDRPDR sel
1442         - 5   # NDRPDR sel
1443         - 6   # NDRPDR sel
1444         - 7   # NDRPDR sel
1445         - 8   # NDRPDR sel
1446         - 11  # NDRPDR sel
1447         - 12  # NDRPDR sel
1448         - 13  # NDRPDR sel
1449         - 14  # NDRPDR sel
1450         - 15  # NDRPDR sel
1451
1452     dpdk-compare-testbeds-skx-clx-ref:
1453       csit-dpdk-perf-report-iterative-2005-2n-skx:
1454         - 1   # NDRPDR sel
1455         - 2   # NDRPDR sel
1456         - 3   # NDRPDR sel
1457         - 4   # NDRPDR sel
1458         - 5   # NDRPDR sel
1459         - 6   # NDRPDR sel
1460         - 7   # NDRPDR sel
1461         - 8   # NDRPDR sel
1462         - 9   # NDRPDR sel
1463         - 10  # NDRPDR sel
1464     dpdk-compare-testbeds-skx-clx-cmp:
1465       csit-dpdk-perf-report-iterative-2005-2n-clx:
1466         - 1   # NDRPDR sel
1467         - 2   # NDRPDR sel
1468         - 3   # NDRPDR sel
1469         - 4   # NDRPDR sel
1470         - 5   # NDRPDR sel
1471         - 6   # NDRPDR sel
1472         - 7   # NDRPDR sel
1473         - 8   # NDRPDR sel
1474         - 9   # NDRPDR sel
1475         - 10  # NDRPDR sel
1476
1477     # Compare topologies
1478
1479     vpp-compare-topologies-ref:
1480       csit-vpp-perf-report-iterative-2005-3n-skx:
1481         - 4   # NDRPDR sel
1482         - 5   # NDRPDR sel ??? all x710 failed
1483         - 33  # NDRPDR sel
1484         - 28  # NDRPDR sel
1485         - 34  # NDRPDR sel
1486         - 36  # NDRPDR sel
1487         - 37  # NDRPDR sel
1488         - 38  # NDRPDR sel
1489         - 39  # NDRPDR sel
1490         - 41  # NDRPDR sel
1491     vpp-compare-topologies-cmp:
1492       csit-vpp-perf-report-iterative-2005-2n-skx:
1493         - 43  # NDRPDR sel
1494         - 38  # NDRPDR sel
1495         - 7   # NDRPDR sel
1496         - 65  # NDRPDR sel
1497         - 47  # NDRPDR sel
1498         - 55  # NDRPDR sel
1499         - 67  # NDRPDR sel
1500         - 75  # NDRPDR sel
1501         - 76  # NDRPDR sel
1502         - 73  # NDRPDR sel
1503
1504     vpp-compare-topologies-mrr-ref:
1505       csit-vpp-perf-report-iterative-2005-3n-skx:
1506         - 6   # MRR sel
1507     vpp-compare-topologies-mrr-cmp:
1508       csit-vpp-perf-report-iterative-2005-2n-skx:
1509         - 42  # MRR sel
1510
1511     dpdk-compare-topologies-ref:
1512       csit-dpdk-perf-report-iterative-2005-3n-skx:
1513         - 4   # NDRPDR sel
1514         - 5   # NDRPDR sel
1515         - 6   # NDRPDR sel
1516         - 7   # NDRPDR sel
1517         - 8   # NDRPDR sel
1518         - 11  # NDRPDR sel
1519         - 12  # NDRPDR sel
1520         - 13  # NDRPDR sel
1521         - 14  # NDRPDR sel
1522         - 15  # NDRPDR sel
1523     dpdk-compare-topologies-cmp:
1524       csit-dpdk-perf-report-iterative-2005-2n-skx:
1525         - 1   # NDRPDR sel
1526         - 2   # NDRPDR sel
1527         - 3   # NDRPDR sel
1528         - 4   # NDRPDR sel
1529         - 5   # NDRPDR sel
1530         - 6   # NDRPDR sel
1531         - 7   # NDRPDR sel
1532         - 8   # NDRPDR sel
1533         - 9   # NDRPDR sel
1534         - 10  # NDRPDR sel
1535
1536   plot-layouts:
1537
1538     plot-soak-throughput:
1539       titlefont:
1540         size: 18
1541       xaxis:
1542         title: "<b>Test Cases [Index]</b>"
1543         titlefont:
1544           size: 16
1545         autorange: True
1546         fixedrange: False
1547         gridcolor: "rgb(230, 230, 230)"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickmode: "linear"
1555         tickfont:
1556           size: 16
1557         zeroline: False
1558       yaxis:
1559         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1560         titlefont:
1561           size: 16
1562         gridcolor: "rgb(230, 230, 230)"
1563         hoverformat: ".4r"
1564         tickformat: ".3r"
1565         linecolor: "rgb(220, 220, 220)"
1566         linewidth: 1
1567         showgrid: True
1568         showline: True
1569         showticklabels: True
1570         tickcolor: "rgb(220, 220, 220)"
1571         tickfont:
1572           size: 16
1573         zeroline: False
1574         range: [0,50]
1575       autosize: False
1576       margin:
1577         t: 50
1578         b: 0
1579         l: 80
1580         r: 20
1581       showlegend: True
1582       legend:
1583         orientation: "h"
1584         font:
1585           size: 16
1586       width: 700
1587       height: 900
1588       paper_bgcolor: "#fff"
1589       plot_bgcolor: "#fff"
1590       hoverlabel:
1591         namelength: -1
1592
1593     plot-service-density:
1594       titlefont:
1595         size: 18
1596       xaxis:
1597         side: "top"
1598         autorange: True
1599         fixedrange: False
1600         showgrid: False
1601         showline: False
1602         showticklabels: False
1603         ticks: ""
1604         ticklen: 0
1605         tickwidth: 0
1606         zeroline: False
1607       yaxis:
1608         autorange: "reversed"
1609         showgrid: False
1610         showline: False
1611         showticklabels: False
1612         ticks: ""
1613         ticklen: 0
1614         tickwidth: 0
1615         zeroline: False
1616       showlegend: False
1617       paper_bgcolor: "#fff"
1618       plot_bgcolor: "#fff"
1619       width: 700
1620       height: 700
1621       hoverlabel:
1622         namelength: -1
1623
1624 #    plot-cps:
1625 #      titlefont:
1626 #        size: 18
1627 #      xaxis:
1628 #        title: "<b>Test Cases [Index]</b>"
1629 #        titlefont:
1630 #          size: 16
1631 #        autorange: True
1632 #        fixedrange: False
1633 #        gridcolor: "rgb(230, 230, 230)"
1634 #        linecolor: "rgb(220, 220, 220)"
1635 #        linewidth: 1
1636 #        showgrid: True
1637 #        showline: True
1638 #        showticklabels: True
1639 #        tickcolor: "rgb(220, 220, 220)"
1640 #        tickmode: "linear"
1641 #        tickfont:
1642 #          size: 16
1643 #        zeroline: False
1644 #      yaxis:
1645 #        title: "<b>Connections Per Second [cps]</b>"
1646 #        titlefont:
1647 #          size: 16
1648 #        gridcolor: "rgb(230, 230, 230)"
1649 #        hoverformat: ".4s"
1650 #        linecolor: "rgb(220, 220, 220)"
1651 #        linewidth: 1
1652 #        rangemode: "tozero"
1653 #        showgrid: True
1654 #        showline: True
1655 #        showticklabels: True
1656 #        tickcolor: "rgb(220, 220, 220)"
1657 #        tickformat: ".3s"
1658 #        tickfont:
1659 #          size: 16
1660 #        zeroline: False
1661 #      boxmode: "group"
1662 #      boxgroupgap: 0.5
1663 #      autosize: False
1664 #      margin:
1665 #        t: 50
1666 #        b: 20
1667 #        l: 80
1668 #        r: 20
1669 #      showlegend: True
1670 #      legend:
1671 #        orientation: "h"
1672 #        font:
1673 #          size: 16
1674 #      width: 700
1675 #      height: 800
1676 #      paper_bgcolor: "#fff"
1677 #      plot_bgcolor: "#fff"
1678 #      hoverlabel:
1679 #        namelength: -1
1680 #
1681 #    plot-rps:
1682 #      titlefont:
1683 #        size: 18
1684 #      xaxis:
1685 #        title: "<b>Test Cases [Index]</b>"
1686 #        titlefont:
1687 #          size: 16
1688 #        autorange: True
1689 #        fixedrange: False
1690 #        gridcolor: "rgb(230, 230, 230)"
1691 #        linecolor: "rgb(220, 220, 220)"
1692 #        linewidth: 1
1693 #        showgrid: True
1694 #        showline: True
1695 #        showticklabels: True
1696 #        tickcolor: "rgb(220, 220, 220)"
1697 #        tickmode: "linear"
1698 #        tickfont:
1699 #          size: 16
1700 #        zeroline: False
1701 #      yaxis:
1702 #        title: "<b>Requests Per Second [rps]</b>"
1703 #        titlefont:
1704 #          size: 16
1705 #        gridcolor: "rgb(230, 230, 230)"
1706 #        hoverformat: ".4s"
1707 #        linecolor: "rgb(220, 220, 220)"
1708 #        linewidth: 1
1709 #        rangemode: "tozero"
1710 #        showgrid: True
1711 #        showline: True
1712 #        showticklabels: True
1713 #        tickcolor: "rgb(230, 230, 230)"
1714 #        tickformat: ".3s"
1715 #        tickfont:
1716 #          size: 16
1717 #        zeroline: False
1718 #      boxmode: "group"
1719 #      boxgroupgap: 0.5
1720 #      autosize: False
1721 #      margin:
1722 #        t: 50
1723 #        b: 20
1724 #        l: 80
1725 #        r: 20
1726 #      showlegend: True
1727 #      legend:
1728 #        orientation: "h"
1729 #        font:
1730 #          size: 16
1731 #      width: 700
1732 #      height: 800
1733 #      paper_bgcolor: "#fff"
1734 #      plot_bgcolor: "#fff"
1735 #      hoverlabel:
1736 #        namelength: -1
1737
1738     plot-hoststack:
1739       titlefont:
1740         size: 16
1741       xaxis:
1742         title: "<b>Test Cases [Index]</b>"
1743         titlefont:
1744           size: 14
1745         autorange: True
1746         fixedrange: False
1747         gridcolor: "rgb(230, 230, 230)"
1748         linecolor: "rgb(220, 220, 220)"
1749         linewidth: 1
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(220, 220, 220)"
1754         tickmode: "linear"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       yaxis:
1759         title: "<b>Bandwidth [Gbps]</b>"
1760         titlefont:
1761           size: 14
1762         gridcolor: "rgb(230, 230, 230)"
1763         hoverformat: ".4s"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         rangemode: "tozero"
1767         showgrid: True
1768         showline: True
1769         showticklabels: True
1770         tickcolor: "rgb(230, 230, 230)"
1771         tickformat: ".3s"
1772         tickfont:
1773           size: 14
1774         zeroline: False
1775       boxmode: "group"
1776       boxgroupgap: 0.5
1777       autosize: False
1778       margin:
1779         t: 50
1780         b: 20
1781         l: 80
1782         r: 20
1783       showlegend: True
1784       legend:
1785         orientation: "h"
1786         font:
1787           size: 14
1788       width: 700
1789       height: 800
1790       paper_bgcolor: "#fff"
1791       plot_bgcolor: "#fff"
1792       hoverlabel:
1793         namelength: -1
1794
1795     plot-throughput:
1796       titlefont:
1797         size: 18
1798       xaxis:
1799         title: "<b>Test Cases [Index]</b>"
1800         titlefont:
1801           size: 16
1802         autorange: True
1803         fixedrange: False
1804         gridcolor: "rgb(230, 230, 230)"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickmode: "linear"
1812         tickfont:
1813           size: 16
1814         zeroline: False
1815       yaxis:
1816         title: "<b>Packet Throughput [Mpps]</b>"
1817         titlefont:
1818           size: 16
1819         gridcolor: "rgb(230, 230, 230)"
1820         hoverformat: ".4r"
1821         tickformat: ".3r"
1822         linecolor: "rgb(220, 220, 220)"
1823         linewidth: 1
1824         showgrid: True
1825         showline: True
1826         showticklabels: True
1827         tickcolor: "rgb(220, 220, 220)"
1828         tickfont:
1829           size: 16
1830         zeroline: False
1831         range: [0,50]
1832       autosize: False
1833       margin:
1834         t: 50
1835         b: 0
1836         l: 80
1837         r: 20
1838       showlegend: True
1839       legend:
1840         orientation: "h"
1841         font:
1842           size: 16
1843       width: 700
1844       height: 900
1845       paper_bgcolor: "#fff"
1846       plot_bgcolor: "#fff"
1847       hoverlabel:
1848         namelength: -1
1849
1850     plot-throughput-speedup-analysis:
1851       titlefont:
1852         size: 18
1853       xaxis:
1854         title: "<b>Number of Cores [Qty]</b>"
1855         titlefont:
1856           size: 16
1857         autorange: True
1858         fixedrange: False
1859         gridcolor: "rgb(230, 230, 230)"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(238, 238, 238)"
1866         tickmode: "linear"
1867         tickfont:
1868           size: 16
1869         zeroline: False
1870       yaxis:
1871         title: "<b>Packet Throughput [Mpps]</b>"
1872         titlefont:
1873           size: 16
1874         type: "linear"
1875         gridcolor: "rgb(230, 230, 230)"
1876         hoverformat: ".4s"
1877         linecolor: "rgb(220, 220, 220)"
1878         linewidth: 1
1879         showgrid: True
1880         showline: True
1881         showticklabels: True
1882         tickcolor: "rgb(220, 220, 220)"
1883         tickformat: ".4s"
1884         tickfont:
1885           size: 16
1886         zeroline: True
1887         rangemode: "tozero"
1888         range: [0,100]
1889       legend:
1890         orientation: "h"
1891         font:
1892           size: 16
1893         xanchor: "left"
1894         yanchor: "top"
1895         x: 0
1896         y: -0.2
1897         bgcolor: "rgba(255, 255, 255, 0)"
1898         bordercolor: "rgba(255, 255, 255, 0)"
1899         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1900       autosize: False
1901       margin:
1902           't': 50
1903           'b': 150
1904           'l': 85
1905           'r': 10
1906       showlegend: True
1907       width: 700
1908       height: 700
1909       paper_bgcolor: "#fff"
1910       plot_bgcolor: "#fff"
1911       hoverlabel:
1912         namelength: -1
1913       annotations: [
1914         {
1915           text: "_ _          __          ...",
1916           align: "left",
1917           showarrow: False,
1918           xref: "paper",
1919           yref: "paper",
1920           xanchor: "left",
1921           yanchor: "top",
1922           x: 0,
1923           y: -0.13,
1924           font: {
1925             family: "Consolas, Courier New",
1926             size: 15
1927           },
1928         },
1929         {
1930           text: "    Perfect     Measured     Limit",
1931           align: "left",
1932           showarrow: False,
1933           xref: "paper",
1934           yref: "paper",
1935           xanchor: "left",
1936           yanchor: "top",
1937           x: 0,
1938           y: -0.15,
1939           font: {
1940             family: "Consolas, Courier New",
1941             size: 15
1942           },
1943         },
1944       ]
1945
1946     plot-latency:
1947       titlefont:
1948         size: 18
1949       xaxis:
1950         title: "<b>Direction</b>"
1951         titlefont:
1952           size: 16
1953         autorange: True
1954         fixedrange: False
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: False
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickmode: "linear"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966       yaxis:
1967         title: "<b>Packet Latency [uSec]</b>"
1968         titlefont:
1969           size: 16
1970         type: "linear"
1971         gridcolor: "rgb(230, 230, 230)"
1972         hoverformat: ".4s"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         showgrid: True
1976         showline: True
1977         showticklabels: True
1978         tickcolor: "rgb(220, 220, 220)"
1979         tickformat: ".4s"
1980         tickfont:
1981           size: 16
1982         zeroline: True
1983         rangemode: "tozero"
1984       legend:
1985         orientation: "h"
1986         font:
1987           size: 16
1988         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1989       autosize: False
1990       margin:
1991           't': 50
1992           'b': 150
1993           'l': 80
1994           'r': 10
1995       showlegend: True
1996       width: 700
1997       height: 700
1998       paper_bgcolor: "#fff"
1999       plot_bgcolor: "#fff"
2000       hoverlabel:
2001         namelength: -1
2002
2003     plot-hdrh-latency:
2004       title:
2005         text: ""
2006         xanchor: "center"
2007         x: 0.5
2008         font:
2009           size: 16
2010       width: 700
2011       plot_bgcolor: "white"
2012       annotations:
2013         - font:
2014             size: 14
2015           showarrow: False
2016           text: "<b>Packet Latency [uSec]</b>"
2017           x: 1
2018           xanchor: "right"
2019           xref: "paper"
2020           y: -0.045
2021           yanchor: "top"
2022           yref: "paper"
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Probability [%]</b>"
2027           textangle: 270
2028           x: -0.06
2029           xanchor: "center"
2030           xref: "paper"
2031           y: 0.5
2032           yanchor: "middle"
2033           yref: "paper"
2034         - font:
2035             size: 14
2036           showarrow: False
2037           text: "<b>Direction: E-W</b>"
2038           x: 0.24
2039           xanchor: "center"
2040           xref: "paper"
2041           y: 1.05
2042           yanchor: "bottom"
2043           yref: "paper"
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Direction: W-E</b>"
2048           x: 0.74
2049           xanchor: "center"
2050           xref: "paper"
2051           y: 1.05
2052           yanchor: "bottom"
2053           yref: "paper"
2054
2055     plot-hdrh-latency-percentile:
2056       title:
2057         text: ""
2058         xanchor: "center"
2059         x: 0.5
2060         font:
2061           size: 18
2062       xaxis:
2063         type: "log"
2064         title: "<b>Percentile [%]</b>"
2065         titlefont:
2066           size: 16
2067         autorange: True
2068         fixedrange: False
2069         gridcolor: "rgb(230, 230, 230)"
2070         linecolor: "rgb(220, 220, 220)"
2071         linewidth: 1
2072         showgrid: True
2073         showline: True
2074         showticklabels: True
2075         tickcolor: "rgb(220, 220, 220)"
2076         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2077         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2078         tickfont:
2079           size: 16
2080       yaxis:
2081         title: "<b>Packet Latency [uSec]</b>"
2082         titlefont:
2083           size: 16
2084         gridcolor: "rgb(230, 230, 230)"
2085         linecolor: "rgb(220, 220, 220)"
2086         linewidth: 1
2087         showgrid: True
2088         showline: True
2089         showticklabels: True
2090         tickcolor: "rgb(220, 220, 220)"
2091         tickfont:
2092           size: 16
2093       autosize: False
2094       showlegend: True
2095       legend:
2096         traceorder: "normal"
2097         orientation: "h"
2098         font:
2099           size: 16
2100         xanchor: "left"
2101         yanchor: "top"
2102         x: 0
2103         y: -0.15
2104         bgcolor: "rgba(255, 255, 255, 0)"
2105         bordercolor: "rgba(255, 255, 255, 0)"
2106       width: 700
2107       height: 700
2108       paper_bgcolor: "white"
2109       plot_bgcolor: "white"
2110
2111     plot-hdrh-latency-by-percentile:
2112       title:
2113         text: "<b>Latency by Percentile Distribution</b>"
2114         xanchor: "center"
2115         x: 0.5
2116         font:
2117           size: 18
2118       showlegend: True
2119       legend:
2120         traceorder: "normal"
2121         orientation: "h"
2122         font:
2123           size: 16
2124         xanchor: "left"
2125         yanchor: "top"
2126         x: 0
2127         y: -0.2
2128         bgcolor: "rgba(255, 255, 255, 0)"
2129         bordercolor: "rgba(255, 255, 255, 0)"
2130       xaxis:
2131         type: "linear"
2132         title: "<b>Percentile [%]</b>"
2133         titlefont:
2134           size: 14
2135         autorange: False
2136         fixedrange: False
2137         range: [0, 100]
2138         gridcolor: "rgb(230, 230, 230)"
2139         linecolor: "rgb(220, 220, 220)"
2140         linewidth: 1
2141         showgrid: True
2142         showline: True
2143         showticklabels: True
2144         tickcolor: "rgb(220, 220, 220)"
2145         tickvals: [0, 25, 50, 75, 100]
2146         ticktext: [0, 25, 50, 75, 100]
2147         tickfont:
2148           size: 14
2149       yaxis:
2150         title: "<b>One-Way Latency per Direction [uSec]</b>"
2151         titlefont:
2152           size: 14
2153         gridcolor: "rgb(230, 230, 230)"
2154         linecolor: "rgb(220, 220, 220)"
2155         linewidth: 1
2156         showgrid: True
2157         showline: True
2158         showticklabels: True
2159         tickcolor: "rgb(220, 220, 220)"
2160         tickfont:
2161           size: 14
2162       width: 700
2163       height: 700
2164       paper_bgcolor: "white"
2165       plot_bgcolor: "white"
2166
2167 - type: "static"
2168   src-path: "{DIR[RST]}"
2169   dst-path: "{DIR[WORKING,SRC]}"
2170
2171 - type: "input"
2172   general:
2173     file-name: "output_info.xml.gz"
2174     file-format: ".gz"
2175     arch-file-format:
2176       - ".gz"
2177       - ".zip"
2178     download-path: "{job}/{build}/archives/{filename}"
2179     extract: "output.xml"
2180
2181     zip-file-name: "robot-plugin.zip"
2182     zip-file-format: ".zip"
2183     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2184     zip-extract: "robot-plugin/output.xml"
2185
2186   builds:
2187
2188     csit-vpp-perf-verify-1908-3n-hsw:
2189       - 12  # NDRPDR sel
2190       - 13  # NDRPDR sel
2191       - 14  # NDRPDR sel
2192       - 15  # NDRPDR sel
2193       - 16  # NDRPDR sel
2194       - 17  # NDRPDR sel
2195       - 18  # NDRPDR sel
2196       - 19  # NDRPDR sel
2197       - 20  # NDRPDR sel
2198       - 21  # NDRPDR sel
2199       - 39  # MRR sel
2200     csit-vpp-perf-verify-2001-3n-hsw:
2201       - 21  # NDRPDR sel
2202       - 22  # NDRPDR sel
2203       - 23  # NDRPDR sel
2204       - 24  # NDRPDR sel
2205       - 25  # NDRPDR sel
2206       - 29  # NDRPDR sel
2207       - 30  # NDRPDR sel
2208       - 31  # NDRPDR sel
2209       - 32  # NDRPDR sel
2210       - 34  # NDRPDR sel
2211       - 17  # MRR sel
2212     csit-vpp-perf-report-iterative-2005-3n-hsw:
2213       - 3   # NDRPDR sel
2214       - 4   # NDRPDR sel
2215       - 5   # NDRPDR sel
2216       - 10  # NDRPDR sel
2217       - 11  # NDRPDR sel
2218       - 12  # NDRPDR sel
2219       - 15  # NDRPDR sel
2220       - 16  # NDRPDR sel
2221       - 18  # NDRPDR sel
2222       - 19  # NDRPDR sel
2223       - 13  # MRR
2224     csit-vpp-perf-verify-2005-3n-hsw:
2225       - 3   # hoststack
2226       - 5   # hoststack
2227       - 6   # hoststack
2228       - 7   # hoststack
2229       - 8   # hoststack
2230       - 9   # hoststack
2231       - 10  # hoststack
2232       - 11  # hoststack
2233       - 12  # hoststack
2234       - 13  # hoststack
2235     csit-vpp-perf-report-coverage-2005-3n-hsw:
2236       - 1   # perf-full-3n-dnv-crypto_I
2237       - 7   # perf-full-3n-hsw-crypto_II
2238       - 3   # perf-full-3n-hsw-crypto_III
2239       - 4   # perf-full-3n-dnv-crypto_IV
2240       - 5   # perf-full-3n-hsw-ip4_I
2241       - 6   # perf-full-3n-hsw-ip4_II
2242       - 8   # perf-full-3n-hsw-ip4_III
2243       - 9   # perf-full-3n-hsw-ip4_IV
2244       - 10  # perf-full-3n-hsw-ip4_V
2245       - 26  # perf-full-3n-hsw-ip4_VI
2246       - 18  # perf-full-3n-hsw-ip4_VII
2247       - 27  # perf-full-3n-hsw-ip4_VIII
2248       - 28  # perf-full-3n-hsw-ip4_IX
2249       - 29  # perf-full-3n-hsw-ip6_I
2250       - 35  # perf-full-3n-hsw-ip6_II
2251       - 42  # perf-full-3n-hsw-l2_I
2252       - 33  # perf-full-3n-hsw-l2_II
2253       - 37  # perf-full-3n-hsw-l2_III
2254       - 45  # perf-full-3n-hsw-l2_IV
2255       - 43  # perf-full-3n-hsw-l2_V
2256       - 40  # perf-full-3n-hsw-l2_VI
2257       - 44  # perf-full-3n-hsw-l2_VII
2258       - 51  # perf-full-3n-hsw-l2_VIII
2259       - 50  # perf-full-3n-hsw-l2_IX
2260       - 52  # perf-full-3n-hsw-l2_X
2261       - 53  # perf-full-3n-hsw-l2_XI
2262       - 54  # perf-full-3n-hsw-memif
2263       - 55  # perf-full-3n-hsw-ip4tunnels-I
2264       - 56  # perf-full-3n-hsw-ip4tunnels-II
2265       - 57  # perf-full-3n-hsw-ip4tunnels-III
2266       - 58  # perf-full-3n-hsw-ip6tunnels-I
2267       - 59  # perf-full-3n-hsw-srv6-I
2268       - 60  # perf-full-3n-hsw-srv6-II
2269       - 61  # perf-full-3n-hsw-vhost-I
2270       - 62  # perf-full-3n-hsw-vhost-II
2271       - 63  # perf-full-3n-hsw-vhost-III
2272
2273     csit-vpp-perf-verify-1908_1-3n-skx:
2274       - 26  # NDRPDR sel - new1908.1
2275       - 27  # NDRPDR sel - new1908.1
2276       - 28  # NDRPDR sel - new1908.1
2277       - 29  # NDRPDR sel - new1908.1
2278       - 30  # NDRPDR sel - new1908.1
2279       - 31  # NDRPDR sel - new1908.1
2280       - 33  # NDRPDR sel - new1908.1
2281       - 34  # NDRPDR sel - new1908.1
2282       - 35  # NDRPDR sel - new1908.1
2283       - 36  # NDRPDR sel - new1908.1
2284     csit-vpp-perf-verify-2001-3n-skx:
2285       - 69  # NDRPDR sel - new2001.0
2286       - 71  # NDRPDR sel - new2001.0
2287       - 72  # NDRPDR sel - new2001.0
2288       - 76  # NDRPDR sel - new2001.0
2289       - 77  # NDRPDR sel - new2001.0
2290       - 78  # NDRPDR sel - new2001.0
2291       - 80  # NDRPDR sel - new2001.0
2292       - 50  # MRR sel
2293       - 53  # MRR sel addition
2294     csit-vpp-perf-report-iterative-2005-3n-skx:
2295       - 4   # NDRPDR sel
2296       - 5   # NDRPDR sel ??? all x710 failed
2297       - 33  # NDRPDR sel
2298       - 28  # NDRPDR sel
2299       - 34  # NDRPDR sel
2300       - 36  # NDRPDR sel
2301       - 37  # NDRPDR sel
2302       - 38  # NDRPDR sel
2303       - 39  # NDRPDR sel
2304       - 41  # NDRPDR sel
2305       - 6   # MRR sel
2306     csit-vpp-perf-report-coverage-2005-3n-skx:
2307       - 10  # perf-full-3n-skx-crypto_I
2308       - 12  # perf-full-3n-skx-crypto_III
2309       - 5   # perf-full-3n-skx-ip4_I
2310       - 14  # perf-full-3n-skx-ip4_II
2311       - 7   # perf-full-3n-skx-ip4_III
2312       - 15  # perf-full-3n-skx-ip4_IV
2313       - 17  # perf-full-3n-skx-ip4_VI
2314       - 18  # perf-full-3n-skx-ip4_VII
2315       - 20  # perf-full-3n-skx-ip4_IX
2316       - 26  # perf-full-3n-skx-ip6tunnels-I
2317
2318     csit-vpp-perf-verify-1908_1-2n-skx:
2319       - 39  # NDRPDR sel - new1908.1
2320       - 40  # NDRPDR sel - new1908.1
2321       - 41  # NDRPDR sel - new1908.1
2322       - 43  # NDRPDR sel - new1908.1
2323       - 44  # NDRPDR sel - new1908.1
2324       - 45  # NDRPDR sel - new1908.1
2325       - 46  # NDRPDR sel - new1908.1
2326       - 47  # NDRPDR sel - new1908.1
2327       - 48  # NDRPDR sel - new1908.1
2328       - 49  # NDRPDR sel - new1908.1
2329     csit-vpp-perf-verify-2001-2n-skx:
2330       - 143  # NDRPDR sel - new2001.0
2331       - 146  # NDRPDR sel - new2001.0
2332       - 147  # NDRPDR sel - new2001.0
2333       - 148  # NDRPDR sel - new2001.0
2334       - 149  # NDRPDR sel - new2001.0
2335       - 150  # NDRPDR sel - new2001.0
2336       - 151  # NDRPDR sel - new2001.0
2337       - 152  # NDRPDR sel - new2001.0
2338       - 153  # NDRPDR sel - new2001.0
2339       - 154  # NDRPDR sel - new2001.0
2340       - 101  # MRR sel - old
2341       - 128  # MRR sel addition - old
2342     csit-vpp-perf-report-iterative-2005-2n-skx:
2343       - 43  # NDRPDR sel
2344       - 38  # NDRPDR sel
2345       - 7   # NDRPDR sel
2346       - 65  # NDRPDR sel
2347       - 47  # NDRPDR sel
2348       - 55  # NDRPDR sel
2349       - 67  # NDRPDR sel
2350       - 75  # NDRPDR sel
2351       - 76  # NDRPDR sel
2352       - 73  # NDRPDR sel
2353       - 42  # MRR sel
2354       - 48  # Reconf
2355       - 50  # Reconf
2356       - 51  # Reconf
2357       - 52  # Reconf
2358       - 53  # Reconf
2359       - 60  # Reconf
2360       - 70  # Reconf
2361       - 71  # Reconf
2362       - 63  # Reconf
2363       - 66  # Reconf
2364       - 49  # Soak
2365       - 54  # Soak
2366     csit-vpp-perf-report-coverage-2005-2n-skx:
2367       - 11  # perf-full-2n-skx-ip4_I
2368       - 3   # perf-full-2n-skx-ip4_II
2369       - 18  # perf-full-2n-skx-ip4_III
2370       - 19  # perf-full-2n-skx-ip4_IV
2371       - 5   # perf-full-2n-skx-ip4_V
2372       - 20  # perf-full-2n-skx-ip4_VI
2373       - 7   # perf-full-2n-skx-ip6_I
2374       - 21  # perf-full-2n-skx-ip6_II
2375       - 9   # perf-full-2n-skx-l2_I
2376       - 22  # perf-full-2n-skx-l2_II
2377       - 24  # perf-full-2n-skx-loadbalancer
2378       - 27  # perf-full-2n-skx-vts
2379
2380     csit-vpp-perf-verify-1908_1-2n-clx:
2381       - 5  # NDRPDR sel
2382       - 6  # NDRPDR sel
2383       - 7  # NDRPDR sel
2384       - 8  # NDRPDR sel
2385       - 9  # NDRPDR sel
2386     csit-vpp-perf-verify-2001-2n-clx:
2387       - 28  # NDRPDR sel
2388       - 29  # NDRPDR sel
2389       - 32  # NDRPDR sel
2390       - 40  # NDRPDR sel
2391       - 43  # NDRPDR sel
2392       - 44  # NDRPDR sel
2393       - 45  # NDRPDR sel
2394       - 47  # NDRPDR sel
2395       - 48  # NDRPDR sel
2396       - 49  # NDRPDR sel
2397       - 39  # MRR
2398     csit-vpp-perf-report-iterative-2005-2n-clx:
2399       - 7   # NDRPDR sel
2400       - 38  # NDRPDR sel
2401       - 9   # NDRPDR sel
2402       - 32  # NDRPDR sel ???
2403       - 33  # NDRPDR sel ???
2404       - 39  # NDRPDR sel
2405       - 40  # NDRPDR sel
2406       - 43  # NDRPDR sel
2407       - 50  # NDRPDR sel
2408       - 51  # NDRPDR sel
2409       - 12  # MRR
2410       - 42  # Reconf
2411       - 45  # Reconf
2412       - 46  # Reconf
2413       - 47  # Reconf
2414       - 48  # Reconf
2415       - 52  # Reconf
2416       - 53  # Reconf
2417       - 54  # Reconf
2418       - 55  # Reconf
2419       - 56  # Reconf
2420       - 44  # Soak
2421       - 49  # Soak
2422       - 57  # 2n-clx nfv-density-00
2423       - 59  # 2n-clx nfv-density-00
2424     csit-vpp-perf-report-coverage-2005-2n-clx:
2425       - 21  # perf-full-2n-clx-ip4_I
2426       - 2   # perf-full-2n-clx-ip4_II
2427       - 3   # perf-full-2n-clx-ip4_III
2428       - 4   # perf-full-2n-clx-ip4_IV
2429       - 5   # perf-full-2n-clx-ip4_V
2430       - 6   # perf-full-2n-clx-ip4_VI
2431       - 7   # perf-full-2n-clx-ip6_I
2432       - 16  # perf-full-2n-clx-ip6_II
2433       - 23  # perf-full-2n-clx-l2_I
2434       - 10  # perf-full-2n-clx-l2_II
2435       - 11  # perf-full-2n-clx-memif
2436       - 12  # perf-full-2n-clx-loadbalancer
2437       - 13  # perf-full-2n-clx-vhost I
2438       - 22  # perf-full-2n-clx-vhost II
2439       - 15  # perf-full-2n-clx-vts
2440
2441     csit-vpp-perf-verify-1908-3n-tsh:
2442       - 7   # NDRPDR sel
2443       - 8   # NDRPDR sel
2444       - 9   # NDRPDR sel
2445       - 10  # NDRPDR sel
2446       - 11  # NDRPDR sel
2447       - 12  # NDRPDR sel
2448       - 13  # NDRPDR sel
2449       - 14  # NDRPDR sel
2450       - 15  # NDRPDR sel
2451       - 16  # NDRPDR sel
2452       - 17  # MRR sel
2453     csit-vpp-perf-verify-2001-3n-tsh:
2454       - 3   # NDRPDR sel
2455       - 4   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 10  # NDRPDR sel
2459       - 12  # NDRPDR sel
2460       - 13  # NDRPDR sel
2461       - 14  # NDRPDR sel
2462       - 15  # NDRPDR sel
2463       - 21  # NDRPDR sel
2464       - 9   # MRR sel
2465     # TODO: Add data:
2466     csit-vpp-perf-report-iterative-2005-3n-tsh:
2467       - 9   # NDRPDR sel
2468       - 11  # NDRPDR sel
2469       - 12  # NDRPDR sel
2470       - 13  # NDRPDR sel
2471       - 10  # MRR sel
2472
2473     csit-vpp-perf-verify-1908-3n-dnv:
2474       - 6   # NDRPDR sel
2475       - 7   # NDRPDR sel
2476       - 8   # NDRPDR sel
2477       - 9   # NDRPDR sel
2478       - 10  # NDRPDR sel
2479       - 12  # NDRPDR sel
2480       - 13  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 15  # NDRPDR sel
2483       - 16  # NDRPDR sel
2484       - 17  # MRR sel
2485     csit-vpp-perf-verify-2001-3n-dnv:
2486       - 5   # NDRPDR sel
2487       - 6   # NDRPDR sel
2488       - 7   # NDRPDR sel
2489       - 8   # NDRPDR sel
2490       - 9   # NDRPDR sel
2491       - 10  # NDRPDR sel
2492       - 12  # NDRPDR sel
2493       - 16  # NDRPDR sel
2494       - 17  # NDRPDR sel
2495       - 18  # NDRPDR sel
2496       - 11  # MRR sel
2497     csit-vpp-perf-report-iterative-2005-3n-dnv:
2498       - 2   # NDRPDR sel
2499       - 3   # NDRPDR sel
2500       - 4   # NDRPDR sel
2501       - 5   # NDRPDR sel
2502       - 6   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 9   # NDRPDR sel
2505       - 10  # NDRPDR sel
2506       - 11  # NDRPDR sel
2507       - 12  # NDRPDR sel
2508       - 8   # MRR
2509     csit-vpp-perf-report-coverage-2005-3n-dnv:
2510       - 1   # perf-full-3n-dnv-crypto_I
2511       - 24  # perf-full-3n-dnv-crypto_II
2512       - 5   # perf-full-3n-dnv-ip4_I
2513       - 13  # perf-full-3n-dnv-ip4_II
2514       - 17  # perf-full-3n-dnv-ip6_I
2515       - 18  # perf-full-3n-dnv-ip6_II
2516       - 21  # perf-full-3n-dnv-l2_I
2517       - 22  # perf-full-3n-dnv-l2_II
2518       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2519
2520     csit-vpp-perf-verify-1908-2n-dnv:
2521       - 1   # NDRPDR sel
2522       - 2   # NDRPDR sel
2523       - 3   # NDRPDR sel
2524       - 4   # NDRPDR sel
2525       - 5   # NDRPDR sel
2526       - 6   # NDRPDR sel
2527       - 7   # NDRPDR sel
2528       - 8   # NDRPDR sel
2529       - 9   # NDRPDR sel
2530       - 10  # NDRPDR sel
2531       - 11  # MRR sel
2532     csit-vpp-perf-verify-2001-2n-dnv:
2533       - 4   # NDRPDR sel
2534       - 5   # NDRPDR sel
2535       - 6   # NDRPDR sel
2536       - 7   # NDRPDR sel
2537       - 8   # NDRPDR sel
2538       - 9   # NDRPDR sel
2539       - 10  # NDRPDR sel
2540       - 11  # NDRPDR sel
2541       - 13  # NDRPDR sel
2542       - 16  # NDRPDR sel
2543       - 12  # MRR sel
2544     csit-vpp-perf-report-iterative-2005-2n-dnv:
2545       - 3   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551       - 11  # NDRPDR sel
2552       - 12  # NDRPDR sel
2553       - 13  # NDRPDR sel
2554       - 14  # NDRPDR sel
2555       - 15  # MRR sel
2556     csit-vpp-perf-report-coverage-2005-2n-dnv:
2557       - 1   # perf-full-2n-dnv-ip4_I
2558       - 2   # perf-full-2n-dnv-ip4_II
2559       - 3   # perf-full-2n-dnv-ip6_I
2560       - 4   # perf-full-2n-dnv-ip6_II
2561       - 5   # perf-full-2n-dnv-l2_I
2562       - 6   # perf-full-2n-dnv-l2_II
2563
2564     csit-dpdk-perf-verify-1908-3n-hsw:
2565       - 2   # NDRPDR sel
2566       - 3   # NDRPDR sel
2567       - 4   # NDRPDR sel
2568       - 5   # NDRPDR sel
2569       - 6   # NDRPDR sel
2570       - 7   # NDRPDR sel
2571       - 8   # NDRPDR sel
2572       - 9   # NDRPDR sel
2573       - 10  # NDRPDR sel
2574       - 11  # NDRPDR sel
2575     csit-dpdk-perf-verify-2001-3n-hsw:
2576       - 4   # NDRPDR sel
2577       - 5   # NDRPDR sel
2578       - 6   # NDRPDR sel
2579       - 7   # NDRPDR sel
2580       - 8   # NDRPDR sel
2581       - 9   # NDRPDR sel
2582       - 10  # NDRPDR sel
2583       - 11  # NDRPDR sel
2584       - 12  # NDRPDR sel
2585       - 13  # NDRPDR sel
2586       - 15  # NDRPDR sel
2587       - 16  # NDRPDR sel
2588       - 17  # NDRPDR sel
2589       - 18  # NDRPDR sel
2590       - 19  # NDRPDR sel
2591       - 20  # NDRPDR sel
2592       - 21  # NDRPDR sel
2593       - 22  # NDRPDR sel
2594       - 23  # NDRPDR sel
2595       - 24  # NDRPDR sel
2596     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2597       - 5   # NDRPDR sel
2598       - 6   # NDRPDR sel
2599       - 7   # NDRPDR sel
2600       - 8   # NDRPDR sel
2601       - 9   # NDRPDR sel
2602       - 10  # NDRPDR sel
2603       - 11  # NDRPDR sel
2604       - 12  # NDRPDR sel
2605       - 13  # NDRPDR sel
2606       - 14  # NDRPDR sel
2607
2608     csit-dpdk-perf-verify-1908-3n-skx:
2609       - 3   # NDRPDR sel
2610       - 4   # NDRPDR sel
2611       - 5   # NDRPDR sel
2612       - 6   # NDRPDR sel
2613       - 7   # NDRPDR sel
2614       - 8   # NDRPDR sel
2615       - 9   # NDRPDR sel
2616       - 10  # NDRPDR sel
2617       - 11  # NDRPDR sel
2618       - 12  # NDRPDR sel
2619     csit-dpdk-perf-verify-2001-3n-skx:
2620       - 29  # NDRPDR sel xxv710
2621       - 33  # NDRPDR sel xxv710
2622       - 34  # NDRPDR sel xxv710
2623       - 35  # NDRPDR sel xxv710
2624       - 36  # NDRPDR sel xxv710
2625       - 37  # NDRPDR sel xxv710
2626       - 41  # NDRPDR sel xxv710
2627       - 42  # NDRPDR sel xxv710
2628       - 43  # NDRPDR sel xxv710
2629       - 45  # NDRPDR sel xxv710
2630       - 30  # NDRPDR sel x710
2631       - 31  # NDRPDR sel x710
2632       - 32  # NDRPDR sel x710
2633       - 38  # NDRPDR sel x710
2634       - 39  # NDRPDR sel x710
2635       - 40  # NDRPDR sel x710
2636       - 44  # NDRPDR sel x710
2637       - 46  # NDRPDR sel x710
2638       - 47  # NDRPDR sel x710
2639       - 48  # NDRPDR sel x710
2640     csit-dpdk-perf-report-iterative-2005-3n-skx:
2641       - 4   # NDRPDR sel
2642       - 5   # NDRPDR sel
2643       - 6   # NDRPDR sel
2644       - 7   # NDRPDR sel
2645       - 8   # NDRPDR sel
2646       - 11  # NDRPDR sel
2647       - 12  # NDRPDR sel
2648       - 13  # NDRPDR sel
2649       - 14  # NDRPDR sel
2650       - 15  # NDRPDR sel
2651
2652     csit-dpdk-perf-verify-1908-2n-skx:
2653       - 2   # NDRPDR sel
2654       - 3   # NDRPDR sel
2655       - 4   # NDRPDR sel
2656       - 5   # NDRPDR sel
2657       - 7   # NDRPDR sel
2658       - 8   # NDRPDR sel
2659       - 9   # NDRPDR sel
2660       - 10  # NDRPDR sel
2661       - 11  # NDRPDR sel
2662       - 12  # NDRPDR sel
2663     csit-dpdk-perf-verify-2001-2n-skx:
2664       - 35  # NDRPDR sel xxv710
2665       - 36  # NDRPDR sel xxv710
2666       - 37  # NDRPDR sel xxv710
2667       - 41  # NDRPDR sel xxv710
2668       - 42  # NDRPDR sel xxv710
2669       - 43  # NDRPDR sel xxv710
2670       - 46  # NDRPDR sel xxv710
2671       - 47  # NDRPDR sel xxv710
2672       - 52  # NDRPDR sel xxv710
2673       - 53  # NDRPDR sel xxv710
2674       - 38  # NDRPDR sel x710
2675       - 39  # NDRPDR sel x710
2676       - 40  # NDRPDR sel x710
2677       - 44  # NDRPDR sel x710
2678       - 45  # NDRPDR sel x710
2679       - 48  # NDRPDR sel x710
2680       - 49  # NDRPDR sel x710
2681       - 50  # NDRPDR sel x710
2682       - 51  # NDRPDR sel x710
2683       - 54  # NDRPDR sel x710
2684     csit-dpdk-perf-report-iterative-2005-2n-skx:
2685       - 1   # NDRPDR sel
2686       - 2   # NDRPDR sel
2687       - 3   # NDRPDR sel
2688       - 4   # NDRPDR sel
2689       - 5   # NDRPDR sel
2690       - 6   # NDRPDR sel
2691       - 7   # NDRPDR sel
2692       - 8   # NDRPDR sel
2693       - 9   # NDRPDR sel
2694       - 10  # NDRPDR sel
2695
2696     csit-dpdk-perf-verify-2001-2n-clx:
2697       - 15  # NDRPDR sel
2698       - 16  # NDRPDR sel
2699       - 17  # NDRPDR sel
2700       - 18  # NDRPDR sel
2701       - 19  # NDRPDR sel
2702       - 20  # NDRPDR sel
2703       - 21  # NDRPDR sel
2704       - 22  # NDRPDR sel
2705       - 23  # NDRPDR sel
2706       - 24  # NDRPDR sel
2707       - 25  # NDRPDR sel
2708       - 26  # NDRPDR sel
2709       - 27  # NDRPDR sel
2710       - 28  # NDRPDR sel
2711       - 29  # NDRPDR sel
2712       - 30  # NDRPDR sel
2713       - 31  # NDRPDR sel
2714       - 32  # NDRPDR sel
2715       - 33  # NDRPDR sel
2716       - 34  # NDRPDR sel
2717     csit-dpdk-perf-report-iterative-2005-2n-clx:
2718       - 1   # NDRPDR sel
2719       - 2   # NDRPDR sel
2720       - 3   # NDRPDR sel
2721       - 4   # NDRPDR sel
2722       - 5   # NDRPDR sel
2723       - 6   # NDRPDR sel
2724       - 7   # NDRPDR sel
2725       - 8   # NDRPDR sel
2726       - 9   # NDRPDR sel
2727       - 10  # NDRPDR sel
2728
2729     csit-dpdk-perf-verify-2001-2n-dnv:
2730       - 9   # NDRPDR sel
2731       - 10  # NDRPDR sel
2732       - 11  # NDRPDR sel
2733       - 12  # NDRPDR sel
2734       - 13  # NDRPDR sel
2735       - 14  # NDRPDR sel
2736       - 15  # NDRPDR sel
2737       - 16  # NDRPDR sel
2738       - 17  # NDRPDR sel
2739       - 18  # NDRPDR sel
2740     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2741       - 8   # NDRPDR sel
2742       - 9   # NDRPDR sel
2743       - 10  # NDRPDR sel
2744       - 11  # NDRPDR sel
2745       - 12  # NDRPDR sel
2746       - 13  # NDRPDR sel
2747       - 14  # NDRPDR sel
2748       - 15  # NDRPDR sel
2749       - 16  # NDRPDR sel
2750       - 17  # NDRPDR sel
2751
2752     csit-dpdk-perf-verify-2001-3n-dnv:
2753       - 12  # NDRPDR sel
2754       - 13  # NDRPDR sel
2755       - 14  # NDRPDR sel
2756       - 15  # NDRPDR sel
2757       - 16  # NDRPDR sel
2758       - 17  # NDRPDR sel
2759       - 18  # NDRPDR sel
2760       - 19  # NDRPDR sel
2761       - 20  # NDRPDR sel
2762       - 22  # NDRPDR sel
2763     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2764       - 6   # NDRPDR sel
2765       - 7   # NDRPDR sel
2766       - 8   # NDRPDR sel
2767       - 9   # NDRPDR sel
2768       - 10  # NDRPDR sel
2769       - 11  # NDRPDR sel
2770       - 12  # NDRPDR sel
2771       - 13  # NDRPDR sel
2772       - 14  # NDRPDR sel
2773       - 16  # NDRPDR sel
2774
2775     csit-dpdk-perf-verify-2001-3n-tsh:
2776       - 3   # NDRPDR sel
2777       - 4   # NDRPDR sel
2778       - 5   # NDRPDR sel
2779       - 9   # NDRPDR sel
2780       - 10  # NDRPDR sel
2781       - 11  # NDRPDR sel
2782       - 12  # NDRPDR sel
2783       - 14  # NDRPDR sel
2784       - 15  # NDRPDR sel
2785       - 18  # NDRPDR sel
2786     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2787       - 5   # NDRPDR sel
2788
2789     csit-vpp-device-2005-ubuntu1804-1n-skx:
2790       - 35
2791
2792 - type: "output"
2793   output: "report"
2794   format:
2795     html:
2796     - full
2797     pdf:
2798     - minimal
2799
2800 ################################################################################
2801 ###                               T A B L E S                                ###
2802 ################################################################################
2803
2804 # VPP Soak vs NDR - 2n-skx
2805 - type: "table"
2806   title: "VPP Soak vs NDR 2n-skx"
2807   algorithm: "table_soak_vs_ndr"
2808   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2809   reference:
2810     title: "NDR"
2811     data: "vpp-soak-vs-ndr-2n-skx-ref"
2812   compare:
2813     title: "Soak"
2814     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2815   data: "vpp-soak-vs-ndr-2n-skx"
2816   include-tests: "NDR"
2817   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2818   parameters:
2819     - "throughput"
2820     - "name"
2821     - "parent"
2822
2823 # VPP Soak vs NDR - 2n-clx
2824 - type: "table"
2825   title: "VPP Soak vs NDR 2n-clx"
2826   algorithm: "table_soak_vs_ndr"
2827   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2828   reference:
2829     title: "NDR"
2830     data: "vpp-soak-vs-ndr-2n-clx-ref"
2831   compare:
2832     title: "Soak"
2833     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2834   data: "vpp-soak-vs-ndr-2n-clx"
2835   include-tests: "NDR"
2836   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2837   parameters:
2838     - "throughput"
2839     - "name"
2840     - "parent"
2841
2842 ################################################################################
2843
2844 # VPP Compare NICs 3n-skx 2t1c ndr
2845 - type: "table"
2846   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2847   algorithm: "table_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2851   columns:
2852     - title: "x710"
2853       data-set: "vpp-nic-comparison-3n-skx"
2854       tag: "NIC_Intel-X710"
2855     - title: "xxv710"
2856       data-set: "vpp-nic-comparison-3n-skx"
2857       tag: "NIC_Intel-XXV710"
2858   comparisons:
2859     - title: "Diff"
2860       reference: 1
2861       compare: 2
2862   legend:
2863     - "Legend to Table:"
2864     - "x710, xxv710 - NICs tested."
2865     - "Diff - difference between x710 and xxv710 NIC."
2866
2867 # VPP Compare NICs 3n-skx 4t2c ndr
2868 - type: "table"
2869   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2870   algorithm: "table_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2873   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2874   columns:
2875     - title: "x710"
2876       data-set: "vpp-nic-comparison-3n-skx"
2877       tag: "NIC_Intel-X710"
2878     - title: "xxv710"
2879       data-set: "vpp-nic-comparison-3n-skx"
2880       tag: "NIC_Intel-XXV710"
2881   comparisons:
2882     - title: "Diff"
2883       reference: 1
2884       compare: 2
2885   legend:
2886     - "Legend to Table:"
2887     - "x710, xxv710 - NICs tested."
2888     - "Diff - difference between x710 and xxv710 NIC."
2889
2890 # VPP Compare NICs 3n-skx 2t1c pdr
2891 - type: "table"
2892   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2893   algorithm: "table_comparison"
2894   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2896   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2897   columns:
2898     - title: "x710"
2899       data-set: "vpp-nic-comparison-3n-skx"
2900       tag: "NIC_Intel-X710"
2901     - title: "xxv710"
2902       data-set: "vpp-nic-comparison-3n-skx"
2903       tag: "NIC_Intel-XXV710"
2904   comparisons:
2905     - title: "Diff"
2906       reference: 1
2907       compare: 2
2908   legend:
2909     - "Legend to Table:"
2910     - "x710, xxv710 - NICs tested."
2911     - "Diff - difference between x710 and xxv710 NIC."
2912
2913 # VPP Compare NICs 3n-skx 4t2c pdr
2914 - type: "table"
2915   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2916   algorithm: "table_comparison"
2917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2919   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2920   columns:
2921     - title: "x710"
2922       data-set: "vpp-nic-comparison-3n-skx"
2923       tag: "NIC_Intel-X710"
2924     - title: "xxv710"
2925       data-set: "vpp-nic-comparison-3n-skx"
2926       tag: "NIC_Intel-XXV710"
2927   comparisons:
2928     - title: "Diff"
2929       reference: 1
2930       compare: 2
2931   legend:
2932     - "Legend to Table:"
2933     - "x710, xxv710 - NICs tested."
2934     - "Diff - difference between x710 and xxv710 NIC."
2935
2936 ## VPP Compare NICs 3n-skx 2t1c mrr
2937 #- type: "table"
2938 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2939 #  algorithm: "table_comparison"
2940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2943 #  columns:
2944 #    - title: "x710"
2945 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2946 #      tag: "NIC_Intel-X710"
2947 #    - title: "xxv710"
2948 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2949 #      tag: "NIC_Intel-XXV710"
2950 #  comparisons:
2951 #    - title: "Diff"
2952 #      reference: 1
2953 #      compare: 2
2954 #  legend:
2955 #    - "Legend to Table:"
2956 #    - "x710, xxv710 - NICs tested."
2957 #    - "Diff - difference between x710 and xxv710 NIC."
2958 #
2959 ## VPP Compare NICs 3n-skx 4t2c mrr
2960 #- type: "table"
2961 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2962 #  algorithm: "table_comparison"
2963 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2965 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2966 #  columns:
2967 #    - title: "x710"
2968 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2969 #      tag: "NIC_Intel-X710"
2970 #    - title: "xxv710"
2971 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2972 #      tag: "NIC_Intel-XXV710"
2973 #  comparisons:
2974 #    - title: "Diff"
2975 #      reference: 1
2976 #      compare: 2
2977 #  legend:
2978 #    - "Legend to Table:"
2979 #    - "x710, xxv710 - NICs tested."
2980 #    - "Diff - difference between x710 and xxv710 NIC."
2981 #
2982 ## VPP Compare NICs 3n-skx 8t4c mrr
2983 #- type: "table"
2984 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2985 #  algorithm: "table_comparison"
2986 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2988 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2989 #  columns:
2990 #    - title: "x710"
2991 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2992 #      tag: "NIC_Intel-X710"
2993 #    - title: "xxv710"
2994 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2995 #      tag: "NIC_Intel-XXV710"
2996 #  comparisons:
2997 #    - title: "Diff"
2998 #      reference: 1
2999 #      compare: 2
3000 #  legend:
3001 #    - "Legend to Table:"
3002 #    - "x710, xxv710 - NICs tested."
3003 #    - "Diff - difference between x710 and xxv710 NIC."
3004
3005 # VPP Compare NICs 2n-skx 2t1c ndr
3006 - type: "table"
3007   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3008   algorithm: "table_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3011   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3012   columns:
3013     - title: "x710"
3014       data-set: "vpp-nic-comparison-2n-skx"
3015       tag: "NIC_Intel-X710"
3016     - title: "xxv710"
3017       data-set: "vpp-nic-comparison-2n-skx"
3018       tag: "NIC_Intel-XXV710"
3019   comparisons:
3020     - title: "Diff"
3021       reference: 1
3022       compare: 2
3023   legend:
3024     - "Legend to Table:"
3025     - "x710, xxv710 - NICs tested."
3026     - "Diff - difference between x710 and xxv710 NIC."
3027
3028 # VPP Compare NICs 2n-skx 4t2c ndr
3029 - type: "table"
3030   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3031   algorithm: "table_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3034   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3035   columns:
3036     - title: "x710"
3037       data-set: "vpp-nic-comparison-2n-skx"
3038       tag: "NIC_Intel-X710"
3039     - title: "xxv710"
3040       data-set: "vpp-nic-comparison-2n-skx"
3041       tag: "NIC_Intel-XXV710"
3042   comparisons:
3043     - title: "Diff"
3044       reference: 1
3045       compare: 2
3046   legend:
3047     - "Legend to Table:"
3048     - "x710, xxv710 - NICs tested."
3049     - "Diff - difference between x710 and xxv710 NIC."
3050
3051 # VPP Compare NICs 2n-skx 2t1c pdr
3052 - type: "table"
3053   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3054   algorithm: "table_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3057   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3058   columns:
3059     - title: "x710"
3060       data-set: "vpp-nic-comparison-2n-skx"
3061       tag: "NIC_Intel-X710"
3062     - title: "xxv710"
3063       data-set: "vpp-nic-comparison-2n-skx"
3064       tag: "NIC_Intel-XXV710"
3065   comparisons:
3066     - title: "Diff"
3067       reference: 1
3068       compare: 2
3069   legend:
3070     - "Legend to Table:"
3071     - "x710, xxv710 - NICs tested."
3072     - "Diff - difference between x710 and xxv710 NIC."
3073
3074 # VPP Compare NICs 2n-skx 4t2c pdr
3075 - type: "table"
3076   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3077   algorithm: "table_comparison"
3078   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3080   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3081   columns:
3082     - title: "x710"
3083       data-set: "vpp-nic-comparison-2n-skx"
3084       tag: "NIC_Intel-X710"
3085     - title: "xxv710"
3086       data-set: "vpp-nic-comparison-2n-skx"
3087       tag: "NIC_Intel-XXV710"
3088   comparisons:
3089     - title: "Diff"
3090       reference: 1
3091       compare: 2
3092   legend:
3093     - "Legend to Table:"
3094     - "x710, xxv710 - NICs tested."
3095     - "Diff - difference between x710 and xxv710 NIC."
3096
3097 # VPP Compare NICs 2n-skx 2t1c mrr
3098 - type: "table"
3099   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3100   algorithm: "table_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3103   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3104   columns:
3105     - title: "x710"
3106       data-set: "vpp-nic-comparison-2n-skx-mrr"
3107       tag: "NIC_Intel-X710"
3108     - title: "xxv710"
3109       data-set: "vpp-nic-comparison-2n-skx-mrr"
3110       tag: "NIC_Intel-XXV710"
3111   comparisons:
3112     - title: "Diff"
3113       reference: 1
3114       compare: 2
3115   legend:
3116     - "Legend to Table:"
3117     - "x710, xxv710 - NICs tested."
3118     - "Diff - difference between x710 and xxv710 NIC."
3119
3120 # VPP Compare NICs 2n-skx 4t2c mrr
3121 - type: "table"
3122   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3123   algorithm: "table_comparison"
3124   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3126   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3127   columns:
3128     - title: "x710"
3129       data-set: "vpp-nic-comparison-2n-skx-mrr"
3130       tag: "NIC_Intel-X710"
3131     - title: "xxv710"
3132       data-set: "vpp-nic-comparison-2n-skx-mrr"
3133       tag: "NIC_Intel-XXV710"
3134   comparisons:
3135     - title: "Diff"
3136       reference: 1
3137       compare: 2
3138   legend:
3139     - "Legend to Table:"
3140     - "x710, xxv710 - NICs tested."
3141     - "Diff - difference between x710 and xxv710 NIC."
3142
3143 # VPP Compare NICs 2n-skx 8t4c mrr
3144 - type: "table"
3145   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3146   algorithm: "table_comparison"
3147   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3149   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3150   columns:
3151     - title: "x710"
3152       data-set: "vpp-nic-comparison-2n-skx-mrr"
3153       tag: "NIC_Intel-X710"
3154     - title: "xxv710"
3155       data-set: "vpp-nic-comparison-2n-skx-mrr"
3156       tag: "NIC_Intel-XXV710"
3157   comparisons:
3158     - title: "Diff"
3159       reference: 1
3160       compare: 2
3161   legend:
3162     - "Legend to Table:"
3163     - "x710, xxv710 - NICs tested."
3164     - "Diff - difference between x710 and xxv710 NIC."
3165
3166 ################################################################################
3167 # VPP
3168
3169 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3170 #- type: "table"
3171 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3172 #  algorithm: "table_comparison"
3173 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3174 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3175 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3176 #  columns:
3177 #    - title: "1908.1"
3178 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3179 #    - title: "1908.2"
3180 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3181 #  comparisons:
3182 #    - title: "Diff"
3183 #      reference: 1
3184 #      compare: 2
3185 #  legend:
3186 #    - "Legend to Table:"
3187 #    - "1908.1, 1908.2 - VPP versions tested."
3188 #    - "Diff - difference between the previous and the current VPP version."
3189 #
3190 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3191 #- type: "table"
3192 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3193 #  algorithm: "table_comparison"
3194 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3197 #  columns:
3198 #    - title: "1908.1"
3199 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3200 #    - title: "1908.2"
3201 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3202 #  comparisons:
3203 #    - title: "Diff"
3204 #      reference: 1
3205 #      compare: 2
3206 #  legend:
3207 #    - "Legend to Table:"
3208 #    - "1908.1, 1908.2 - VPP versions tested."
3209 #    - "Diff - difference between the previous and the current VPP version."
3210 #
3211 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3212 #- type: "table"
3213 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3214 #  algorithm: "table_comparison"
3215 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3216 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3217 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3218 #  columns:
3219 #    - title: "1908.1"
3220 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3221 #    - title: "1908.2"
3222 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3223 #  comparisons:
3224 #    - title: "Diff"
3225 #      reference: 1
3226 #      compare: 2
3227 #  legend:
3228 #    - "Legend to Table:"
3229 #    - "1908.1, 1908.2 - VPP versions tested."
3230 #    - "Diff - difference between the previous and the current VPP version."
3231 #
3232 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3233 #- type: "table"
3234 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3235 #  algorithm: "table_comparison"
3236 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3238 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3239 #  columns:
3240 #    - title: "1908.1"
3241 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3242 #    - title: "1908.2"
3243 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3244 #  comparisons:
3245 #    - title: "Diff"
3246 #      reference: 1
3247 #      compare: 2
3248 #  legend:
3249 #    - "Legend to Table:"
3250 #    - "1908.1, 1908.2 - VPP versions tested."
3251 #    - "Diff - difference between the previous and the current VPP version."
3252 #
3253 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3254 #- type: "table"
3255 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3256 #  algorithm: "table_comparison"
3257 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3258 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3259 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3260 #  columns:
3261 #    - title: "1908.1"
3262 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3263 #    - title: "1908.2"
3264 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3265 #  comparisons:
3266 #    - title: "Diff"
3267 #      reference: 1
3268 #      compare: 2
3269 #  legend:
3270 #    - "Legend to Table:"
3271 #    - "1908.1, 1908.2 - VPP versions tested."
3272 #    - "Diff - difference between the previous and the current VPP version."
3273 #
3274 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3275 #- type: "table"
3276 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3277 #  algorithm: "table_comparison"
3278 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3280 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3281 #  columns:
3282 #    - title: "1908.1"
3283 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3284 #    - title: "1908.2"
3285 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3286 #  comparisons:
3287 #    - title: "Diff"
3288 #      reference: 1
3289 #      compare: 2
3290 #  legend:
3291 #    - "Legend to Table:"
3292 #    - "1908.1, 1908.2 - VPP versions tested."
3293 #    - "Diff - difference between the previous and the current VPP version."
3294
3295 # VPP Performance Changes 3n-hsw 1t1c pdr
3296 - type: "table"
3297   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3298   algorithm: "table_comparison"
3299   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3301   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3302   columns:
3303     - title: "1908"
3304       data-set: "vpp-performance-changes-3n-hsw-h1"
3305     - title: "2001"
3306       data-set: "vpp-performance-changes-3n-hsw-ref"
3307     - title: "2005"
3308       data-set: "vpp-performance-changes-3n-hsw-cmp"
3309   comparisons:
3310     - title: "Diff"
3311       reference: 2
3312       compare: 3
3313   legend:
3314     - "Legend to Table"
3315     - "1908, 2001, 2005 - VPP versions tested."
3316     - "Diff - difference between 2001 and 2008 VPP version."
3317
3318 # VPP Performance Changes 3n-hsw 2t2c pdr
3319 - type: "table"
3320   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3321   algorithm: "table_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3324   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3325   columns:
3326     - title: "1908"
3327       data-set: "vpp-performance-changes-3n-hsw-h1"
3328     - title: "2001"
3329       data-set: "vpp-performance-changes-3n-hsw-ref"
3330     - title: "2005"
3331       data-set: "vpp-performance-changes-3n-hsw-cmp"
3332   comparisons:
3333     - title: "Diff"
3334       reference: 2
3335       compare: 3
3336   legend:
3337     - "Legend to Table"
3338     - "1908, 2001, 2005 - VPP versions tested."
3339     - "Diff - difference between 2001 and 2008 VPP version."
3340
3341 # VPP Performance Changes 3n-hsw 1t1c ndr
3342 - type: "table"
3343   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3344   algorithm: "table_comparison"
3345   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3347   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3348   columns:
3349     - title: "1908"
3350       data-set: "vpp-performance-changes-3n-hsw-h1"
3351     - title: "2001"
3352       data-set: "vpp-performance-changes-3n-hsw-ref"
3353     - title: "2005"
3354       data-set: "vpp-performance-changes-3n-hsw-cmp"
3355   comparisons:
3356     - title: "Diff"
3357       reference: 2
3358       compare: 3
3359   legend:
3360     - "Legend to Table"
3361     - "1908, 2001, 2005 - VPP versions tested."
3362     - "Diff - difference between 2001 and 2008 VPP version."
3363
3364 # VPP Performance Changes 3n-hsw 2t2c ndr
3365 - type: "table"
3366   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3367   algorithm: "table_comparison"
3368   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3370   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3371   columns:
3372     - title: "1908"
3373       data-set: "vpp-performance-changes-3n-hsw-h1"
3374     - title: "2001"
3375       data-set: "vpp-performance-changes-3n-hsw-ref"
3376     - title: "2005"
3377       data-set: "vpp-performance-changes-3n-hsw-cmp"
3378   comparisons:
3379     - title: "Diff"
3380       reference: 2
3381       compare: 3
3382   legend:
3383     - "Legend to Table"
3384     - "1908, 2001, 2005 - VPP versions tested."
3385     - "Diff - difference between 2001 and 2008 VPP version."
3386
3387 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3388 #- type: "table"
3389 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3390 #  algorithm: "table_comparison"
3391 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3392 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3393 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3394 #  rca:
3395 #    - title: "RCA1"
3396 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3397 #    - title: "RCA2"
3398 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3399 #  columns:
3400 #    - title: "1908.0-1"
3401 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3402 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3403 #    - title: "1908.1-1"
3404 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3405 #    - title: "1908.1-2"
3406 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3407 #    - title: "2001.0-2"
3408 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3409 #  comparisons:
3410 #    - title: "Diff1"
3411 #      reference: 2
3412 #      reference-alt: 1
3413 #      compare: 3
3414 #    - title: "Diff2"
3415 #      reference: 3
3416 #      compare: 4
3417 #  legend:
3418 #    - 'Legend to Table:'
3419 #    - '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).'
3420 #    - '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).'
3421 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3422 #    - 'RCA1 - root cause analysis reference for Diff1.'
3423 #    - 'RCA2 - root cause analysis reference for Diff2.'
3424 #
3425 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3426 #- type: "table"
3427 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3428 #  algorithm: "table_comparison"
3429 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3430 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3431 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3432 #  rca:
3433 #    - title: "RCA1"
3434 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3435 #    - title: "RCA2"
3436 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3437 #  columns:
3438 #    - title: "1908.0-1"
3439 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3440 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3441 #    - title: "1908.1-1"
3442 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3443 #    - title: "1908.1-2"
3444 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3445 #    - title: "2001.0-2"
3446 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3447 #  comparisons:
3448 #    - title: "Diff1"
3449 #      reference: 2
3450 #      reference-alt: 1
3451 #      compare: 3
3452 #    - title: "Diff2"
3453 #      reference: 3
3454 #      compare: 4
3455 #  legend:
3456 #    - 'Legend to Table:'
3457 #    - '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).'
3458 #    - '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).'
3459 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3460 #    - 'RCA1 - root cause analysis reference for Diff1.'
3461 #    - 'RCA2 - root cause analysis reference for Diff2.'
3462
3463 # VPP Performance Changes 3n-skx 2t1c pdr
3464 - type: "table"
3465   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3466   algorithm: "table_comparison"
3467   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3468   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3469   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3470   columns:
3471     - title: "1908"
3472       data-set: "vpp-performance-changes-3n-skx-h1"
3473     - title: "2001"
3474       data-set: "vpp-performance-changes-3n-skx-ref"
3475     - title: "2005"
3476       data-set: "vpp-performance-changes-3n-skx-cmp"
3477   comparisons:
3478     - title: "Diff"
3479       reference: 2
3480       compare: 3
3481   legend:
3482     - "Legend to Table"
3483     - "1908, 2001, 2005 - VPP versions tested."
3484     - "Diff - difference between 2001 and 2005 VPP version."
3485
3486 # VPP Performance Changes 3n-skx 4t2c pdr
3487 - type: "table"
3488   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3489   algorithm: "table_comparison"
3490   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3492   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3493   columns:
3494     - title: "1908"
3495       data-set: "vpp-performance-changes-3n-skx-h1"
3496     - title: "2001"
3497       data-set: "vpp-performance-changes-3n-skx-ref"
3498     - title: "2005"
3499       data-set: "vpp-performance-changes-3n-skx-cmp"
3500   comparisons:
3501     - title: "Diff"
3502       reference: 2
3503       compare: 3
3504   legend:
3505     - "Legend to Table"
3506     - "1908, 2001, 2005 - VPP versions tested."
3507     - "Diff - difference between 2001 and 2005 VPP version."
3508
3509 # VPP Performance Changes 3n-skx 2t1c ndr
3510 - type: "table"
3511   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3512   algorithm: "table_comparison"
3513   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3515   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3516   columns:
3517     - title: "1908"
3518       data-set: "vpp-performance-changes-3n-skx-h1"
3519     - title: "2001"
3520       data-set: "vpp-performance-changes-3n-skx-ref"
3521     - title: "2005"
3522       data-set: "vpp-performance-changes-3n-skx-cmp"
3523   comparisons:
3524     - title: "Diff"
3525       reference: 2
3526       compare: 3
3527   legend:
3528     - "Legend to Table"
3529     - "1908, 2001, 2005 - VPP versions tested."
3530     - "Diff - difference between 2001 and 2005 VPP version."
3531
3532 # VPP Performance Changes 3n-skx 4t2c ndr
3533 - type: "table"
3534   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3535   algorithm: "table_comparison"
3536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3538   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3539   columns:
3540     - title: "1908"
3541       data-set: "vpp-performance-changes-3n-skx-h1"
3542     - title: "2001"
3543       data-set: "vpp-performance-changes-3n-skx-ref"
3544     - title: "2005"
3545       data-set: "vpp-performance-changes-3n-skx-cmp"
3546   comparisons:
3547     - title: "Diff"
3548       reference: 2
3549       compare: 3
3550   legend:
3551     - "Legend to Table"
3552     - "1908, 2001, 2005 - VPP versions tested."
3553     - "Diff - difference between 2001 and 2005 VPP version."
3554
3555 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3556 #- type: "table"
3557 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3558 #  algorithm: "table_comparison"
3559 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3560 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3561 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3562 #  rca:
3563 #    - title: "RCA1"
3564 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3565 #    - title: "RCA2"
3566 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3567 #  columns:
3568 #    - title: "1908.0-1"
3569 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3570 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3571 #    - title: "1908.1-1"
3572 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3573 #    - title: "1908.1-2"
3574 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3575 #    - title: "2001.0-2"
3576 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3577 #  comparisons:
3578 #    - title: "Diff1"
3579 #      reference: 2
3580 #      reference-alt: 1
3581 #      compare: 3
3582 #    - title: "Diff2"
3583 #      reference: 3
3584 #      compare: 4
3585 #  legend:
3586 #    - 'Legend to Table:'
3587 #    - '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).'
3588 #    - '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).'
3589 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3590 #    - 'RCA1 - root cause analysis reference for Diff1.'
3591 #    - 'RCA2 - root cause analysis reference for Diff2.'
3592 #
3593 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3594 #- type: "table"
3595 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3596 #  algorithm: "table_comparison"
3597 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3598 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3599 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3600 #  rca:
3601 #    - title: "RCA1"
3602 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3603 #    - title: "RCA2"
3604 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3605 #  columns:
3606 #    - title: "1908.0-1"
3607 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3608 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3609 #    - title: "1908.1-1"
3610 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3611 #    - title: "1908.1-2"
3612 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3613 #    - title: "2001.0-2"
3614 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3615 #  comparisons:
3616 #    - title: "Diff1"
3617 #      reference: 2
3618 #      reference-alt: 1
3619 #      compare: 3
3620 #    - title: "Diff2"
3621 #      reference: 3
3622 #      compare: 4
3623 #  legend:
3624 #    - 'Legend to Table:'
3625 #    - '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).'
3626 #    - '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).'
3627 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3628 #    - 'RCA1 - root cause analysis reference for Diff1.'
3629 #    - 'RCA2 - root cause analysis reference for Diff2.'
3630
3631 # VPP Performance Changes 2n-skx 2t1c pdr
3632 - type: "table"
3633   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3634   algorithm: "table_comparison"
3635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3638   columns:
3639     - title: "1908"
3640       data-set: "vpp-performance-changes-2n-skx-h1"
3641     - title: "2001"
3642       data-set: "vpp-performance-changes-2n-skx-ref"
3643     - title: "2005"
3644       data-set: "vpp-performance-changes-2n-skx-cmp"
3645   comparisons:
3646     - title: "Diff"
3647       reference: 2
3648       compare: 3
3649   legend:
3650     - "Legend to Table"
3651     - "1908, 2001, 2005 - VPP versions tested."
3652     - "Diff - difference between 2001 and 2005 VPP version."
3653
3654 # VPP Performance Changes 2n-skx 4t2c pdr
3655 - type: "table"
3656   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "1908"
3663       data-set: "vpp-performance-changes-2n-skx-h1"
3664     - title: "2001"
3665       data-set: "vpp-performance-changes-2n-skx-ref"
3666     - title: "2005"
3667       data-set: "vpp-performance-changes-2n-skx-cmp"
3668   comparisons:
3669     - title: "Diff"
3670       reference: 2
3671       compare: 3
3672   legend:
3673     - "Legend to Table"
3674     - "1908, 2001, 2005 - VPP versions tested."
3675     - "Diff - difference between 2001 and 2005 VPP version."
3676
3677 # VPP Performance Changes 2n-skx 2t1c ndr
3678 - type: "table"
3679   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3680   algorithm: "table_comparison"
3681   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3684   columns:
3685     - title: "1908"
3686       data-set: "vpp-performance-changes-2n-skx-h1"
3687     - title: "2001"
3688       data-set: "vpp-performance-changes-2n-skx-ref"
3689     - title: "2005"
3690       data-set: "vpp-performance-changes-2n-skx-cmp"
3691   comparisons:
3692     - title: "Diff"
3693       reference: 2
3694       compare: 3
3695   legend:
3696     - "Legend to Table"
3697     - "1908, 2001, 2005 - VPP versions tested."
3698     - "Diff - difference between 2001 and 2005 VPP version."
3699
3700 # VPP Performance Changes 2n-skx 4t2c ndr
3701 - type: "table"
3702   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3703   algorithm: "table_comparison"
3704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3707   columns:
3708     - title: "1908"
3709       data-set: "vpp-performance-changes-2n-skx-h1"
3710     - title: "2001"
3711       data-set: "vpp-performance-changes-2n-skx-ref"
3712     - title: "2005"
3713       data-set: "vpp-performance-changes-2n-skx-cmp"
3714   comparisons:
3715     - title: "Diff"
3716       reference: 2
3717       compare: 3
3718   legend:
3719     - "Legend to Table"
3720     - "1908, 2001, 2005 - VPP versions tested."
3721     - "Diff - difference between 2001 and 2005 VPP version."
3722
3723 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3724 - type: "table"
3725   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3726   algorithm: "table_comparison"
3727   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3730   columns:
3731     - title: "2001"
3732       data-set: "vpp-performance-changes-2n-clx-ref"
3733     - title: "2005"
3734       data-set: "vpp-performance-changes-2n-clx-cmp"
3735   comparisons:
3736     - title: "Diff"
3737       reference: 1
3738       compare: 2
3739   legend:
3740     - "Legend to Table"
3741     - "2001, 2005 - VPP versions tested."
3742     - "Diff - difference between 2001 and 2005 VPP version."
3743
3744 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3745 - type: "table"
3746   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3747   algorithm: "table_comparison"
3748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3750   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3751   columns:
3752     - title: "2001"
3753       data-set: "vpp-performance-changes-2n-clx-ref"
3754     - title: "2005"
3755       data-set: "vpp-performance-changes-2n-clx-cmp"
3756   comparisons:
3757     - title: "Diff"
3758       reference: 1
3759       compare: 2
3760   legend:
3761     - "Legend to Table"
3762     - "2001, 2005 - VPP versions tested."
3763     - "Diff - difference between 2001 and 2005 VPP version."
3764
3765 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3766 - type: "table"
3767   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3772   columns:
3773     - title: "2001"
3774       data-set: "vpp-performance-changes-2n-clx-ref"
3775     - title: "2005"
3776       data-set: "vpp-performance-changes-2n-clx-cmp"
3777   comparisons:
3778     - title: "Diff"
3779       reference: 1
3780       compare: 2
3781   legend:
3782     - "Legend to Table"
3783     - "2001, 2005 - VPP versions tested."
3784     - "Diff - difference between 2001 and 2005 VPP version."
3785
3786 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3787 - type: "table"
3788   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3789   algorithm: "table_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3793   columns:
3794     - title: "2001"
3795       data-set: "vpp-performance-changes-2n-clx-ref"
3796     - title: "2005"
3797       data-set: "vpp-performance-changes-2n-clx-cmp"
3798   comparisons:
3799     - title: "Diff"
3800       reference: 1
3801       compare: 2
3802   legend:
3803     - "Legend to Table"
3804     - "2001, 2005 - VPP versions tested."
3805     - "Diff - difference between 2001 and 2005 VPP version."
3806
3807 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3808 - type: "table"
3809   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3810   algorithm: "table_comparison"
3811   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3814   columns:
3815     - title: "2001"
3816       data-set: "vpp-performance-changes-2n-clx-ref"
3817     - title: "2005"
3818       data-set: "vpp-performance-changes-2n-clx-cmp"
3819   comparisons:
3820     - title: "Diff"
3821       reference: 1
3822       compare: 2
3823   legend:
3824     - "Legend to Table"
3825     - "2001, 2005 - VPP versions tested."
3826     - "Diff - difference between 2001 and 2005 VPP version."
3827
3828 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3829 - type: "table"
3830   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3831   algorithm: "table_comparison"
3832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3834   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3835   columns:
3836     - title: "2001"
3837       data-set: "vpp-performance-changes-2n-clx-ref"
3838     - title: "2005"
3839       data-set: "vpp-performance-changes-2n-clx-cmp"
3840   comparisons:
3841     - title: "Diff"
3842       reference: 1
3843       compare: 2
3844   legend:
3845     - "Legend to Table"
3846     - "2001, 2005 - VPP versions tested."
3847     - "Diff - difference between 2001 and 2005 VPP version."
3848
3849 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3850 - type: "table"
3851   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3852   algorithm: "table_comparison"
3853   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3856   columns:
3857     - title: "2001"
3858       data-set: "vpp-performance-changes-2n-clx-ref"
3859     - title: "2005"
3860       data-set: "vpp-performance-changes-2n-clx-cmp"
3861   comparisons:
3862     - title: "Diff"
3863       reference: 1
3864       compare: 2
3865   legend:
3866     - "Legend to Table"
3867     - "2001, 2005 - VPP versions tested."
3868     - "Diff - difference between 2001 and 2005 VPP version."
3869
3870 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3871 - type: "table"
3872   title: "VPP Performance Changes 2n-clx-x556 ndr"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3877   columns:
3878     - title: "2001"
3879       data-set: "vpp-performance-changes-2n-clx-ref"
3880     - title: "2005"
3881       data-set: "vpp-performance-changes-2n-clx-cmp"
3882   comparisons:
3883     - title: "Diff"
3884       reference: 1
3885       compare: 2
3886   legend:
3887     - "Legend to Table"
3888     - "2001, 2005 - VPP versions tested."
3889     - "Diff - difference between 2001 and 2005 VPP version."
3890
3891 # VPP Performance Changes 2n-dnv 1t1c pdr
3892 - type: "table"
3893   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3894   algorithm: "table_comparison"
3895   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'1T1C'"
3898   columns:
3899     - title: "1908"
3900       data-set: "vpp-performance-changes-2n-dnv-h1"
3901     - title: "2001"
3902       data-set: "vpp-performance-changes-2n-dnv-ref"
3903     - title: "2005"
3904       data-set: "vpp-performance-changes-2n-dnv-cmp"
3905   comparisons:
3906     - title: "Diff"
3907       reference: 2
3908       compare: 3
3909   legend:
3910     - "Legend to Table"
3911     - "1908, 2001, 2005 - VPP versions tested."
3912     - "Diff - difference between 2001 and 2005 VPP version."
3913
3914 # VPP Performance Changes 2n-dnv 2t2c pdr
3915 - type: "table"
3916   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3917   algorithm: "table_comparison"
3918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3920   filter: "'2T2C'"
3921   columns:
3922     - title: "1908"
3923       data-set: "vpp-performance-changes-2n-dnv-h1"
3924     - title: "2001"
3925       data-set: "vpp-performance-changes-2n-dnv-ref"
3926     - title: "2005"
3927       data-set: "vpp-performance-changes-2n-dnv-cmp"
3928   comparisons:
3929     - title: "Diff"
3930       reference: 2
3931       compare: 3
3932   legend:
3933     - "Legend to Table"
3934     - "1908, 2001, 2005 - VPP versions tested."
3935     - "Diff - difference between 2001 and 2005 VPP version."
3936
3937 # VPP Performance Changes 2n-dnv 1t1c ndr
3938 - type: "table"
3939   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3940   algorithm: "table_comparison"
3941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3943   filter: "'1T1C'"
3944   columns:
3945     - title: "1908"
3946       data-set: "vpp-performance-changes-2n-dnv-h1"
3947     - title: "2001"
3948       data-set: "vpp-performance-changes-2n-dnv-ref"
3949     - title: "2005"
3950       data-set: "vpp-performance-changes-2n-dnv-cmp"
3951   comparisons:
3952     - title: "Diff"
3953       reference: 2
3954       compare: 3
3955   legend:
3956     - "Legend to Table"
3957     - "1908, 2001, 2005 - VPP versions tested."
3958     - "Diff - difference between 2001 and 2005 VPP version."
3959
3960 # VPP Performance Changes 2n-dnv 2t2c ndr
3961 - type: "table"
3962   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3963   algorithm: "table_comparison"
3964   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3966   filter: "'2T2C'"
3967   columns:
3968     - title: "1908"
3969       data-set: "vpp-performance-changes-2n-dnv-h1"
3970     - title: "2001"
3971       data-set: "vpp-performance-changes-2n-dnv-ref"
3972     - title: "2005"
3973       data-set: "vpp-performance-changes-2n-dnv-cmp"
3974   comparisons:
3975     - title: "Diff"
3976       reference: 2
3977       compare: 3
3978   legend:
3979     - "Legend to Table"
3980     - "1908, 2001, 2005 - VPP versions tested."
3981     - "Diff - difference between 2001 and 2005 VPP version."
3982
3983 # VPP Performance Changes 3n-dnv 1t1c pdr
3984 - type: "table"
3985   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3986   algorithm: "table_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'1T1C'"
3990   columns:
3991     - title: "1908"
3992       data-set: "vpp-performance-changes-3n-dnv-h1"
3993     - title: "2001"
3994       data-set: "vpp-performance-changes-3n-dnv-ref"
3995     - title: "2005"
3996       data-set: "vpp-performance-changes-3n-dnv-cmp"
3997   comparisons:
3998     - title: "Diff"
3999       reference: 2
4000       compare: 3
4001   legend:
4002     - "Legend to Table"
4003     - "1908, 2001, 2005 - VPP versions tested."
4004     - "Diff - difference between 2001 and 2005 VPP version."
4005
4006 # VPP Performance Changes 3n-dnv 2t2c pdr
4007 - type: "table"
4008   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4009   algorithm: "table_comparison"
4010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4011   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4012   filter: "'2T2C'"
4013   columns:
4014     - title: "1908"
4015       data-set: "vpp-performance-changes-3n-dnv-h1"
4016     - title: "2001"
4017       data-set: "vpp-performance-changes-3n-dnv-ref"
4018     - title: "2005"
4019       data-set: "vpp-performance-changes-3n-dnv-cmp"
4020   comparisons:
4021     - title: "Diff"
4022       reference: 2
4023       compare: 3
4024   legend:
4025     - "Legend to Table"
4026     - "1908, 2001, 2005 - VPP versions tested."
4027     - "Diff - difference between 2001 and 2005 VPP version."
4028
4029 # VPP Performance Changes 3n-dnv 1t1c ndr
4030 - type: "table"
4031   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4032   algorithm: "table_comparison"
4033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4034   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4035   filter: "'1T1C'"
4036   columns:
4037     - title: "1908"
4038       data-set: "vpp-performance-changes-3n-dnv-h1"
4039     - title: "2001"
4040       data-set: "vpp-performance-changes-3n-dnv-ref"
4041     - title: "2005"
4042       data-set: "vpp-performance-changes-3n-dnv-cmp"
4043   comparisons:
4044     - title: "Diff"
4045       reference: 2
4046       compare: 3
4047   legend:
4048     - "Legend to Table"
4049     - "1908, 2001, 2005 - VPP versions tested."
4050     - "Diff - difference between 2001 and 2005 VPP version."
4051
4052 # VPP Performance Changes 3n-dnv 2t2c ndr
4053 - type: "table"
4054   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4055   algorithm: "table_comparison"
4056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4057   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4058   filter: "'2T2C'"
4059   columns:
4060     - title: "1908"
4061       data-set: "vpp-performance-changes-3n-dnv-h1"
4062     - title: "2001"
4063       data-set: "vpp-performance-changes-3n-dnv-ref"
4064     - title: "2005"
4065       data-set: "vpp-performance-changes-3n-dnv-cmp"
4066   comparisons:
4067     - title: "Diff"
4068       reference: 2
4069       compare: 3
4070   legend:
4071     - "Legend to Table"
4072     - "1908, 2001, 2005 - VPP versions tested."
4073     - "Diff - difference between 2001 and 2005 VPP version."
4074
4075 # VPP Performance Changes 3n-tsh 1t1c pdr
4076 - type: "table"
4077   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4078   algorithm: "table_comparison"
4079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4081   filter: "'1T1C'"
4082   columns:
4083     - title: "1908"
4084       data-set: "vpp-performance-changes-3n-tsh-h1"
4085     - title: "2001"
4086       data-set: "vpp-performance-changes-3n-tsh-ref"
4087     - title: "2005"
4088       data-set: "vpp-performance-changes-3n-tsh-cmp"
4089   comparisons:
4090     - title: "Diff"
4091       reference: 2
4092       compare: 3
4093   legend:
4094     - "Legend to Table"
4095     - "1908, 2001, 2005 - VPP versions tested."
4096     - "Diff - difference between 2001 and 2005 VPP version."
4097
4098 # VPP Performance Changes 3n-tsh 2t2c pdr
4099 - type: "table"
4100   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4101   algorithm: "table_comparison"
4102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4104   filter: "'2T2C'"
4105   columns:
4106     - title: "1908"
4107       data-set: "vpp-performance-changes-3n-tsh-h1"
4108     - title: "2001"
4109       data-set: "vpp-performance-changes-3n-tsh-ref"
4110     - title: "2005"
4111       data-set: "vpp-performance-changes-3n-tsh-cmp"
4112   comparisons:
4113     - title: "Diff"
4114       reference: 2
4115       compare: 3
4116   legend:
4117     - "Legend to Table"
4118     - "1908, 2001, 2005 - VPP versions tested."
4119     - "Diff - difference between 2001 and 2005 VPP version."
4120
4121 # VPP Performance Changes 3n-tsh 1t1c ndr
4122 - type: "table"
4123   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4124   algorithm: "table_comparison"
4125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'1T1C'"
4128   columns:
4129     - title: "1908"
4130       data-set: "vpp-performance-changes-3n-tsh-h1"
4131     - title: "2001"
4132       data-set: "vpp-performance-changes-3n-tsh-ref"
4133     - title: "2005"
4134       data-set: "vpp-performance-changes-3n-tsh-cmp"
4135   comparisons:
4136     - title: "Diff"
4137       reference: 2
4138       compare: 3
4139   legend:
4140     - "Legend to Table"
4141     - "1908, 2001, 2005 - VPP versions tested."
4142     - "Diff - difference between 2001 and 2005 VPP version."
4143
4144 # VPP Performance Changes 3n-tsh 2t2c ndr
4145 - type: "table"
4146   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4147   algorithm: "table_comparison"
4148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4150   filter: "'2T2C'"
4151   columns:
4152     - title: "1908"
4153       data-set: "vpp-performance-changes-3n-tsh-h1"
4154     - title: "2001"
4155       data-set: "vpp-performance-changes-3n-tsh-ref"
4156     - title: "2005"
4157       data-set: "vpp-performance-changes-3n-tsh-cmp"
4158   comparisons:
4159     - title: "Diff"
4160       reference: 2
4161       compare: 3
4162   legend:
4163     - "Legend to Table"
4164     - "1908, 2001, 2005 - VPP versions tested."
4165     - "Diff - difference between 2001 and 2005 VPP version."
4166
4167 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4168 - type: "table"
4169   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4170   algorithm: "table_comparison"
4171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4173   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4174   columns:
4175     - title: "3n-hsw xl710"
4176       data-set: "vpp-compare-testbeds-ref"
4177       tag: "NIC_Intel-XL710"
4178     - title: "3n-skx xxv710"
4179       data-set: "vpp-compare-testbeds-cmp"
4180       tag: "NIC_Intel-XXV710"
4181   comparisons:
4182     - title: "Diff"
4183       reference: 1
4184       compare: 2
4185   legend:
4186     - "Legend to Table"
4187     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4188     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4189
4190 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4191 - type: "table"
4192   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4196   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4197   columns:
4198     - title: "3n-hsw xl710"
4199       data-set: "vpp-compare-testbeds-ref"
4200       tag: "NIC_Intel-XL710"
4201     - title: "3n-skx xxv710"
4202       data-set: "vpp-compare-testbeds-cmp"
4203       tag: "NIC_Intel-XXV710"
4204   comparisons:
4205     - title: "Diff"
4206       reference: 1
4207       compare: 2
4208   legend:
4209     - "Legend to Table"
4210     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4211     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4212
4213 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4214 - type: "table"
4215   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4216   algorithm: "table_comparison"
4217   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4219   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4220   columns:
4221     - title: "3n-hsw xl710"
4222       data-set: "vpp-compare-testbeds-ref"
4223       tag: "NIC_Intel-XL710"
4224     - title: "3n-skx xxv710"
4225       data-set: "vpp-compare-testbeds-cmp"
4226       tag: "NIC_Intel-XXV710"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - "Legend to Table"
4233     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4234     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4235
4236 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4237 - type: "table"
4238   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4242   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4243   columns:
4244     - title: "3n-hsw xl710"
4245       data-set: "vpp-compare-testbeds-ref"
4246       tag: "NIC_Intel-XL710"
4247     - title: "3n-skx xxv710"
4248       data-set: "vpp-compare-testbeds-cmp"
4249       tag: "NIC_Intel-XXV710"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - "Legend to Table"
4256     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4257     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4258
4259 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4260 - type: "table"
4261   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4266   columns:
4267     - title: "2n-skx"
4268       data-set: "vpp-compare-testbeds-skx-clx-ref"
4269     - title: "2n-clx"
4270       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - "Legend to Table"
4277     - "2n-skx, 2n-clx - testbeds and NICs tested."
4278     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4279
4280 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4281 - type: "table"
4282   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4286   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4287   columns:
4288     - title: "2n-skx"
4289       data-set: "vpp-compare-testbeds-skx-clx-ref"
4290     - title: "2n-clx"
4291       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4292   comparisons:
4293     - title: "Diff"
4294       reference: 1
4295       compare: 2
4296   legend:
4297     - "Legend to Table"
4298     - "2n-skx, 2n-clx - testbeds and NICs tested."
4299     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4300
4301 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4302 - type: "table"
4303   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4304   algorithm: "table_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4307   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4308   columns:
4309     - title: "2n-skx"
4310       data-set: "vpp-compare-testbeds-skx-clx-ref"
4311     - title: "2n-clx"
4312       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4313   comparisons:
4314     - title: "Diff"
4315       reference: 1
4316       compare: 2
4317   legend:
4318     - "Legend to Table"
4319     - "2n-skx, 2n-clx - testbeds and NICs tested."
4320     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4321
4322 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4323 - type: "table"
4324   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4328   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4329   columns:
4330     - title: "2n-skx"
4331       data-set: "vpp-compare-testbeds-skx-clx-ref"
4332     - title: "2n-clx"
4333       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4334   comparisons:
4335     - title: "Diff"
4336       reference: 1
4337       compare: 2
4338   legend:
4339     - "Legend to Table"
4340     - "2n-skx, 2n-clx - testbeds and NICs tested."
4341     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4342
4343 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4344 - type: "table"
4345   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4346   algorithm: "table_comparison"
4347   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4348   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4349   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4350   columns:
4351     - title: "3n-hsw xl710"
4352       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4353       tag: "NIC_Intel-XL710"
4354     - title: "2n-clx xxv710"
4355       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4356       tag: "NIC_Intel-XXV710"
4357   comparisons:
4358     - title: "Diff"
4359       reference: 1
4360       compare: 2
4361   legend:
4362     - "Legend to Table"
4363     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4364     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4365
4366 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4367 - type: "table"
4368   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4369   algorithm: "table_comparison"
4370   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4372   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4373   columns:
4374     - title: "3n-hsw xl710"
4375       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4376       tag: "NIC_Intel-XL710"
4377     - title: "2n-clx xxv710"
4378       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4379       tag: "NIC_Intel-XXV710"
4380   comparisons:
4381     - title: "Diff"
4382       reference: 1
4383       compare: 2
4384   legend:
4385     - "Legend to Table"
4386     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4387     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4388
4389 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4390 - type: "table"
4391   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4395   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4396   columns:
4397     - title: "3n-hsw xl710"
4398       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4399       tag: "NIC_Intel-XL710"
4400     - title: "2n-clx xxv710"
4401       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4402       tag: "NIC_Intel-XXV710"
4403   comparisons:
4404     - title: "Diff"
4405       reference: 1
4406       compare: 2
4407   legend:
4408     - "Legend to Table"
4409     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4410     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4411
4412 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4413 - type: "table"
4414   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4415   algorithm: "table_comparison"
4416   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4418   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4419   columns:
4420     - title: "3n-hsw xl710"
4421       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4422       tag: "NIC_Intel-XL710"
4423     - title: "2n-clx xxv710"
4424       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4425       tag: "NIC_Intel-XXV710"
4426   comparisons:
4427     - title: "Diff"
4428       reference: 1
4429       compare: 2
4430   legend:
4431     - "Legend to Table"
4432     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4433     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4434
4435 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4436 - type: "table"
4437   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4441   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4442   columns:
4443     - title: "3n-skx"
4444       data-set: "vpp-compare-topologies-ref"
4445     - title: "2n-skx"
4446       data-set: "vpp-compare-topologies-cmp"
4447   comparisons:
4448     - title: "Diff"
4449       reference: 1
4450       compare: 2
4451   legend:
4452     - "Legend to Table"
4453     - "3n-skx, 2n-skx - topologies tested."
4454     - "Diff - difference between 3n-skx and 2n-skx topologies."
4455
4456 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4457 - type: "table"
4458   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4463   columns:
4464     - title: "3n-skx"
4465       data-set: "vpp-compare-topologies-ref"
4466     - title: "2n-skx"
4467       data-set: "vpp-compare-topologies-cmp"
4468   comparisons:
4469     - title: "Diff"
4470       reference: 1
4471       compare: 2
4472   legend:
4473     - "Legend to Table"
4474     - "3n-skx, 2n-skx - topologies tested."
4475     - "Diff - difference between 3n-skx and 2n-skx topologies."
4476
4477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4478 - type: "table"
4479   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4480   algorithm: "table_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4483   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4484   columns:
4485     - title: "3n-skx"
4486       data-set: "vpp-compare-topologies-ref"
4487     - title: "2n-skx"
4488       data-set: "vpp-compare-topologies-cmp"
4489   comparisons:
4490     - title: "Diff"
4491       reference: 1
4492       compare: 2
4493   legend:
4494     - "Legend to Table"
4495     - "3n-skx, 2n-skx - topologies tested."
4496     - "Diff - difference between 3n-skx and 2n-skx topologies."
4497
4498 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4499 - type: "table"
4500   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4504   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4505   columns:
4506     - title: "3n-skx"
4507       data-set: "vpp-compare-topologies-ref"
4508     - title: "2n-skx"
4509       data-set: "vpp-compare-topologies-cmp"
4510   comparisons:
4511     - title: "Diff"
4512       reference: 1
4513       compare: 2
4514   legend:
4515     - "Legend to Table"
4516     - "3n-skx, 2n-skx - topologies tested."
4517     - "Diff - difference between 3n-skx and 2n-skx topologies."
4518
4519 # VPP Performance Changes 3n-hsw 1t1c mrr
4520 - type: "table"
4521   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4522   algorithm: "table_comparison"
4523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4525   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4526   columns:
4527     - title: "1908"
4528       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4529     - title: "2001"
4530       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4531     - title: "2005"
4532       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4533   comparisons:
4534     - title: "Diff"
4535       reference: 2
4536       compare: 3
4537   legend:
4538     - "Legend to Table"
4539     - "1908, 2001, 2005 - VPP versions tested."
4540     - "Diff - difference between 2001 and 2005 VPP version."
4541
4542 # VPP Performance Changes 3n-hsw 2t2c mrr
4543 - type: "table"
4544   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4548   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4549   columns:
4550     - title: "1908"
4551       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4552     - title: "2001"
4553       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4554     - title: "2005"
4555       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4556   comparisons:
4557     - title: "Diff"
4558       reference: 2
4559       compare: 3
4560   legend:
4561     - "Legend to Table"
4562     - "1908, 2001, 2005 - VPP versions tested."
4563     - "Diff - difference between 2001 and 2005 VPP version."
4564
4565 # VPP Performance Changes 3n-hsw 4t4c mrr
4566 - type: "table"
4567   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4568   algorithm: "table_comparison"
4569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4571   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4572   columns:
4573     - title: "1908"
4574       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4575     - title: "2001"
4576       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4577     - title: "2005"
4578       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4579   comparisons:
4580     - title: "Diff"
4581       reference: 2
4582       compare: 3
4583   legend:
4584     - "Legend to Table"
4585     - "1908, 2001, 2005 - VPP versions tested."
4586     - "Diff - difference between 2001 and 2005 VPP version."
4587
4588 # VPP Performance Changes 3n-skx 2t1c mrr
4589 - type: "table"
4590   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4591   algorithm: "table_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4594   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4595   columns:
4596 #    - title: "1908"
4597 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4598     - title: "2001"
4599       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4600     - title: "2005"
4601       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4602   comparisons:
4603     - title: "Diff"
4604       reference: 1
4605       compare: 2
4606   legend:
4607     - "Legend to Table"
4608     - "2001, 2005 - VPP versions tested."
4609     - "Diff - difference between 2001 and 2005 VPP version."
4610
4611 # VPP Performance Changes 3n-skx 4t2c mrr
4612 - type: "table"
4613   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4614   algorithm: "table_comparison"
4615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4617   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4618   columns:
4619 #    - title: "1908"
4620 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4621     - title: "2001"
4622       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4623     - title: "2005"
4624       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4625   comparisons:
4626     - title: "Diff"
4627       reference: 1
4628       compare: 2
4629   legend:
4630     - "Legend to Table"
4631     - "2001, 2005 - VPP versions tested."
4632     - "Diff - difference between 2001 and 2005 VPP version."
4633
4634 # VPP Performance Changes 3n-skx 8t4c mrr
4635 - type: "table"
4636   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4637   algorithm: "table_comparison"
4638   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4640   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4641   columns:
4642 #    - title: "1908"
4643 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4644     - title: "2001"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4646     - title: "2005"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4648   comparisons:
4649     - title: "Diff"
4650       reference: 1
4651       compare: 2
4652   legend:
4653     - "Legend to Table"
4654     - "2001, 2005 - VPP versions tested."
4655     - "Diff - difference between 2001 and 2005 VPP version."
4656
4657 # VPP Performance Changes 2n-skx 2t1c mrr
4658 - type: "table"
4659   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4660   algorithm: "table_comparison"
4661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4663   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4664   columns:
4665 #    - title: "1908"
4666 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4667     - title: "2001"
4668       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4669     - title: "2005"
4670       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4671   comparisons:
4672     - title: "Diff"
4673       reference: 1
4674       compare: 2
4675   legend:
4676     - "Legend to Table"
4677     - "2001, 2005 - VPP versions tested."
4678     - "Diff - difference between 2001 and 2005 VPP version."
4679
4680 # VPP Performance Changes 2n-skx 4t2c mrr
4681 - type: "table"
4682   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4683   algorithm: "table_comparison"
4684   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4686   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4687   columns:
4688 #    - title: "1908"
4689 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4690     - title: "2001"
4691       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4692     - title: "2005"
4693       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4694   comparisons:
4695     - title: "Diff"
4696       reference: 1
4697       compare: 2
4698   legend:
4699     - "Legend to Table"
4700     - "2001, 2005 - VPP versions tested."
4701     - "Diff - difference between 2001 and 2005 VPP version."
4702
4703 # VPP Performance Changes 2n-skx 8t4c mrr
4704 - type: "table"
4705   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4706   algorithm: "table_comparison"
4707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4710   columns:
4711 #    - title: "1908"
4712 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4713     - title: "2001"
4714       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4715     - title: "2005"
4716       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4717   comparisons:
4718     - title: "Diff"
4719       reference: 1
4720       compare: 2
4721   legend:
4722     - "Legend to Table"
4723     - "2001, 2005 - VPP versions tested."
4724     - "Diff - difference between 2001 and 2005 VPP version."
4725
4726 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4733   columns:
4734     - title: "2001"
4735       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4736     - title: "2005"
4737       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4738   comparisons:
4739     - title: "Diff"
4740       reference: 1
4741       compare: 2
4742   legend:
4743     - "Legend to Table"
4744     - "2001, 2005 - VPP versions tested."
4745     - "Diff - difference between 2001 and 2005 VPP version."
4746
4747 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4748 - type: "table"
4749   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4754   columns:
4755     - title: "2001"
4756       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4757     - title: "2005"
4758       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4759   comparisons:
4760     - title: "Diff"
4761       reference: 1
4762       compare: 2
4763   legend:
4764     - "Legend to Table"
4765     - "2001, 2005 - VPP versions tested."
4766     - "Diff - difference between 2001 and 2005 VPP version."
4767
4768 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4769 - type: "table"
4770   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4771   algorithm: "table_comparison"
4772   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4775   columns:
4776     - title: "2001"
4777       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4778     - title: "2005"
4779       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4780   comparisons:
4781     - title: "Diff"
4782       reference: 1
4783       compare: 2
4784   legend:
4785     - "Legend to Table"
4786     - "2001, 2005 - VPP versions tested."
4787     - "Diff - difference between 2001 and 2005 VPP version."
4788
4789 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4790 - type: "table"
4791   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4792   algorithm: "table_comparison"
4793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4795   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4796   columns:
4797     - title: "2001"
4798       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4799     - title: "2005"
4800       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4801   comparisons:
4802     - title: "Diff"
4803       reference: 1
4804       compare: 2
4805   legend:
4806     - "Legend to Table"
4807     - "2001, 2005 - VPP versions tested."
4808     - "Diff - difference between 2001 and 2005 VPP version."
4809
4810 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4811 - type: "table"
4812   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4813   algorithm: "table_comparison"
4814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4816   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4817   columns:
4818     - title: "2001"
4819       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4820     - title: "2005"
4821       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4822   comparisons:
4823     - title: "Diff"
4824       reference: 1
4825       compare: 2
4826   legend:
4827     - "Legend to Table"
4828     - "2001, 2005 - VPP versions tested."
4829     - "Diff - difference between 2001 and 2005 VPP version."
4830
4831 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4832 - type: "table"
4833   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4838   columns:
4839     - title: "2001"
4840       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4841     - title: "2005"
4842       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4843   comparisons:
4844     - title: "Diff"
4845       reference: 1
4846       compare: 2
4847   legend:
4848     - "Legend to Table"
4849     - "2001, 2005 - VPP versions tested."
4850     - "Diff - difference between 2001 and 2005 VPP version."
4851
4852 # VPP Performance Changes 2n-dnv 1t1c mrr
4853 - type: "table"
4854   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4855   algorithm: "table_comparison"
4856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4858   filter: "'1T1C'"
4859   columns:
4860     - title: "1908"
4861       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4862     - title: "2001"
4863       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4864     - title: "2005"
4865       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4866   comparisons:
4867     - title: "Diff"
4868       reference: 2
4869       compare: 3
4870   legend:
4871     - "Legend to Table"
4872     - "1908, 2001, 2005 - VPP versions tested."
4873     - "Diff - difference between 2001 and 2005 VPP version."
4874
4875 # VPP Performance Changes 2n-dnv 2t2c mrr
4876 - type: "table"
4877   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4878   algorithm: "table_comparison"
4879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4881   filter: "'2T2C'"
4882   columns:
4883     - title: "1908"
4884       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4885     - title: "2001"
4886       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4887     - title: "2005"
4888       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4889   comparisons:
4890     - title: "Diff"
4891       reference: 2
4892       compare: 3
4893   legend:
4894     - "Legend to Table"
4895     - "1908, 2001, 2005 - VPP versions tested."
4896     - "Diff - difference between 2001 and 2005 VPP version."
4897
4898 # VPP Performance Changes 2n-dnv 4t4c mrr
4899 - type: "table"
4900   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4901   algorithm: "table_comparison"
4902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4904   filter: "'4T4C'"
4905   columns:
4906     - title: "1908"
4907       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4908     - title: "2001"
4909       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4910     - title: "2005"
4911       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4912   comparisons:
4913     - title: "Diff"
4914       reference: 2
4915       compare: 3
4916   legend:
4917     - "Legend to Table"
4918     - "1908, 2001, 2005 - VPP versions tested."
4919     - "Diff - difference between 2001 and 2005 VPP version."
4920
4921 # VPP Performance Changes 3n-dnv 1t1c mrr
4922 - type: "table"
4923   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4924   algorithm: "table_comparison"
4925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4927   filter: "'1T1C'"
4928   columns:
4929     - title: "1908"
4930       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4931     - title: "2001"
4932       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4933     - title: "2005"
4934       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4935   comparisons:
4936     - title: "Diff"
4937       reference: 2
4938       compare: 3
4939   legend:
4940     - "Legend to Table"
4941     - "1908, 2001, 2005 - VPP versions tested."
4942     - "Diff - difference between 2001 and 2005 VPP version."
4943
4944 # VPP Performance Changes 3n-dnv 2t2c mrr
4945 - type: "table"
4946   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4947   algorithm: "table_comparison"
4948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4949   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4950   filter: "'2T2C'"
4951   columns:
4952     - title: "1908"
4953       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4954     - title: "2001"
4955       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4956     - title: "2005"
4957       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4958   comparisons:
4959     - title: "Diff"
4960       reference: 2
4961       compare: 3
4962   legend:
4963     - "Legend to Table"
4964     - "1908, 2001, 2005 - VPP versions tested."
4965     - "Diff - difference between 2001 and 2005 VPP version."
4966
4967 # VPP Performance Changes 3n-dnv 4t4c mrr
4968 - type: "table"
4969   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4970   algorithm: "table_comparison"
4971   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4973   filter: "'4T4C'"
4974   columns:
4975     - title: "1908"
4976       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4977     - title: "2001"
4978       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4979     - title: "2005"
4980       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4981   comparisons:
4982     - title: "Diff"
4983       reference: 2
4984       compare: 3
4985   legend:
4986     - "Legend to Table"
4987     - "1908, 2001, 2005 - VPP versions tested."
4988     - "Diff - difference between 2001 and 2005 VPP version."
4989
4990 # VPP Performance Changes 3n-tsh 1t1c mrr
4991 - type: "table"
4992   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4993   algorithm: "table_comparison"
4994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4996   filter: "'1T1C'"
4997   columns:
4998     - title: "1908"
4999       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5000     - title: "2001"
5001       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5002     - title: "2005"
5003       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5004   comparisons:
5005     - title: "Diff"
5006       reference: 2
5007       compare: 3
5008   legend:
5009     - "Legend to Table"
5010     - "1908, 2001, 2005 - VPP versions tested."
5011     - "Diff - difference between 2001 and 2005 VPP version."
5012
5013 # VPP Performance Changes 3n-tsh 2t2c mrr
5014 - type: "table"
5015   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5019   filter: "'2T2C'"
5020   columns:
5021     - title: "1908"
5022       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5023     - title: "2001"
5024       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5025     - title: "2005"
5026       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5027   comparisons:
5028     - title: "Diff"
5029       reference: 2
5030       compare: 3
5031   legend:
5032     - "Legend to Table"
5033     - "1908, 2001, 2005 - VPP versions tested."
5034     - "Diff - difference between 2001 and 2005 VPP version."
5035
5036 # VPP Performance Changes 3n-tsh 4t4c mrr
5037 - type: "table"
5038   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5039   algorithm: "table_comparison"
5040   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5041   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5042   filter: "'4T4C'"
5043   columns:
5044     - title: "1908"
5045       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5046     - title: "2001"
5047       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5048     - title: "2005"
5049       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5050   comparisons:
5051     - title: "Diff"
5052       reference: 2
5053       compare: 3
5054   legend:
5055     - "Legend to Table"
5056     - "1908, 2001, 2005 - VPP versions tested."
5057     - "Diff - difference between 2001 and 2005 VPP version."
5058
5059 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5060 - type: "table"
5061   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5062   algorithm: "table_comparison"
5063   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5065   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5066   columns:
5067     - title: "3n-hsw xl710"
5068       data-set: "vpp-compare-testbeds-mrr-ref"
5069       tag: "NIC_Intel-XL710"
5070     - title: "3n-skx xxv710"
5071       data-set: "vpp-compare-testbeds-mrr-cmp"
5072       tag: "NIC_Intel-XXV710"
5073   comparisons:
5074     - title: "Diff"
5075       reference: 1
5076       compare: 2
5077   legend:
5078     - "Legend to Table"
5079     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5080     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5081
5082 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5083 - type: "table"
5084   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5085   algorithm: "table_comparison"
5086   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5088   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5089   columns:
5090     - title: "3n-hsw xl710"
5091       data-set: "vpp-compare-testbeds-mrr-ref"
5092       tag: "NIC_Intel-XL710"
5093     - title: "3n-skx xxv710"
5094       data-set: "vpp-compare-testbeds-mrr-cmp"
5095       tag: "NIC_Intel-XXV710"
5096   comparisons:
5097     - title: "Diff"
5098       reference: 1
5099       compare: 2
5100   legend:
5101     - "Legend to Table"
5102     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5103     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5104
5105 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5106 - type: "table"
5107   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5108   algorithm: "table_comparison"
5109   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5111   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5112   columns:
5113     - title: "3n-hsw xl710"
5114       data-set: "vpp-compare-testbeds-mrr-ref"
5115       tag: "NIC_Intel-XL710"
5116     - title: "3n-skx xxv710"
5117       data-set: "vpp-compare-testbeds-mrr-cmp"
5118       tag: "NIC_Intel-XXV710"
5119   comparisons:
5120     - title: "Diff"
5121       reference: 1
5122       compare: 2
5123   legend:
5124     - "Legend to Table"
5125     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5126     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5127
5128 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5129 - type: "table"
5130   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5131   algorithm: "table_comparison"
5132   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5133   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5134   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5135   columns:
5136     - title: "2n-skx"
5137       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5138     - title: "2n-clx"
5139       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5140   comparisons:
5141     - title: "Diff"
5142       reference: 1
5143       compare: 2
5144   legend:
5145     - "Legend to Table"
5146     - "2n-skx, 2n-clx - testbeds and NICs tested."
5147     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5148
5149 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5150 - type: "table"
5151   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5152   algorithm: "table_comparison"
5153   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5154   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5155   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5156   columns:
5157     - title: "2n-skx"
5158       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5159     - title: "2n-clx"
5160       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5161   comparisons:
5162     - title: "Diff"
5163       reference: 1
5164       compare: 2
5165   legend:
5166     - "Legend to Table"
5167     - "2n-skx, 2n-clx - testbeds and NICs tested."
5168     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5169
5170 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5171 - type: "table"
5172   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5173   algorithm: "table_comparison"
5174   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5176   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5177   columns:
5178     - title: "2n-skx"
5179       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5180     - title: "2n-clx"
5181       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5182   comparisons:
5183     - title: "Diff"
5184       reference: 1
5185       compare: 2
5186   legend:
5187     - "Legend to Table"
5188     - "2n-skx, 2n-clx - testbeds and NICs tested."
5189     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5190
5191 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5192 - type: "table"
5193   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5194   algorithm: "table_comparison"
5195   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5197   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5198   columns:
5199     - title: "3n-skx"
5200       data-set: "vpp-compare-topologies-mrr-ref"
5201     - title: "2n-skx"
5202       data-set: "vpp-compare-topologies-mrr-cmp"
5203   comparisons:
5204     - title: "Diff"
5205       reference: 1
5206       compare: 2
5207   legend:
5208     - "Legend to Table"
5209     - "3n-skx, 2n-skx - topologies tested."
5210     - "Diff - difference between 3n-skx and 2n-skx topologies."
5211
5212 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5213 - type: "table"
5214   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5215   algorithm: "table_comparison"
5216   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5218   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5219   columns:
5220     - title: "3n-skx"
5221       data-set: "vpp-compare-topologies-mrr-ref"
5222     - title: "2n-skx"
5223       data-set: "vpp-compare-topologies-mrr-cmp"
5224   comparisons:
5225     - title: "Diff"
5226       reference: 1
5227       compare: 2
5228   legend:
5229     - "Legend to Table"
5230     - "3n-skx, 2n-skx - topologies tested."
5231     - "Diff - difference between 3n-skx and 2n-skx topologies."
5232
5233 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5234 - type: "table"
5235   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5236   algorithm: "table_comparison"
5237   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5239   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5240   columns:
5241     - title: "3n-skx"
5242       data-set: "vpp-compare-topologies-mrr-ref"
5243     - title: "2n-skx"
5244       data-set: "vpp-compare-topologies-mrr-cmp"
5245   comparisons:
5246     - title: "Diff"
5247       reference: 1
5248       compare: 2
5249   legend:
5250     - "Legend to Table"
5251     - "3n-skx, 2n-skx - topologies tested."
5252     - "Diff - difference between 3n-skx and 2n-skx topologies."
5253
5254 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5255 - type: "table"
5256   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5257   algorithm: "table_comparison"
5258   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5260   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5261   columns:
5262     - title: "3n-hsw xl710"
5263       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5264       tag: "NIC_Intel-XL710"
5265     - title: "2n-clx xxv710"
5266       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5267       tag: "NIC_Intel-XXV710"
5268   comparisons:
5269     - title: "Diff"
5270       reference: 1
5271       compare: 2
5272   legend:
5273     - "Legend to Table"
5274     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5275     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5276
5277 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5278 - type: "table"
5279   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5280   algorithm: "table_comparison"
5281   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5283   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5284   columns:
5285     - title: "3n-hsw xl710"
5286       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5287       tag: "NIC_Intel-XL710"
5288     - title: "2n-clx xxv710"
5289       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5290       tag: "NIC_Intel-XXV710"
5291   comparisons:
5292     - title: "Diff"
5293       reference: 1
5294       compare: 2
5295   legend:
5296     - "Legend to Table"
5297     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5298     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5299
5300 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5301 - type: "table"
5302   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5303   algorithm: "table_comparison"
5304   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5306   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5307   columns:
5308     - title: "3n-hsw xl710"
5309       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5310       tag: "NIC_Intel-XL710"
5311     - title: "2n-clx xxv710"
5312       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5313       tag: "NIC_Intel-XXV710"
5314   comparisons:
5315     - title: "Diff"
5316       reference: 1
5317       compare: 2
5318   legend:
5319     - "Legend to Table"
5320     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5321     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5322
5323 # Detailed Test Results - VPP Performance Results 3n-hsw
5324 - type: "table"
5325   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5326   algorithm: "table_merged_details"
5327   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5328   columns:
5329     - title: " |prein| Test Name |preout| "
5330       data: "data name"
5331     - 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| "
5332       data: "data msg"
5333   data: "vpp-perf-results-3n-hsw"
5334   filter: "all"
5335   parameters:
5336   - "name"
5337   - "parent"
5338   - "msg"
5339
5340 # Detailed Test Results - VPP Performance Results 3n-skx
5341 - type: "table"
5342   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5343   algorithm: "table_merged_details"
5344   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5345   columns:
5346     - title: " |prein| Test Name |preout| "
5347       data: "data name"
5348     - 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| "
5349       data: "data msg"
5350   data: "vpp-perf-results-3n-skx"
5351   filter: "all"
5352   remove-ndr: False
5353   parameters:
5354   - "name"
5355   - "parent"
5356   - "msg"
5357
5358 # Detailed Test Results - VPP Performance Results 2n-skx
5359 - type: "table"
5360   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5361   algorithm: "table_merged_details"
5362   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5363   columns:
5364     - title: " |prein| Test Name |preout| "
5365       data: "data name"
5366     - 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| "
5367       data: "data msg"
5368   data: "vpp-perf-results-2n-skx"
5369   filter: "all"
5370   remove-ndr: False
5371   parameters:
5372   - "name"
5373   - "parent"
5374   - "msg"
5375
5376 # Detailed Test Results - VPP Performance Results 2n-clx
5377 - type: "table"
5378   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5379   algorithm: "table_merged_details"
5380   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5381   columns:
5382     - title: " |prein| Test Name |preout| "
5383       data: "data name"
5384     - 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| "
5385       data: "data msg"
5386   data: "vpp-perf-results-2n-clx"
5387   filter: "all"
5388   parameters:
5389   - "name"
5390   - "parent"
5391   - "msg"
5392
5393 # Detailed Test Results - VPP Performance Results 3n-tsh
5394 - type: "table"
5395   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5396   algorithm: "table_merged_details"
5397   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5398   columns:
5399     - title: " |prein| Test Name |preout| "
5400       data: "data name"
5401     - 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| "
5402       data: "data msg"
5403   data: "vpp-perf-results-3n-tsh"
5404   filter: "all"
5405   parameters:
5406   - "name"
5407   - "parent"
5408   - "msg"
5409
5410 # Detailed Test Results - VPP Performance Results 3n-dnv
5411 - type: "table"
5412   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5413   algorithm: "table_merged_details"
5414   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5415   columns:
5416     - title: " |prein| Test Name |preout| "
5417       data: "data name"
5418     - 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| "
5419       data: "data msg"
5420   data: "vpp-perf-results-3n-dnv"
5421   filter: "all"
5422   parameters:
5423   - "name"
5424   - "parent"
5425   - "msg"
5426
5427 # Detailed Test Results - VPP Performance Results 2n-dnv
5428 - type: "table"
5429   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5430   algorithm: "table_merged_details"
5431   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5432   columns:
5433     - title: " |prein| Test Name |preout| "
5434       data: "data name"
5435     - 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| "
5436       data: "data msg"
5437   data: "vpp-perf-results-2n-dnv"
5438   filter: "all"
5439   parameters:
5440   - "name"
5441   - "parent"
5442   - "msg"
5443
5444 # Test configuration - VPP Performance Test Configs 3n-hsw
5445 - type: "table"
5446   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5447   algorithm: "table_merged_details"
5448   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5449   columns:
5450     - title: " |prein| Test Name |preout| "
5451       data: "data name"
5452     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5453       data: "data conf-history"
5454   data: "vpp-perf-results-3n-hsw"
5455   filter: "all"
5456   parameters:
5457   - "parent"
5458   - "name"
5459   - "conf-history"
5460
5461 # Test configuration - VPP Performance Test Configs 3n-skx
5462 - type: "table"
5463   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5464   algorithm: "table_merged_details"
5465   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5466   columns:
5467     - title: " |prein| Test Name |preout| "
5468       data: "data name"
5469     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5470       data: "data conf-history"
5471   data: "vpp-perf-results-3n-skx"
5472   filter: "all"
5473   parameters:
5474   - "parent"
5475   - "name"
5476   - "conf-history"
5477
5478 # Test configuration - VPP Performance Test Configs 2n-skx
5479 - type: "table"
5480   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5481   algorithm: "table_merged_details"
5482   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5483   columns:
5484     - title: " |prein| Test Name |preout| "
5485       data: "data name"
5486     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5487       data: "data conf-history"
5488   data: "vpp-perf-results-2n-skx"
5489   filter: "all"
5490   parameters:
5491   - "parent"
5492   - "name"
5493   - "conf-history"
5494
5495 # Test configuration - VPP Performance Test Configs 2n-clx
5496 - type: "table"
5497   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5498   algorithm: "table_merged_details"
5499   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5500   columns:
5501     - title: " |prein| Test Name |preout| "
5502       data: "data name"
5503     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5504       data: "data conf-history"
5505   data: "vpp-perf-results-2n-clx"
5506   filter: "all"
5507   parameters:
5508   - "parent"
5509   - "name"
5510   - "conf-history"
5511
5512 # Test configuration - VPP Performance Test Configs 3n-tsh
5513 - type: "table"
5514   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5515   algorithm: "table_merged_details"
5516   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5517   columns:
5518     - title: " |prein| Test Name |preout| "
5519       data: "data name"
5520     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5521       data: "data conf-history"
5522   data: "vpp-perf-results-3n-tsh"
5523   filter: "all"
5524   parameters:
5525   - "parent"
5526   - "name"
5527   - "conf-history"
5528
5529 # Test configuration - VPP Performance Test Configs 3n-dnv
5530 - type: "table"
5531   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5532   algorithm: "table_merged_details"
5533   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5534   columns:
5535     - title: " |prein| Test Name |preout| "
5536       data: "data name"
5537     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5538       data: "data conf-history"
5539   data: "vpp-perf-results-3n-dnv"
5540   filter: "all"
5541   parameters:
5542   - "parent"
5543   - "name"
5544   - "conf-history"
5545
5546 # Test configuration - VPP Performance Test Configs 2n-dnv
5547 - type: "table"
5548   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5549   algorithm: "table_merged_details"
5550   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5551   columns:
5552     - title: " |prein| Test Name |preout| "
5553       data: "data name"
5554     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5555       data: "data conf-history"
5556   data: "vpp-perf-results-2n-dnv"
5557   filter: "all"
5558   parameters:
5559   - "parent"
5560   - "name"
5561   - "conf-history"
5562
5563 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5564 - type: "table"
5565   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5566   algorithm: "table_oper_data_html"
5567   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5568   data: "vpp-perf-results-3n-hsw"
5569   filter: "all"
5570
5571 # Test Operational Data - VPP Performance Operational Data 3n-skx
5572 - type: "table"
5573   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5574   algorithm: "table_oper_data_html"
5575   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5576   data: "vpp-perf-results-3n-skx"
5577   filter: "all"
5578
5579 # Test Operational Data - VPP Performance Operational Data 2n-skx
5580 - type: "table"
5581   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5582   algorithm: "table_oper_data_html"
5583   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5584   data: "vpp-perf-results-2n-skx"
5585   filter: "all"
5586
5587 # Test Operational Data - VPP Performance Operational Data 2n-clx
5588 - type: "table"
5589   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5590   algorithm: "table_oper_data_html"
5591   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5592   data: "vpp-perf-results-2n-clx"
5593   filter: "all"
5594
5595 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5596 - type: "table"
5597   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5598   algorithm: "table_oper_data_html"
5599   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5600   data: "vpp-perf-results-3n-tsh"
5601   filter: "all"
5602
5603 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5604 - type: "table"
5605   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5606   algorithm: "table_oper_data_html"
5607   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5608   data: "vpp-perf-results-3n-dnv"
5609   filter: "all"
5610
5611 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5612 - type: "table"
5613   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5614   algorithm: "table_oper_data_html"
5615   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5616   data: "vpp-perf-results-2n-dnv"
5617   filter: "all"
5618
5619 # Detailed Test Results - VPP MRR Results 3n-hsw
5620 - type: "table"
5621   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5622   algorithm: "table_merged_details"
5623   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5624   columns:
5625     - title: " |prein| Test Name |preout| "
5626       data: "data name"
5627     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5628       data: "data msg"
5629   data: "vpp-mrr-results-3n-hsw"
5630   filter: "all"
5631   parameters:
5632   - "name"
5633   - "parent"
5634   - "msg"
5635
5636 # Detailed Test Results - VPP MRR Results 3n-skx
5637 - type: "table"
5638   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5639   algorithm: "table_merged_details"
5640   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5641   columns:
5642     - title: " |prein| Test Name |preout| "
5643       data: "data name"
5644     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5645       data: "data msg"
5646   data: "vpp-mrr-results-3n-skx"
5647   filter: "all"
5648   parameters:
5649   - "name"
5650   - "parent"
5651   - "msg"
5652
5653 # Detailed Test Results - VPP MRR Results 2n-skx
5654 - type: "table"
5655   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5656   algorithm: "table_merged_details"
5657   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5658   columns:
5659     - title: " |prein| Test Name |preout| "
5660       data: "data name"
5661     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5662       data: "data msg"
5663   data: "vpp-mrr-results-2n-skx"
5664   filter: "all"
5665   parameters:
5666   - "name"
5667   - "parent"
5668   - "msg"
5669
5670 # Detailed Test Results - VPP MRR Results 2n-clx
5671 - type: "table"
5672   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5673   algorithm: "table_merged_details"
5674   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5675   columns:
5676     - title: " |prein| Test Name |preout| "
5677       data: "data name"
5678     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5679       data: "data msg"
5680   data: "vpp-mrr-results-2n-clx"
5681   filter: "all"
5682   parameters:
5683   - "name"
5684   - "parent"
5685   - "msg"
5686
5687 # Detailed Test Results - VPP MRR Results 3n-tsh
5688 - type: "table"
5689   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5690   algorithm: "table_merged_details"
5691   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5692   columns:
5693     - title: " |prein| Test Name |preout| "
5694       data: "data name"
5695     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5696       data: "data msg"
5697   data: "vpp-mrr-results-3n-tsh"
5698   filter: "all"
5699   parameters:
5700   - "name"
5701   - "parent"
5702   - "msg"
5703
5704 # Detailed Test Results - VPP MRR Results 3n-dnv
5705 - type: "table"
5706   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5707   algorithm: "table_merged_details"
5708   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5709   columns:
5710     - title: " |prein| Test Name |preout| "
5711       data: "data name"
5712     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5713       data: "data msg"
5714   data: "vpp-mrr-results-3n-dnv"
5715   filter: "all"
5716   parameters:
5717   - "name"
5718   - "parent"
5719   - "msg"
5720
5721 # Detailed Test Results - VPP MRR Results 2n-dnv
5722 - type: "table"
5723   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5724   algorithm: "table_merged_details"
5725   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5726   columns:
5727     - title: " |prein| Test Name |preout| "
5728       data: "data name"
5729     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5730       data: "data msg"
5731   data: "vpp-mrr-results-2n-dnv"
5732   filter: "all"
5733   parameters:
5734   - "name"
5735   - "parent"
5736   - "msg"
5737
5738 # Test configuration - VPP MRR Test Configs 3n-hsw
5739 - type: "table"
5740   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5741   algorithm: "table_merged_details"
5742   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5743   columns:
5744     - title: " |prein| Test Name |preout| "
5745       data: "data name"
5746     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5747       data: "data conf-history"
5748   data: "vpp-mrr-results-3n-hsw"
5749   filter: "all"
5750   parameters:
5751   - "parent"
5752   - "name"
5753   - "conf-history"
5754
5755 # Test configuration - VPP MRR Test Configs 3n-skx
5756 - type: "table"
5757   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5758   algorithm: "table_merged_details"
5759   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5760   columns:
5761     - title: " |prein| Test Name |preout| "
5762       data: "data name"
5763     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5764       data: "data conf-history"
5765   data: "vpp-mrr-results-3n-skx"
5766   filter: "all"
5767   parameters:
5768   - "parent"
5769   - "name"
5770   - "conf-history"
5771
5772 # Test configuration - VPP MRR Test Configs 2n-skx
5773 - type: "table"
5774   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5775   algorithm: "table_merged_details"
5776   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5777   columns:
5778     - title: " |prein| Test Name |preout| "
5779       data: "data name"
5780     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5781       data: "data conf-history"
5782   data: "vpp-mrr-results-2n-skx"
5783   filter: "all"
5784   parameters:
5785   - "parent"
5786   - "name"
5787   - "conf-history"
5788
5789 # Test configuration - VPP MRR Test Configs 2n-clx
5790 - type: "table"
5791   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5792   algorithm: "table_merged_details"
5793   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5794   columns:
5795     - title: " |prein| Test Name |preout| "
5796       data: "data name"
5797     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5798       data: "data conf-history"
5799   data: "vpp-mrr-results-2n-clx"
5800   filter: "all"
5801   parameters:
5802   - "parent"
5803   - "name"
5804   - "conf-history"
5805
5806 # Test configuration - VPP MRR Test Configs 3n-tsh
5807 - type: "table"
5808   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5809   algorithm: "table_merged_details"
5810   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5811   columns:
5812     - title: " |prein| Test Name |preout| "
5813       data: "data name"
5814     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5815       data: "data conf-history"
5816   data: "vpp-mrr-results-3n-tsh"
5817   filter: "all"
5818   parameters:
5819   - "parent"
5820   - "name"
5821   - "conf-history"
5822
5823 # Test configuration - VPP MRR Test Configs 3n-dnv
5824 - type: "table"
5825   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5826   algorithm: "table_merged_details"
5827   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5828   columns:
5829     - title: " |prein| Test Name |preout| "
5830       data: "data name"
5831     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5832       data: "data conf-history"
5833   data: "vpp-mrr-results-3n-dnv"
5834   filter: "all"
5835   parameters:
5836   - "parent"
5837   - "name"
5838   - "conf-history"
5839
5840 # Test configuration - VPP MRR Test Configs 2n-dnv
5841 - type: "table"
5842   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5843   algorithm: "table_merged_details"
5844   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5845   columns:
5846     - title: " |prein| Test Name |preout| "
5847       data: "data name"
5848     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5849       data: "data conf-history"
5850   data: "vpp-mrr-results-2n-dnv"
5851   filter: "all"
5852   parameters:
5853   - "parent"
5854   - "name"
5855   - "conf-history"
5856
5857 # Detailed Test Results - VPP Device Results - Ubuntu
5858 - type: "table"
5859   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5860   algorithm: "table_merged_details"
5861   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5862   columns:
5863     - title: " |prein| Test Name |preout| "
5864       data: "data name"
5865     - title: " |prein| Status |preout| "
5866       data: "data status"
5867   data: "vpp-device-results-ubuntu"
5868   filter: "all"
5869   parameters:
5870   - "name"
5871   - "parent"
5872   - "doc"
5873   - "status"
5874
5875 # Test configuration - VPP Device Test Configs - Ubuntu
5876 - type: "table"
5877   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5878   algorithm: "table_merged_details"
5879   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5880   columns:
5881     - title: " |prein| Test Name |preout| "
5882       data: "data name"
5883     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5884       data: "data conf-history"
5885   data: "vpp-device-results-ubuntu"
5886   filter: "all"
5887   parameters:
5888   - "parent"
5889   - "name"
5890   - "conf-history"
5891
5892 ################################################################################
5893
5894 # DPDK Performance Changes 3n-hsw 1t1c pdr
5895 - type: "table"
5896   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5897   algorithm: "table_comparison"
5898   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5900   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5901   columns:
5902     - title: "1908"
5903       data-set: "dpdk-performance-changes-3n-hsw-h1"
5904     - title: "2001"
5905       data-set: "dpdk-performance-changes-3n-hsw-ref"
5906     - title: "2005"
5907       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5908   comparisons:
5909     - title: "Diff"
5910       reference: 2
5911       compare: 3
5912   legend:
5913     - "Legend to Table"
5914     - "1908, 2001, 2005 - DPDK versions tested."
5915     - "Diff - difference between 2001 and 2005 DPDK version."
5916
5917 # DPDK Performance Changes 3n-hsw 2t2c pdr
5918 - type: "table"
5919   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5920   algorithm: "table_comparison"
5921   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5923   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5924   columns:
5925     - title: "1908"
5926       data-set: "dpdk-performance-changes-3n-hsw-h1"
5927     - title: "2001"
5928       data-set: "dpdk-performance-changes-3n-hsw-ref"
5929     - title: "2005"
5930       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5931   comparisons:
5932     - title: "Diff"
5933       reference: 2
5934       compare: 3
5935   legend:
5936     - "Legend to Table"
5937     - "1908, 2001, 2005 - DPDK versions tested."
5938     - "Diff - difference between 2001 and 2005 DPDK version."
5939
5940 # DPDK Performance Changes 3n-hsw 1t1c pdr
5941 - type: "table"
5942   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5943   algorithm: "table_comparison"
5944   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5946   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5947   columns:
5948     - title: "1908"
5949       data-set: "dpdk-performance-changes-3n-hsw-h1"
5950     - title: "2001"
5951       data-set: "dpdk-performance-changes-3n-hsw-ref"
5952     - title: "2005"
5953       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5954   comparisons:
5955     - title: "Diff"
5956       reference: 2
5957       compare: 3
5958   legend:
5959     - "Legend to Table"
5960     - "1908, 2001, 2005 - DPDK versions tested."
5961     - "Diff - difference between 2001 and 2005 DPDK version."
5962
5963 # DPDK Performance Changes 3n-hsw 2t2c ndr
5964 - type: "table"
5965   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5966   algorithm: "table_comparison"
5967   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5969   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5970   columns:
5971     - title: "1908"
5972       data-set: "dpdk-performance-changes-3n-hsw-h1"
5973     - title: "2001"
5974       data-set: "dpdk-performance-changes-3n-hsw-ref"
5975     - title: "2005"
5976       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5977   comparisons:
5978     - title: "Diff"
5979       reference: 2
5980       compare: 3
5981   legend:
5982     - "Legend to Table"
5983     - "1908, 2001, 2005 - DPDK versions tested."
5984     - "Diff - difference between 2001 and 2005 DPDK version."
5985
5986 # DPDK Performance Changes 3n-skx 2t1c pdr
5987 - type: "table"
5988   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5989   algorithm: "table_comparison"
5990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5992   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5993   columns:
5994     - title: "1908"
5995       data-set: "dpdk-performance-changes-3n-skx-h1"
5996     - title: "2001"
5997       data-set: "dpdk-performance-changes-3n-skx-ref"
5998     - title: "2005"
5999       data-set: "dpdk-performance-changes-3n-skx-cmp"
6000   comparisons:
6001     - title: "Diff"
6002       reference: 2
6003       compare: 3
6004   legend:
6005     - "Legend to Table"
6006     - "1908, 2001, 2005 - DPDK versions tested."
6007     - "Diff - difference between 2001 and 2005 DPDK version."
6008
6009 # DPDK Performance Changes 3n-skx 4t2c pdr
6010 - type: "table"
6011   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6012   algorithm: "table_comparison"
6013   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6015   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6016   columns:
6017     - title: "1908"
6018       data-set: "dpdk-performance-changes-3n-skx-h1"
6019     - title: "2001"
6020       data-set: "dpdk-performance-changes-3n-skx-ref"
6021     - title: "2005"
6022       data-set: "dpdk-performance-changes-3n-skx-cmp"
6023   comparisons:
6024     - title: "Diff"
6025       reference: 2
6026       compare: 3
6027   legend:
6028     - "Legend to Table"
6029     - "1908, 2001, 2005 - DPDK versions tested."
6030     - "Diff - difference between 2001 and 2005 DPDK version."
6031
6032 # DPDK Performance Changes 3n-skx 2t1c ndr
6033 - type: "table"
6034   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6035   algorithm: "table_comparison"
6036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6038   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6039   columns:
6040     - title: "1908"
6041       data-set: "dpdk-performance-changes-3n-skx-h1"
6042     - title: "2001"
6043       data-set: "dpdk-performance-changes-3n-skx-ref"
6044     - title: "2005"
6045       data-set: "dpdk-performance-changes-3n-skx-cmp"
6046   comparisons:
6047     - title: "Diff"
6048       reference: 2
6049       compare: 3
6050   legend:
6051     - "Legend to Table"
6052     - "1908, 2001, 2005 - DPDK versions tested."
6053     - "Diff - difference between 2001 and 2005 DPDK version."
6054
6055 # DPDK Performance Changes 3n-skx 4t2c ndr
6056 - type: "table"
6057   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6058   algorithm: "table_comparison"
6059   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6061   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6062   columns:
6063     - title: "1908"
6064       data-set: "dpdk-performance-changes-3n-skx-h1"
6065     - title: "2001"
6066       data-set: "dpdk-performance-changes-3n-skx-ref"
6067     - title: "2005"
6068       data-set: "dpdk-performance-changes-3n-skx-cmp"
6069   comparisons:
6070     - title: "Diff"
6071       reference: 2
6072       compare: 3
6073   legend:
6074     - "Legend to Table"
6075     - "1908, 2001, 2005 - DPDK versions tested."
6076     - "Diff - difference between 2001 and 2005 DPDK version."
6077
6078 # DPDK Performance Changes 2n-skx 2t1c pdr
6079 - type: "table"
6080   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6081   algorithm: "table_comparison"
6082   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6084   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6085   columns:
6086     - title: "1908"
6087       data-set: "dpdk-performance-changes-2n-skx-h1"
6088     - title: "2001"
6089       data-set: "dpdk-performance-changes-2n-skx-ref"
6090     - title: "2005"
6091       data-set: "dpdk-performance-changes-2n-skx-cmp"
6092   comparisons:
6093     - title: "Diff"
6094       reference: 2
6095       compare: 3
6096   legend:
6097     - "Legend to Table"
6098     - "1908, 2001, 2005 - DPDK versions tested."
6099     - "Diff - difference between 2001 and 2005 DPDK version."
6100
6101 # DPDK Performance Changes 2n-skx 4t2c pdr
6102 - type: "table"
6103   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6104   algorithm: "table_comparison"
6105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6107   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6108   columns:
6109     - title: "1908"
6110       data-set: "dpdk-performance-changes-2n-skx-h1"
6111     - title: "2001"
6112       data-set: "dpdk-performance-changes-2n-skx-ref"
6113     - title: "2005"
6114       data-set: "dpdk-performance-changes-2n-skx-cmp"
6115   comparisons:
6116     - title: "Diff"
6117       reference: 2
6118       compare: 3
6119   legend:
6120     - "Legend to Table"
6121     - "1908, 2001, 2005 - DPDK versions tested."
6122     - "Diff - difference between 2001 and 2005 DPDK version."
6123
6124 # DPDK Performance Changes 2n-skx 2t1c ndr
6125 - type: "table"
6126   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6127   algorithm: "table_comparison"
6128   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6130   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6131   columns:
6132     - title: "1908"
6133       data-set: "dpdk-performance-changes-2n-skx-h1"
6134     - title: "2001"
6135       data-set: "dpdk-performance-changes-2n-skx-ref"
6136     - title: "2005"
6137       data-set: "dpdk-performance-changes-2n-skx-cmp"
6138   comparisons:
6139     - title: "Diff"
6140       reference: 2
6141       compare: 3
6142   legend:
6143     - "Legend to Table"
6144     - "1908, 2001, 2005 - DPDK versions tested."
6145     - "Diff - difference between 2001 and 2005 DPDK version."
6146
6147 # DPDK Performance Changes 2n-skx 4t2c ndr
6148 - type: "table"
6149   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6150   algorithm: "table_comparison"
6151   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6153   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6154   columns:
6155     - title: "1908"
6156       data-set: "dpdk-performance-changes-2n-skx-h1"
6157     - title: "2001"
6158       data-set: "dpdk-performance-changes-2n-skx-ref"
6159     - title: "2005"
6160       data-set: "dpdk-performance-changes-2n-skx-cmp"
6161   comparisons:
6162     - title: "Diff"
6163       reference: 2
6164       compare: 3
6165   legend:
6166     - "Legend to Table"
6167     - "1908, 2001, 2005 - DPDK versions tested."
6168     - "Diff - difference between 2001 and 2005 DPDK version."
6169
6170 # DPDK Performance Changes 2n-clx 2t1c pdr
6171 - type: "table"
6172   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6173   algorithm: "table_comparison"
6174   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6176   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6177   columns:
6178     - title: "2001"
6179       data-set: "dpdk-performance-changes-2n-clx-ref"
6180     - title: "2005"
6181       data-set: "dpdk-performance-changes-2n-clx-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 1
6185       compare: 2
6186   legend:
6187     - "Legend to Table"
6188     - "2001, 2005 - DPDK versions tested."
6189     - "Diff - difference between 2001 and 2005 DPDK version."
6190
6191 # DPDK Performance Changes 2n-clx 4t2c pdr
6192 - type: "table"
6193   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6197   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6198   columns:
6199     - title: "2001"
6200       data-set: "dpdk-performance-changes-2n-clx-ref"
6201     - title: "2005"
6202       data-set: "dpdk-performance-changes-2n-clx-cmp"
6203   comparisons:
6204     - title: "Diff"
6205       reference: 1
6206       compare: 2
6207   legend:
6208     - "Legend to Table"
6209     - "2001, 2005 - DPDK versions tested."
6210     - "Diff - difference between 2001 and 2005 DPDK version."
6211
6212 # DPDK Performance Changes 2n-clx 2t1c ndr
6213 - type: "table"
6214   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6215   algorithm: "table_comparison"
6216   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6218   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6219   columns:
6220     - title: "2001"
6221       data-set: "dpdk-performance-changes-2n-clx-ref"
6222     - title: "2005"
6223       data-set: "dpdk-performance-changes-2n-clx-cmp"
6224   comparisons:
6225     - title: "Diff"
6226       reference: 1
6227       compare: 2
6228   legend:
6229     - "Legend to Table"
6230     - "2001, 2005 - DPDK versions tested."
6231     - "Diff - difference between 2001 and 2005 DPDK version."
6232
6233 # DPDK Performance Changes 2n-clx 4t2c ndr
6234 - type: "table"
6235   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6236   algorithm: "table_comparison"
6237   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6238   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6239   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6240   columns:
6241     - title: "2001"
6242       data-set: "dpdk-performance-changes-2n-clx-ref"
6243     - title: "2005"
6244       data-set: "dpdk-performance-changes-2n-clx-cmp"
6245   comparisons:
6246     - title: "Diff"
6247       reference: 1
6248       compare: 2
6249   legend:
6250     - "Legend to Table"
6251     - "2001, 2005 - DPDK versions tested."
6252     - "Diff - difference between 2001 and 2005 DPDK version."
6253
6254 # DPDK Performance Changes 2n-dnv 1t1c pdr
6255 - type: "table"
6256   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6257   algorithm: "table_comparison"
6258   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6260   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6261   columns:
6262     - title: "2001"
6263       data-set: "dpdk-performance-changes-2n-dnv-ref"
6264     - title: "2005"
6265       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6266   comparisons:
6267     - title: "Diff"
6268       reference: 1
6269       compare: 2
6270   legend:
6271     - "Legend to Table"
6272     - "2001, 2005 - DPDK versions tested."
6273     - "Diff - difference between 2001 and 2005 DPDK version."
6274
6275 # DPDK Performance Changes 2n-dnv 2t2c pdr
6276 - type: "table"
6277   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6278   algorithm: "table_comparison"
6279   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6281   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6282   columns:
6283     - title: "2001"
6284       data-set: "dpdk-performance-changes-2n-dnv-ref"
6285     - title: "2005"
6286       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6287   comparisons:
6288     - title: "Diff"
6289       reference: 1
6290       compare: 2
6291   legend:
6292     - "Legend to Table"
6293     - "2001, 2005 - DPDK versions tested."
6294     - "Diff - difference between 2001 and 2005 DPDK version."
6295
6296 # DPDK Performance Changes 2n-dnv 1t1c ndr
6297 - type: "table"
6298   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6299   algorithm: "table_comparison"
6300   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6302   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6303   columns:
6304     - title: "2001"
6305       data-set: "dpdk-performance-changes-2n-dnv-ref"
6306     - title: "2005"
6307       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6308   comparisons:
6309     - title: "Diff"
6310       reference: 1
6311       compare: 2
6312   legend:
6313     - "Legend to Table"
6314     - "2001, 2005 - DPDK versions tested."
6315     - "Diff - difference between 2001 and 2005 DPDK version."
6316
6317 # DPDK Performance Changes 2n-dnv 2t2c ndr
6318 - type: "table"
6319   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6320   algorithm: "table_comparison"
6321   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6323   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6324   columns:
6325     - title: "2001"
6326       data-set: "dpdk-performance-changes-2n-dnv-ref"
6327     - title: "2005"
6328       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6329   comparisons:
6330     - title: "Diff"
6331       reference: 1
6332       compare: 2
6333   legend:
6334     - "Legend to Table"
6335     - "2001, 2005 - DPDK versions tested."
6336     - "Diff - difference between 2001 and 2005 DPDK version."
6337
6338 # DPDK Performance Changes 3n-dnv 1t1c pdr
6339 - type: "table"
6340   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6341   algorithm: "table_comparison"
6342   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6344   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6345   columns:
6346     - title: "2001"
6347       data-set: "dpdk-performance-changes-3n-dnv-ref"
6348     - title: "2005"
6349       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6350   comparisons:
6351     - title: "Diff"
6352       reference: 1
6353       compare: 2
6354   legend:
6355     - "Legend to Table"
6356     - "2001, 2005 - DPDK versions tested."
6357     - "Diff - difference between 2001 and 2005 DPDK version."
6358
6359 # DPDK Performance Changes 3n-dnv 2t2c pdr
6360 - type: "table"
6361   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6362   algorithm: "table_comparison"
6363   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6365   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6366   columns:
6367     - title: "2001"
6368       data-set: "dpdk-performance-changes-3n-dnv-ref"
6369     - title: "2005"
6370       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6371   comparisons:
6372     - title: "Diff"
6373       reference: 1
6374       compare: 2
6375   legend:
6376     - "Legend to Table"
6377     - "2001, 2005 - DPDK versions tested."
6378     - "Diff - difference between 2001 and 2005 DPDK version."
6379
6380 # DPDK Performance Changes 3n-dnv 1t1c ndr
6381 - type: "table"
6382   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6383   algorithm: "table_comparison"
6384   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6386   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6387   columns:
6388     - title: "2001"
6389       data-set: "dpdk-performance-changes-3n-dnv-ref"
6390     - title: "2005"
6391       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6392   comparisons:
6393     - title: "Diff"
6394       reference: 1
6395       compare: 2
6396   legend:
6397     - "Legend to Table"
6398     - "2001, 2005 - DPDK versions tested."
6399     - "Diff - difference between 2001 and 2005 DPDK version."
6400
6401 # DPDK Performance Changes 3n-dnv 2t2c ndr
6402 - type: "table"
6403   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6404   algorithm: "table_comparison"
6405   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6407   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6408   columns:
6409     - title: "2001"
6410       data-set: "dpdk-performance-changes-3n-dnv-ref"
6411     - title: "2005"
6412       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6413   comparisons:
6414     - title: "Diff"
6415       reference: 1
6416       compare: 2
6417   legend:
6418     - "Legend to Table"
6419     - "2001, 2005 - DPDK versions tested."
6420     - "Diff - difference between 2001 and 2005 DPDK version."
6421
6422 # DPDK Performance Changes 3n-tsh 1t1c pdr
6423 - type: "table"
6424   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6425   algorithm: "table_comparison"
6426   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6428   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6429   columns:
6430     - title: "2001"
6431       data-set: "dpdk-performance-changes-3n-tsh-ref"
6432     - title: "2005"
6433       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6434   comparisons:
6435     - title: "Diff"
6436       reference: 1
6437       compare: 2
6438   legend:
6439     - "Legend to Table"
6440     - "2001, 2005 - DPDK versions tested."
6441     - "Diff - difference between 2001 and 2005 DPDK version."
6442
6443 # DPDK Performance Changes 3n-tsh 2t2c pdr
6444 - type: "table"
6445   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6446   algorithm: "table_comparison"
6447   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6449   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6450   columns:
6451     - title: "2001"
6452       data-set: "dpdk-performance-changes-3n-tsh-ref"
6453     - title: "2005"
6454       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6455   comparisons:
6456     - title: "Diff"
6457       reference: 1
6458       compare: 2
6459   legend:
6460     - "Legend to Table"
6461     - "2001, 2005 - DPDK versions tested."
6462     - "Diff - difference between 2001 and 2005 DPDK version."
6463
6464 # DPDK Performance Changes 3n-tsh 1t1c ndr
6465 - type: "table"
6466   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6467   algorithm: "table_comparison"
6468   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6470   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6471   columns:
6472     - title: "2001"
6473       data-set: "dpdk-performance-changes-3n-tsh-ref"
6474     - title: "2005"
6475       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6476   comparisons:
6477     - title: "Diff"
6478       reference: 1
6479       compare: 2
6480   legend:
6481     - "Legend to Table"
6482     - "2001, 2005 - DPDK versions tested."
6483     - "Diff - difference between 2001 and 2005 DPDK version."
6484
6485 # DPDK Performance Changes 3n-tsh 2t2c ndr
6486 - type: "table"
6487   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6488   algorithm: "table_comparison"
6489   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6491   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6492   columns:
6493     - title: "2001"
6494       data-set: "dpdk-performance-changes-3n-tsh-ref"
6495     - title: "2005"
6496       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6497   comparisons:
6498     - title: "Diff"
6499       reference: 1
6500       compare: 2
6501   legend:
6502     - "Legend to Table"
6503     - "2001, 2005 - DPDK versions tested."
6504     - "Diff - difference between 2001 and 2005 DPDK version."
6505
6506 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6507 - type: "table"
6508   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6509   algorithm: "table_comparison"
6510   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6512   filter: "'NIC_Intel-X710'"
6513   columns:
6514     - title: "3n-hsw x710"
6515       data-set: "dpdk-compare-testbeds-ref"
6516     - title: "3n-skx x710"
6517       data-set: "dpdk-compare-testbeds-cmp"
6518   comparisons:
6519     - title: "Diff"
6520       reference: 1
6521       compare: 2
6522   legend:
6523     - "Legend to Table"
6524     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6525     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6526
6527 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6528 - type: "table"
6529   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6530   algorithm: "table_comparison"
6531   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6533   filter: "'NIC_Intel-X710'"
6534   columns:
6535     - title: "3n-hsw x710"
6536       data-set: "dpdk-compare-testbeds-ref"
6537     - title: "3n-skx x710"
6538       data-set: "dpdk-compare-testbeds-cmp"
6539   comparisons:
6540     - title: "Diff"
6541       reference: 1
6542       compare: 2
6543   legend:
6544     - "Legend to Table"
6545     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6546     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6547
6548 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6549 - type: "table"
6550   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6551   algorithm: "table_comparison"
6552   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6554   filter: "'NIC_Intel-XXV710'"
6555   columns:
6556     - title: "2n-skx"
6557       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6558     - title: "2n-clx"
6559       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6560   comparisons:
6561     - title: "Diff"
6562       reference: 1
6563       compare: 2
6564   legend:
6565     - "Legend to Table"
6566     - "2n-skx, 2n-clx - testbeds and NICs tested."
6567     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6568
6569 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6570 - type: "table"
6571   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6572   algorithm: "table_comparison"
6573   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6575   filter: "'NIC_Intel-XXV710'"
6576   columns:
6577     - title: "2n-skx"
6578       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6579     - title: "2n-clx"
6580       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6581   comparisons:
6582     - title: "Diff"
6583       reference: 1
6584       compare: 2
6585   legend:
6586     - "Legend to Table"
6587     - "2n-skx, 2n-clx - testbeds and NICs tested."
6588     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6589
6590 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6591 - type: "table"
6592   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6593   algorithm: "table_comparison"
6594   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6596   filter: "'NIC_Intel-XXV710'"
6597   columns:
6598     - title: "3n-skx"
6599       data-set: "dpdk-compare-topologies-ref"
6600     - title: "2n-skx"
6601       data-set: "dpdk-compare-topologies-cmp"
6602   comparisons:
6603     - title: "Diff"
6604       reference: 1
6605       compare: 2
6606   legend:
6607     - "Legend to Table"
6608     - "3n-skx, 2n-skx - topologies tested."
6609     - "Diff - difference between 3n-skx and 2n-skx topologies."
6610
6611 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6612 - type: "table"
6613   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6614   algorithm: "table_comparison"
6615   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6617   filter: "'NIC_Intel-XXV710'"
6618   columns:
6619     - title: "3n-skx"
6620       data-set: "dpdk-compare-topologies-ref"
6621     - title: "2n-skx"
6622       data-set: "dpdk-compare-topologies-cmp"
6623   comparisons:
6624     - title: "Diff"
6625       reference: 1
6626       compare: 2
6627   legend:
6628     - "Legend to Table"
6629     - "3n-skx, 2n-skx - topologies tested."
6630     - "Diff - difference between 3n-skx and 2n-skx topologies."
6631
6632 # Detailed Test Results - DPDK Performance Results 3n-hsw
6633 - type: "table"
6634   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6635   algorithm: "table_merged_details"
6636   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6637   columns:
6638     - title: " |prein| Test Name |preout| "
6639       data: "data name"
6640     - 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| "
6641       data: "data msg"
6642   data: "dpdk-perf-results-3n-hsw"
6643   filter: "all"
6644   parameters:
6645   - "name"
6646   - "parent"
6647   - "msg"
6648
6649 # Detailed Test Results - DPDK Performance Results 3n-skx
6650 - type: "table"
6651   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6652   algorithm: "table_merged_details"
6653   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6654   columns:
6655     - title: " |prein| Test Name |preout| "
6656       data: "data name"
6657     - 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| "
6658       data: "data msg"
6659   data: "dpdk-perf-results-3n-skx"
6660   filter: "all"
6661   remove-ndr: False
6662   parameters:
6663   - "name"
6664   - "parent"
6665   - "msg"
6666
6667 # Detailed Test Results - DPDK Performance Results 2n-skx
6668 - type: "table"
6669   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6670   algorithm: "table_merged_details"
6671   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6672   columns:
6673     - title: " |prein| Test Name |preout| "
6674       data: "data name"
6675     - 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| "
6676       data: "data msg"
6677   data: "dpdk-perf-results-2n-skx"
6678   filter: "all"
6679   remove-ndr: False
6680   parameters:
6681   - "name"
6682   - "parent"
6683   - "msg"
6684
6685 # Detailed Test Results - DPDK Performance Results 2n-clx
6686 - type: "table"
6687   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6688   algorithm: "table_merged_details"
6689   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6690   columns:
6691     - title: " |prein| Test Name |preout| "
6692       data: "data name"
6693     - 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| "
6694       data: "data msg"
6695   data: "dpdk-perf-results-2n-clx"
6696   filter: "all"
6697   parameters:
6698   - "name"
6699   - "parent"
6700   - "msg"
6701
6702 # Detailed Test Results - DPDK Performance Results 2n-dnv
6703 - type: "table"
6704   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6705   algorithm: "table_merged_details"
6706   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6707   columns:
6708     - title: " |prein| Test Name |preout| "
6709       data: "data name"
6710     - 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| "
6711       data: "data msg"
6712   data: "dpdk-perf-results-2n-dnv"
6713   filter: "all"
6714   parameters:
6715   - "name"
6716   - "parent"
6717   - "msg"
6718
6719 # Detailed Test Results - DPDK Performance Results 3n-dnv
6720 - type: "table"
6721   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6722   algorithm: "table_merged_details"
6723   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6724   columns:
6725     - title: " |prein| Test Name |preout| "
6726       data: "data name"
6727     - 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| "
6728       data: "data msg"
6729   data: "dpdk-perf-results-3n-dnv"
6730   filter: "all"
6731   parameters:
6732   - "name"
6733   - "parent"
6734   - "msg"
6735
6736 # Detailed Test Results - DPDK Performance Results 3n-tsh
6737 - type: "table"
6738   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6739   algorithm: "table_merged_details"
6740   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6741   columns:
6742     - title: " |prein| Test Name |preout| "
6743       data: "data name"
6744     - 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| "
6745       data: "data msg"
6746   data: "dpdk-perf-results-3n-tsh"
6747   filter: "all"
6748   parameters:
6749   - "name"
6750   - "parent"
6751   - "msg"
6752
6753 ################################################################################
6754 ###                                F I L E S                                 ###
6755 ################################################################################
6756
6757 # VPP Performance Results
6758 - type: "file"
6759   title: "VPP Performance Results"
6760   algorithm: "file_details_split"
6761   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6762   dir-tables:
6763     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6764     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6765     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6766     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6767     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6768     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6769     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6770   data:
6771     - "vpp-perf-results-2n-skx"
6772     - "vpp-perf-results-3n-skx"
6773     - "vpp-perf-results-2n-clx"
6774     - "vpp-perf-results-3n-hsw"
6775     - "vpp-perf-results-3n-tsh"
6776     - "vpp-perf-results-2n-dnv"
6777     - "vpp-perf-results-3n-dnv"
6778   filter: "all"
6779   data-start-level: 4
6780   order-chapters:
6781     level-1:
6782       - "l2"
6783       - "ip4"
6784       - "ip6"
6785       - "srv6"
6786       - "ip4_tunnels"
6787       - "ip6_tunnels"
6788       - "vm_vhost"
6789       - "container_memif"
6790       - "crypto"
6791       - "vts"
6792       - "lb"
6793       - "nfv_density"
6794       - "hoststack"
6795     level-2:
6796       - "2n-skx"
6797       - "3n-skx"
6798       - "2n-clx"
6799       - "3n-hsw"
6800       - "3n-tsh"
6801       - "2n-dnv"
6802       - "3n-dnv"
6803     level-3:
6804       - "xl710"
6805       - "x520"
6806       - "xxv710"
6807       - "x710"
6808       - "x553"
6809       - "cx556a"
6810       - "vic1227"
6811       - "vic1385"
6812
6813 # VPP Performance Configuration
6814 - type: "file"
6815   title: "VPP Performance Configuration"
6816   algorithm: "file_details_split"
6817   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6818   dir-tables:
6819     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6820     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6821     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6822     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6823     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6824     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6825     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6826   data:
6827     - "vpp-perf-results-2n-skx"
6828     - "vpp-perf-results-3n-skx"
6829     - "vpp-perf-results-2n-clx"
6830     - "vpp-perf-results-3n-hsw"
6831     - "vpp-perf-results-3n-tsh"
6832     - "vpp-perf-results-2n-dnv"
6833     - "vpp-perf-results-3n-dnv"
6834   filter: "all"
6835   data-start-level: 4
6836   order-chapters:
6837     level-1:
6838       - "l2"
6839       - "ip4"
6840       - "ip6"
6841       - "srv6"
6842       - "ip4_tunnels"
6843       - "ip6_tunnels"
6844       - "vm_vhost"
6845       - "container_memif"
6846       - "crypto"
6847       - "vts"
6848       - "lb"
6849       - "nfv_density"
6850       - "hoststack"
6851     level-2:
6852       - "2n-skx"
6853       - "3n-skx"
6854       - "2n-clx"
6855       - "3n-hsw"
6856       - "3n-tsh"
6857       - "2n-dnv"
6858       - "3n-dnv"
6859     level-3:
6860       - "xl710"
6861       - "x520"
6862       - "xxv710"
6863       - "x710"
6864       - "x553"
6865       - "cx556a"
6866       - "vic1227"
6867       - "vic1385"
6868
6869 # VPP Performance Operational
6870 - type: "file"
6871   title: "VPP Performance Operational"
6872   algorithm: "file_details_split_html"
6873   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6874   dir-tables:
6875     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6876     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6877     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6878     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6879     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6880     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6881     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6882   data:
6883     - "vpp-perf-results-2n-skx"
6884     - "vpp-perf-results-3n-skx"
6885     - "vpp-perf-results-2n-clx"
6886     - "vpp-perf-results-3n-hsw"
6887     - "vpp-perf-results-3n-tsh"
6888     - "vpp-perf-results-2n-dnv"
6889     - "vpp-perf-results-3n-dnv"
6890   filter: "all"
6891   data-start-level: 4
6892   order-chapters:
6893     level-1:
6894       - "l2"
6895       - "ip4"
6896       - "ip6"
6897       - "srv6"
6898       - "ip4_tunnels"
6899       - "ip6_tunnels"
6900       - "vm_vhost"
6901       - "container_memif"
6902       - "crypto"
6903       - "vts"
6904       - "lb"
6905       - "nfv_density"
6906       - "hoststack"
6907     level-2:
6908       - "2n-skx"
6909       - "3n-skx"
6910       - "2n-clx"
6911       - "3n-hsw"
6912       - "3n-tsh"
6913       - "2n-dnv"
6914       - "3n-dnv"
6915     level-3:
6916       - "xl710"
6917       - "x520"
6918       - "xxv710"
6919       - "x710"
6920       - "x553"
6921       - "cx556a"
6922       - "vic1227"
6923       - "vic1385"
6924
6925 # VPP MRR Results
6926 - type: "file"
6927   title: "VPP MRR Results"
6928   algorithm: "file_details_split"
6929   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6930   dir-tables:
6931     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6932     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6933     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6934     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6935     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6936     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6937     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6938   data:
6939     - "vpp-mrr-results-2n-skx"
6940     - "vpp-mrr-results-3n-skx"
6941     - "vpp-mrr-results-2n-clx"
6942     - "vpp-mrr-results-3n-hsw"
6943     - "vpp-mrr-results-3n-tsh"
6944     - "vpp-mrr-results-2n-dnv"
6945     - "vpp-mrr-results-3n-dnv"
6946   filter: "all"
6947   data-start-level: 4
6948   order-chapters:
6949     level-1:
6950       - "l2"
6951       - "ip4"
6952       - "ip6"
6953       - "srv6"
6954       - "ip4_tunnels"
6955       - "ip6_tunnels"
6956       - "vm_vhost"
6957       - "container_memif"
6958       - "crypto"
6959       - "vts"
6960       - "lb"
6961       - "nfv_density"
6962       - "hoststack"
6963     level-2:
6964       - "2n-skx"
6965       - "3n-skx"
6966       - "2n-clx"
6967       - "3n-hsw"
6968       - "3n-tsh"
6969       - "2n-dnv"
6970       - "3n-dnv"
6971     level-3:
6972       - "xl710"
6973       - "x520"
6974       - "xxv710"
6975       - "x710"
6976       - "x553"
6977       - "cx556a"
6978       - "vic1227"
6979       - "vic1385"
6980
6981 # VPP MRR Configuration
6982 - type: "file"
6983   title: "VPP MRR Configuration"
6984   algorithm: "file_details_split"
6985   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6986   dir-tables:
6987     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6988     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6989     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6990     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6991     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6992     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6993     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6994   data:
6995     - "vpp-mrr-results-2n-skx"
6996     - "vpp-mrr-results-3n-skx"
6997     - "vpp-mrr-results-2n-clx"
6998     - "vpp-mrr-results-3n-hsw"
6999     - "vpp-mrr-results-3n-tsh"
7000     - "vpp-mrr-results-2n-dnv"
7001     - "vpp-mrr-results-3n-dnv"
7002   filter: "all"
7003   data-start-level: 4
7004   order-chapters:
7005     level-1:
7006       - "l2"
7007       - "ip4"
7008       - "ip6"
7009       - "srv6"
7010       - "ip4_tunnels"
7011       - "ip6_tunnels"
7012       - "vm_vhost"
7013       - "container_memif"
7014       - "crypto"
7015       - "vts"
7016       - "lb"
7017       - "nfv_density"
7018       - "hoststack"
7019     level-2:
7020       - "2n-skx"
7021       - "3n-skx"
7022       - "2n-clx"
7023       - "3n-hsw"
7024       - "3n-tsh"
7025       - "2n-dnv"
7026       - "3n-dnv"
7027     level-3:
7028       - "xl710"
7029       - "x520"
7030       - "xxv710"
7031       - "x710"
7032       - "x553"
7033       - "cx556a"
7034       - "vic1227"
7035       - "vic1385"
7036
7037 # VPP Device Results - Ubuntu
7038 - type: "file"
7039   title: "VPP Device Results - Ubuntu"
7040   algorithm: "file_test_results"
7041   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7042   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7043   data: "vpp-device-results-ubuntu"
7044   filter: "all"
7045   data-start-level: 4
7046
7047 # VPP Device Configuration - Ubuntu
7048 - type: "file"
7049   title: "VPP Device Configuration - Ubuntu"
7050   algorithm: "file_test_results"
7051   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7052   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7053   data: "vpp-device-results-ubuntu"
7054   filter: "all"
7055   data-start-level: 4
7056
7057 # DPDK Performance Results 3n-hsw
7058 - type: "file"
7059   title: "DPDK Performance Results 3n-hsw"
7060   algorithm: "file_test_results"
7061   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7062   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7063   data: "dpdk-perf-results-3n-hsw"
7064   filter: "all"
7065   data-start-level: 4
7066
7067 # DPDK Performance Results 3n-skx
7068 - type: "file"
7069   title: "DPDK Performance Results 3n-skx"
7070   algorithm: "file_test_results"
7071   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7072   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7073   data: "dpdk-perf-results-3n-skx"
7074   filter: "all"
7075   data-start-level: 4
7076
7077 # DPDK Performance Results 2n-skx
7078 - type: "file"
7079   title: "DPDK Performance Results 2n-skx"
7080   algorithm: "file_test_results"
7081   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7082   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7083   data: "dpdk-perf-results-2n-skx"
7084   filter: "all"
7085   data-start-level: 4
7086
7087 # DPDK Performance Results 2n-clx
7088 - type: "file"
7089   title: "DPDK Performance Results 2n-clx"
7090   algorithm: "file_test_results"
7091   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7092   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7093   data: "dpdk-perf-results-2n-clx"
7094   filter: "all"
7095   data-start-level: 4
7096
7097 # DPDK Performance Results 2n-dnv
7098 - type: "file"
7099   title: "DPDK Performance Results 2n-dnv"
7100   algorithm: "file_test_results"
7101   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7102   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7103   data: "dpdk-perf-results-2n-dnv"
7104   filter: "all"
7105   data-start-level: 4
7106
7107 # DPDK Performance Results 3n-dnv
7108 - type: "file"
7109   title: "DPDK Performance Results 3n-dnv"
7110   algorithm: "file_test_results"
7111   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7112   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7113   data: "dpdk-perf-results-3n-dnv"
7114   filter: "all"
7115   data-start-level: 4
7116
7117 # DPDK Performance Results 3n-tsh
7118 - type: "file"
7119   title: "DPDK Performance Results 3n-tsh"
7120   algorithm: "file_test_results"
7121   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7122   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7123   data: "dpdk-perf-results-3n-tsh"
7124   filter: "all"
7125   data-start-level: 4
7126
7127 ################################################################################
7128 ###                                P L O T S                                 ###
7129 ################################################################################
7130
7131 # Hoststack tests 3n-hsw
7132
7133 - type: "plot"
7134   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7135   algorithm: "plot_perf_box_name"
7136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7137   data: "plot-vpp-hoststack-3n-hsw"
7138   include:
7139     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7140     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7141   layout:
7142     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7143     layout: "plot-hoststack"
7144
7145 - type: "plot"
7146   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7147   algorithm: "plot_perf_box_name"
7148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7149   data: "plot-vpp-hoststack-3n-hsw"
7150   include:
7151     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7152     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7153   layout:
7154     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7155     layout: "plot-hoststack"
7156
7157 - type: "plot"
7158   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7159   algorithm: "plot_perf_box_name"
7160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7161   data: "plot-vpp-hoststack-3n-hsw"
7162   include:
7163     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7164     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7165     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7166     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7167   layout:
7168     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7169     layout: "plot-hoststack"
7170
7171 ## Plots VPP HTTP Server Performance
7172 #- type: "plot"
7173 #  title: "VPP HTTP Server Performance"
7174 #  algorithm: "plot_http_server_perf_box"
7175 #  output-file-type: ".html"
7176 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7177 #  data:
7178 #    "plot-vpp-http-server-performance"
7179 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7180 #  parameters:
7181 #  - "result"
7182 #  - "name"
7183 #  traces:
7184 #    hoverinfo: "y+name"
7185 #    boxpoints: "outliers"
7186 #    whiskerwidth: 0
7187 #  layout:
7188 #    title: "VPP HTTP Server Performance"
7189 #    layout:
7190 #      "plot-cps"
7191 #
7192 #- type: "plot"
7193 #  title: "VPP HTTP Server Performance"
7194 #  algorithm: "plot_http_server_perf_box"
7195 #  output-file-type: ".html"
7196 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7197 #  data:
7198 #    "plot-vpp-http-server-performance"
7199 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7200 #  parameters:
7201 #  - "result"
7202 #  - "name"
7203 #  traces:
7204 #    hoverinfo: "y+name"
7205 #    boxpoints: "outliers"
7206 #    whiskerwidth: 0
7207 #  layout:
7208 #    title: "VPP HTTP Server Performance"
7209 #    layout:
7210 #      "plot-rps"
7211
7212 ################################################################################
7213
7214 # Soak Test (PLRsearch), boxes - 2n-clx
7215 - type: "plot"
7216   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7217   algorithm: "plot_perf_box_name"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7220   data: "plot-vpp-soak-2n-clx"
7221   include:
7222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7228   layout:
7229     title: "30 Minutes Soak Test (PLRsearch)"
7230     layout: "plot-soak-throughput"
7231
7232 # Soak Test (PLRsearch), boxes - 2n-clx
7233 - type: "plot"
7234   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7235   algorithm: "plot_perf_box_name"
7236   output-file-type: ".html"
7237   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7238   data: "plot-vpp-soak-2n-clx"
7239   include:
7240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7245     - "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"
7246   layout:
7247     title: "30 Minutes Soak Test (PLRsearch)"
7248     layout: "plot-soak-throughput"
7249
7250 # Soak Test (PLRsearch), boxes - 2n-skx
7251 - type: "plot"
7252   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7253   algorithm: "plot_perf_box_name"
7254   output-file-type: ".html"
7255   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7256   data: "plot-vpp-soak-2n-skx"
7257   include:
7258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7264   layout:
7265     title: "30 Minutes Soak Test (PLRsearch)"
7266     layout: "plot-soak-throughput"
7267
7268 # Soak Test (PLRsearch), boxes - 2n-skx
7269 - type: "plot"
7270   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7271   algorithm: "plot_perf_box_name"
7272   output-file-type: ".html"
7273   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7274   data: "plot-vpp-soak-2n-skx"
7275   include:
7276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7281     - "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"
7282   layout:
7283     title: "30 Minutes Soak Test (PLRsearch)"
7284     layout: "plot-soak-throughput"
7285
7286 ###############################################################################
7287
7288 # Reconf tests 2n-skx
7289
7290 - type: "plot"
7291   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7292   algorithm: "plot_nf_reconf_box_name"
7293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7294   data: "plot-vpp-nfv-reconf-2n-skx"
7295   include:
7296     - "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"
7297     - "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"
7298     - "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"
7299     - "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"
7300     - "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"
7301     - "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"
7302   layout:
7303     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7304     layout: "plot-throughput"
7305
7306 - type: "plot"
7307   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7308   algorithm: "plot_nf_reconf_box_name"
7309   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7310   data: "plot-vpp-nfv-reconf-2n-skx"
7311   include:
7312     - "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"
7313     - "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"
7314     - "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"
7315     - "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"
7316     - "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"
7317     - "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"
7318   layout:
7319     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7320     layout: "plot-throughput"
7321
7322 - type: "plot"
7323   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7324   algorithm: "plot_nf_reconf_box_name"
7325   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7326   data: "plot-vpp-nfv-reconf-2n-skx"
7327   include:
7328     - "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"
7329     - "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"
7330     - "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"
7331     - "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"
7332     - "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"
7333     - "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"
7334   layout:
7335     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7336     layout: "plot-throughput"
7337
7338 ###############################################################################
7339
7340 # Reconf tests 2n-clx
7341
7342 - type: "plot"
7343   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7344   algorithm: "plot_nf_reconf_box_name"
7345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7346   data: "plot-vpp-nfv-reconf-2n-clx"
7347   include:
7348     - "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"
7349     - "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"
7350     - "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"
7351     - "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"
7352   layout:
7353     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7354     layout: "plot-throughput"
7355
7356 - type: "plot"
7357   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7358   algorithm: "plot_nf_reconf_box_name"
7359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7360   data: "plot-vpp-nfv-reconf-2n-clx"
7361   include:
7362     - "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"
7363     - "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"
7364     - "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"
7365     - "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"
7366   layout:
7367     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7368     layout: "plot-throughput"
7369
7370 - type: "plot"
7371   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7372   algorithm: "plot_nf_reconf_box_name"
7373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7374   data: "plot-vpp-nfv-reconf-2n-clx"
7375   include:
7376     - "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"
7377     - "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"
7378     - "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"
7379     - "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"
7380   layout:
7381     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7382     layout: "plot-throughput"
7383
7384 ################################################################################
7385 ## Plots - NF Density - VSC - MRR 64b
7386 #- type: "plot"
7387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7388 #  algorithm: "plot_nf_heatmap"
7389 #  output-file-type: ".html"
7390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7391 #  data: "plot-vpp-nfv-2n-skx-mrr"
7392 #  filter: "'NIC_Intel-XXV710' and
7393 #           'NF_DENSITY' and
7394 #           'VHOST' and
7395 #           not 'VXLAN' and
7396 #           'CHAIN' and
7397 #           'NF_VPPIP4' and
7398 #           '64B' and
7399 #           '2T1C' and
7400 #           'MRR'"
7401 #  parameters:
7402 #  - "result"
7403 #  - "name"
7404 #  - "tags"
7405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7406 #  x-axis: "X = VNFs per Service Chain"
7407 #  y-axis: "Y = Number of Service Chains"
7408 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7409 #  layout:
7410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7411 #    layout: "plot-service-density"
7412 #
7413 #- type: "plot"
7414 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7415 #  algorithm: "plot_nf_heatmap"
7416 #  output-file-type: ".html"
7417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7418 #  data: "plot-vpp-nfv-2n-skx-mrr"
7419 #  filter: "'NIC_Intel-XXV710' and
7420 #           'NF_DENSITY' and
7421 #           'VHOST' and
7422 #           not 'VXLAN' and
7423 #           'CHAIN' and
7424 #           'NF_VPPIP4' and
7425 #           '64B' and
7426 #           '4T2C' and
7427 #           'MRR'"
7428 #  parameters:
7429 #  - "result"
7430 #  - "name"
7431 #  - "tags"
7432 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7433 #  x-axis: "X = VNFs per Service Chain"
7434 #  y-axis: "Y = Number of Service Chains"
7435 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7436 #  layout:
7437 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7438 #    layout: "plot-service-density"
7439 #
7440 #- type: "plot"
7441 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7442 #  algorithm: "plot_nf_heatmap"
7443 #  output-file-type: ".html"
7444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7445 #  data: "plot-vpp-nfv-2n-skx-mrr"
7446 #  filter: "'NIC_Intel-XXV710' and
7447 #           'NF_DENSITY' and
7448 #           'VHOST' and
7449 #           not 'VXLAN' and
7450 #           'CHAIN' and
7451 #           'NF_VPPIP4' and
7452 #           '64B' and
7453 #           '8T4C' and
7454 #           'MRR'"
7455 #  parameters:
7456 #  - "result"
7457 #  - "name"
7458 #  - "tags"
7459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7460 #  x-axis: "X = VNFs per Service Chain"
7461 #  y-axis: "Y = Number of Service Chains"
7462 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7463 #  layout:
7464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7465 #    layout: "plot-service-density"
7466 #
7467 ## Plots - NF Density - VSC - MRR IMIX
7468 #- type: "plot"
7469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7470 #  algorithm: "plot_nf_heatmap"
7471 #  output-file-type: ".html"
7472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7473 #  data: "plot-vpp-nfv-2n-skx-mrr"
7474 #  filter: "'NIC_Intel-XXV710' and
7475 #           'NF_DENSITY' and
7476 #           'VHOST' and
7477 #           not 'VXLAN' and
7478 #           'CHAIN' and
7479 #           'NF_VPPIP4' and
7480 #           'IMIX' and
7481 #           '2T1C' and
7482 #           'MRR'"
7483 #  parameters:
7484 #  - "result"
7485 #  - "name"
7486 #  - "tags"
7487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7488 #  x-axis: "X = VNFs per Service Chain"
7489 #  y-axis: "Y = Number of Service Chains"
7490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7491 #  layout:
7492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7493 #    layout: "plot-service-density"
7494 #
7495 #- type: "plot"
7496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7497 #  algorithm: "plot_nf_heatmap"
7498 #  output-file-type: ".html"
7499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7500 #  data: "plot-vpp-nfv-2n-skx-mrr"
7501 #  filter: "'NIC_Intel-XXV710' and
7502 #           'NF_DENSITY' and
7503 #           'VHOST' and
7504 #           not 'VXLAN' and
7505 #           'CHAIN' and
7506 #           'NF_VPPIP4' and
7507 #           'IMIX' and
7508 #           '4T2C' and
7509 #           'MRR'"
7510 #  parameters:
7511 #  - "result"
7512 #  - "name"
7513 #  - "tags"
7514 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7515 #  x-axis: "X = VNFs per Service Chain"
7516 #  y-axis: "Y = Number of Service Chains"
7517 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7518 #  layout:
7519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7520 #    layout: "plot-service-density"
7521 #
7522 #- type: "plot"
7523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7524 #  algorithm: "plot_nf_heatmap"
7525 #  output-file-type: ".html"
7526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7527 #  data: "plot-vpp-nfv-2n-skx-mrr"
7528 #  filter: "'NIC_Intel-XXV710' and
7529 #           'NF_DENSITY' and
7530 #           'VHOST' and
7531 #           not 'VXLAN' and
7532 #           'CHAIN' and
7533 #           'NF_VPPIP4' and
7534 #           'IMIX' and
7535 #           '8T4C' and
7536 #           'MRR'"
7537 #  parameters:
7538 #  - "result"
7539 #  - "name"
7540 #  - "tags"
7541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7542 #  x-axis: "X = VNFs per Service Chain"
7543 #  y-axis: "Y = Number of Service Chains"
7544 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7545 #  layout:
7546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7547 #    layout: "plot-service-density"
7548 #
7549 ## Plots - NF Density - VSC - NDR 64b
7550 #- type: "plot"
7551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7552 #  algorithm: "plot_nf_heatmap"
7553 #  output-file-type: ".html"
7554 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7555 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7556 #  filter: "'NIC_Intel-XXV710' and
7557 #           'NF_DENSITY' and
7558 #           'VHOST' and
7559 #           not 'VXLAN' and
7560 #           'CHAIN' and
7561 #           'NF_VPPIP4' and
7562 #           '64B' and
7563 #           '2T1C' and
7564 #           'NDRPDR'"
7565 #  parameters:
7566 #  - "throughput"
7567 #  - "name"
7568 #  - "tags"
7569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7570 #  x-axis: "X = VNFs per Service Chain"
7571 #  y-axis: "Y = Number of Service Chains"
7572 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7573 #  layout:
7574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7575 #    layout: "plot-service-density"
7576 #
7577 #- type: "plot"
7578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7579 #  algorithm: "plot_nf_heatmap"
7580 #  output-file-type: ".html"
7581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7582 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7583 #  filter: "'NIC_Intel-XXV710' and
7584 #           'NF_DENSITY' and
7585 #           'VHOST' and
7586 #           not 'VXLAN' and
7587 #           'CHAIN' and
7588 #           'NF_VPPIP4' and
7589 #           '64B' and
7590 #           '4T2C' and
7591 #           'NDRPDR'"
7592 #  parameters:
7593 #  - "throughput"
7594 #  - "name"
7595 #  - "tags"
7596 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7597 #  x-axis: "X = VNFs per Service Chain"
7598 #  y-axis: "Y = Number of Service Chains"
7599 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7600 #  layout:
7601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7602 #    layout: "plot-service-density"
7603 #
7604 #- type: "plot"
7605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7606 #  algorithm: "plot_nf_heatmap"
7607 #  output-file-type: ".html"
7608 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7609 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7610 #  filter: "'NIC_Intel-XXV710' and
7611 #           'NF_DENSITY' and
7612 #           'VHOST' and
7613 #           not 'VXLAN' and
7614 #           'CHAIN' and
7615 #           'NF_VPPIP4' and
7616 #           '64B' and
7617 #           '8T4C' and
7618 #           'NDRPDR'"
7619 #  parameters:
7620 #  - "throughput"
7621 #  - "name"
7622 #  - "tags"
7623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7624 #  x-axis: "X = VNFs per Service Chain"
7625 #  y-axis: "Y = Number of Service Chains"
7626 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7627 #  layout:
7628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7629 #    layout: "plot-service-density"
7630 #
7631 ## Plots - NF Density - VSC - NDR IMIX
7632 #- type: "plot"
7633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7634 #  algorithm: "plot_nf_heatmap"
7635 #  output-file-type: ".html"
7636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7638 #  filter: "'NIC_Intel-XXV710' and
7639 #           'NF_DENSITY' and
7640 #           'VHOST' and
7641 #           not 'VXLAN' and
7642 #           'CHAIN' and
7643 #           'NF_VPPIP4' and
7644 #           'IMIX' and
7645 #           '2T1C' and
7646 #           'NDRPDR'"
7647 #  parameters:
7648 #  - "throughput"
7649 #  - "name"
7650 #  - "tags"
7651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7652 #  x-axis: "X = VNFs per Service Chain"
7653 #  y-axis: "Y = Number of Service Chains"
7654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7655 #  layout:
7656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7657 #    layout: "plot-service-density"
7658 #
7659 #- type: "plot"
7660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7661 #  algorithm: "plot_nf_heatmap"
7662 #  output-file-type: ".html"
7663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7665 #  filter: "'NIC_Intel-XXV710' and
7666 #           'NF_DENSITY' and
7667 #           'VHOST' and
7668 #           not 'VXLAN' and
7669 #           'CHAIN' and
7670 #           'NF_VPPIP4' and
7671 #           'IMIX' and
7672 #           '4T2C' and
7673 #           'NDRPDR'"
7674 #  parameters:
7675 #  - "throughput"
7676 #  - "name"
7677 #  - "tags"
7678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7679 #  x-axis: "X = VNFs per Service Chain"
7680 #  y-axis: "Y = Number of Service Chains"
7681 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7682 #  layout:
7683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7684 #    layout: "plot-service-density"
7685 #
7686 #- type: "plot"
7687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7688 #  algorithm: "plot_nf_heatmap"
7689 #  output-file-type: ".html"
7690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692 #  filter: "'NIC_Intel-XXV710' and
7693 #           'NF_DENSITY' and
7694 #           'VHOST' and
7695 #           not 'VXLAN' and
7696 #           'CHAIN' and
7697 #           'NF_VPPIP4' and
7698 #           'IMIX' and
7699 #           '8T4C' and
7700 #           'NDRPDR'"
7701 #  parameters:
7702 #  - "throughput"
7703 #  - "name"
7704 #  - "tags"
7705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7706 #  x-axis: "X = VNFs per Service Chain"
7707 #  y-axis: "Y = Number of Service Chains"
7708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7709 #  layout:
7710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7711 #    layout: "plot-service-density"
7712 #
7713 ## Plots - NF Density - VSC - PDR 64b
7714 #- type: "plot"
7715 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7716 #  algorithm: "plot_nf_heatmap"
7717 #  output-file-type: ".html"
7718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7719 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7720 #  filter: "'NIC_Intel-XXV710' and
7721 #           'NF_DENSITY' and
7722 #           'VHOST' and
7723 #           not 'VXLAN' and
7724 #           'CHAIN' and
7725 #           'NF_VPPIP4' and
7726 #           '64B' and
7727 #           '2T1C' and
7728 #           'NDRPDR'"
7729 #  parameters:
7730 #  - "throughput"
7731 #  - "name"
7732 #  - "tags"
7733 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7734 #  x-axis: "X = VNFs per Service Chain"
7735 #  y-axis: "Y = Number of Service Chains"
7736 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7737 #  layout:
7738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7739 #    layout: "plot-service-density"
7740 #
7741 #- type: "plot"
7742 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7743 #  algorithm: "plot_nf_heatmap"
7744 #  output-file-type: ".html"
7745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7746 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7747 #  filter: "'NIC_Intel-XXV710' and
7748 #           'NF_DENSITY' and
7749 #           'VHOST' and
7750 #           not 'VXLAN' and
7751 #           'CHAIN' and
7752 #           'NF_VPPIP4' and
7753 #           '64B' and
7754 #           '4T2C' and
7755 #           'NDRPDR'"
7756 #  parameters:
7757 #  - "throughput"
7758 #  - "name"
7759 #  - "tags"
7760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7761 #  x-axis: "X = VNFs per Service Chain"
7762 #  y-axis: "Y = Number of Service Chains"
7763 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7764 #  layout:
7765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7766 #    layout: "plot-service-density"
7767 #
7768 #- type: "plot"
7769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7770 #  algorithm: "plot_nf_heatmap"
7771 #  output-file-type: ".html"
7772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7773 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7774 #  filter: "'NIC_Intel-XXV710' and
7775 #           'NF_DENSITY' and
7776 #           'VHOST' and
7777 #           not 'VXLAN' and
7778 #           'CHAIN' and
7779 #           'NF_VPPIP4' and
7780 #           '64B' and
7781 #           '8T4C' and
7782 #           'NDRPDR'"
7783 #  parameters:
7784 #  - "throughput"
7785 #  - "name"
7786 #  - "tags"
7787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7788 #  x-axis: "X = VNFs per Service Chain"
7789 #  y-axis: "Y = Number of Service Chains"
7790 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7791 #  layout:
7792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7793 #    layout: "plot-service-density"
7794 #
7795 ## Plots - NF Density - VSC - PDR IMIX
7796 #- type: "plot"
7797 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7798 #  algorithm: "plot_nf_heatmap"
7799 #  output-file-type: ".html"
7800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7801 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7802 #  filter: "'NIC_Intel-XXV710' and
7803 #           'NF_DENSITY' and
7804 #           'VHOST' and
7805 #           not 'VXLAN' and
7806 #           'CHAIN' and
7807 #           'NF_VPPIP4' and
7808 #           'IMIX' and
7809 #           '2T1C' and
7810 #           'NDRPDR'"
7811 #  parameters:
7812 #  - "throughput"
7813 #  - "name"
7814 #  - "tags"
7815 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7816 #  x-axis: "X = VNFs per Service Chain"
7817 #  y-axis: "Y = Number of Service Chains"
7818 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7819 #  layout:
7820 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7821 #    layout: "plot-service-density"
7822 #
7823 #- type: "plot"
7824 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7825 #  algorithm: "plot_nf_heatmap"
7826 #  output-file-type: ".html"
7827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7828 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7829 #  filter: "'NIC_Intel-XXV710' and
7830 #           'NF_DENSITY' and
7831 #           'VHOST' and
7832 #           not 'VXLAN' and
7833 #           'CHAIN' and
7834 #           'NF_VPPIP4' and
7835 #           'IMIX' and
7836 #           '4T2C' and
7837 #           'NDRPDR'"
7838 #  parameters:
7839 #  - "throughput"
7840 #  - "name"
7841 #  - "tags"
7842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7843 #  x-axis: "X = VNFs per Service Chain"
7844 #  y-axis: "Y = Number of Service Chains"
7845 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7846 #  layout:
7847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7848 #    layout: "plot-service-density"
7849 #
7850 #- type: "plot"
7851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7852 #  algorithm: "plot_nf_heatmap"
7853 #  output-file-type: ".html"
7854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7855 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7856 #  filter: "'NIC_Intel-XXV710' and
7857 #           'NF_DENSITY' and
7858 #           'VHOST' and
7859 #           not 'VXLAN' and
7860 #           'CHAIN' and
7861 #           'NF_VPPIP4' and
7862 #           'IMIX' and
7863 #           '8T4C' and
7864 #           'NDRPDR'"
7865 #  parameters:
7866 #  - "throughput"
7867 #  - "name"
7868 #  - "tags"
7869 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7870 #  x-axis: "X = VNFs per Service Chain"
7871 #  y-axis: "Y = Number of Service Chains"
7872 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7873 #  layout:
7874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7875 #    layout: "plot-service-density"
7876 #
7877 ################################################################################
7878 ## Plots - NF Density - VSC - MRR 64b
7879 #- type: "plot"
7880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7881 #  algorithm: "plot_nf_heatmap"
7882 #  output-file-type: ".html"
7883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7884 #  data: "plot-vpp-nfv-2n-skx-mrr"
7885 #  filter: "'NIC_Intel-XXV710' and
7886 #           'NF_DENSITY' and
7887 #           'VHOST' and
7888 #           'VXLAN' and
7889 #           'CHAIN' and
7890 #           '118' and
7891 #           '2T1C' and
7892 #           'MRR'"
7893 #  parameters:
7894 #  - "result"
7895 #  - "name"
7896 #  - "tags"
7897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7898 #  x-axis: "X = VNFs per Service Chain"
7899 #  y-axis: "Y = Number of Service Chains"
7900 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7901 #  layout:
7902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7903 #    layout: "plot-service-density"
7904 #
7905 #- type: "plot"
7906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7907 #  algorithm: "plot_nf_heatmap"
7908 #  output-file-type: ".html"
7909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7910 #  data: "plot-vpp-nfv-2n-skx-mrr"
7911 #  filter: "'NIC_Intel-XXV710' and
7912 #           'NF_DENSITY' and
7913 #           'VHOST' and
7914 #           'VXLAN' and
7915 #           'CHAIN' and
7916 #           '118' and
7917 #           '4T2C' and
7918 #           'MRR'"
7919 #  parameters:
7920 #  - "result"
7921 #  - "name"
7922 #  - "tags"
7923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7924 #  x-axis: "X = VNFs per Service Chain"
7925 #  y-axis: "Y = Number of Service Chains"
7926 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7927 #  layout:
7928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7929 #    layout: "plot-service-density"
7930 #
7931 #- type: "plot"
7932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7933 #  algorithm: "plot_nf_heatmap"
7934 #  output-file-type: ".html"
7935 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7936 #  data: "plot-vpp-nfv-2n-skx-mrr"
7937 #  filter: "'NIC_Intel-XXV710' and
7938 #           'NF_DENSITY' and
7939 #           'VHOST' and
7940 #           'VXLAN' and
7941 #           'CHAIN' and
7942 #           '118' and
7943 #           '8T4C' and
7944 #           'MRR'"
7945 #  parameters:
7946 #  - "result"
7947 #  - "name"
7948 #  - "tags"
7949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7950 #  x-axis: "X = VNFs per Service Chain"
7951 #  y-axis: "Y = Number of Service Chains"
7952 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7953 #  layout:
7954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7955 #    layout: "plot-service-density"
7956 #
7957 ## Plots - NF Density - VSC - MRR IMIX
7958 #- type: "plot"
7959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7960 #  algorithm: "plot_nf_heatmap"
7961 #  output-file-type: ".html"
7962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7963 #  data: "plot-vpp-nfv-2n-skx-mrr"
7964 #  filter: "'NIC_Intel-XXV710' and
7965 #           'NF_DENSITY' and
7966 #           'VHOST' and
7967 #           'VXLAN' and
7968 #           'CHAIN' and
7969 #           'IMIX' and
7970 #           '2T1C' and
7971 #           'MRR'"
7972 #  parameters:
7973 #  - "result"
7974 #  - "name"
7975 #  - "tags"
7976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7977 #  x-axis: "X = VNFs per Service Chain"
7978 #  y-axis: "Y = Number of Service Chains"
7979 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7980 #  layout:
7981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7982 #    layout: "plot-service-density"
7983 #
7984 #- type: "plot"
7985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7986 #  algorithm: "plot_nf_heatmap"
7987 #  output-file-type: ".html"
7988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7989 #  data: "plot-vpp-nfv-2n-skx-mrr"
7990 #  filter: "'NIC_Intel-XXV710' and
7991 #           'NF_DENSITY' and
7992 #           'VHOST' and
7993 #           'VXLAN' and
7994 #           'CHAIN' and
7995 #           'IMIX' and
7996 #           '4T2C' and
7997 #           'MRR'"
7998 #  parameters:
7999 #  - "result"
8000 #  - "name"
8001 #  - "tags"
8002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8003 #  x-axis: "X = VNFs per Service Chain"
8004 #  y-axis: "Y = Number of Service Chains"
8005 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8006 #  layout:
8007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8008 #    layout: "plot-service-density"
8009 #
8010 #- type: "plot"
8011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8012 #  algorithm: "plot_nf_heatmap"
8013 #  output-file-type: ".html"
8014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8015 #  data: "plot-vpp-nfv-2n-skx-mrr"
8016 #  filter: "'NIC_Intel-XXV710' and
8017 #           'NF_DENSITY' and
8018 #           'VHOST' and
8019 #           'VXLAN' and
8020 #           'CHAIN' and
8021 #           'IMIX' and
8022 #           '8T4C' and
8023 #           'MRR'"
8024 #  parameters:
8025 #  - "result"
8026 #  - "name"
8027 #  - "tags"
8028 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8029 #  x-axis: "X = VNFs per Service Chain"
8030 #  y-axis: "Y = Number of Service Chains"
8031 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8032 #  layout:
8033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8034 #    layout: "plot-service-density"
8035 #
8036 ## Plots - NF Density - VSC - NDR 64b
8037 #- type: "plot"
8038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8039 #  algorithm: "plot_nf_heatmap"
8040 #  output-file-type: ".html"
8041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8042 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8043 #  filter: "'NIC_Intel-XXV710' and
8044 #           'NF_DENSITY' and
8045 #           'VHOST' and
8046 #           'VXLAN' and
8047 #           'CHAIN' and
8048 #           '118' and
8049 #           '2T1C' and
8050 #           'NDRPDR'"
8051 #  parameters:
8052 #  - "throughput"
8053 #  - "name"
8054 #  - "tags"
8055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8056 #  x-axis: "X = VNFs per Service Chain"
8057 #  y-axis: "Y = Number of Service Chains"
8058 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8059 #  layout:
8060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8061 #    layout: "plot-service-density"
8062 #
8063 #- type: "plot"
8064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8065 #  algorithm: "plot_nf_heatmap"
8066 #  output-file-type: ".html"
8067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8069 #  filter: "'NIC_Intel-XXV710' and
8070 #           'NF_DENSITY' and
8071 #           'VHOST' and
8072 #           'VXLAN' and
8073 #           'CHAIN' and
8074 #           '118' and
8075 #           '4T2C' and
8076 #           'NDRPDR'"
8077 #  parameters:
8078 #  - "throughput"
8079 #  - "name"
8080 #  - "tags"
8081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8082 #  x-axis: "X = VNFs per Service Chain"
8083 #  y-axis: "Y = Number of Service Chains"
8084 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8085 #  layout:
8086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8087 #    layout: "plot-service-density"
8088 #
8089 #- type: "plot"
8090 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8091 #  algorithm: "plot_nf_heatmap"
8092 #  output-file-type: ".html"
8093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8094 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8095 #  filter: "'NIC_Intel-XXV710' and
8096 #           'NF_DENSITY' and
8097 #           'VHOST' and
8098 #           'VXLAN' and
8099 #           'CHAIN' and
8100 #           '118' and
8101 #           '8T4C' and
8102 #           'NDRPDR'"
8103 #  parameters:
8104 #  - "throughput"
8105 #  - "name"
8106 #  - "tags"
8107 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8108 #  x-axis: "X = VNFs per Service Chain"
8109 #  y-axis: "Y = Number of Service Chains"
8110 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8111 #  layout:
8112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8113 #    layout: "plot-service-density"
8114 #
8115 ## Plots - NF Density - VSC - NDR IMIX
8116 #- type: "plot"
8117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8118 #  algorithm: "plot_nf_heatmap"
8119 #  output-file-type: ".html"
8120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8121 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8122 #  filter: "'NIC_Intel-XXV710' and
8123 #           'NF_DENSITY' and
8124 #           'VHOST' and
8125 #           'VXLAN' and
8126 #           'CHAIN' and
8127 #           'IMIX' and
8128 #           '2T1C' and
8129 #           'NDRPDR'"
8130 #  parameters:
8131 #  - "throughput"
8132 #  - "name"
8133 #  - "tags"
8134 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8135 #  x-axis: "X = VNFs per Service Chain"
8136 #  y-axis: "Y = Number of Service Chains"
8137 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8138 #  layout:
8139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8140 #    layout: "plot-service-density"
8141 #
8142 #- type: "plot"
8143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8144 #  algorithm: "plot_nf_heatmap"
8145 #  output-file-type: ".html"
8146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8147 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8148 #  filter: "'NIC_Intel-XXV710' and
8149 #           'NF_DENSITY' and
8150 #           'VHOST' and
8151 #           'VXLAN' and
8152 #           'CHAIN' and
8153 #           'IMIX' and
8154 #           '4T2C' and
8155 #           'NDRPDR'"
8156 #  parameters:
8157 #  - "throughput"
8158 #  - "name"
8159 #  - "tags"
8160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8161 #  x-axis: "X = VNFs per Service Chain"
8162 #  y-axis: "Y = Number of Service Chains"
8163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8164 #  layout:
8165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8166 #    layout: "plot-service-density"
8167 #
8168 #- type: "plot"
8169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8170 #  algorithm: "plot_nf_heatmap"
8171 #  output-file-type: ".html"
8172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8173 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8174 #  filter: "'NIC_Intel-XXV710' and
8175 #           'NF_DENSITY' and
8176 #           'VHOST' and
8177 #           'VXLAN' and
8178 #           'CHAIN' and
8179 #           'IMIX' and
8180 #           '8T4C' and
8181 #           'NDRPDR'"
8182 #  parameters:
8183 #  - "throughput"
8184 #  - "name"
8185 #  - "tags"
8186 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8187 #  x-axis: "X = VNFs per Service Chain"
8188 #  y-axis: "Y = Number of Service Chains"
8189 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8190 #  layout:
8191 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8192 #    layout: "plot-service-density"
8193 #
8194 ## Plots - NF Density - VSC - PDR 64b
8195 #- type: "plot"
8196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8197 #  algorithm: "plot_nf_heatmap"
8198 #  output-file-type: ".html"
8199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8201 #  filter: "'NIC_Intel-XXV710' and
8202 #           'NF_DENSITY' and
8203 #           'VHOST' and
8204 #           'VXLAN' and
8205 #           'CHAIN' and
8206 #           '118' and
8207 #           '2T1C' and
8208 #           'NDRPDR'"
8209 #  parameters:
8210 #  - "throughput"
8211 #  - "name"
8212 #  - "tags"
8213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8214 #  x-axis: "X = VNFs per Service Chain"
8215 #  y-axis: "Y = Number of Service Chains"
8216 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8217 #  layout:
8218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8219 #    layout: "plot-service-density"
8220 #
8221 #- type: "plot"
8222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8223 #  algorithm: "plot_nf_heatmap"
8224 #  output-file-type: ".html"
8225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8227 #  filter: "'NIC_Intel-XXV710' and
8228 #           'NF_DENSITY' and
8229 #           'VHOST' and
8230 #           'VXLAN' and
8231 #           'CHAIN' and
8232 #           '118' and
8233 #           '4T2C' and
8234 #           'NDRPDR'"
8235 #  parameters:
8236 #  - "throughput"
8237 #  - "name"
8238 #  - "tags"
8239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8240 #  x-axis: "X = VNFs per Service Chain"
8241 #  y-axis: "Y = Number of Service Chains"
8242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8243 #  layout:
8244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8245 #    layout: "plot-service-density"
8246 #
8247 #- type: "plot"
8248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8249 #  algorithm: "plot_nf_heatmap"
8250 #  output-file-type: ".html"
8251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8252 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8253 #  filter: "'NIC_Intel-XXV710' and
8254 #           'NF_DENSITY' and
8255 #           'VHOST' and
8256 #           'VXLAN' and
8257 #           'CHAIN' and
8258 #           '118' and
8259 #           '8T4C' and
8260 #           'NDRPDR'"
8261 #  parameters:
8262 #  - "throughput"
8263 #  - "name"
8264 #  - "tags"
8265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8266 #  x-axis: "X = VNFs per Service Chain"
8267 #  y-axis: "Y = Number of Service Chains"
8268 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8269 #  layout:
8270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8271 #    layout: "plot-service-density"
8272 #
8273 ## Plots - NF Density - VSC - PDR IMIX
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file-type: ".html"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'VHOST' and
8283 #           'VXLAN' and
8284 #           'CHAIN' and
8285 #           'IMIX' and
8286 #           '2T1C' and
8287 #           'NDRPDR'"
8288 #  parameters:
8289 #  - "throughput"
8290 #  - "name"
8291 #  - "tags"
8292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293 #  x-axis: "X = VNFs per Service Chain"
8294 #  y-axis: "Y = Number of Service Chains"
8295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296 #  layout:
8297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8298 #    layout: "plot-service-density"
8299 #
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file-type: ".html"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'VHOST' and
8309 #           'VXLAN' and
8310 #           'CHAIN' and
8311 #           'IMIX' and
8312 #           '4T2C' and
8313 #           'NDRPDR'"
8314 #  parameters:
8315 #  - "throughput"
8316 #  - "name"
8317 #  - "tags"
8318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8319 #  x-axis: "X = VNFs per Service Chain"
8320 #  y-axis: "Y = Number of Service Chains"
8321 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8322 #  layout:
8323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8324 #    layout: "plot-service-density"
8325 #
8326 #- type: "plot"
8327 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8328 #  algorithm: "plot_nf_heatmap"
8329 #  output-file-type: ".html"
8330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8331 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8332 #  filter: "'NIC_Intel-XXV710' and
8333 #           'NF_DENSITY' and
8334 #           'VHOST' and
8335 #           'VXLAN' and
8336 #           'CHAIN' and
8337 #           'IMIX' and
8338 #           '8T4C' and
8339 #           'NDRPDR'"
8340 #  parameters:
8341 #  - "throughput"
8342 #  - "name"
8343 #  - "tags"
8344 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8345 #  x-axis: "X = VNFs per Service Chain"
8346 #  y-axis: "Y = Number of Service Chains"
8347 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8348 #  layout:
8349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8350 #    layout: "plot-service-density"
8351 #
8352 ################################################################################
8353 ## Plots - NF Density - CSC - MRR 64b
8354 #- type: "plot"
8355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8356 #  algorithm: "plot_nf_heatmap"
8357 #  output-file-type: ".html"
8358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8359 #  data: "plot-vpp-nfv-2n-skx-mrr"
8360 #  filter: "'NIC_Intel-XXV710' and
8361 #           'NF_DENSITY' and
8362 #           'DOCKER' and
8363 #           'CHAIN' and
8364 #           'NF_VPPIP4' and
8365 #           '64B' and
8366 #           '2T1C' and
8367 #           'MRR'"
8368 #  parameters:
8369 #  - "result"
8370 #  - "name"
8371 #  - "tags"
8372 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8373 #  x-axis: "X = CNFs per Service Chain"
8374 #  y-axis: "Y = Number of Service Chains"
8375 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8376 #  layout:
8377 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8378 #    layout: "plot-service-density"
8379 #
8380 #- type: "plot"
8381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8382 #  algorithm: "plot_nf_heatmap"
8383 #  output-file-type: ".html"
8384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8385 #  data: "plot-vpp-nfv-2n-skx-mrr"
8386 #  filter: "'NIC_Intel-XXV710' and
8387 #           'NF_DENSITY' and
8388 #           'DOCKER' and
8389 #           'CHAIN' and
8390 #           'NF_VPPIP4' and
8391 #           '64B' and
8392 #           '4T2C' and
8393 #           'MRR'"
8394 #  parameters:
8395 #  - "result"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8404 #    layout: "plot-service-density"
8405 #
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file-type: ".html"
8410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8411 #  data: "plot-vpp-nfv-2n-skx-mrr"
8412 #  filter: "'NIC_Intel-XXV710' and
8413 #           'NF_DENSITY' and
8414 #           'DOCKER' and
8415 #           'CHAIN' and
8416 #           'NF_VPPIP4' and
8417 #           '64B' and
8418 #           '8T4C' and
8419 #           'MRR'"
8420 #  parameters:
8421 #  - "result"
8422 #  - "name"
8423 #  - "tags"
8424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8425 #  x-axis: "X = CNFs per Service Chain"
8426 #  y-axis: "Y = Number of Service Chains"
8427 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8428 #  layout:
8429 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8430 #    layout: "plot-service-density"
8431 #
8432 ## Plots - NF Density - CSC - MRR IMIX
8433 #- type: "plot"
8434 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8435 #  algorithm: "plot_nf_heatmap"
8436 #  output-file-type: ".html"
8437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8438 #  data: "plot-vpp-nfv-2n-skx-mrr"
8439 #  filter: "'NIC_Intel-XXV710' and
8440 #           'NF_DENSITY' and
8441 #           'DOCKER' and
8442 #           'CHAIN' and
8443 #           'NF_VPPIP4' and
8444 #           'IMIX' and
8445 #           '2T1C' and
8446 #           'MRR'"
8447 #  parameters:
8448 #  - "result"
8449 #  - "name"
8450 #  - "tags"
8451 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8452 #  x-axis: "X = CNFs per Service Chain"
8453 #  y-axis: "Y = Number of Service Chains"
8454 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8455 #  layout:
8456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8457 #    layout: "plot-service-density"
8458 #
8459 #- type: "plot"
8460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8461 #  algorithm: "plot_nf_heatmap"
8462 #  output-file-type: ".html"
8463 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8464 #  data: "plot-vpp-nfv-2n-skx-mrr"
8465 #  filter: "'NIC_Intel-XXV710' and
8466 #           'NF_DENSITY' and
8467 #           'DOCKER' and
8468 #           'CHAIN' and
8469 #           'NF_VPPIP4' and
8470 #           'IMIX' and
8471 #           '4T2C' and
8472 #           'MRR'"
8473 #  parameters:
8474 #  - "result"
8475 #  - "name"
8476 #  - "tags"
8477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8478 #  x-axis: "X = CNFs per Service Chain"
8479 #  y-axis: "Y = Number of Service Chains"
8480 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8481 #  layout:
8482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8483 #    layout: "plot-service-density"
8484 #
8485 #- type: "plot"
8486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8487 #  algorithm: "plot_nf_heatmap"
8488 #  output-file-type: ".html"
8489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8490 #  data: "plot-vpp-nfv-2n-skx-mrr"
8491 #  filter: "'NIC_Intel-XXV710' and
8492 #           'NF_DENSITY' and
8493 #           'DOCKER' and
8494 #           'CHAIN' and
8495 #           'NF_VPPIP4' and
8496 #           'IMIX' and
8497 #           '8T4C' and
8498 #           'MRR'"
8499 #  parameters:
8500 #  - "result"
8501 #  - "name"
8502 #  - "tags"
8503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8504 #  x-axis: "X = CNFs per Service Chain"
8505 #  y-axis: "Y = Number of Service Chains"
8506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8507 #  layout:
8508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8509 #    layout: "plot-service-density"
8510 #
8511 ## Plots - NF Density - CSC - NDR 64b
8512 #- type: "plot"
8513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8514 #  algorithm: "plot_nf_heatmap"
8515 #  output-file-type: ".html"
8516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8517 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8518 #  filter: "'NIC_Intel-XXV710' and
8519 #           'NF_DENSITY' and
8520 #           'DOCKER' and
8521 #           'CHAIN' and
8522 #           'NF_VPPIP4' and
8523 #           '64B' and
8524 #           '2T1C' and
8525 #           'NDRPDR'"
8526 #  parameters:
8527 #  - "throughput"
8528 #  - "name"
8529 #  - "tags"
8530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8531 #  x-axis: "X = CNFs per Service Chain"
8532 #  y-axis: "Y = Number of Service Chains"
8533 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8534 #  layout:
8535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8536 #    layout: "plot-service-density"
8537 #
8538 #- type: "plot"
8539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8540 #  algorithm: "plot_nf_heatmap"
8541 #  output-file-type: ".html"
8542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8543 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8544 #  filter: "'NIC_Intel-XXV710' and
8545 #           'NF_DENSITY' and
8546 #           'DOCKER' and
8547 #           'CHAIN' and
8548 #           'NF_VPPIP4' and
8549 #           '64B' and
8550 #           '4T2C' and
8551 #           'NDRPDR'"
8552 #  parameters:
8553 #  - "throughput"
8554 #  - "name"
8555 #  - "tags"
8556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8557 #  x-axis: "X = CNFs per Service Chain"
8558 #  y-axis: "Y = Number of Service Chains"
8559 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8560 #  layout:
8561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8562 #    layout: "plot-service-density"
8563 #
8564 #- type: "plot"
8565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8566 #  algorithm: "plot_nf_heatmap"
8567 #  output-file-type: ".html"
8568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8569 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8570 #  filter: "'NIC_Intel-XXV710' and
8571 #           'NF_DENSITY' and
8572 #           'DOCKER' and
8573 #           'CHAIN' and
8574 #           'NF_VPPIP4' and
8575 #           '64B' and
8576 #           '8T4C' and
8577 #           'NDRPDR'"
8578 #  parameters:
8579 #  - "throughput"
8580 #  - "name"
8581 #  - "tags"
8582 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8583 #  x-axis: "X = CNFs per Service Chain"
8584 #  y-axis: "Y = Number of Service Chains"
8585 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8586 #  layout:
8587 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8588 #    layout: "plot-service-density"
8589 #
8590 ## Plots - NF Density - CSC - NDR IMIX
8591 #- type: "plot"
8592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8593 #  algorithm: "plot_nf_heatmap"
8594 #  output-file-type: ".html"
8595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8596 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8597 #  filter: "'NIC_Intel-XXV710' and
8598 #           'NF_DENSITY' and
8599 #           'DOCKER' and
8600 #           'CHAIN' and
8601 #           'NF_VPPIP4' and
8602 #           'IMIX' and
8603 #           '2T1C' and
8604 #           'NDRPDR'"
8605 #  parameters:
8606 #  - "throughput"
8607 #  - "name"
8608 #  - "tags"
8609 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8610 #  x-axis: "X = CNFs per Service Chain"
8611 #  y-axis: "Y = Number of Service Chains"
8612 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8613 #  layout:
8614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8615 #    layout: "plot-service-density"
8616 #
8617 #- type: "plot"
8618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8619 #  algorithm: "plot_nf_heatmap"
8620 #  output-file-type: ".html"
8621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8622 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8623 #  filter: "'NIC_Intel-XXV710' and
8624 #           'NF_DENSITY' and
8625 #           'DOCKER' and
8626 #           'CHAIN' and
8627 #           'NF_VPPIP4' and
8628 #           'IMIX' and
8629 #           '4T2C' and
8630 #           'NDRPDR'"
8631 #  parameters:
8632 #  - "throughput"
8633 #  - "name"
8634 #  - "tags"
8635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8636 #  x-axis: "X = CNFs per Service Chain"
8637 #  y-axis: "Y = Number of Service Chains"
8638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8639 #  layout:
8640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8641 #    layout: "plot-service-density"
8642 #
8643 #- type: "plot"
8644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8645 #  algorithm: "plot_nf_heatmap"
8646 #  output-file-type: ".html"
8647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8648 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8649 #  filter: "'NIC_Intel-XXV710' and
8650 #           'NF_DENSITY' and
8651 #           'DOCKER' and
8652 #           'CHAIN' and
8653 #           'NF_VPPIP4' and
8654 #           'IMIX' and
8655 #           '8T4C' and
8656 #           'NDRPDR'"
8657 #  parameters:
8658 #  - "throughput"
8659 #  - "name"
8660 #  - "tags"
8661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8662 #  x-axis: "X = CNFs per Service Chain"
8663 #  y-axis: "Y = Number of Service Chains"
8664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8665 #  layout:
8666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8667 #    layout: "plot-service-density"
8668 #
8669 ## Plots - NF Density - CSC - PDR 64b
8670 #- type: "plot"
8671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8672 #  algorithm: "plot_nf_heatmap"
8673 #  output-file-type: ".html"
8674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8675 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8676 #  filter: "'NIC_Intel-XXV710' and
8677 #           'NF_DENSITY' and
8678 #           'DOCKER' and
8679 #           'CHAIN' and
8680 #           'NF_VPPIP4' and
8681 #           '64B' and
8682 #           '2T1C' and
8683 #           'NDRPDR'"
8684 #  parameters:
8685 #  - "throughput"
8686 #  - "name"
8687 #  - "tags"
8688 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8689 #  x-axis: "X = CNFs per Service Chain"
8690 #  y-axis: "Y = Number of Service Chains"
8691 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8692 #  layout:
8693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8694 #    layout: "plot-service-density"
8695 #
8696 #- type: "plot"
8697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8698 #  algorithm: "plot_nf_heatmap"
8699 #  output-file-type: ".html"
8700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8701 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8702 #  filter: "'NIC_Intel-XXV710' and
8703 #           'NF_DENSITY' and
8704 #           'DOCKER' and
8705 #           'CHAIN' and
8706 #           'NF_VPPIP4' and
8707 #           '64B' and
8708 #           '4T2C' and
8709 #           'NDRPDR'"
8710 #  parameters:
8711 #  - "throughput"
8712 #  - "name"
8713 #  - "tags"
8714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8715 #  x-axis: "X = CNFs per Service Chain"
8716 #  y-axis: "Y = Number of Service Chains"
8717 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8718 #  layout:
8719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8720 #    layout: "plot-service-density"
8721 #
8722 #- type: "plot"
8723 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8724 #  algorithm: "plot_nf_heatmap"
8725 #  output-file-type: ".html"
8726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8727 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8728 #  filter: "'NIC_Intel-XXV710' and
8729 #           'NF_DENSITY' and
8730 #           'DOCKER' and
8731 #           'CHAIN' and
8732 #           'NF_VPPIP4' and
8733 #           '64B' and
8734 #           '8T4C' and
8735 #           'NDRPDR'"
8736 #  parameters:
8737 #  - "throughput"
8738 #  - "name"
8739 #  - "tags"
8740 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8741 #  x-axis: "X = CNFs per Service Chain"
8742 #  y-axis: "Y = Number of Service Chains"
8743 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8744 #  layout:
8745 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8746 #    layout: "plot-service-density"
8747 #
8748 ## Plots - NF Density - CSC - PDR IMIX
8749 #- type: "plot"
8750 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8751 #  algorithm: "plot_nf_heatmap"
8752 #  output-file-type: ".html"
8753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8754 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8755 #  filter: "'NIC_Intel-XXV710' and
8756 #           'NF_DENSITY' and
8757 #           'DOCKER' and
8758 #           'CHAIN' and
8759 #           'NF_VPPIP4' and
8760 #           'IMIX' and
8761 #           '2T1C' and
8762 #           'NDRPDR'"
8763 #  parameters:
8764 #  - "throughput"
8765 #  - "name"
8766 #  - "tags"
8767 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8768 #  x-axis: "X = CNFs per Service Chain"
8769 #  y-axis: "Y = Number of Service Chains"
8770 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8771 #  layout:
8772 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8773 #    layout: "plot-service-density"
8774 #
8775 #- type: "plot"
8776 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8777 #  algorithm: "plot_nf_heatmap"
8778 #  output-file-type: ".html"
8779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8780 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8781 #  filter: "'NIC_Intel-XXV710' and
8782 #           'NF_DENSITY' and
8783 #           'DOCKER' and
8784 #           'CHAIN' and
8785 #           'NF_VPPIP4' and
8786 #           'IMIX' and
8787 #           '4T2C' and
8788 #           'NDRPDR'"
8789 #  parameters:
8790 #  - "throughput"
8791 #  - "name"
8792 #  - "tags"
8793 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8794 #  x-axis: "X = CNFs per Service Chain"
8795 #  y-axis: "Y = Number of Service Chains"
8796 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8797 #  layout:
8798 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8799 #    layout: "plot-service-density"
8800 #
8801 #- type: "plot"
8802 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8803 #  algorithm: "plot_nf_heatmap"
8804 #  output-file-type: ".html"
8805 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8806 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8807 #  filter: "'NIC_Intel-XXV710' and
8808 #           'NF_DENSITY' and
8809 #           'DOCKER' and
8810 #           'CHAIN' and
8811 #           'NF_VPPIP4' and
8812 #           'IMIX' and
8813 #           '8T4C' and
8814 #           'NDRPDR'"
8815 #  parameters:
8816 #  - "throughput"
8817 #  - "name"
8818 #  - "tags"
8819 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8820 #  x-axis: "X = CNFs per Service Chain"
8821 #  y-axis: "Y = Number of Service Chains"
8822 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8823 #  layout:
8824 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8825 #    layout: "plot-service-density"
8826 #
8827 ################################################################################
8828 #
8829 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8830 #- type: "plot"
8831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8832 #  algorithm: "plot_nf_heatmap"
8833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8834 #  data: "plot-vpp-nfv-3n-skx-mrr"
8835 #  filter: "'NIC_Intel-XXV710' and
8836 #           'NF_DENSITY' and
8837 #           'DOCKER' and
8838 #           'CHAIN' and
8839 #           'NF_VPPIP4' and
8840 #           'IPSEC' and
8841 #           'TNL_4' and
8842 #           'IMIX' and
8843 #           '2T1C' and
8844 #           'MRR'"
8845 #  parameters:
8846 #  - "result"
8847 #  - "name"
8848 #  - "tags"
8849 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8850 #  x-axis: "X = CNFs per Service Chain"
8851 #  y-axis: "Y = Number of Service Chains"
8852 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8853 #  layout:
8854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8855 #    layout: "plot-service-density"
8856 #
8857 #- type: "plot"
8858 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8859 #  algorithm: "plot_nf_heatmap"
8860 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8861 #  data: "plot-vpp-nfv-3n-skx-mrr"
8862 #  filter: "'NIC_Intel-XXV710' and
8863 #           'NF_DENSITY' and
8864 #           'DOCKER' and
8865 #           'CHAIN' and
8866 #           'NF_VPPIP4' and
8867 #           'IPSEC' and
8868 #           'TNL_4' and
8869 #           'IMIX' and
8870 #           '4T2C' and
8871 #           'MRR'"
8872 #  parameters:
8873 #  - "result"
8874 #  - "name"
8875 #  - "tags"
8876 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8877 #  x-axis: "X = CNFs per Service Chain"
8878 #  y-axis: "Y = Number of Service Chains"
8879 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8880 #  layout:
8881 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8882 #    layout: "plot-service-density"
8883 #
8884 #- type: "plot"
8885 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8886 #  algorithm: "plot_nf_heatmap"
8887 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8888 #  data: "plot-vpp-nfv-3n-skx-mrr"
8889 #  filter: "'NIC_Intel-XXV710' and
8890 #           'NF_DENSITY' and
8891 #           'DOCKER' and
8892 #           'CHAIN' and
8893 #           'NF_VPPIP4' and
8894 #           'IPSEC' and
8895 #           'TNL_4' and
8896 #           'IMIX' and
8897 #           '8T4C' and
8898 #           'MRR'"
8899 #  parameters:
8900 #  - "result"
8901 #  - "name"
8902 #  - "tags"
8903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8904 #  x-axis: "X = CNFs per Service Chain"
8905 #  y-axis: "Y = Number of Service Chains"
8906 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8907 #  layout:
8908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8909 #    layout: "plot-service-density"
8910
8911 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8912 - type: "plot"
8913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8914   algorithm: "plot_nf_heatmap"
8915   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8916   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8917   filter: "'NIC_Intel-XXV710' and
8918            'NF_DENSITY' and
8919            'DOCKER' and
8920            'CHAIN' and
8921            'NF_VPPIP4' and
8922            'IPSEC' and
8923            'TNL_4' and
8924            'IMIX' and
8925            '2T1C' and
8926            'NDRPDR'"
8927   parameters:
8928   - "throughput"
8929   - "name"
8930   - "tags"
8931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8932   x-axis: "X = CNFs per Service Chain"
8933   y-axis: "Y = Number of Service Chains"
8934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8935   layout:
8936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8937     layout: "plot-service-density"
8938
8939 - type: "plot"
8940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8941   algorithm: "plot_nf_heatmap"
8942   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8943   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8944   filter: "'NIC_Intel-XXV710' and
8945            'NF_DENSITY' and
8946            'DOCKER' and
8947            'CHAIN' and
8948            'NF_VPPIP4' and
8949            'IPSEC' and
8950            'TNL_4' and
8951            'IMIX' and
8952            '4T2C' and
8953            'NDRPDR'"
8954   parameters:
8955   - "throughput"
8956   - "name"
8957   - "tags"
8958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8959   x-axis: "X = CNFs per Service Chain"
8960   y-axis: "Y = Number of Service Chains"
8961   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8962   layout:
8963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8964     layout: "plot-service-density"
8965
8966 - type: "plot"
8967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8968   algorithm: "plot_nf_heatmap"
8969   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8970   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8971   filter: "'NIC_Intel-XXV710' and
8972            'NF_DENSITY' and
8973            'DOCKER' and
8974            'CHAIN' and
8975            'NF_VPPIP4' and
8976            'IPSEC' and
8977            'TNL_4' and
8978            'IMIX' and
8979            '8T4C' and
8980            'NDRPDR'"
8981   parameters:
8982   - "throughput"
8983   - "name"
8984   - "tags"
8985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8986   x-axis: "X = CNFs per Service Chain"
8987   y-axis: "Y = Number of Service Chains"
8988   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8989   layout:
8990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8991     layout: "plot-service-density"
8992
8993 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8994 - type: "plot"
8995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8996   algorithm: "plot_nf_heatmap"
8997   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8998   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8999   filter: "'NIC_Intel-XXV710' and
9000            'NF_DENSITY' and
9001            'DOCKER' and
9002            'CHAIN' and
9003            'NF_VPPIP4' and
9004            'IPSEC' and
9005            'TNL_4' and
9006            'IMIX' and
9007            '2T1C' and
9008            'NDRPDR'"
9009   parameters:
9010   - "throughput"
9011   - "name"
9012   - "tags"
9013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9014   x-axis: "X = CNFs per Service Chain"
9015   y-axis: "Y = Number of Service Chains"
9016   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9017   layout:
9018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9019     layout: "plot-service-density"
9020
9021 - type: "plot"
9022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9023   algorithm: "plot_nf_heatmap"
9024   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9025   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9026   filter: "'NIC_Intel-XXV710' and
9027            'NF_DENSITY' and
9028            'DOCKER' and
9029            'CHAIN' and
9030            'NF_VPPIP4' and
9031            'IPSEC' and
9032            'TNL_4' and
9033            'IMIX' and
9034            '4T2C' and
9035            'NDRPDR'"
9036   parameters:
9037   - "throughput"
9038   - "name"
9039   - "tags"
9040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9041   x-axis: "X = CNFs per Service Chain"
9042   y-axis: "Y = Number of Service Chains"
9043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9044   layout:
9045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9046     layout: "plot-service-density"
9047
9048 - type: "plot"
9049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9050   algorithm: "plot_nf_heatmap"
9051   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9052   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9053   filter: "'NIC_Intel-XXV710' and
9054            'NF_DENSITY' and
9055            'DOCKER' and
9056            'CHAIN' and
9057            'NF_VPPIP4' and
9058            'IPSEC' and
9059            'TNL_4' and
9060            'IMIX' and
9061            '8T4C' and
9062            'NDRPDR'"
9063   parameters:
9064   - "throughput"
9065   - "name"
9066   - "tags"
9067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9068   x-axis: "X = CNFs per Service Chain"
9069   y-axis: "Y = Number of Service Chains"
9070   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9071   layout:
9072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9073     layout: "plot-service-density"
9074
9075 ###############################################################################
9076
9077 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9078 #- type: "plot"
9079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9080 #  algorithm: "plot_nf_heatmap"
9081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9082 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9083 #  filter: "'NIC_Intel-XL710' and
9084 #           'NF_DENSITY' and
9085 #           'DOCKER' and
9086 #           'CHAIN' and
9087 #           'NF_VPPIP4' and
9088 #           'IMIX' and
9089 #           'TNL_4' and
9090 #           '1T1C' and
9091 #           'MRR'"
9092 #  parameters:
9093 #  - "result"
9094 #  - "name"
9095 #  - "tags"
9096 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9097 #  x-axis: "X = CNFs per Service Chain"
9098 #  y-axis: "Y = Number of Service Chains"
9099 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9100 #  layout:
9101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9102 #    layout: "plot-service-density"
9103 #
9104 #- type: "plot"
9105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9106 #  algorithm: "plot_nf_heatmap"
9107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9108 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9109 #  filter: "'NIC_Intel-XL710' and
9110 #           'NF_DENSITY' and
9111 #           'DOCKER' and
9112 #           'CHAIN' and
9113 #           'NF_VPPIP4' and
9114 #           'IPSEC' and
9115 #           'TNL_4' and
9116 #           'IMIX' and
9117 #           '2T2C' and
9118 #           'MRR'"
9119 #  parameters:
9120 #  - "result"
9121 #  - "name"
9122 #  - "tags"
9123 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9124 #  x-axis: "X = CNFs per Service Chain"
9125 #  y-axis: "Y = Number of Service Chains"
9126 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9127 #  layout:
9128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9129 #    layout: "plot-service-density"
9130 #
9131 #- type: "plot"
9132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9133 #  algorithm: "plot_nf_heatmap"
9134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9135 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9136 #  filter: "'NIC_Intel-XL710' and
9137 #           'NF_DENSITY' and
9138 #           'DOCKER' and
9139 #           'CHAIN' and
9140 #           'NF_VPPIP4' and
9141 #           'IPSEC' and
9142 #           'TNL_4' and
9143 #           'IMIX' and
9144 #           '4T4C' and
9145 #           'MRR'"
9146 #  parameters:
9147 #  - "result"
9148 #  - "name"
9149 #  - "tags"
9150 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9151 #  x-axis: "X = CNFs per Service Chain"
9152 #  y-axis: "Y = Number of Service Chains"
9153 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9154 #  layout:
9155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9156 #    layout: "plot-service-density"
9157
9158 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9159 #- type: "plot"
9160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9161 #  algorithm: "plot_nf_heatmap"
9162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9163 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9164 #  filter: "'NIC_Intel-XL710' and
9165 #           'NF_DENSITY' and
9166 #           'DOCKER' and
9167 #           'CHAIN' and
9168 #           'NF_VPPIP4' and
9169 #           'IPSEC' and
9170 #           'TNL_4' and
9171 #           'IMIX' and
9172 #           '1T1C' and
9173 #           'NDRPDR'"
9174 #  parameters:
9175 #  - "throughput"
9176 #  - "name"
9177 #  - "tags"
9178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9179 #  x-axis: "X = CNFs per Service Chain"
9180 #  y-axis: "Y = Number of Service Chains"
9181 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9182 #  layout:
9183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9184 #    layout: "plot-service-density"
9185 #
9186 #- type: "plot"
9187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9188 #  algorithm: "plot_nf_heatmap"
9189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9190 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9191 #  filter: "'NIC_Intel-XL710' and
9192 #           'NF_DENSITY' and
9193 #           'DOCKER' and
9194 #           'CHAIN' and
9195 #           'NF_VPPIP4' and
9196 #           'IPSEC' and
9197 #           'TNL_4' and
9198 #           'IMIX' and
9199 #           '2T2C' and
9200 #           'NDRPDR'"
9201 #  parameters:
9202 #  - "throughput"
9203 #  - "name"
9204 #  - "tags"
9205 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9206 #  x-axis: "X = CNFs per Service Chain"
9207 #  y-axis: "Y = Number of Service Chains"
9208 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9209 #  layout:
9210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9211 #    layout: "plot-service-density"
9212 #
9213 #- type: "plot"
9214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9215 #  algorithm: "plot_nf_heatmap"
9216 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9217 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9218 #  filter: "'NIC_Intel-XL710' and
9219 #           'NF_DENSITY' and
9220 #           'DOCKER' and
9221 #           'CHAIN' and
9222 #           'NF_VPPIP4' and
9223 #           'IPSEC' and
9224 #           'TNL_4' and
9225 #           'IMIX' and
9226 #           '4T4C' and
9227 #           'NDRPDR'"
9228 #  parameters:
9229 #  - "throughput"
9230 #  - "name"
9231 #  - "tags"
9232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9233 #  x-axis: "X = CNFs per Service Chain"
9234 #  y-axis: "Y = Number of Service Chains"
9235 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9236 #  layout:
9237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9238 #    layout: "plot-service-density"
9239 #
9240 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9245 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9246 #  filter: "'NIC_Intel-XL710' and
9247 #           'NF_DENSITY' and
9248 #           'DOCKER' and
9249 #           'CHAIN' and
9250 #           'NF_VPPIP4' and
9251 #           'IPSEC' and
9252 #           'TNL_4' and
9253 #           'IMIX' and
9254 #           '1T1C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Chain"
9262 #  y-axis: "Y = Number of Service Chains"
9263 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9272 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9273 #  filter: "'NIC_Intel-XL710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'CHAIN' and
9277 #           'NF_VPPIP4' and
9278 #           'IPSEC' and
9279 #           'TNL_4' and
9280 #           'IMIX' and
9281 #           '2T2C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Chain"
9289 #  y-axis: "Y = Number of Service Chains"
9290 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9293 #    layout: "plot-service-density"
9294 #
9295 #- type: "plot"
9296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9297 #  algorithm: "plot_nf_heatmap"
9298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9299 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9300 #  filter: "'NIC_Intel-XL710' and
9301 #           'NF_DENSITY' and
9302 #           'DOCKER' and
9303 #           'CHAIN' and
9304 #           'NF_VPPIP4' and
9305 #           'IPSEC' and
9306 #           'TNL_4' and
9307 #           'IMIX' and
9308 #           '4T4C' and
9309 #           'NDRPDR'"
9310 #  parameters:
9311 #  - "throughput"
9312 #  - "name"
9313 #  - "tags"
9314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9315 #  x-axis: "X = CNFs per Service Chain"
9316 #  y-axis: "Y = Number of Service Chains"
9317 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9318 #  layout:
9319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9320 #    layout: "plot-service-density"
9321
9322 ###############################################################################
9323
9324 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9325 #- type: "plot"
9326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9327 #  algorithm: "plot_nf_heatmap"
9328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9329 #  data: "plot-vpp-nfv-3n-skx-mrr"
9330 #  filter: "'NIC_Intel-XXV710' and
9331 #           'NF_DENSITY' and
9332 #           'DOCKER' and
9333 #           'CHAIN' and
9334 #           'NF_VPPIP4' and
9335 #           'IPSEC' and
9336 #           'TNL_1000' and
9337 #           'IMIX' and
9338 #           '2T1C' and
9339 #           'MRR'"
9340 #  parameters:
9341 #  - "result"
9342 #  - "name"
9343 #  - "tags"
9344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9345 #  x-axis: "X = CNFs per Service Chain"
9346 #  y-axis: "Y = Number of Service Chains"
9347 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9348 #  layout:
9349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9350 #    layout: "plot-service-density"
9351 #
9352 #- type: "plot"
9353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9354 #  algorithm: "plot_nf_heatmap"
9355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9356 #  data: "plot-vpp-nfv-3n-skx-mrr"
9357 #  filter: "'NIC_Intel-XXV710' and
9358 #           'NF_DENSITY' and
9359 #           'DOCKER' and
9360 #           'CHAIN' and
9361 #           'NF_VPPIP4' and
9362 #           'IPSEC' and
9363 #           'TNL_1000' and
9364 #           'IMIX' and
9365 #           '4T2C' and
9366 #           'MRR'"
9367 #  parameters:
9368 #  - "result"
9369 #  - "name"
9370 #  - "tags"
9371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9372 #  x-axis: "X = CNFs per Service Chain"
9373 #  y-axis: "Y = Number of Service Chains"
9374 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9375 #  layout:
9376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9377 #    layout: "plot-service-density"
9378 #
9379 #- type: "plot"
9380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9381 #  algorithm: "plot_nf_heatmap"
9382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9383 #  data: "plot-vpp-nfv-3n-skx-mrr"
9384 #  filter: "'NIC_Intel-XXV710' and
9385 #           'NF_DENSITY' and
9386 #           'DOCKER' and
9387 #           'CHAIN' and
9388 #           'NF_VPPIP4' and
9389 #           'IPSEC' and
9390 #           'TNL_1000' and
9391 #           'IMIX' and
9392 #           '8T4C' and
9393 #           'MRR'"
9394 #  parameters:
9395 #  - "result"
9396 #  - "name"
9397 #  - "tags"
9398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9399 #  x-axis: "X = CNFs per Service Chain"
9400 #  y-axis: "Y = Number of Service Chains"
9401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9402 #  layout:
9403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9404 #    layout: "plot-service-density"
9405
9406 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9407 - type: "plot"
9408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9409   algorithm: "plot_nf_heatmap"
9410   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9411   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9412   filter: "'NIC_Intel-XXV710' and
9413            'NF_DENSITY' and
9414            'DOCKER' and
9415            'CHAIN' and
9416            'NF_VPPIP4' and
9417            'IPSEC' and
9418            'TNL_1000' and
9419            'IMIX' and
9420            '2T1C' and
9421            'NDRPDR'"
9422   parameters:
9423   - "throughput"
9424   - "name"
9425   - "tags"
9426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9427   x-axis: "X = CNFs per Service Chain"
9428   y-axis: "Y = Number of Service Chains"
9429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9430   layout:
9431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9432     layout: "plot-service-density"
9433
9434 - type: "plot"
9435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9436   algorithm: "plot_nf_heatmap"
9437   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9438   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9439   filter: "'NIC_Intel-XXV710' and
9440            'NF_DENSITY' and
9441            'DOCKER' and
9442            'CHAIN' and
9443            'NF_VPPIP4' and
9444            'IPSEC' and
9445            'TNL_1000' and
9446            'IMIX' and
9447            '4T2C' and
9448            'NDRPDR'"
9449   parameters:
9450   - "throughput"
9451   - "name"
9452   - "tags"
9453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9454   x-axis: "X = CNFs per Service Chain"
9455   y-axis: "Y = Number of Service Chains"
9456   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9457   layout:
9458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9459     layout: "plot-service-density"
9460
9461 - type: "plot"
9462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9463   algorithm: "plot_nf_heatmap"
9464   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9465   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9466   filter: "'NIC_Intel-XXV710' and
9467            'NF_DENSITY' and
9468            'DOCKER' and
9469            'CHAIN' and
9470            'NF_VPPIP4' and
9471            'IPSEC' and
9472            'TNL_1000' and
9473            'IMIX' and
9474            '8T4C' and
9475            'NDRPDR'"
9476   parameters:
9477   - "throughput"
9478   - "name"
9479   - "tags"
9480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9481   x-axis: "X = CNFs per Service Chain"
9482   y-axis: "Y = Number of Service Chains"
9483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9484   layout:
9485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9486     layout: "plot-service-density"
9487
9488 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9489 - type: "plot"
9490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9491   algorithm: "plot_nf_heatmap"
9492   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9493   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9494   filter: "'NIC_Intel-XXV710' and
9495            'NF_DENSITY' and
9496            'DOCKER' and
9497            'CHAIN' and
9498            'NF_VPPIP4' and
9499            'IPSEC' and
9500            'TNL_1000' and
9501            'IMIX' and
9502            '2T1C' and
9503            'NDRPDR'"
9504   parameters:
9505   - "throughput"
9506   - "name"
9507   - "tags"
9508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9509   x-axis: "X = CNFs per Service Chain"
9510   y-axis: "Y = Number of Service Chains"
9511   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9512   layout:
9513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9514     layout: "plot-service-density"
9515
9516 - type: "plot"
9517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9518   algorithm: "plot_nf_heatmap"
9519   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9520   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9521   filter: "'NIC_Intel-XXV710' and
9522            'NF_DENSITY' and
9523            'DOCKER' and
9524            'CHAIN' and
9525            'NF_VPPIP4' and
9526            'IPSEC' and
9527            'TNL_1000' and
9528            'IMIX' and
9529            '4T2C' and
9530            'NDRPDR'"
9531   parameters:
9532   - "throughput"
9533   - "name"
9534   - "tags"
9535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9536   x-axis: "X = CNFs per Service Chain"
9537   y-axis: "Y = Number of Service Chains"
9538   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9539   layout:
9540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9541     layout: "plot-service-density"
9542
9543 - type: "plot"
9544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9545   algorithm: "plot_nf_heatmap"
9546   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9547   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9548   filter: "'NIC_Intel-XXV710' and
9549            'NF_DENSITY' and
9550            'DOCKER' and
9551            'CHAIN' and
9552            'NF_VPPIP4' and
9553            'IPSEC' and
9554            'TNL_1000' and
9555            'IMIX' and
9556            '8T4C' and
9557            'NDRPDR'"
9558   parameters:
9559   - "throughput"
9560   - "name"
9561   - "tags"
9562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9563   x-axis: "X = CNFs per Service Chain"
9564   y-axis: "Y = Number of Service Chains"
9565   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9566   layout:
9567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9568     layout: "plot-service-density"
9569
9570 ###############################################################################
9571
9572 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9573 #- type: "plot"
9574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9575 #  algorithm: "plot_nf_heatmap"
9576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9577 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9578 #  filter: "'NIC_Intel-XL710' and
9579 #           'NF_DENSITY' and
9580 #           'DOCKER' and
9581 #           'CHAIN' and
9582 #           'NF_VPPIP4' and
9583 #           'IMIX' and
9584 #           'TNL_1000' and
9585 #           '1T1C' and
9586 #           'MRR'"
9587 #  parameters:
9588 #  - "result"
9589 #  - "name"
9590 #  - "tags"
9591 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9592 #  x-axis: "X = CNFs per Service Chain"
9593 #  y-axis: "Y = Number of Service Chains"
9594 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9595 #  layout:
9596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9597 #    layout: "plot-service-density"
9598 #
9599 #- type: "plot"
9600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9601 #  algorithm: "plot_nf_heatmap"
9602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9603 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9604 #  filter: "'NIC_Intel-XL710' and
9605 #           'NF_DENSITY' and
9606 #           'DOCKER' and
9607 #           'CHAIN' and
9608 #           'NF_VPPIP4' and
9609 #           'IPSEC' and
9610 #           'TNL_1000' and
9611 #           'IMIX' and
9612 #           '2T2C' and
9613 #           'MRR'"
9614 #  parameters:
9615 #  - "result"
9616 #  - "name"
9617 #  - "tags"
9618 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9619 #  x-axis: "X = CNFs per Service Chain"
9620 #  y-axis: "Y = Number of Service Chains"
9621 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9622 #  layout:
9623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9624 #    layout: "plot-service-density"
9625 #
9626 #- type: "plot"
9627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9628 #  algorithm: "plot_nf_heatmap"
9629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9630 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9631 #  filter: "'NIC_Intel-XL710' and
9632 #           'NF_DENSITY' and
9633 #           'DOCKER' and
9634 #           'CHAIN' and
9635 #           'NF_VPPIP4' and
9636 #           'IPSEC' and
9637 #           'TNL_1000' and
9638 #           'IMIX' and
9639 #           '4T4C' and
9640 #           'MRR'"
9641 #  parameters:
9642 #  - "result"
9643 #  - "name"
9644 #  - "tags"
9645 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9646 #  x-axis: "X = CNFs per Service Chain"
9647 #  y-axis: "Y = Number of Service Chains"
9648 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9649 #  layout:
9650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9651 #    layout: "plot-service-density"
9652
9653 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9654 #- type: "plot"
9655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9656 #  algorithm: "plot_nf_heatmap"
9657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9658 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9659 #  filter: "'NIC_Intel-XL710' and
9660 #           'NF_DENSITY' and
9661 #           'DOCKER' and
9662 #           'CHAIN' and
9663 #           'NF_VPPIP4' and
9664 #           'IPSEC' and
9665 #           'TNL_1000' and
9666 #           'IMIX' and
9667 #           '1T1C' and
9668 #           'NDRPDR'"
9669 #  parameters:
9670 #  - "throughput"
9671 #  - "name"
9672 #  - "tags"
9673 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9674 #  x-axis: "X = CNFs per Service Chain"
9675 #  y-axis: "Y = Number of Service Chains"
9676 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9677 #  layout:
9678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9679 #    layout: "plot-service-density"
9680 #
9681 #- type: "plot"
9682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9683 #  algorithm: "plot_nf_heatmap"
9684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9685 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9686 #  filter: "'NIC_Intel-XL710' and
9687 #           'NF_DENSITY' and
9688 #           'DOCKER' and
9689 #           'CHAIN' and
9690 #           'NF_VPPIP4' and
9691 #           'IPSEC' and
9692 #           'TNL_1000' and
9693 #           'IMIX' and
9694 #           '2T2C' and
9695 #           'NDRPDR'"
9696 #  parameters:
9697 #  - "throughput"
9698 #  - "name"
9699 #  - "tags"
9700 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9701 #  x-axis: "X = CNFs per Service Chain"
9702 #  y-axis: "Y = Number of Service Chains"
9703 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9704 #  layout:
9705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9706 #    layout: "plot-service-density"
9707 #
9708 #- type: "plot"
9709 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9710 #  algorithm: "plot_nf_heatmap"
9711 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9712 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9713 #  filter: "'NIC_Intel-XL710' and
9714 #           'NF_DENSITY' and
9715 #           'DOCKER' and
9716 #           'CHAIN' and
9717 #           'NF_VPPIP4' and
9718 #           'IPSEC' and
9719 #           'TNL_1000' and
9720 #           'IMIX' and
9721 #           '4T4C' and
9722 #           'NDRPDR'"
9723 #  parameters:
9724 #  - "throughput"
9725 #  - "name"
9726 #  - "tags"
9727 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9728 #  x-axis: "X = CNFs per Service Chain"
9729 #  y-axis: "Y = Number of Service Chains"
9730 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9731 #  layout:
9732 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9733 #    layout: "plot-service-density"
9734 #
9735 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9736 #- type: "plot"
9737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9738 #  algorithm: "plot_nf_heatmap"
9739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9740 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9741 #  filter: "'NIC_Intel-XL710' and
9742 #           'NF_DENSITY' and
9743 #           'DOCKER' and
9744 #           'CHAIN' and
9745 #           'NF_VPPIP4' and
9746 #           'IPSEC' and
9747 #           'TNL_1000' and
9748 #           'IMIX' and
9749 #           '1T1C' and
9750 #           'NDRPDR'"
9751 #  parameters:
9752 #  - "throughput"
9753 #  - "name"
9754 #  - "tags"
9755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9756 #  x-axis: "X = CNFs per Service Chain"
9757 #  y-axis: "Y = Number of Service Chains"
9758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9759 #  layout:
9760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9761 #    layout: "plot-service-density"
9762 #
9763 #- type: "plot"
9764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9765 #  algorithm: "plot_nf_heatmap"
9766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9767 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9768 #  filter: "'NIC_Intel-XL710' and
9769 #           'NF_DENSITY' and
9770 #           'DOCKER' and
9771 #           'CHAIN' and
9772 #           'NF_VPPIP4' and
9773 #           'IPSEC' and
9774 #           'TNL_1000' and
9775 #           'IMIX' and
9776 #           '2T2C' and
9777 #           'NDRPDR'"
9778 #  parameters:
9779 #  - "throughput"
9780 #  - "name"
9781 #  - "tags"
9782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9783 #  x-axis: "X = CNFs per Service Chain"
9784 #  y-axis: "Y = Number of Service Chains"
9785 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9786 #  layout:
9787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9788 #    layout: "plot-service-density"
9789 #
9790 #- type: "plot"
9791 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9792 #  algorithm: "plot_nf_heatmap"
9793 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9794 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9795 #  filter: "'NIC_Intel-XL710' and
9796 #           'NF_DENSITY' and
9797 #           'DOCKER' and
9798 #           'CHAIN' and
9799 #           'NF_VPPIP4' and
9800 #           'IPSEC' and
9801 #           'TNL_1000' and
9802 #           'IMIX' and
9803 #           '4T4C' and
9804 #           'NDRPDR'"
9805 #  parameters:
9806 #  - "throughput"
9807 #  - "name"
9808 #  - "tags"
9809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9810 #  x-axis: "X = CNFs per Service Chain"
9811 #  y-axis: "Y = Number of Service Chains"
9812 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9813 #  layout:
9814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9815 #    layout: "plot-service-density"
9816
9817 ###############################################################################
9818
9819 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9820 #- type: "plot"
9821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9822 #  algorithm: "plot_nf_heatmap"
9823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9824 #  data: "plot-vpp-nfv-3n-skx-mrr"
9825 #  filter: "'NIC_Intel-XXV710' and
9826 #           'NF_DENSITY' and
9827 #           'DOCKER' and
9828 #           'CHAIN' and
9829 #           'NF_VPPIP4' and
9830 #           'IPSEC' and
9831 #           'TNL_10000' and
9832 #           'IMIX' and
9833 #           '2T1C' and
9834 #           'MRR'"
9835 #  parameters:
9836 #  - "result"
9837 #  - "name"
9838 #  - "tags"
9839 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9840 #  x-axis: "X = CNFs per Service Chain"
9841 #  y-axis: "Y = Number of Service Chains"
9842 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9843 #  layout:
9844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9845 #    layout: "plot-service-density"
9846 #
9847 #- type: "plot"
9848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9849 #  algorithm: "plot_nf_heatmap"
9850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9851 #  data: "plot-vpp-nfv-3n-skx-mrr"
9852 #  filter: "'NIC_Intel-XXV710' and
9853 #           'NF_DENSITY' and
9854 #           'DOCKER' and
9855 #           'CHAIN' and
9856 #           'NF_VPPIP4' and
9857 #           'IPSEC' and
9858 #           'TNL_10000' and
9859 #           'IMIX' and
9860 #           '4T2C' and
9861 #           'MRR'"
9862 #  parameters:
9863 #  - "result"
9864 #  - "name"
9865 #  - "tags"
9866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9867 #  x-axis: "X = CNFs per Service Chain"
9868 #  y-axis: "Y = Number of Service Chains"
9869 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9870 #  layout:
9871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9872 #    layout: "plot-service-density"
9873 #
9874 #- type: "plot"
9875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9876 #  algorithm: "plot_nf_heatmap"
9877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9878 #  data: "plot-vpp-nfv-3n-skx-mrr"
9879 #  filter: "'NIC_Intel-XXV710' and
9880 #           'NF_DENSITY' and
9881 #           'DOCKER' and
9882 #           'CHAIN' and
9883 #           'NF_VPPIP4' and
9884 #           'IPSEC' and
9885 #           'TNL_10000' and
9886 #           'IMIX' and
9887 #           '8T4C' and
9888 #           'MRR'"
9889 #  parameters:
9890 #  - "result"
9891 #  - "name"
9892 #  - "tags"
9893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9894 #  x-axis: "X = CNFs per Service Chain"
9895 #  y-axis: "Y = Number of Service Chains"
9896 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9897 #  layout:
9898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9899 #    layout: "plot-service-density"
9900
9901 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9902 - type: "plot"
9903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9904   algorithm: "plot_nf_heatmap"
9905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9906   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9907   filter: "'NIC_Intel-XXV710' and
9908            'NF_DENSITY' and
9909            'DOCKER' and
9910            'CHAIN' and
9911            'NF_VPPIP4' and
9912            'IPSEC' and
9913            'TNL_10000' and
9914            'IMIX' and
9915            '2T1C' and
9916            'NDRPDR'"
9917   parameters:
9918   - "throughput"
9919   - "name"
9920   - "tags"
9921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9922   x-axis: "X = CNFs per Service Chain"
9923   y-axis: "Y = Number of Service Chains"
9924   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9925   layout:
9926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9927     layout: "plot-service-density"
9928
9929 - type: "plot"
9930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9931   algorithm: "plot_nf_heatmap"
9932   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9933   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9934   filter: "'NIC_Intel-XXV710' and
9935            'NF_DENSITY' and
9936            'DOCKER' and
9937            'CHAIN' and
9938            'NF_VPPIP4' and
9939            'IPSEC' and
9940            'TNL_10000' and
9941            'IMIX' and
9942            '4T2C' and
9943            'NDRPDR'"
9944   parameters:
9945   - "throughput"
9946   - "name"
9947   - "tags"
9948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9949   x-axis: "X = CNFs per Service Chain"
9950   y-axis: "Y = Number of Service Chains"
9951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9952   layout:
9953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9954     layout: "plot-service-density"
9955
9956 - type: "plot"
9957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9958   algorithm: "plot_nf_heatmap"
9959   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9960   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9961   filter: "'NIC_Intel-XXV710' and
9962            'NF_DENSITY' and
9963            'DOCKER' and
9964            'CHAIN' and
9965            'NF_VPPIP4' and
9966            'IPSEC' and
9967            'TNL_10000' and
9968            'IMIX' and
9969            '8T4C' and
9970            'NDRPDR'"
9971   parameters:
9972   - "throughput"
9973   - "name"
9974   - "tags"
9975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9976   x-axis: "X = CNFs per Service Chain"
9977   y-axis: "Y = Number of Service Chains"
9978   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9979   layout:
9980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9981     layout: "plot-service-density"
9982
9983 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9984 - type: "plot"
9985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9986   algorithm: "plot_nf_heatmap"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9988   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'DOCKER' and
9992            'CHAIN' and
9993            'NF_VPPIP4' and
9994            'IPSEC' and
9995            'TNL_10000' and
9996            'IMIX' and
9997            '2T1C' and
9998            'NDRPDR'"
9999   parameters:
10000   - "throughput"
10001   - "name"
10002   - "tags"
10003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10004   x-axis: "X = CNFs per Service Chain"
10005   y-axis: "Y = Number of Service Chains"
10006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10007   layout:
10008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10009     layout: "plot-service-density"
10010
10011 - type: "plot"
10012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10013   algorithm: "plot_nf_heatmap"
10014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10015   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10016   filter: "'NIC_Intel-XXV710' and
10017            'NF_DENSITY' and
10018            'DOCKER' and
10019            'CHAIN' and
10020            'NF_VPPIP4' and
10021            'IPSEC' and
10022            'TNL_10000' and
10023            'IMIX' and
10024            '4T2C' and
10025            'NDRPDR'"
10026   parameters:
10027   - "throughput"
10028   - "name"
10029   - "tags"
10030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10031   x-axis: "X = CNFs per Service Chain"
10032   y-axis: "Y = Number of Service Chains"
10033   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10034   layout:
10035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10036     layout: "plot-service-density"
10037
10038 - type: "plot"
10039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10040   algorithm: "plot_nf_heatmap"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10042   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'DOCKER' and
10046            'CHAIN' and
10047            'NF_VPPIP4' and
10048            'IPSEC' and
10049            'TNL_10000' and
10050            'IMIX' and
10051            '8T4C' and
10052            'NDRPDR'"
10053   parameters:
10054   - "throughput"
10055   - "name"
10056   - "tags"
10057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10058   x-axis: "X = CNFs per Service Chain"
10059   y-axis: "Y = Number of Service Chains"
10060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10061   layout:
10062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10063     layout: "plot-service-density"
10064
10065 ###############################################################################
10066
10067 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10068 #- type: "plot"
10069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10070 #  algorithm: "plot_nf_heatmap"
10071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10072 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10073 #  filter: "'NIC_Intel-XL710' and
10074 #           'NF_DENSITY' and
10075 #           'DOCKER' and
10076 #           'CHAIN' and
10077 #           'NF_VPPIP4' and
10078 #           'IMIX' and
10079 #           'TNL_10000' and
10080 #           '1T1C' and
10081 #           'MRR'"
10082 #  parameters:
10083 #  - "result"
10084 #  - "name"
10085 #  - "tags"
10086 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10087 #  x-axis: "X = CNFs per Service Chain"
10088 #  y-axis: "Y = Number of Service Chains"
10089 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10090 #  layout:
10091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10092 #    layout: "plot-service-density"
10093 #
10094 #- type: "plot"
10095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10096 #  algorithm: "plot_nf_heatmap"
10097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10098 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10099 #  filter: "'NIC_Intel-XL710' and
10100 #           'NF_DENSITY' and
10101 #           'DOCKER' and
10102 #           'CHAIN' and
10103 #           'NF_VPPIP4' and
10104 #           'IPSEC' and
10105 #           'TNL_10000' and
10106 #           'IMIX' and
10107 #           '2T2C' and
10108 #           'MRR'"
10109 #  parameters:
10110 #  - "result"
10111 #  - "name"
10112 #  - "tags"
10113 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10114 #  x-axis: "X = CNFs per Service Chain"
10115 #  y-axis: "Y = Number of Service Chains"
10116 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10117 #  layout:
10118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10119 #    layout: "plot-service-density"
10120 #
10121 #- type: "plot"
10122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10123 #  algorithm: "plot_nf_heatmap"
10124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10125 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10126 #  filter: "'NIC_Intel-XL710' and
10127 #           'NF_DENSITY' and
10128 #           'DOCKER' and
10129 #           'CHAIN' and
10130 #           'NF_VPPIP4' and
10131 #           'IPSEC' and
10132 #           'TNL_10000' and
10133 #           'IMIX' and
10134 #           '4T4C' and
10135 #           'MRR'"
10136 #  parameters:
10137 #  - "result"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Chain"
10142 #  y-axis: "Y = Number of Service Chains"
10143 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10146 #    layout: "plot-service-density"
10147
10148 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10151 #  algorithm: "plot_nf_heatmap"
10152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10153 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10154 #  filter: "'NIC_Intel-XL710' and
10155 #           'NF_DENSITY' and
10156 #           'DOCKER' and
10157 #           'CHAIN' and
10158 #           'NF_VPPIP4' and
10159 #           'IPSEC' and
10160 #           'TNL_10000' and
10161 #           'IMIX' and
10162 #           '1T1C' and
10163 #           'NDRPDR'"
10164 #  parameters:
10165 #  - "throughput"
10166 #  - "name"
10167 #  - "tags"
10168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10169 #  x-axis: "X = CNFs per Service Chain"
10170 #  y-axis: "Y = Number of Service Chains"
10171 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10172 #  layout:
10173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10174 #    layout: "plot-service-density"
10175 #
10176 #- type: "plot"
10177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10178 #  algorithm: "plot_nf_heatmap"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10180 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10181 #  filter: "'NIC_Intel-XL710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'CHAIN' and
10185 #           'NF_VPPIP4' and
10186 #           'IPSEC' and
10187 #           'TNL_10000' and
10188 #           'IMIX' and
10189 #           '2T2C' and
10190 #           'NDRPDR'"
10191 #  parameters:
10192 #  - "throughput"
10193 #  - "name"
10194 #  - "tags"
10195 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10196 #  x-axis: "X = CNFs per Service Chain"
10197 #  y-axis: "Y = Number of Service Chains"
10198 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10199 #  layout:
10200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10201 #    layout: "plot-service-density"
10202 #
10203 #- type: "plot"
10204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10205 #  algorithm: "plot_nf_heatmap"
10206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10207 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10208 #  filter: "'NIC_Intel-XL710' and
10209 #           'NF_DENSITY' and
10210 #           'DOCKER' and
10211 #           'CHAIN' and
10212 #           'NF_VPPIP4' and
10213 #           'IPSEC' and
10214 #           'TNL_10000' and
10215 #           'IMIX' and
10216 #           '4T4C' and
10217 #           'NDRPDR'"
10218 #  parameters:
10219 #  - "throughput"
10220 #  - "name"
10221 #  - "tags"
10222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10223 #  x-axis: "X = CNFs per Service Chain"
10224 #  y-axis: "Y = Number of Service Chains"
10225 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10226 #  layout:
10227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10228 #    layout: "plot-service-density"
10229 #
10230 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10231 #- type: "plot"
10232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10233 #  algorithm: "plot_nf_heatmap"
10234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10235 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10236 #  filter: "'NIC_Intel-XL710' and
10237 #           'NF_DENSITY' and
10238 #           'DOCKER' and
10239 #           'CHAIN' and
10240 #           'NF_VPPIP4' and
10241 #           'IPSEC' and
10242 #           'TNL_10000' and
10243 #           'IMIX' and
10244 #           '1T1C' and
10245 #           'NDRPDR'"
10246 #  parameters:
10247 #  - "throughput"
10248 #  - "name"
10249 #  - "tags"
10250 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10251 #  x-axis: "X = CNFs per Service Chain"
10252 #  y-axis: "Y = Number of Service Chains"
10253 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10254 #  layout:
10255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10256 #    layout: "plot-service-density"
10257 #
10258 #- type: "plot"
10259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10260 #  algorithm: "plot_nf_heatmap"
10261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10262 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10263 #  filter: "'NIC_Intel-XL710' and
10264 #           'NF_DENSITY' and
10265 #           'DOCKER' and
10266 #           'CHAIN' and
10267 #           'NF_VPPIP4' and
10268 #           'IPSEC' and
10269 #           'TNL_10000' and
10270 #           'IMIX' and
10271 #           '2T2C' and
10272 #           'NDRPDR'"
10273 #  parameters:
10274 #  - "throughput"
10275 #  - "name"
10276 #  - "tags"
10277 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10278 #  x-axis: "X = CNFs per Service Chain"
10279 #  y-axis: "Y = Number of Service Chains"
10280 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10281 #  layout:
10282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10283 #    layout: "plot-service-density"
10284 #
10285 #- type: "plot"
10286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10287 #  algorithm: "plot_nf_heatmap"
10288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10289 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10290 #  filter: "'NIC_Intel-XL710' and
10291 #           'NF_DENSITY' and
10292 #           'DOCKER' and
10293 #           'CHAIN' and
10294 #           'NF_VPPIP4' and
10295 #           'IPSEC' and
10296 #           'TNL_10000' and
10297 #           'IMIX' and
10298 #           '4T4C' and
10299 #           'NDRPDR'"
10300 #  parameters:
10301 #  - "throughput"
10302 #  - "name"
10303 #  - "tags"
10304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10305 #  x-axis: "X = CNFs per Service Chain"
10306 #  y-axis: "Y = Number of Service Chains"
10307 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10308 #  layout:
10309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10310 #    layout: "plot-service-density"
10311
10312 ###############################################################################
10313
10314 # Plots - NF Density - CSP - MRR 64b
10315
10316 #- type: "plot"
10317 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10318 #  algorithm: "plot_nf_heatmap"
10319 #  output-file-type: ".html"
10320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10321 #  data: "plot-vpp-nfv-2n-skx-mrr"
10322 #  filter: "'NIC_Intel-XXV710' and
10323 #           'NF_DENSITY' and
10324 #           'DOCKER' and
10325 #           'PIPELINE' and
10326 #           'NF_VPPIP4' and
10327 #           '64B' and
10328 #           '2T1C' and
10329 #           'MRR'"
10330 #  parameters:
10331 #  - "result"
10332 #  - "name"
10333 #  - "tags"
10334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10335 #  x-axis: "X = CNFs per Service Pipeline"
10336 #  y-axis: "Y = Number of Service Pipelines"
10337 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10338 #  layout:
10339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10340 #    layout: "plot-service-density"
10341 #
10342 #- type: "plot"
10343 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10344 #  algorithm: "plot_nf_heatmap"
10345 #  output-file-type: ".html"
10346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10347 #  data: "plot-vpp-nfv-2n-skx-mrr"
10348 #  filter: "'NIC_Intel-XXV710' and
10349 #           'NF_DENSITY' and
10350 #           'DOCKER' and
10351 #           'PIPELINE' and
10352 #           'NF_VPPIP4' and
10353 #           '64B' and
10354 #           '4T2C' and
10355 #           'MRR'"
10356 #  parameters:
10357 #  - "result"
10358 #  - "name"
10359 #  - "tags"
10360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10361 #  x-axis: "X = CNFs per Service Pipeline"
10362 #  y-axis: "Y = Number of Service Pipelines"
10363 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10364 #  layout:
10365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10366 #    layout: "plot-service-density"
10367 #
10368 #- type: "plot"
10369 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10370 #  algorithm: "plot_nf_heatmap"
10371 #  output-file-type: ".html"
10372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10373 #  data: "plot-vpp-nfv-2n-skx-mrr"
10374 #  filter: "'NIC_Intel-XXV710' and
10375 #           'NF_DENSITY' and
10376 #           'DOCKER' and
10377 #           'PIPELINE' and
10378 #           'NF_VPPIP4' and
10379 #           '64B' and
10380 #           '8T4C' and
10381 #           'MRR'"
10382 #  parameters:
10383 #  - "result"
10384 #  - "name"
10385 #  - "tags"
10386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10387 #  x-axis: "X = CNFs per Service Pipeline"
10388 #  y-axis: "Y = Number of Service Pipelines"
10389 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10390 #  layout:
10391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10392 #    layout: "plot-service-density"
10393 #
10394 ## Plots - NF Density - CSP - MRR IMIX
10395 #- type: "plot"
10396 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10397 #  algorithm: "plot_nf_heatmap"
10398 #  output-file-type: ".html"
10399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10400 #  data: "plot-vpp-nfv-2n-skx-mrr"
10401 #  filter: "'NIC_Intel-XXV710' and
10402 #           'NF_DENSITY' and
10403 #           'DOCKER' and
10404 #           'PIPELINE' and
10405 #           'NF_VPPIP4' and
10406 #           'IMIX' and
10407 #           '2T1C' and
10408 #           'MRR'"
10409 #  parameters:
10410 #  - "result"
10411 #  - "name"
10412 #  - "tags"
10413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10414 #  x-axis: "X = CNFs per Service Pipeline"
10415 #  y-axis: "Y = Number of Service Pipelines"
10416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10417 #  layout:
10418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10419 #    layout: "plot-service-density"
10420 #
10421 #- type: "plot"
10422 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10423 #  algorithm: "plot_nf_heatmap"
10424 #  output-file-type: ".html"
10425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10426 #  data: "plot-vpp-nfv-2n-skx-mrr"
10427 #  filter: "'NIC_Intel-XXV710' and
10428 #           'NF_DENSITY' and
10429 #           'DOCKER' and
10430 #           'PIPELINE' and
10431 #           'NF_VPPIP4' and
10432 #           'IMIX' and
10433 #           '4T2C' and
10434 #           'MRR'"
10435 #  parameters:
10436 #  - "result"
10437 #  - "name"
10438 #  - "tags"
10439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10440 #  x-axis: "X = CNFs per Service Pipeline"
10441 #  y-axis: "Y = Number of Service Pipelines"
10442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10443 #  layout:
10444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10445 #    layout: "plot-service-density"
10446 #
10447 #- type: "plot"
10448 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10449 #  algorithm: "plot_nf_heatmap"
10450 #  output-file-type: ".html"
10451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10452 #  data: "plot-vpp-nfv-2n-skx-mrr"
10453 #  filter: "'NIC_Intel-XXV710' and
10454 #           'NF_DENSITY' and
10455 #           'DOCKER' and
10456 #           'PIPELINE' and
10457 #           'NF_VPPIP4' and
10458 #           'IMIX' and
10459 #           '8T4C' and
10460 #           'MRR'"
10461 #  parameters:
10462 #  - "result"
10463 #  - "name"
10464 #  - "tags"
10465 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10466 #  x-axis: "X = CNFs per Service Pipeline"
10467 #  y-axis: "Y = Number of Service Pipelines"
10468 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10469 #  layout:
10470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10471 #    layout: "plot-service-density"
10472 #
10473 ## Plots - NF Density - CSP - NDR 64b
10474 #- type: "plot"
10475 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10476 #  algorithm: "plot_nf_heatmap"
10477 #  output-file-type: ".html"
10478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10480 #  filter: "'NIC_Intel-XXV710' and
10481 #           'NF_DENSITY' and
10482 #           'DOCKER' and
10483 #           'PIPELINE' and
10484 #           'NF_VPPIP4' and
10485 #           '64B' and
10486 #           '2T1C' and
10487 #           'NDRPDR'"
10488 #  parameters:
10489 #  - "throughput"
10490 #  - "name"
10491 #  - "tags"
10492 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10493 #  x-axis: "X = CNFs per Service Pipeline"
10494 #  y-axis: "Y = Number of Service Pipelines"
10495 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10496 #  layout:
10497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10498 #    layout: "plot-service-density"
10499 #
10500 #- type: "plot"
10501 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10502 #  algorithm: "plot_nf_heatmap"
10503 #  output-file-type: ".html"
10504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10506 #  filter: "'NIC_Intel-XXV710' and
10507 #           'NF_DENSITY' and
10508 #           'DOCKER' and
10509 #           'PIPELINE' and
10510 #           'NF_VPPIP4' and
10511 #           '64B' and
10512 #           '4T2C' and
10513 #           'NDRPDR'"
10514 #  parameters:
10515 #  - "throughput"
10516 #  - "name"
10517 #  - "tags"
10518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10519 #  x-axis: "X = CNFs per Service Pipeline"
10520 #  y-axis: "Y = Number of Service Pipelines"
10521 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10522 #  layout:
10523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10524 #    layout: "plot-service-density"
10525 #
10526 #- type: "plot"
10527 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10528 #  algorithm: "plot_nf_heatmap"
10529 #  output-file-type: ".html"
10530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10532 #  filter: "'NIC_Intel-XXV710' and
10533 #           'NF_DENSITY' and
10534 #           'DOCKER' and
10535 #           'PIPELINE' and
10536 #           'NF_VPPIP4' and
10537 #           '64B' and
10538 #           '8T4C' and
10539 #           'NDRPDR'"
10540 #  parameters:
10541 #  - "throughput"
10542 #  - "name"
10543 #  - "tags"
10544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10545 #  x-axis: "X = CNFs per Service Pipeline"
10546 #  y-axis: "Y = Number of Service Pipelines"
10547 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10548 #  layout:
10549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10550 #    layout: "plot-service-density"
10551 #
10552 ## Plots - NF Density - CSP - NDR IMIX
10553 #- type: "plot"
10554 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10555 #  algorithm: "plot_nf_heatmap"
10556 #  output-file-type: ".html"
10557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10559 #  filter: "'NIC_Intel-XXV710' and
10560 #           'NF_DENSITY' and
10561 #           'DOCKER' and
10562 #           'PIPELINE' and
10563 #           'NF_VPPIP4' and
10564 #           'IMIX' and
10565 #           '2T1C' and
10566 #           'NDRPDR'"
10567 #  parameters:
10568 #  - "throughput"
10569 #  - "name"
10570 #  - "tags"
10571 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10572 #  x-axis: "X = CNFs per Service Pipeline"
10573 #  y-axis: "Y = Number of Service Pipelines"
10574 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10575 #  layout:
10576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10577 #    layout: "plot-service-density"
10578 #
10579 #- type: "plot"
10580 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10581 #  algorithm: "plot_nf_heatmap"
10582 #  output-file-type: ".html"
10583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10584 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10585 #  filter: "'NIC_Intel-XXV710' and
10586 #           'NF_DENSITY' and
10587 #           'DOCKER' and
10588 #           'PIPELINE' and
10589 #           'NF_VPPIP4' and
10590 #           'IMIX' and
10591 #           '4T2C' and
10592 #           'NDRPDR'"
10593 #  parameters:
10594 #  - "throughput"
10595 #  - "name"
10596 #  - "tags"
10597 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10598 #  x-axis: "X = CNFs per Service Pipeline"
10599 #  y-axis: "Y = Number of Service Pipelines"
10600 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10601 #  layout:
10602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10603 #    layout: "plot-service-density"
10604 #
10605 #- type: "plot"
10606 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10607 #  algorithm: "plot_nf_heatmap"
10608 #  output-file-type: ".html"
10609 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10610 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10611 #  filter: "'NIC_Intel-XXV710' and
10612 #           'NF_DENSITY' and
10613 #           'DOCKER' and
10614 #           'PIPELINE' and
10615 #           'NF_VPPIP4' and
10616 #           'IMIX' and
10617 #           '8T4C' and
10618 #           'NDRPDR'"
10619 #  parameters:
10620 #  - "throughput"
10621 #  - "name"
10622 #  - "tags"
10623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10624 #  x-axis: "X = CNFs per Service Pipeline"
10625 #  y-axis: "Y = Number of Service Pipelines"
10626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10627 #  layout:
10628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10629 #    layout: "plot-service-density"
10630 #
10631 ## Plots - NF Density - CSP - PDR 64b
10632 #- type: "plot"
10633 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10634 #  algorithm: "plot_nf_heatmap"
10635 #  output-file-type: ".html"
10636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10638 #  filter: "'NIC_Intel-XXV710' and
10639 #           'NF_DENSITY' and
10640 #           'DOCKER' and
10641 #           'PIPELINE' and
10642 #           'NF_VPPIP4' and
10643 #           '64B' and
10644 #           '2T1C' and
10645 #           'NDRPDR'"
10646 #  parameters:
10647 #  - "throughput"
10648 #  - "name"
10649 #  - "tags"
10650 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10651 #  x-axis: "X = CNFs per Service Pipeline"
10652 #  y-axis: "Y = Number of Service Pipelines"
10653 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10654 #  layout:
10655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10656 #    layout: "plot-service-density"
10657 #
10658 #- type: "plot"
10659 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10660 #  algorithm: "plot_nf_heatmap"
10661 #  output-file-type: ".html"
10662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10664 #  filter: "'NIC_Intel-XXV710' and
10665 #           'NF_DENSITY' and
10666 #           'DOCKER' and
10667 #           'PIPELINE' and
10668 #           'NF_VPPIP4' and
10669 #           '64B' and
10670 #           '4T2C' and
10671 #           'NDRPDR'"
10672 #  parameters:
10673 #  - "throughput"
10674 #  - "name"
10675 #  - "tags"
10676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10677 #  x-axis: "X = CNFs per Service Pipeline"
10678 #  y-axis: "Y = Number of Service Pipelines"
10679 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10680 #  layout:
10681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10682 #    layout: "plot-service-density"
10683 #
10684 #- type: "plot"
10685 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10686 #  algorithm: "plot_nf_heatmap"
10687 #  output-file-type: ".html"
10688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10689 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10690 #  filter: "'NIC_Intel-XXV710' and
10691 #           'NF_DENSITY' and
10692 #           'DOCKER' and
10693 #           'PIPELINE' and
10694 #           'NF_VPPIP4' and
10695 #           '64B' and
10696 #           '8T4C' and
10697 #           'NDRPDR'"
10698 #  parameters:
10699 #  - "throughput"
10700 #  - "name"
10701 #  - "tags"
10702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10703 #  x-axis: "X = CNFs per Service Pipeline"
10704 #  y-axis: "Y = Number of Service Pipelines"
10705 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10706 #  layout:
10707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10708 #    layout: "plot-service-density"
10709 #
10710 ## Plots - NF Density - CSP - PDR IMIX
10711 #- type: "plot"
10712 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10713 #  algorithm: "plot_nf_heatmap"
10714 #  output-file-type: ".html"
10715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10716 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10717 #  filter: "'NIC_Intel-XXV710' and
10718 #           'NF_DENSITY' and
10719 #           'DOCKER' and
10720 #           'PIPELINE' and
10721 #           'NF_VPPIP4' and
10722 #           'IMIX' and
10723 #           '2T1C' and
10724 #           'NDRPDR'"
10725 #  parameters:
10726 #  - "throughput"
10727 #  - "name"
10728 #  - "tags"
10729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10730 #  x-axis: "X = CNFs per Service Pipeline"
10731 #  y-axis: "Y = Number of Service Pipelines"
10732 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10733 #  layout:
10734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10735 #    layout: "plot-service-density"
10736 #
10737 #- type: "plot"
10738 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10739 #  algorithm: "plot_nf_heatmap"
10740 #  output-file-type: ".html"
10741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10742 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10743 #  filter: "'NIC_Intel-XXV710' and
10744 #           'NF_DENSITY' and
10745 #           'DOCKER' and
10746 #           'PIPELINE' and
10747 #           'NF_VPPIP4' and
10748 #           'IMIX' and
10749 #           '4T2C' and
10750 #           'NDRPDR'"
10751 #  parameters:
10752 #  - "throughput"
10753 #  - "name"
10754 #  - "tags"
10755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10756 #  x-axis: "X = CNFs per Service Pipeline"
10757 #  y-axis: "Y = Number of Service Pipelines"
10758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10759 #  layout:
10760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10761 #    layout: "plot-service-density"
10762 #
10763 #- type: "plot"
10764 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10765 #  algorithm: "plot_nf_heatmap"
10766 #  output-file-type: ".html"
10767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10769 #  filter: "'NIC_Intel-XXV710' and
10770 #           'NF_DENSITY' and
10771 #           'DOCKER' and
10772 #           'PIPELINE' and
10773 #           'NF_VPPIP4' and
10774 #           'IMIX' and
10775 #           '8T4C' and
10776 #           'NDRPDR'"
10777 #  parameters:
10778 #  - "throughput"
10779 #  - "name"
10780 #  - "tags"
10781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10782 #  x-axis: "X = CNFs per Service Pipeline"
10783 #  y-axis: "Y = Number of Service Pipelines"
10784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10785 #  layout:
10786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10787 #    layout: "plot-service-density"
10788
10789 ###############################################################################
10790 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10791
10792 - type: "plot"
10793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10794   algorithm: "plot_nf_heatmap"
10795   output-file-type: ".html"
10796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10797   data: "plot-vpp-nfv-2n-clx-mrr"
10798   filter: "'NIC_Intel-XXV710' and
10799            'NF_DENSITY' and
10800            'VHOST' and
10801            not 'VXLAN' and
10802            'CHAIN' and
10803            'NF_VPPIP4' and
10804            'IMIX' and
10805            '2T1C' and
10806            'MRR'"
10807   parameters:
10808   - "result"
10809   - "name"
10810   - "tags"
10811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = VNFs per Service Chain"
10813   y-axis: "Y = Number of Service Chains"
10814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10817     layout: "plot-service-density"
10818
10819 - type: "plot"
10820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10821   algorithm: "plot_nf_heatmap"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10824   data: "plot-vpp-nfv-2n-clx-mrr"
10825   filter: "'NIC_Intel-XXV710' and
10826            'NF_DENSITY' and
10827            'VHOST' and
10828            not 'VXLAN' and
10829            'CHAIN' and
10830            'NF_VPPIP4' and
10831            'IMIX' and
10832            '4T2C' and
10833            'MRR'"
10834   parameters:
10835   - "result"
10836   - "name"
10837   - "tags"
10838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10839   x-axis: "X = VNFs per Service Chain"
10840   y-axis: "Y = Number of Service Chains"
10841   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10842   layout:
10843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10844     layout: "plot-service-density"
10845
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10851   data: "plot-vpp-nfv-2n-clx-mrr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'VHOST' and
10855            not 'VXLAN' and
10856            'CHAIN' and
10857            'NF_VPPIP4' and
10858            'IMIX' and
10859            '8T4C' and
10860            'MRR'"
10861   parameters:
10862   - "result"
10863   - "name"
10864   - "tags"
10865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10866   x-axis: "X = VNFs per Service Chain"
10867   y-axis: "Y = Number of Service Chains"
10868   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10869   layout:
10870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10871     layout: "plot-service-density"
10872
10873 # Plots - NF Density - VSC - NDR IMIX
10874 - type: "plot"
10875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10876   algorithm: "plot_nf_heatmap"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10879   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10880   filter: "'NIC_Intel-XXV710' and
10881            'NF_DENSITY' and
10882            'VHOST' and
10883            not 'VXLAN' and
10884            'CHAIN' and
10885            'NF_VPPIP4' and
10886            'IMIX' and
10887            '2T1C' and
10888            'NDRPDR'"
10889   parameters:
10890   - "throughput"
10891   - "name"
10892   - "tags"
10893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10894   x-axis: "X = VNFs per Service Chain"
10895   y-axis: "Y = Number of Service Chains"
10896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10897   layout:
10898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10899     layout: "plot-service-density"
10900
10901 - type: "plot"
10902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10903   algorithm: "plot_nf_heatmap"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10907   filter: "'NIC_Intel-XXV710' and
10908            'NF_DENSITY' and
10909            'VHOST' and
10910            not 'VXLAN' and
10911            'CHAIN' and
10912            'NF_VPPIP4' and
10913            'IMIX' and
10914            '4T2C' and
10915            'NDRPDR'"
10916   parameters:
10917   - "throughput"
10918   - "name"
10919   - "tags"
10920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10921   x-axis: "X = VNFs per Service Chain"
10922   y-axis: "Y = Number of Service Chains"
10923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10924   layout:
10925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10926     layout: "plot-service-density"
10927
10928 - type: "plot"
10929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10930   algorithm: "plot_nf_heatmap"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10934   filter: "'NIC_Intel-XXV710' and
10935            'NF_DENSITY' and
10936            'VHOST' and
10937            not 'VXLAN' and
10938            'CHAIN' and
10939            'NF_VPPIP4' and
10940            'IMIX' and
10941            '8T4C' and
10942            'NDRPDR'"
10943   parameters:
10944   - "throughput"
10945   - "name"
10946   - "tags"
10947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10948   x-axis: "X = VNFs per Service Chain"
10949   y-axis: "Y = Number of Service Chains"
10950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10951   layout:
10952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10953     layout: "plot-service-density"
10954
10955 # Plots - NF Density - VSC - PDR IMIX
10956 - type: "plot"
10957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10958   algorithm: "plot_nf_heatmap"
10959   output-file-type: ".html"
10960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10962   filter: "'NIC_Intel-XXV710' and
10963            'NF_DENSITY' and
10964            'VHOST' and
10965            not 'VXLAN' and
10966            'CHAIN' and
10967            'NF_VPPIP4' and
10968            'IMIX' and
10969            '2T1C' and
10970            'NDRPDR'"
10971   parameters:
10972   - "throughput"
10973   - "name"
10974   - "tags"
10975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10976   x-axis: "X = VNFs per Service Chain"
10977   y-axis: "Y = Number of Service Chains"
10978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10979   layout:
10980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10981     layout: "plot-service-density"
10982
10983 - type: "plot"
10984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10985   algorithm: "plot_nf_heatmap"
10986   output-file-type: ".html"
10987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10989   filter: "'NIC_Intel-XXV710' and
10990            'NF_DENSITY' and
10991            'VHOST' and
10992            not 'VXLAN' and
10993            'CHAIN' and
10994            'NF_VPPIP4' and
10995            'IMIX' and
10996            '4T2C' and
10997            'NDRPDR'"
10998   parameters:
10999   - "throughput"
11000   - "name"
11001   - "tags"
11002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11003   x-axis: "X = VNFs per Service Chain"
11004   y-axis: "Y = Number of Service Chains"
11005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11006   layout:
11007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11008     layout: "plot-service-density"
11009
11010 - type: "plot"
11011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11012   algorithm: "plot_nf_heatmap"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11015   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11016   filter: "'NIC_Intel-XXV710' and
11017            'NF_DENSITY' and
11018            'VHOST' and
11019            not 'VXLAN' and
11020            'CHAIN' and
11021            'NF_VPPIP4' and
11022            'IMIX' and
11023            '8T4C' and
11024            'NDRPDR'"
11025   parameters:
11026   - "throughput"
11027   - "name"
11028   - "tags"
11029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11030   x-axis: "X = VNFs per Service Chain"
11031   y-axis: "Y = Number of Service Chains"
11032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11033   layout:
11034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11035     layout: "plot-service-density"
11036
11037 # Plots - NF Density - VSC - MRR IMIX
11038 - type: "plot"
11039   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11040   algorithm: "plot_nf_heatmap"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11043   data: "plot-vpp-nfv-2n-clx-mrr"
11044   filter: "'NIC_Intel-XXV710' and
11045            'NF_DENSITY' and
11046            'VHOST' and
11047            'VXLAN' and
11048            'CHAIN' and
11049            'IMIX' and
11050            '2T1C' and
11051            'MRR'"
11052   parameters:
11053   - "result"
11054   - "name"
11055   - "tags"
11056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11057   x-axis: "X = VNFs per Service Chain"
11058   y-axis: "Y = Number of Service Chains"
11059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11060   layout:
11061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11062     layout: "plot-service-density"
11063
11064 - type: "plot"
11065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11066   algorithm: "plot_nf_heatmap"
11067   output-file-type: ".html"
11068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11069   data: "plot-vpp-nfv-2n-clx-mrr"
11070   filter: "'NIC_Intel-XXV710' and
11071            'NF_DENSITY' and
11072            'VHOST' and
11073            'VXLAN' and
11074            'CHAIN' and
11075            'IMIX' and
11076            '4T2C' and
11077            'MRR'"
11078   parameters:
11079   - "result"
11080   - "name"
11081   - "tags"
11082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11083   x-axis: "X = VNFs per Service Chain"
11084   y-axis: "Y = Number of Service Chains"
11085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11086   layout:
11087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11088     layout: "plot-service-density"
11089
11090 - type: "plot"
11091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11092   algorithm: "plot_nf_heatmap"
11093   output-file-type: ".html"
11094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11095   data: "plot-vpp-nfv-2n-clx-mrr"
11096   filter: "'NIC_Intel-XXV710' and
11097            'NF_DENSITY' and
11098            'VHOST' and
11099            'VXLAN' and
11100            'CHAIN' and
11101            'IMIX' and
11102            '8T4C' and
11103            'MRR'"
11104   parameters:
11105   - "result"
11106   - "name"
11107   - "tags"
11108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11109   x-axis: "X = VNFs per Service Chain"
11110   y-axis: "Y = Number of Service Chains"
11111   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11112   layout:
11113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11114     layout: "plot-service-density"
11115
11116 # Plots - NF Density - VSC - NDR IMIX
11117 - type: "plot"
11118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11119   algorithm: "plot_nf_heatmap"
11120   output-file-type: ".html"
11121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11122   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11123   filter: "'NIC_Intel-XXV710' and
11124            'NF_DENSITY' and
11125            'VHOST' and
11126            'VXLAN' and
11127            'CHAIN' and
11128            'IMIX' and
11129            '2T1C' and
11130            'NDRPDR'"
11131   parameters:
11132   - "throughput"
11133   - "name"
11134   - "tags"
11135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11136   x-axis: "X = VNFs per Service Chain"
11137   y-axis: "Y = Number of Service Chains"
11138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11139   layout:
11140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11141     layout: "plot-service-density"
11142
11143 - type: "plot"
11144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11145   algorithm: "plot_nf_heatmap"
11146   output-file-type: ".html"
11147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11148   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11149   filter: "'NIC_Intel-XXV710' and
11150            'NF_DENSITY' and
11151            'VHOST' and
11152            'VXLAN' and
11153            'CHAIN' and
11154            'IMIX' and
11155            '4T2C' and
11156            'NDRPDR'"
11157   parameters:
11158   - "throughput"
11159   - "name"
11160   - "tags"
11161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11162   x-axis: "X = VNFs per Service Chain"
11163   y-axis: "Y = Number of Service Chains"
11164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11165   layout:
11166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11167     layout: "plot-service-density"
11168
11169 - type: "plot"
11170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11171   algorithm: "plot_nf_heatmap"
11172   output-file-type: ".html"
11173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11174   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11175   filter: "'NIC_Intel-XXV710' and
11176            'NF_DENSITY' and
11177            'VHOST' and
11178            'VXLAN' and
11179            'CHAIN' and
11180            'IMIX' and
11181            '8T4C' and
11182            'NDRPDR'"
11183   parameters:
11184   - "throughput"
11185   - "name"
11186   - "tags"
11187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11188   x-axis: "X = VNFs per Service Chain"
11189   y-axis: "Y = Number of Service Chains"
11190   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11191   layout:
11192     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11193     layout: "plot-service-density"
11194
11195 # Plots - NF Density - VSC - PDR IMIX
11196 - type: "plot"
11197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11198   algorithm: "plot_nf_heatmap"
11199   output-file-type: ".html"
11200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11201   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11202   filter: "'NIC_Intel-XXV710' and
11203            'NF_DENSITY' and
11204            'VHOST' and
11205            'VXLAN' and
11206            'CHAIN' and
11207            'IMIX' and
11208            '2T1C' and
11209            'NDRPDR'"
11210   parameters:
11211   - "throughput"
11212   - "name"
11213   - "tags"
11214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11215   x-axis: "X = VNFs per Service Chain"
11216   y-axis: "Y = Number of Service Chains"
11217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11218   layout:
11219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11220     layout: "plot-service-density"
11221
11222 - type: "plot"
11223   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11224   algorithm: "plot_nf_heatmap"
11225   output-file-type: ".html"
11226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11227   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11228   filter: "'NIC_Intel-XXV710' and
11229            'NF_DENSITY' and
11230            'VHOST' and
11231            'VXLAN' and
11232            'CHAIN' and
11233            'IMIX' and
11234            '4T2C' and
11235            'NDRPDR'"
11236   parameters:
11237   - "throughput"
11238   - "name"
11239   - "tags"
11240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11241   x-axis: "X = VNFs per Service Chain"
11242   y-axis: "Y = Number of Service Chains"
11243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11244   layout:
11245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11246     layout: "plot-service-density"
11247
11248 - type: "plot"
11249   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11250   algorithm: "plot_nf_heatmap"
11251   output-file-type: ".html"
11252   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11253   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11254   filter: "'NIC_Intel-XXV710' and
11255            'NF_DENSITY' and
11256            'VHOST' and
11257            'VXLAN' and
11258            'CHAIN' and
11259            'IMIX' and
11260            '8T4C' and
11261            'NDRPDR'"
11262   parameters:
11263   - "throughput"
11264   - "name"
11265   - "tags"
11266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11267   x-axis: "X = VNFs per Service Chain"
11268   y-axis: "Y = Number of Service Chains"
11269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11270   layout:
11271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11272     layout: "plot-service-density"
11273
11274 # Plots - NF Density - CSC - MRR IMIX
11275 - type: "plot"
11276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11277   algorithm: "plot_nf_heatmap"
11278   output-file-type: ".html"
11279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11280   data: "plot-vpp-nfv-2n-clx-mrr"
11281   filter: "'NIC_Intel-XXV710' and
11282            'NF_DENSITY' and
11283            'DOCKER' and
11284            'CHAIN' and
11285            'NF_VPPIP4' and
11286            'IMIX' and
11287            '2T1C' and
11288            'MRR'"
11289   parameters:
11290   - "result"
11291   - "name"
11292   - "tags"
11293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11294   x-axis: "X = CNFs per Service Chain"
11295   y-axis: "Y = Number of Service Chains"
11296   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11297   layout:
11298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11299     layout: "plot-service-density"
11300
11301 - type: "plot"
11302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11303   algorithm: "plot_nf_heatmap"
11304   output-file-type: ".html"
11305   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11306   data: "plot-vpp-nfv-2n-clx-mrr"
11307   filter: "'NIC_Intel-XXV710' and
11308            'NF_DENSITY' and
11309            'DOCKER' and
11310            'CHAIN' and
11311            'NF_VPPIP4' and
11312            'IMIX' and
11313            '4T2C' and
11314            'MRR'"
11315   parameters:
11316   - "result"
11317   - "name"
11318   - "tags"
11319   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11320   x-axis: "X = CNFs per Service Chain"
11321   y-axis: "Y = Number of Service Chains"
11322   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11323   layout:
11324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11325     layout: "plot-service-density"
11326
11327 - type: "plot"
11328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11329   algorithm: "plot_nf_heatmap"
11330   output-file-type: ".html"
11331   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11332   data: "plot-vpp-nfv-2n-clx-mrr"
11333   filter: "'NIC_Intel-XXV710' and
11334            'NF_DENSITY' and
11335            'DOCKER' and
11336            'CHAIN' and
11337            'NF_VPPIP4' and
11338            'IMIX' and
11339            '8T4C' and
11340            'MRR'"
11341   parameters:
11342   - "result"
11343   - "name"
11344   - "tags"
11345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11346   x-axis: "X = CNFs per Service Chain"
11347   y-axis: "Y = Number of Service Chains"
11348   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11349   layout:
11350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11351     layout: "plot-service-density"
11352
11353 # Plots - NF Density - CSC - NDR IMIX
11354 - type: "plot"
11355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11356   algorithm: "plot_nf_heatmap"
11357   output-file-type: ".html"
11358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11359   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11360   filter: "'NIC_Intel-XXV710' and
11361            'NF_DENSITY' and
11362            'DOCKER' and
11363            'CHAIN' and
11364            'NF_VPPIP4' and
11365            'IMIX' and
11366            '2T1C' and
11367            'NDRPDR'"
11368   parameters:
11369   - "throughput"
11370   - "name"
11371   - "tags"
11372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11373   x-axis: "X = CNFs per Service Chain"
11374   y-axis: "Y = Number of Service Chains"
11375   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11376   layout:
11377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11378     layout: "plot-service-density"
11379
11380 - type: "plot"
11381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11382   algorithm: "plot_nf_heatmap"
11383   output-file-type: ".html"
11384   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11385   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11386   filter: "'NIC_Intel-XXV710' and
11387            'NF_DENSITY' and
11388            'DOCKER' and
11389            'CHAIN' and
11390            'NF_VPPIP4' and
11391            'IMIX' and
11392            '4T2C' and
11393            'NDRPDR'"
11394   parameters:
11395   - "throughput"
11396   - "name"
11397   - "tags"
11398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11399   x-axis: "X = CNFs per Service Chain"
11400   y-axis: "Y = Number of Service Chains"
11401   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11402   layout:
11403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11404     layout: "plot-service-density"
11405
11406 - type: "plot"
11407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11408   algorithm: "plot_nf_heatmap"
11409   output-file-type: ".html"
11410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11411   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11412   filter: "'NIC_Intel-XXV710' and
11413            'NF_DENSITY' and
11414            'DOCKER' and
11415            'CHAIN' and
11416            'NF_VPPIP4' and
11417            'IMIX' and
11418            '8T4C' and
11419            'NDRPDR'"
11420   parameters:
11421   - "throughput"
11422   - "name"
11423   - "tags"
11424   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11425   x-axis: "X = CNFs per Service Chain"
11426   y-axis: "Y = Number of Service Chains"
11427   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11428   layout:
11429     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11430     layout: "plot-service-density"
11431
11432 # Plots - NF Density - CSC - PDR IMIX
11433 - type: "plot"
11434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11435   algorithm: "plot_nf_heatmap"
11436   output-file-type: ".html"
11437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11438   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11439   filter: "'NIC_Intel-XXV710' and
11440            'NF_DENSITY' and
11441            'DOCKER' and
11442            'CHAIN' and
11443            'NF_VPPIP4' and
11444            'IMIX' and
11445            '2T1C' and
11446            'NDRPDR'"
11447   parameters:
11448   - "throughput"
11449   - "name"
11450   - "tags"
11451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11452   x-axis: "X = CNFs per Service Chain"
11453   y-axis: "Y = Number of Service Chains"
11454   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11455   layout:
11456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11457     layout: "plot-service-density"
11458
11459 - type: "plot"
11460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11461   algorithm: "plot_nf_heatmap"
11462   output-file-type: ".html"
11463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11464   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11465   filter: "'NIC_Intel-XXV710' and
11466            'NF_DENSITY' and
11467            'DOCKER' and
11468            'CHAIN' and
11469            'NF_VPPIP4' and
11470            'IMIX' and
11471            '4T2C' and
11472            'NDRPDR'"
11473   parameters:
11474   - "throughput"
11475   - "name"
11476   - "tags"
11477   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11478   x-axis: "X = CNFs per Service Chain"
11479   y-axis: "Y = Number of Service Chains"
11480   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11481   layout:
11482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11483     layout: "plot-service-density"
11484
11485 - type: "plot"
11486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11487   algorithm: "plot_nf_heatmap"
11488   output-file-type: ".html"
11489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11490   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11491   filter: "'NIC_Intel-XXV710' and
11492            'NF_DENSITY' and
11493            'DOCKER' and
11494            'CHAIN' and
11495            'NF_VPPIP4' and
11496            'IMIX' and
11497            '8T4C' and
11498            'NDRPDR'"
11499   parameters:
11500   - "throughput"
11501   - "name"
11502   - "tags"
11503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11504   x-axis: "X = CNFs per Service Chain"
11505   y-axis: "Y = Number of Service Chains"
11506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11507   layout:
11508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11509     layout: "plot-service-density"
11510
11511 # Plots - NF Density - CSP - MRR IMIX
11512 - type: "plot"
11513   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11514   algorithm: "plot_nf_heatmap"
11515   output-file-type: ".html"
11516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11517   data: "plot-vpp-nfv-2n-clx-mrr"
11518   filter: "'NIC_Intel-XXV710' and
11519            'NF_DENSITY' and
11520            'DOCKER' and
11521            'PIPELINE' and
11522            'NF_VPPIP4' and
11523            'IMIX' and
11524            '2T1C' and
11525            'MRR'"
11526   parameters:
11527   - "result"
11528   - "name"
11529   - "tags"
11530   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11531   x-axis: "X = CNFs per Service Pipeline"
11532   y-axis: "Y = Number of Service Pipelines"
11533   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11534   layout:
11535     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11536     layout: "plot-service-density"
11537
11538 - type: "plot"
11539   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11540   algorithm: "plot_nf_heatmap"
11541   output-file-type: ".html"
11542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11543   data: "plot-vpp-nfv-2n-clx-mrr"
11544   filter: "'NIC_Intel-XXV710' and
11545            'NF_DENSITY' and
11546            'DOCKER' and
11547            'PIPELINE' and
11548            'NF_VPPIP4' and
11549            'IMIX' and
11550            '4T2C' and
11551            'MRR'"
11552   parameters:
11553   - "result"
11554   - "name"
11555   - "tags"
11556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11557   x-axis: "X = CNFs per Service Pipeline"
11558   y-axis: "Y = Number of Service Pipelines"
11559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11560   layout:
11561     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11562     layout: "plot-service-density"
11563
11564 - type: "plot"
11565   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11566   algorithm: "plot_nf_heatmap"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11569   data: "plot-vpp-nfv-2n-clx-mrr"
11570   filter: "'NIC_Intel-XXV710' and
11571            'NF_DENSITY' and
11572            'DOCKER' and
11573            'PIPELINE' and
11574            'NF_VPPIP4' and
11575            'IMIX' and
11576            '8T4C' and
11577            'MRR'"
11578   parameters:
11579   - "result"
11580   - "name"
11581   - "tags"
11582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11583   x-axis: "X = CNFs per Service Pipeline"
11584   y-axis: "Y = Number of Service Pipelines"
11585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11586   layout:
11587     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11588     layout: "plot-service-density"
11589
11590 # Plots - NF Density - CSP - NDR IMIX
11591 - type: "plot"
11592   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11593   algorithm: "plot_nf_heatmap"
11594   output-file-type: ".html"
11595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11596   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11597   filter: "'NIC_Intel-XXV710' and
11598            'NF_DENSITY' and
11599            'DOCKER' and
11600            'PIPELINE' and
11601            'NF_VPPIP4' and
11602            'IMIX' and
11603            '2T1C' and
11604            'NDRPDR'"
11605   parameters:
11606   - "throughput"
11607   - "name"
11608   - "tags"
11609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11610   x-axis: "X = CNFs per Service Pipeline"
11611   y-axis: "Y = Number of Service Pipelines"
11612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11613   layout:
11614     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11615     layout: "plot-service-density"
11616
11617 - type: "plot"
11618   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11619   algorithm: "plot_nf_heatmap"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11623   filter: "'NIC_Intel-XXV710' and
11624            'NF_DENSITY' and
11625            'DOCKER' and
11626            'PIPELINE' and
11627            'NF_VPPIP4' and
11628            'IMIX' and
11629            '4T2C' and
11630            'NDRPDR'"
11631   parameters:
11632   - "throughput"
11633   - "name"
11634   - "tags"
11635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11636   x-axis: "X = CNFs per Service Pipeline"
11637   y-axis: "Y = Number of Service Pipelines"
11638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11639   layout:
11640     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11641     layout: "plot-service-density"
11642
11643 - type: "plot"
11644   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11645   algorithm: "plot_nf_heatmap"
11646   output-file-type: ".html"
11647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11649   filter: "'NIC_Intel-XXV710' and
11650            'NF_DENSITY' and
11651            'DOCKER' and
11652            'PIPELINE' and
11653            'NF_VPPIP4' and
11654            'IMIX' and
11655            '8T4C' and
11656            'NDRPDR'"
11657   parameters:
11658   - "throughput"
11659   - "name"
11660   - "tags"
11661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11662   x-axis: "X = CNFs per Service Pipeline"
11663   y-axis: "Y = Number of Service Pipelines"
11664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11665   layout:
11666     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11667     layout: "plot-service-density"
11668
11669 # Plots - NF Density - CSP - PDR IMIX
11670 - type: "plot"
11671   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11672   algorithm: "plot_nf_heatmap"
11673   output-file-type: ".html"
11674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11675   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11676   filter: "'NIC_Intel-XXV710' and
11677            'NF_DENSITY' and
11678            'DOCKER' and
11679            'PIPELINE' and
11680            'NF_VPPIP4' and
11681            'IMIX' and
11682            '2T1C' and
11683            'NDRPDR'"
11684   parameters:
11685   - "throughput"
11686   - "name"
11687   - "tags"
11688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11689   x-axis: "X = CNFs per Service Pipeline"
11690   y-axis: "Y = Number of Service Pipelines"
11691   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11692   layout:
11693     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11694     layout: "plot-service-density"
11695
11696 - type: "plot"
11697   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11698   algorithm: "plot_nf_heatmap"
11699   output-file-type: ".html"
11700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11702   filter: "'NIC_Intel-XXV710' and
11703            'NF_DENSITY' and
11704            'DOCKER' and
11705            'PIPELINE' and
11706            'NF_VPPIP4' and
11707            'IMIX' and
11708            '4T2C' and
11709            'NDRPDR'"
11710   parameters:
11711   - "throughput"
11712   - "name"
11713   - "tags"
11714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11715   x-axis: "X = CNFs per Service Pipeline"
11716   y-axis: "Y = Number of Service Pipelines"
11717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11718   layout:
11719     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11720     layout: "plot-service-density"
11721
11722 - type: "plot"
11723   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11724   algorithm: "plot_nf_heatmap"
11725   output-file-type: ".html"
11726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11727   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11728   filter: "'NIC_Intel-XXV710' and
11729            'NF_DENSITY' and
11730            'DOCKER' and
11731            'PIPELINE' and
11732            'NF_VPPIP4' and
11733            'IMIX' and
11734            '8T4C' and
11735            'NDRPDR'"
11736   parameters:
11737   - "throughput"
11738   - "name"
11739   - "tags"
11740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11741   x-axis: "X = CNFs per Service Pipeline"
11742   y-axis: "Y = Number of Service Pipelines"
11743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11744   layout:
11745     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11746     layout: "plot-service-density"
11747
11748 ################################################################################
11749
11750 # Packet Throughput
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11762   layout:
11763     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11776   layout:
11777     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11785   include:
11786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11790   layout:
11791     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11804   layout:
11805     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11813   include:
11814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11819   layout:
11820     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11828   include:
11829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11834   layout:
11835     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11843   include:
11844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11849   layout:
11850     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11863     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11864   layout:
11865     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11873   include:
11874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11878     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11879   layout:
11880     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11881     layout: "plot-throughput"
11882
11883 - type: "plot"
11884   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11885   algorithm: "plot_perf_box_name"
11886   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11887   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11888   include:
11889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11892     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11893     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11894   layout:
11895     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11910   layout:
11911     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11926   layout:
11927     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11941   layout:
11942     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11956   layout:
11957     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11965   include:
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11969   layout:
11970     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11982   layout:
11983     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11984     layout: "plot-throughput"
11985
11986 - type: "plot"
11987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11988   algorithm: "plot_perf_box_name"
11989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11991   include:
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11997   layout:
11998     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12012   layout:
12013     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12021   include:
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12025   layout:
12026     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12034   include:
12035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12038   layout:
12039     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12040     layout: "plot-throughput"
12041
12042 - type: "plot"
12043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12044   algorithm: "plot_perf_box_name"
12045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12047   include:
12048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12070   layout:
12071     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12086   layout:
12087     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12102   layout:
12103     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12115   layout:
12116     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12128   layout:
12129     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12140 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12141 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12142 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12143   layout:
12144     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12152   include:
12153     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12155 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12156 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12158   layout:
12159     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12167   include:
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12173   layout:
12174     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12188   layout:
12189     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12203   layout:
12204     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12212   include:
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12218   layout:
12219     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12234   layout:
12235     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12250   layout:
12251     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12266   layout:
12267     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12275   include:
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12282   layout:
12283     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12297   layout:
12298     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12306   include:
12307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12312   layout:
12313     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12321   include:
12322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12328   layout:
12329     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12336   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12337   include:
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12344   layout:
12345     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12352   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12359   layout:
12360     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12368   include:
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12390   layout:
12391     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12399   include:
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12406   layout:
12407     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12415   include:
12416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12421   layout:
12422     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12430   include:
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12436   layout:
12437     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12452   layout:
12453     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12461   include:
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12468   layout:
12469     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12477   include:
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12492   layout:
12493     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12494     layout: "plot-throughput"
12495
12496 - type: "plot"
12497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12498   algorithm: "plot_perf_box_name"
12499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12501   include:
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12520   layout:
12521     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12522     layout: "plot-throughput"
12523
12524 - type: "plot"
12525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12526   algorithm: "plot_perf_box_name"
12527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12529   include:
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12534   layout:
12535     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12548   layout:
12549     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12557   include:
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12562   layout:
12563     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12571   include:
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12576   layout:
12577     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12584   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12585   include:
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12590   layout:
12591     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12599   include:
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12604   layout:
12605     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12613   include:
12614     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12636   layout:
12637     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12645   include:
12646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12651   layout:
12652     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12660   include:
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12666   layout:
12667     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12675   include:
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12681   layout:
12682     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12696   layout:
12697     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12705   include:
12706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12709   layout:
12710     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12718   include:
12719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12722   layout:
12723     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12731   include:
12732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12748   layout:
12749     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12763   layout:
12764     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12778   layout:
12779     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12793   layout:
12794     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   include:
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12808   layout:
12809     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12817   include:
12818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12823   layout:
12824     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12832   include:
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12838   layout:
12839     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12847   include:
12848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12853   layout:
12854     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12862   include:
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12868   layout:
12869     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12876   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12877   include:
12878     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12883   layout:
12884     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12892   include:
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12898   layout:
12899     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914   layout:
12915     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12923   include:
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930   layout:
12931     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944   layout:
12945     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12953   include:
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958   layout:
12959     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974   layout:
12975     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12983   include:
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990   layout:
12991     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13015   include:
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022   layout:
13023     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13031   include:
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038   layout:
13039     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13047   include:
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054   layout:
13055     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13063   include:
13064     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070   layout:
13071     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13079   include:
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13086   layout:
13087     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13095   include:
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13102   layout:
13103     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13111   include:
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13118   layout:
13119     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13134   layout:
13135     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13143   include:
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13150   layout:
13151     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13166   layout:
13167     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13175   include:
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13182   layout:
13183     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13198   layout:
13199     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13207   include:
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13214   layout:
13215     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13228   layout:
13229     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13242   layout:
13243     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13251   include:
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13256   layout:
13257     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13258     layout: "plot-throughput"
13259
13260 - type: "plot"
13261   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13262   algorithm: "plot_perf_box_name"
13263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13265   include:
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13270   layout:
13271     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13279   include:
13280     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13286   layout:
13287     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13295   include:
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13302   layout:
13303     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13311   include:
13312     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13317   layout:
13318     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13332   layout:
13333     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13347   layout:
13348     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13376   layout:
13377     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13378     layout: "plot-throughput"
13379
13380 - type: "plot"
13381   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13382   algorithm: "plot_perf_box_name"
13383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13385   include:
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13454   layout:
13455     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13470   layout:
13471     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13518   layout:
13519     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13527   include:
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13532   layout:
13533     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13541   include:
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13546   layout:
13547     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13555   include:
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13562   layout:
13563     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13571   include:
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13578   layout:
13579     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13587   include:
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13594   layout:
13595     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13603   include:
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13610   layout:
13611     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13612     layout: "plot-throughput"
13613
13614 #- type: "plot"
13615 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13616 #  algorithm: "plot_perf_box_name"
13617 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13618 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13619 #  include:
13620 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13621 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13623 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13624 #  layout:
13625 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13626 #    layout: "plot-throughput"
13627 #
13628 #- type: "plot"
13629 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13630 #  algorithm: "plot_perf_box_name"
13631 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13632 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13633 #  include:
13634 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13635 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13638 #  layout:
13639 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13640 #    layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13646   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13647   include:
13648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13654   layout:
13655     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13663   include:
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13670   layout:
13671     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13672     layout: "plot-throughput"
13673
13674 #- type: "plot"
13675 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13676 #  algorithm: "plot_perf_box_name"
13677 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13678 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13679 #  include:
13680 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13681 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13682 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13683 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13684 #  layout:
13685 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13686 #    layout: "plot-throughput"
13687 #
13688 #- type: "plot"
13689 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13690 #  algorithm: "plot_perf_box_name"
13691 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13692 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13693 #  include:
13694 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13695 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13698 #  layout:
13699 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13700 #    layout: "plot-throughput"
13701
13702 - type: "plot"
13703   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13704   algorithm: "plot_perf_box_name"
13705   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13706   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13707   include:
13708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13713     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13714   layout:
13715     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13716     layout: "plot-throughput"
13717
13718 - type: "plot"
13719   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13720   algorithm: "plot_perf_box_name"
13721   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13722   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13723   include:
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13730   layout:
13731     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13732     layout: "plot-throughput"
13733
13734 #- type: "plot"
13735 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13736 #  algorithm: "plot_perf_box_name"
13737 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13738 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13739 #  include:
13740 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13741 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13742 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13743 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13744 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13745 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13746 #  layout:
13747 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13748 #    layout: "plot-throughput"
13749 #
13750 #- type: "plot"
13751 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13752 #  algorithm: "plot_perf_box_name"
13753 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13754 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13755 #  include:
13756 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13757 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13758 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13759 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13760 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13761 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13762 #  layout:
13763 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13764 #    layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13771   include:
13772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13778   layout:
13779     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13787   include:
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13794   layout:
13795     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13807 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13808 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13822     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13825 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13842   layout:
13843     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13858   layout:
13859     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13867   include:
13868     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13871     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13873     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13874   layout:
13875     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13883   include:
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13889     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13890   layout:
13891     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13892     layout: "plot-throughput"
13893
13894 #- type: "plot"
13895 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13896 #  algorithm: "plot_perf_box_name"
13897 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13898 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13899 #  include:
13900 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13901 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13902 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13903 #  layout:
13904 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13905 #    layout: "plot-throughput"
13906 #
13907 #- type: "plot"
13908 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13909 #  algorithm: "plot_perf_box_name"
13910 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13911 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13912 #  include:
13913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13915 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13916 #  layout:
13917 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13918 #    layout: "plot-throughput"
13919
13920 - type: "plot"
13921   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13922   algorithm: "plot_perf_box_name"
13923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13925   include:
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13931   layout:
13932     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13940   include:
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "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"
13957     - "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"
13958     - "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"
13959     - "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"
13960     - "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"
13961   layout:
13962     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13967   algorithm: "plot_perf_box_name"
13968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13970   include:
13971     - "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"
13972     - "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"
13973     - "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"
13974     - "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"
13975     - "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"
13976   layout:
13977     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13978     layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13991   layout:
13992     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14006   layout:
14007     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14008     layout: "plot-throughput"
14009
14010 - type: "plot"
14011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14012   algorithm: "plot_perf_box_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   include:
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14021   layout:
14022     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14027   algorithm: "plot_perf_box_name"
14028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14030   include:
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14036   layout:
14037     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14045   include:
14046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14051   layout:
14052     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14060   include:
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14066   layout:
14067     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14068     layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14075   include:
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14081   layout:
14082     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14087   algorithm: "plot_perf_box_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14090   include:
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14096   layout:
14097     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14110   layout:
14111     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14112     layout: "plot-throughput"
14113
14114 - type: "plot"
14115   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14116   algorithm: "plot_perf_box_name"
14117   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14119   include:
14120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14124   layout:
14125     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14126     layout: "plot-throughput"
14127
14128 - type: "plot"
14129   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14130   algorithm: "plot_perf_box_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "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"
14135     - "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"
14136     - "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"
14137     - "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"
14138   layout:
14139     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14140     layout: "plot-throughput"
14141
14142 - type: "plot"
14143   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14144   algorithm: "plot_perf_box_name"
14145   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14147   include:
14148     - "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"
14149     - "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"
14150     - "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"
14151     - "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"
14152   layout:
14153     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14158   algorithm: "plot_perf_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14161   include:
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14168   layout:
14169     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184   layout:
14185     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14200   layout:
14201     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14209   include:
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216   layout:
14217     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14232   layout:
14233     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14248   layout:
14249     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14263   layout:
14264     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14265     layout: "plot-throughput"
14266
14267 - type: "plot"
14268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14269   algorithm: "plot_perf_box_name"
14270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14272   include:
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14278   layout:
14279     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14280     layout: "plot-throughput"
14281
14282 - type: "plot"
14283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14284   algorithm: "plot_perf_box_name"
14285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14304     layout: "plot-throughput"
14305
14306 - type: "plot"
14307   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14308   algorithm: "plot_perf_box_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14311   include:
14312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "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"
14314   layout:
14315     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14316     layout: "plot-throughput"
14317
14318 - type: "plot"
14319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14320   algorithm: "plot_perf_box_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14326   layout:
14327     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14328     layout: "plot-throughput"
14329
14330 - type: "plot"
14331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14332   algorithm: "plot_perf_box_name"
14333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14335   include:
14336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14338   layout:
14339     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14340     layout: "plot-throughput"
14341
14342 - type: "plot"
14343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14344   algorithm: "plot_perf_box_name"
14345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14350   layout:
14351     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14356   algorithm: "plot_perf_box_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14359   include:
14360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362   layout:
14363     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374   layout:
14375     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14376     layout: "plot-throughput"
14377
14378 - type: "plot"
14379   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14380   algorithm: "plot_perf_box_name"
14381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14383   include:
14384     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14385     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14387     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390   layout:
14391     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14392     layout: "plot-throughput"
14393
14394 - type: "plot"
14395   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14396   algorithm: "plot_perf_box_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14399   include:
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406   layout:
14407     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14408     layout: "plot-throughput"
14409
14410 - type: "plot"
14411   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14412   algorithm: "plot_perf_box_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14415   include:
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14422   layout:
14423     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14428   algorithm: "plot_perf_box_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14431   include:
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14438   layout:
14439     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14440     layout: "plot-throughput"
14441
14442 #- type: "plot"
14443 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14444 #  algorithm: "plot_perf_box_name"
14445 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14446 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14447 #  include:
14448 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14449 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14451 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14452 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14454 #  layout:
14455 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14456 #    layout: "plot-throughput"
14457 #
14458 #- type: "plot"
14459 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14460 #  algorithm: "plot_perf_box_name"
14461 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14462 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14463 #  include:
14464 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14465 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14466 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14467 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14468 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14469 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14470 #  layout:
14471 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14472 #    layout: "plot-throughput"
14473
14474 - type: "plot"
14475   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14476   algorithm: "plot_perf_box_name"
14477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14479   include:
14480     - "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"
14481     - "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"
14482     - "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"
14483     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14485     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14486   layout:
14487     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14488     layout: "plot-throughput"
14489
14490 - type: "plot"
14491   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14492   algorithm: "plot_perf_box_name"
14493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14495   include:
14496     - "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"
14497     - "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"
14498     - "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"
14499     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14500     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14501     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14502   layout:
14503     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14504     layout: "plot-throughput"
14505
14506 ################################################################################
14507
14508 # Packet Speedup
14509
14510 - type: "plot"
14511   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14512   algorithm: "plot_tsa_name"
14513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14515   include:
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14534   layout:
14535     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14548   layout:
14549     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14557   include:
14558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14562   layout:
14563     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14577   layout:
14578     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14592   layout:
14593     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14607   layout:
14608     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14616   include:
14617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14622   layout:
14623     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14638   layout:
14639     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14647   include:
14648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14654   layout:
14655     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14669   layout:
14670     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14710   layout:
14711     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14712     layout: "plot-throughput-speedup-analysis"
14713
14714 - type: "plot"
14715   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14716   algorithm: "plot_tsa_name"
14717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14719   include:
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14725   layout:
14726     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14740   layout:
14741     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14766   layout:
14767     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14798   layout:
14799     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14814   layout:
14815     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14823   include:
14824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14830   layout:
14831     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14839   include:
14840     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14843   layout:
14844     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14856   layout:
14857     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14858     layout: "plot-throughput-speedup-analysis"
14859
14860 - type: "plot"
14861   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14862   algorithm: "plot_tsa_name"
14863   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14865   include:
14866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14869 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14870 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14871   layout:
14872     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14884 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14885 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14886   layout:
14887     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14916   layout:
14917     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14925   include:
14926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14931   layout:
14932     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14940   include:
14941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14946   layout:
14947     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14978   layout:
14979     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14994   layout:
14995     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15010   layout:
15011     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15019   include:
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15022   layout:
15023     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15031   include:
15032     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15034   layout:
15035     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15048   layout:
15049     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15062   layout:
15063     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15076   layout:
15077     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15090   layout:
15091     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15106   layout:
15107     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15122   layout:
15123     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15137   layout:
15138     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15146   include:
15147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15152   layout:
15153     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15154     layout: "plot-throughput-speedup-analysis"
15155
15156 - type: "plot"
15157   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15158   algorithm: "plot_tsa_name"
15159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15161   include:
15162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15167   layout:
15168     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15182   layout:
15183     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15191   include:
15192     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15195   layout:
15196     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15204   include:
15205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15208   layout:
15209     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15210     layout: "plot-throughput-speedup-analysis"
15211
15212 - type: "plot"
15213   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15214   algorithm: "plot_tsa_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15221   layout:
15222     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15234   layout:
15235     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15264   layout:
15265     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 - type: "plot"
15269   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15270   algorithm: "plot_tsa_name"
15271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15273   include:
15274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15279   layout:
15280     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15288   include:
15289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15310   layout:
15311     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15319   include:
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15326   layout:
15327     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15335   include:
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340   layout:
15341     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15349   include:
15350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354   layout:
15355     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15356     layout: "plot-throughput-speedup-analysis"
15357
15358 - type: "plot"
15359   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15360   algorithm: "plot_tsa_name"
15361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15363   include:
15364     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15365     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370   layout:
15371     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15381     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15382     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15386   layout:
15387     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15395   include:
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15402   layout:
15403     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15413     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15414     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15418   layout:
15419     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15434   layout:
15435     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15450   layout:
15451     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15466   layout:
15467     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15475   include:
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15482   layout:
15483     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15498   layout:
15499     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15507   include:
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15514   layout:
15515     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 - type: "plot"
15519   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15520   algorithm: "plot_tsa_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15523   include:
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15528   layout:
15529     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15542   layout:
15543     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15551   include:
15552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15556   layout:
15557     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15565   include:
15566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15570   layout:
15571     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15572     layout: "plot-throughput-speedup-analysis"
15573
15574 - type: "plot"
15575   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15576   algorithm: "plot_tsa_name"
15577   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15579   include:
15580     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15586   layout:
15587     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15595   include:
15596     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15602   layout:
15603     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15632   layout:
15633     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15641   include:
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15647   layout:
15648     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15649     layout: "plot-throughput-speedup-analysis"
15650
15651 - type: "plot"
15652   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15653   algorithm: "plot_tsa_name"
15654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15656   include:
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15662   layout:
15663     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15690   layout:
15691     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15722   layout:
15723     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15738   layout:
15739     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   include:
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15754   layout:
15755     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15770   layout:
15771     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15779   include:
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15786   layout:
15787     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15795   include:
15796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15802   layout:
15803     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15811   include:
15812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15818   layout:
15819     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15830     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15834   layout:
15835     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15843   include:
15844     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15845     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15846     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15850   layout:
15851     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15859   include:
15860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15865   layout:
15866     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15880   layout:
15881     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15889   include:
15890     - "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"
15891     - "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"
15892     - "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"
15893     - "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"
15894     - "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"
15895   layout:
15896     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15904   include:
15905     - "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"
15906     - "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"
15907     - "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"
15908     - "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"
15909     - "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"
15910   layout:
15911     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15919   include:
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15925   layout:
15926     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15934   include:
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15940   layout:
15941     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15949   include:
15950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15955   layout:
15956     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15964   include:
15965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15970   layout:
15971     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15979   include:
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15985   layout:
15986     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15994   include:
15995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16000   layout:
16001     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16009   include:
16010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16015   layout:
16016     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16024   include:
16025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16030   layout:
16031     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16032     layout: "plot-throughput-speedup-analysis"
16033
16034 - type: "plot"
16035   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16036   algorithm: "plot_tsa_name"
16037   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16039   include:
16040     - "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"
16041     - "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"
16042     - "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"
16043     - "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"
16044   layout:
16045     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16053   include:
16054     - "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"
16055     - "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"
16056     - "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"
16057     - "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"
16058   layout:
16059     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16067   include:
16068     - "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"
16069     - "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"
16070     - "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"
16071     - "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"
16072   layout:
16073     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16081   include:
16082     - "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"
16083     - "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"
16084     - "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"
16085     - "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"
16086   layout:
16087     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16095   include:
16096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16102   layout:
16103     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16111   include:
16112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118   layout:
16119     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16127   include:
16128     - "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"
16129     - "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"
16130     - "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"
16131     - "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"
16132     - "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"
16133     - "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"
16134   layout:
16135     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16143   include:
16144     - "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"
16145     - "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"
16146     - "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"
16147     - "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"
16148     - "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"
16149     - "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"
16150   layout:
16151     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16159   include:
16160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166   layout:
16167     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16175   include:
16176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182   layout:
16183     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16191   include:
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16197   layout:
16198     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16206   include:
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16212   layout:
16213     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16221   include:
16222     - "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"
16223     - "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"
16224   layout:
16225     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16233   include:
16234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16236   layout:
16237     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16238     layout: "plot-throughput-speedup-analysis"
16239
16240 - type: "plot"
16241   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16242   algorithm: "plot_tsa_name"
16243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16245   include:
16246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16247     - "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"
16248   layout:
16249     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16257   include:
16258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16260   layout:
16261     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16262     layout: "plot-throughput-speedup-analysis"
16263
16264 - type: "plot"
16265   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16266   algorithm: "plot_tsa_name"
16267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16269   include:
16270     - "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"
16271     - "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"
16272     - "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"
16273     - "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"
16274     - "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"
16275     - "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"
16276   layout:
16277     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16285   include:
16286     - "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"
16287     - "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"
16288     - "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"
16289     - "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"
16290     - "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"
16291     - "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"
16292   layout:
16293     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16301   include:
16302     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16303     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16304     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16305     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16306     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16307   layout:
16308     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16316   include:
16317     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16318     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16319     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16320     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16321     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16322   layout:
16323     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16324     layout: "plot-throughput-speedup-analysis"
16325
16326 - type: "plot"
16327   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16328   algorithm: "plot_tsa_name"
16329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16331   include:
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16337   layout:
16338     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16346   include:
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16352   layout:
16353     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16368   layout:
16369     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16377   include:
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16384   layout:
16385     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16393   include:
16394     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16398   layout:
16399     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16407   include:
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16412   layout:
16413     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16421   include:
16422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16427   layout:
16428     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16429     layout: "plot-throughput-speedup-analysis"
16430
16431 - type: "plot"
16432   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16433   algorithm: "plot_tsa_name"
16434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16436   include:
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16442   layout:
16443     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16444     layout: "plot-throughput-speedup-analysis"
16445
16446 - type: "plot"
16447   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16448   algorithm: "plot_tsa_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16450   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16451   include:
16452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16457     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16458   layout:
16459     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16467   include:
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16471     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16472     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16473     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16474   layout:
16475     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16483   include:
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16488   layout:
16489     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16490     layout: "plot-throughput-speedup-analysis"
16491
16492 - type: "plot"
16493   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16494   algorithm: "plot_tsa_name"
16495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16497   include:
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16502   layout:
16503     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16511   include:
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16527   include:
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16534   layout:
16535     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16550   layout:
16551     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16559   include:
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16566   layout:
16567     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16575   include:
16576     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16577     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16578     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16579     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16580     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16581     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16582   layout:
16583     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16591   include:
16592     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16593     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16594     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16595     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16596     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16597     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16598   layout:
16599     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16607   include:
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16614   layout:
16615     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16622   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16623   include:
16624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16630   layout:
16631     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16639   include:
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16646   layout:
16647     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 - type: "plot"
16651   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16652   algorithm: "plot_tsa_name"
16653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16655   include:
16656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16657     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16662   layout:
16663     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16664     layout: "plot-throughput-speedup-analysis"
16665
16666 #- type: "plot"
16667 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16668 #  algorithm: "plot_tsa_name"
16669 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16670 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16671 #  include:
16672 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16673 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16674 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16675 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16678 #  layout:
16679 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16680 #    layout: "plot-throughput-speedup-analysis"
16681 #
16682 #- type: "plot"
16683 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16684 #  algorithm: "plot_tsa_name"
16685 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16686 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16687 #  include:
16688 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16689 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16690 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16691 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16692 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16693 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16694 #  layout:
16695 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16696 #    layout: "plot-throughput-speedup-analysis"
16697
16698 - type: "plot"
16699   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16700   algorithm: "plot_tsa_name"
16701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16703   include:
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16709   layout:
16710     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16711     layout: "plot-throughput-speedup-analysis"
16712
16713 - type: "plot"
16714   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16715   algorithm: "plot_tsa_name"
16716   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16717   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16718   include:
16719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16724   layout:
16725     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16726     layout: "plot-throughput-speedup-analysis"
16727
16728 - type: "plot"
16729   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16730   algorithm: "plot_tsa_name"
16731   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16732   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16733   include:
16734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16740   layout:
16741     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16742     layout: "plot-throughput-speedup-analysis"
16743
16744 - type: "plot"
16745   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16746   algorithm: "plot_tsa_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16748   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16749   include:
16750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16751     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16756   layout:
16757     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16758     layout: "plot-throughput-speedup-analysis"
16759
16760 - type: "plot"
16761   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16762   algorithm: "plot_tsa_name"
16763   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16764   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16765   include:
16766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16771   layout:
16772     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16773     layout: "plot-throughput-speedup-analysis"
16774
16775 - type: "plot"
16776   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16777   algorithm: "plot_tsa_name"
16778   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16779   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16780   include:
16781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16786   layout:
16787     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16788     layout: "plot-throughput-speedup-analysis"
16789
16790 #- type: "plot"
16791 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16792 #  algorithm: "plot_tsa_name"
16793 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16794 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16795 #  include:
16796 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16797 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16798 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16799 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16800 #  layout:
16801 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16802 #    layout: "plot-throughput-speedup-analysis"
16803 #
16804 #- type: "plot"
16805 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16806 #  algorithm: "plot_tsa_name"
16807 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16808 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16809 #  include:
16810 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16811 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16812 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16813 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16814 #  layout:
16815 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16816 #    layout: "plot-throughput-speedup-analysis"
16817
16818 - type: "plot"
16819   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16820   algorithm: "plot_tsa_name"
16821   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16822   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16823   include:
16824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16826     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16830   layout:
16831     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16832     layout: "plot-throughput-speedup-analysis"
16833
16834 - type: "plot"
16835   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16836   algorithm: "plot_tsa_name"
16837   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16838   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16839   include:
16840     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16841     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16846   layout:
16847     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16848     layout: "plot-throughput-speedup-analysis"
16849
16850 - type: "plot"
16851   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16852   algorithm: "plot_tsa_name"
16853   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16854   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16855   include:
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16861   layout:
16862     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16863     layout: "plot-throughput-speedup-analysis"
16864
16865 - type: "plot"
16866   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16867   algorithm: "plot_tsa_name"
16868   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16869   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16870   include:
16871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16876   layout:
16877     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16878     layout: "plot-throughput-speedup-analysis"
16879
16880 - type: "plot"
16881   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16882   algorithm: "plot_tsa_name"
16883   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16884   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16885   include:
16886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16892   layout:
16893     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16894     layout: "plot-throughput-speedup-analysis"
16895
16896 - type: "plot"
16897   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16898   algorithm: "plot_tsa_name"
16899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16901   include:
16902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16908   layout:
16909     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16922   layout:
16923     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16924     layout: "plot-throughput-speedup-analysis"
16925
16926 - type: "plot"
16927   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16928   algorithm: "plot_tsa_name"
16929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16931   include:
16932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16936   layout:
16937     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16938     layout: "plot-throughput-speedup-analysis"
16939
16940 - type: "plot"
16941   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16942   algorithm: "plot_tsa_name"
16943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16945   include:
16946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16951   layout:
16952     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16953     layout: "plot-throughput-speedup-analysis"
16954
16955 - type: "plot"
16956   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16957   algorithm: "plot_tsa_name"
16958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16960   include:
16961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16966   layout:
16967     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16968     layout: "plot-throughput-speedup-analysis"
16969
16970 - type: "plot"
16971   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16972   algorithm: "plot_tsa_name"
16973   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16974   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16975   include:
16976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16982   layout:
16983     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16991   include:
16992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16998   layout:
16999     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17000     layout: "plot-throughput-speedup-analysis"
17001
17002 #- type: "plot"
17003 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17004 #  algorithm: "plot_tsa_name"
17005 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17006 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17007 #  include:
17008 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17009 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17010 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17011 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17012 #  layout:
17013 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17014 #    layout: "plot-throughput-speedup-analysis"
17015 #
17016 #- type: "plot"
17017 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17018 #  algorithm: "plot_tsa_name"
17019 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17020 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17021 #  include:
17022 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17023 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17026 #  layout:
17027 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17028 #    layout: "plot-throughput-speedup-analysis"
17029
17030 - type: "plot"
17031   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17032   algorithm: "plot_tsa_name"
17033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17035   include:
17036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17039     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17040     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17042   layout:
17043     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17044     layout: "plot-throughput-speedup-analysis"
17045
17046 - type: "plot"
17047   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17048   algorithm: "plot_tsa_name"
17049   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17050   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17051   include:
17052     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17053     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17054     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17055     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17056     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17057     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17058   layout:
17059     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 #- type: "plot"
17063 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17064 #  algorithm: "plot_tsa_name"
17065 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17066 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067 #  include:
17068 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17069 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17070 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17071 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17072 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17073 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17074 #  layout:
17075 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17076 #    layout: "plot-throughput-speedup-analysis"
17077 #
17078 #- type: "plot"
17079 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17080 #  algorithm: "plot_tsa_name"
17081 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17082 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17083 #  include:
17084 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17085 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17086 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17087 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17088 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17089 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17090 #  layout:
17091 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17092 #    layout: "plot-throughput-speedup-analysis"
17093
17094 #- type: "plot"
17095 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17096 #  algorithm: "plot_tsa_name"
17097 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17098 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17099 #  include:
17100 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17101 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17102 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17103 #  layout:
17104 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17105 #    layout: "plot-throughput-speedup-analysis"
17106 #
17107 #- type: "plot"
17108 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17109 #  algorithm: "plot_tsa_name"
17110 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17111 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17112 #  include:
17113 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17114 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17115 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17116 #  layout:
17117 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17118 #    layout: "plot-throughput-speedup-analysis"
17119
17120 ################################################################################
17121
17122 # Packet Throughput - DPDK
17123
17124 # 2n-skx-xxv710
17125
17126 - type: "plot"
17127   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17128   algorithm: "plot_perf_box_name"
17129   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17130   data: "plot-dpdk-throughput-latency-2n-skx"
17131   include:
17132     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17133     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17134   layout:
17135     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17142   data: "plot-dpdk-throughput-latency-2n-skx"
17143   include:
17144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17145     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17146   layout:
17147     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17154   data: "plot-dpdk-throughput-latency-2n-skx"
17155   include:
17156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17157     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17158   layout:
17159     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17166   data: "plot-dpdk-throughput-latency-2n-skx"
17167   include:
17168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17170   layout:
17171     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17172     layout: "plot-throughput"
17173
17174 # 2n-skx-x710
17175
17176 - type: "plot"
17177   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17178   algorithm: "plot_perf_box_name"
17179   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17180   data: "plot-dpdk-throughput-latency-2n-skx"
17181   include:
17182     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17183     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17184   layout:
17185     title: "2n-skx-x710-64b-2t1c-base-ndr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17192   data: "plot-dpdk-throughput-latency-2n-skx"
17193   include:
17194     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17195     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17196   layout:
17197     title: "2n-skx-x710-64b-4t2c-base-ndr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17204   data: "plot-dpdk-throughput-latency-2n-skx"
17205   include:
17206     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17207     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17208   layout:
17209     title: "2n-skx-x710-64b-2t1c-base-pdr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17216   data: "plot-dpdk-throughput-latency-2n-skx"
17217   include:
17218     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17219     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17220   layout:
17221     title: "2n-skx-x710-64b-4t2c-base-pdr"
17222     layout: "plot-throughput"
17223
17224 # 3n-skx-xxv710
17225
17226 - type: "plot"
17227   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17228   algorithm: "plot_perf_box_name"
17229   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17230   data: "plot-dpdk-throughput-latency-3n-skx"
17231   include:
17232     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17233     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17234   layout:
17235     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17236     layout: "plot-throughput"
17237
17238 - type: "plot"
17239   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17242   data: "plot-dpdk-throughput-latency-3n-skx"
17243   include:
17244     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17245     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17246   layout:
17247     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17254   data: "plot-dpdk-throughput-latency-3n-skx"
17255   include:
17256     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17257     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17258   layout:
17259     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17266   data: "plot-dpdk-throughput-latency-3n-skx"
17267   include:
17268     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17269     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17270   layout:
17271     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17272     layout: "plot-throughput"
17273
17274 # 3n-skx-x710
17275
17276 - type: "plot"
17277   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17280   data: "plot-dpdk-throughput-latency-3n-skx"
17281   include:
17282     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17283     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17284   layout:
17285     title: "3n-skx-x710-64b-2t1c-base-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17292   data: "plot-dpdk-throughput-latency-3n-skx"
17293   include:
17294     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17295     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17296   layout:
17297     title: "3n-skx-x710-64b-4t2c-base-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17304   data: "plot-dpdk-throughput-latency-3n-skx"
17305   include:
17306     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17307     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17308   layout:
17309     title: "3n-skx-x710-64b-2t1c-base-pdr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17316   data: "plot-dpdk-throughput-latency-3n-skx"
17317   include:
17318     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17319     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17320   layout:
17321     title: "3n-skx-x710-64b-4t2c-base-pdr"
17322     layout: "plot-throughput"
17323
17324 # 3n-hsw-xl710
17325
17326 - type: "plot"
17327   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17330   data: "plot-dpdk-throughput-latency-3n-hsw"
17331   include:
17332     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17333     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17334   layout:
17335     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17336     layout: "plot-throughput"
17337
17338 - type: "plot"
17339   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17342   data: "plot-dpdk-throughput-latency-3n-hsw"
17343   include:
17344     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17345     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17346   layout:
17347     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17354   data: "plot-dpdk-throughput-latency-3n-hsw"
17355   include:
17356     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17357     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17358   layout:
17359     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-hsw"
17367   include:
17368     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17369     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17370   layout:
17371     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17372     layout: "plot-throughput"
17373
17374 # 3n-hsw-x710
17375
17376 - type: "plot"
17377   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17380   data: "plot-dpdk-throughput-latency-3n-hsw"
17381   include:
17382     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17383     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17384   layout:
17385     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17392   data: "plot-dpdk-throughput-latency-3n-hsw"
17393   include:
17394     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17395     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17396   layout:
17397     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17404   data: "plot-dpdk-throughput-latency-3n-hsw"
17405   include:
17406     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17407     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17408   layout:
17409     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17414   algorithm: "plot_perf_box_name"
17415   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17416   data: "plot-dpdk-throughput-latency-3n-hsw"
17417   include:
17418     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17419     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17420   layout:
17421     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17422     layout: "plot-throughput"
17423
17424 # 2n-dnv-x553
17425
17426 - type: "plot"
17427   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17428   algorithm: "plot_perf_box_name"
17429   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17430   data: "plot-dpdk-throughput-latency-2n-dnv"
17431   include:
17432     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17433     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17434   layout:
17435     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17436     layout: "plot-throughput"
17437
17438 - type: "plot"
17439   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17440   algorithm: "plot_perf_box_name"
17441   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17442   data: "plot-dpdk-throughput-latency-2n-dnv"
17443   include:
17444     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17445     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17446   layout:
17447     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17454   data: "plot-dpdk-throughput-latency-2n-dnv"
17455   include:
17456     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17457     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17458   layout:
17459     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17466   data: "plot-dpdk-throughput-latency-2n-dnv"
17467   include:
17468     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17469     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17470   layout:
17471     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17472     layout: "plot-throughput"
17473
17474 # 3n-dnv-x553
17475
17476 - type: "plot"
17477   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17480   data: "plot-dpdk-throughput-latency-3n-dnv"
17481   include:
17482     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17483     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17484   layout:
17485     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17492   data: "plot-dpdk-throughput-latency-3n-dnv"
17493   include:
17494     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17495     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17496   layout:
17497     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17504   data: "plot-dpdk-throughput-latency-3n-dnv"
17505   include:
17506     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17507     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17508   layout:
17509     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17516   data: "plot-dpdk-throughput-latency-3n-dnv"
17517   include:
17518     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17519     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17520   layout:
17521     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17522     layout: "plot-throughput"
17523
17524 # 3n-tsh-x520
17525
17526 - type: "plot"
17527   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17530   data: "plot-dpdk-throughput-latency-3n-tsh"
17531   include:
17532     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17533     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17534   layout:
17535     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17536     layout: "plot-throughput"
17537
17538 - type: "plot"
17539   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17542   data: "plot-dpdk-throughput-latency-3n-tsh"
17543   include:
17544     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17545     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17546   layout:
17547     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17554   data: "plot-dpdk-throughput-latency-3n-tsh"
17555   include:
17556     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17557     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17558   layout:
17559     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17566   data: "plot-dpdk-throughput-latency-3n-tsh"
17567   include:
17568     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17569     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17570   layout:
17571     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17572     layout: "plot-throughput"
17573
17574 ################################################################################
17575 ###   2n-clx                                                                 ###
17576 ################################################################################
17577
17578 # Packet Throughput
17579
17580 - type: "plot"
17581   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17582   algorithm: "plot_perf_box_name"
17583   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17585   include:
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17590   layout:
17591     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17604   layout:
17605     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17618   layout:
17619     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17632   layout:
17633     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17646   layout:
17647     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17657     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17658     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17660   layout:
17661     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17662     layout: "plot-throughput"
17663
17664 - type: "plot"
17665   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17666   algorithm: "plot_perf_box_name"
17667   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17669   include:
17670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17676   layout:
17677     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17692   layout:
17693     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17706   layout:
17707     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17715   include:
17716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17720   layout:
17721     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17722     layout: "plot-throughput"
17723
17724 - type: "plot"
17725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17726   algorithm: "plot_perf_box_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17735     layout: "plot-throughput"
17736
17737 - type: "plot"
17738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17739   algorithm: "plot_perf_box_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17746   layout:
17747     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17761   layout:
17762     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17770   include:
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17776   layout:
17777     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17778     layout: "plot-throughput"
17779
17780 - type: "plot"
17781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17782   algorithm: "plot_perf_box_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17789   layout:
17790     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17791     layout: "plot-throughput"
17792
17793 - type: "plot"
17794   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17795   algorithm: "plot_perf_box_name"
17796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17798   include:
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17802   layout:
17803     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17866   layout:
17867     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17878   layout:
17879     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17890   layout:
17891     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17906   layout:
17907     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17912   algorithm: "plot_perf_box_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17915   include:
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17922   layout:
17923     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17937 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17938   layout:
17939     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17953 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17954   layout:
17955     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17970   layout:
17971     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17986   layout:
17987     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18016   layout:
18017     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18061   layout:
18062     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18063     layout: "plot-throughput"
18064
18065 - type: "plot"
18066   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18067   algorithm: "plot_perf_box_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18076   layout:
18077     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18078     layout: "plot-throughput"
18079
18080 - type: "plot"
18081   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18082   algorithm: "plot_perf_box_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18091   layout:
18092     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18093     layout: "plot-throughput"
18094
18095 - type: "plot"
18096   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18097   algorithm: "plot_perf_box_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18106   layout:
18107     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18108     layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18121   layout:
18122     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18123     layout: "plot-throughput"
18124
18125 - type: "plot"
18126   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18127   algorithm: "plot_perf_box_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18152   layout:
18153     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18154     layout: "plot-throughput"
18155
18156 - type: "plot"
18157   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18158   algorithm: "plot_perf_box_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18168   layout:
18169     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18170     layout: "plot-throughput"
18171
18172 - type: "plot"
18173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18174   algorithm: "plot_perf_box_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18182   layout:
18183     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18184     layout: "plot-throughput"
18185
18186 - type: "plot"
18187   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18188   algorithm: "plot_perf_box_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18214     layout: "plot-throughput"
18215
18216 - type: "plot"
18217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18218   algorithm: "plot_perf_box_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18230     layout: "plot-throughput"
18231
18232 - type: "plot"
18233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18234   algorithm: "plot_perf_box_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18256   layout:
18257     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18272   layout:
18273     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18274     layout: "plot-throughput"
18275
18276 - type: "plot"
18277   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18278   algorithm: "plot_perf_box_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18281   include:
18282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18288   layout:
18289     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18302   layout:
18303     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18304     layout: "plot-throughput"
18305
18306 - type: "plot"
18307   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18308   algorithm: "plot_perf_box_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18316   layout:
18317     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18331   layout:
18332     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18333     layout: "plot-throughput"
18334
18335 - type: "plot"
18336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18337   algorithm: "plot_perf_box_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18346   layout:
18347     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18348     layout: "plot-throughput"
18349
18350 - type: "plot"
18351   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18352   algorithm: "plot_perf_box_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "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"
18357     - "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"
18358     - "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"
18359     - "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"
18360     - "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"
18361   layout:
18362     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18363     layout: "plot-throughput"
18364
18365 - type: "plot"
18366   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18367   algorithm: "plot_perf_box_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "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"
18372     - "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"
18373     - "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"
18374     - "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"
18375     - "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"
18376   layout:
18377     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18378     layout: "plot-throughput"
18379
18380 - type: "plot"
18381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18382   algorithm: "plot_perf_box_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18408     layout: "plot-throughput"
18409
18410 - type: "plot"
18411   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18412   algorithm: "plot_perf_box_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18421   layout:
18422     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18423     layout: "plot-throughput"
18424
18425 - type: "plot"
18426   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18427   algorithm: "plot_perf_box_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18438     layout: "plot-throughput"
18439
18440 - type: "plot"
18441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18442   algorithm: "plot_perf_box_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18450   layout:
18451     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18452     layout: "plot-throughput"
18453
18454 - type: "plot"
18455   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18456   algorithm: "plot_perf_box_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18464   layout:
18465     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18466     layout: "plot-throughput"
18467
18468 - type: "plot"
18469   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18470   algorithm: "plot_perf_box_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "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"
18475     - "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"
18476     - "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"
18477     - "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"
18478   layout:
18479     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18480     layout: "plot-throughput"
18481
18482 - type: "plot"
18483   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18484   algorithm: "plot_perf_box_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "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"
18489     - "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"
18490     - "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"
18491     - "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"
18492   layout:
18493     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18494     layout: "plot-throughput"
18495
18496 - type: "plot"
18497   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18498   algorithm: "plot_perf_box_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "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"
18503     - "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"
18504     - "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"
18505     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18506     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18507     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18508   layout:
18509     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "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"
18519     - "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"
18520     - "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"
18521     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18522     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18523     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18524   layout:
18525     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18526     layout: "plot-throughput"
18527
18528 ################################################################################
18529
18530 # Packet Speedup
18531
18532 - type: "plot"
18533   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18534   algorithm: "plot_tsa_name"
18535   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18536   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18537   include:
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18542   layout:
18543     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18556   layout:
18557     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18570   layout:
18571     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18572     layout: "plot-throughput-speedup-analysis"
18573
18574 - type: "plot"
18575   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18576   algorithm: "plot_tsa_name"
18577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18579   include:
18580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18584   layout:
18585     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18586     layout: "plot-throughput-speedup-analysis"
18587
18588 - type: "plot"
18589   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18590   algorithm: "plot_tsa_name"
18591   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18593   include:
18594     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18595     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18596     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18597     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18598   layout:
18599     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18609     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18610     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18612   layout:
18613     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18628   layout:
18629     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18644   layout:
18645     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18658   layout:
18659     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18660     layout: "plot-throughput-speedup-analysis"
18661
18662 - type: "plot"
18663   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18664   algorithm: "plot_tsa_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18672   layout:
18673     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18674     layout: "plot-throughput-speedup-analysis"
18675
18676 - type: "plot"
18677   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18678   algorithm: "plot_tsa_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18685   layout:
18686     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18687     layout: "plot-throughput-speedup-analysis"
18688
18689 - type: "plot"
18690   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18691   algorithm: "plot_tsa_name"
18692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18694   include:
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18698   layout:
18699     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18728   layout:
18729     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18741   layout:
18742     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18743     layout: "plot-throughput-speedup-analysis"
18744
18745 - type: "plot"
18746   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18747   algorithm: "plot_tsa_name"
18748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18750   include:
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18786   layout:
18787     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18802   layout:
18803     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18818   layout:
18819     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18830   layout:
18831     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18832     layout: "plot-throughput-speedup-analysis"
18833
18834 - type: "plot"
18835   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18836   algorithm: "plot_tsa_name"
18837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18839   include:
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18842   layout:
18843     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18854     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18858   layout:
18859     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18867   include:
18868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18869     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18874   layout:
18875     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18890   layout:
18891     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18899   include:
18900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18906   layout:
18907     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18922   layout:
18923     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18938   layout:
18939     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18968   layout:
18969     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18998   layout:
18999     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19000     layout: "plot-throughput-speedup-analysis"
19001
19002 - type: "plot"
19003   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19004   algorithm: "plot_tsa_name"
19005   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19007   include:
19008     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19013   layout:
19014     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19028   layout:
19029     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19043   layout:
19044     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19058   layout:
19059     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19073   layout:
19074     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19104   layout:
19105     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19106     layout: "plot-throughput-speedup-analysis"
19107
19108 - type: "plot"
19109   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19110   algorithm: "plot_tsa_name"
19111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19113   include:
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19120   layout:
19121     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19134   layout:
19135     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19164   layout:
19165     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19166     layout: "plot-throughput-speedup-analysis"
19167
19168 - type: "plot"
19169   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19170   algorithm: "plot_tsa_name"
19171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19173   include:
19174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19180   layout:
19181     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19182     layout: "plot-throughput-speedup-analysis"
19183
19184 - type: "plot"
19185   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19186   algorithm: "plot_tsa_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19194   layout:
19195     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19208   layout:
19209     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19224   layout:
19225     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19226     layout: "plot-throughput-speedup-analysis"
19227
19228 - type: "plot"
19229   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19230   algorithm: "plot_tsa_name"
19231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19233   include:
19234     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19235     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19236     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19240   layout:
19241     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19254   layout:
19255     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19256     layout: "plot-throughput-speedup-analysis"
19257
19258 - type: "plot"
19259   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19260   algorithm: "plot_tsa_name"
19261   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19262   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19263   include:
19264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19268   layout:
19269     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19270     layout: "plot-throughput-speedup-analysis"
19271
19272 - type: "plot"
19273   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19274   algorithm: "plot_tsa_name"
19275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19277   include:
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19283   layout:
19284     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19285     layout: "plot-throughput-speedup-analysis"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19298   layout:
19299     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19300     layout: "plot-throughput-speedup-analysis"
19301
19302 - type: "plot"
19303   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19304   algorithm: "plot_tsa_name"
19305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19307   include:
19308     - "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"
19309     - "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"
19310     - "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"
19311     - "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"
19312     - "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"
19313   layout:
19314     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19315     layout: "plot-throughput-speedup-analysis"
19316
19317 - type: "plot"
19318   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19319   algorithm: "plot_tsa_name"
19320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19322   include:
19323     - "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"
19324     - "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"
19325     - "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"
19326     - "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"
19327     - "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"
19328   layout:
19329     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19337   include:
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19343   layout:
19344     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19358   layout:
19359     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19360     layout: "plot-throughput-speedup-analysis"
19361
19362 - type: "plot"
19363   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19364   algorithm: "plot_tsa_name"
19365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19367   include:
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19373   layout:
19374     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19375     layout: "plot-throughput-speedup-analysis"
19376
19377 - type: "plot"
19378   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19379   algorithm: "plot_tsa_name"
19380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19382   include:
19383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19388   layout:
19389     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19390     layout: "plot-throughput-speedup-analysis"
19391
19392 - type: "plot"
19393   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19394   algorithm: "plot_tsa_name"
19395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19397   include:
19398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19402   layout:
19403     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19404     layout: "plot-throughput-speedup-analysis"
19405
19406 - type: "plot"
19407   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19408   algorithm: "plot_tsa_name"
19409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19410   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19411   include:
19412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19416   layout:
19417     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19425   include:
19426     - "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"
19427     - "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"
19428     - "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"
19429     - "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"
19430   layout:
19431     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19432     layout: "plot-throughput-speedup-analysis"
19433
19434 - type: "plot"
19435   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19436   algorithm: "plot_tsa_name"
19437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19439   include:
19440     - "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"
19441     - "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"
19442     - "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"
19443     - "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"
19444   layout:
19445     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19446     layout: "plot-throughput-speedup-analysis"
19447
19448 - type: "plot"
19449   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19450   algorithm: "plot_tsa_name"
19451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19453   include:
19454     - "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"
19455     - "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"
19456     - "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"
19457     - "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"
19458     - "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"
19459     - "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"
19460   layout:
19461     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19462     layout: "plot-throughput-speedup-analysis"
19463
19464 - type: "plot"
19465   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19466   algorithm: "plot_tsa_name"
19467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19469   include:
19470     - "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"
19471     - "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"
19472     - "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"
19473     - "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"
19474     - "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"
19475     - "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"
19476   layout:
19477     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19478     layout: "plot-throughput-speedup-analysis"
19479
19480 ################################################################################
19481
19482 # Packet Throughput - DPDK
19483
19484 # 2n-clx-xxv710
19485
19486 - type: "plot"
19487   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19488   algorithm: "plot_perf_box_name"
19489   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19490   data: "plot-dpdk-throughput-latency-2n-clx"
19491   include:
19492     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19493     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19494   layout:
19495     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19496     layout: "plot-throughput"
19497
19498 - type: "plot"
19499   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19500   algorithm: "plot_perf_box_name"
19501   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19502   data: "plot-dpdk-throughput-latency-2n-clx"
19503   include:
19504     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19505     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19506   layout:
19507     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19508     layout: "plot-throughput"
19509
19510 - type: "plot"
19511   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19512   algorithm: "plot_perf_box_name"
19513   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19514   data: "plot-dpdk-throughput-latency-2n-clx"
19515   include:
19516     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19517     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19518   layout:
19519     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19520     layout: "plot-throughput"
19521
19522 - type: "plot"
19523   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19524   algorithm: "plot_perf_box_name"
19525   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19526   data: "plot-dpdk-throughput-latency-2n-clx"
19527   include:
19528     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19529     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19530   layout:
19531     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19532     layout: "plot-throughput"
19533
19534 # 2n-clx-x710
19535
19536 - type: "plot"
19537   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19538   algorithm: "plot_perf_box_name"
19539   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19540   data: "plot-dpdk-throughput-latency-2n-clx"
19541   include:
19542     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19543     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19544   layout:
19545     title: "2n-clx-x710-64b-2t1c-base-ndr"
19546     layout: "plot-throughput"
19547
19548 - type: "plot"
19549   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19550   algorithm: "plot_perf_box_name"
19551   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19552   data: "plot-dpdk-throughput-latency-2n-clx"
19553   include:
19554     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19555     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19556   layout:
19557     title: "2n-clx-x710-64b-4t2c-base-ndr"
19558     layout: "plot-throughput"
19559
19560 - type: "plot"
19561   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19562   algorithm: "plot_perf_box_name"
19563   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19564   data: "plot-dpdk-throughput-latency-2n-clx"
19565   include:
19566     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19567     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19568   layout:
19569     title: "2n-clx-x710-64b-2t1c-base-pdr"
19570     layout: "plot-throughput"
19571
19572 - type: "plot"
19573   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19574   algorithm: "plot_perf_box_name"
19575   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19576   data: "plot-dpdk-throughput-latency-2n-clx"
19577   include:
19578     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19579     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19580   layout:
19581     title: "2n-clx-x710-64b-4t2c-base-pdr"
19582     layout: "plot-throughput"
19583
19584 ################################################################################
19585
19586 - type: "plot"
19587   title: "Latency by percentile: 2n-skx"
19588   algorithm: "plot_hdrh_lat_by_percentile"
19589   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19590   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19591   target-links: "../../_static/vpp"
19592   data: "plot-vpp-hdrh-lat-2n-skx"
19593   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19594   layout:
19595     layout: "plot-hdrh-latency-by-percentile"
19596
19597 - type: "plot"
19598   title: "Latency by percentile: 3n-skx"
19599   algorithm: "plot_hdrh_lat_by_percentile"
19600   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19601   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19602   target-links: "../../_static/vpp"
19603   data: "plot-vpp-hdrh-lat-3n-skx"
19604   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19605   layout:
19606     layout: "plot-hdrh-latency-by-percentile"
19607
19608 - type: "plot"
19609   title: "Latency by percentile: 2n-clx"
19610   algorithm: "plot_hdrh_lat_by_percentile"
19611   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19612   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19613   target-links: "../../_static/vpp"
19614   data: "plot-vpp-hdrh-lat-2n-clx"
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-hsw"
19621   algorithm: "plot_hdrh_lat_by_percentile"
19622   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19623   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19624   target-links: "../../_static/vpp"
19625   data: "plot-vpp-hdrh-lat-3n-hsw"
19626   filter: "'1T1C' and 'NIC_Intel-XL710'"
19627   layout:
19628     layout: "plot-hdrh-latency-by-percentile"
19629
19630 - type: "plot"
19631   title: "Latency by percentile: 3n-tsh"
19632   algorithm: "plot_hdrh_lat_by_percentile"
19633   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19634   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19635   target-links: "../../_static/vpp"
19636   data: "plot-vpp-hdrh-lat-3n-tsh"
19637   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19638   layout:
19639     layout: "plot-hdrh-latency-by-percentile"
19640
19641 - type: "plot"
19642   title: "Latency by percentile: DPDK 2n-skx"
19643   algorithm: "plot_hdrh_lat_by_percentile"
19644   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19645   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19646   target-links: "../../_static/dpdk"
19647   data: "plot-dpdk-hdrh-lat-2n-skx"
19648   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19649   layout:
19650     layout: "plot-hdrh-latency-by-percentile"
19651
19652 - type: "plot"
19653   title: "Latency by percentile: DPDK 3n-skx"
19654   algorithm: "plot_hdrh_lat_by_percentile"
19655   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19656   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19657   target-links: "../../_static/dpdk"
19658   data: "plot-dpdk-hdrh-lat-3n-skx"
19659   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19660   layout:
19661     layout: "plot-hdrh-latency-by-percentile"
19662
19663 - type: "plot"
19664   title: "Latency by percentile: DPDK 2n-clx"
19665   algorithm: "plot_hdrh_lat_by_percentile"
19666   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19667   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19668   target-links: "../../_static/dpdk"
19669   data: "plot-dpdk-hdrh-lat-2n-clx"
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-hsw"
19676   algorithm: "plot_hdrh_lat_by_percentile"
19677   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19678   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19679   target-links: "../../_static/dpdk"
19680   data: "plot-dpdk-hdrh-lat-3n-hsw"
19681   filter: "'1T1C' and 'NIC_Intel-XL710'"
19682   layout:
19683     layout: "plot-hdrh-latency-by-percentile"
19684
19685 - type: "plot"
19686   title: "Latency by percentile: DPDK 3n-tsh"
19687   algorithm: "plot_hdrh_lat_by_percentile"
19688   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19689   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19690   target-links: "../../_static/dpdk"
19691   data: "plot-dpdk-hdrh-lat-3n-tsh"
19692   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19693   layout:
19694     layout: "plot-hdrh-latency-by-percentile"