Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277         - 75  # NDRPDR sel
278         - 76  # NDRPDR sel
279         - 73  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 55  # NDRPDR sel
284
285     plot-vpp-soak-2n-skx:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 49  # Soak
288         - 54  # Soak
289
290     plot-vpp-nfv-2n-skx-ndrpdr:
291       # TODO: Add data:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 43  # NDRPDR sel
294         - 38  # NDRPDR sel
295         - 7   # NDRPDR sel
296
297     plot-vpp-nfv-2n-skx-mrr:
298       csit-vpp-perf-report-iterative-2005-2n-skx:
299         - 42  # MRR sel
300
301     plot-vpp-nfv-reconf-2n-skx:
302       csit-vpp-perf-report-iterative-2005-2n-skx:
303         - 48  # Reconf
304         - 50  # Reconf
305         - 51  # Reconf
306         - 52  # Reconf
307         - 53  # Reconf
308         - 60  # Reconf
309         - 70  # Reconf
310         - 71  # Reconf
311         - 63  # Reconf
312         - 66  # Reconf
313
314     plot-dpdk-throughput-latency-2n-skx:
315       csit-dpdk-perf-report-iterative-2005-2n-skx:
316         - 1   # NDRPDR sel
317         - 2   # NDRPDR sel
318         - 3   # NDRPDR sel
319         - 4   # NDRPDR sel
320         - 5   # NDRPDR sel
321         - 6   # NDRPDR sel
322         - 7   # NDRPDR sel
323         - 8   # NDRPDR sel
324         - 9   # NDRPDR sel
325         - 10  # NDRPDR sel
326
327     plot-dpdk-hdrh-lat-2n-skx:
328       csit-dpdk-perf-report-iterative-2005-2n-skx:
329         - 1   # NDRPDR sel
330
331     # 2n-clx
332
333     plot-vpp-throughput-lat-tsa-2n-clx:
334       csit-vpp-perf-report-iterative-2005-2n-clx:
335         - 7   # NDRPDR sel
336         - 38  # NDRPDR sel
337         - 9   # NDRPDR sel
338         - 32  # NDRPDR sel ???
339         - 33  # NDRPDR sel ???
340         - 39  # NDRPDR sel
341         - 40  # NDRPDR sel
342         - 43  # NDRPDR sel
343         - 50  # NDRPDR sel
344         - 51  # NDRPDR sel
345
346     plot-vpp-hdrh-lat-2n-clx:
347       csit-vpp-perf-report-iterative-2005-2n-clx:
348         - 51  # NDRPDR sel
349
350 #    plot-vpp-http-server-performance:
351 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
352 #      csit-vpp-perf-verify-2001-2n-clx:
353 #        - 80  # TCP
354
355     plot-vpp-nfv-2n-clx-ndrpdr:
356       csit-vpp-perf-report-iterative-2005-2n-clx:
357         - 7   # NDRPDR sel
358         - 38  # NDRPDR sel
359         - 9   # NDRPDR sel
360         - 39  # NDRPDR sel
361         - 40  # NDRPDR sel
362         - 57  # 2n-clx nfv-density-00
363         - 58  # 2n-clx nfv-density-00
364         - 59  # 2n-clx nfv-density-00
365         - 60  # 2n-clx nfv-density-00
366
367     plot-vpp-nfv-2n-clx-mrr:
368       csit-vpp-perf-report-iterative-2005-2n-clx:
369         - 12   # MRR
370
371     plot-vpp-nfv-reconf-2n-clx:
372       csit-vpp-perf-report-iterative-2005-2n-clx:
373         - 42  # Reconf
374         - 45  # Reconf
375         - 46  # Reconf
376         - 47  # Reconf
377         - 48  # Reconf
378         - 52  # Reconf
379         - 53  # Reconf
380         - 54  # Reconf
381         - 55  # Reconf
382         - 56  # Reconf
383
384     plot-vpp-soak-2n-clx:
385       csit-vpp-perf-report-iterative-2005-2n-clx:
386         - 44  # Soak
387         - 49  # Soak
388
389     plot-dpdk-throughput-latency-2n-clx:
390       csit-dpdk-perf-report-iterative-2005-2n-clx:
391         - 1   # NDRPDR sel
392         - 2   # NDRPDR sel
393         - 3   # NDRPDR sel
394         - 4   # NDRPDR sel
395         - 5   # NDRPDR sel
396         - 6   # NDRPDR sel
397         - 7   # NDRPDR sel
398         - 8   # NDRPDR sel
399         - 9   # NDRPDR sel
400         - 10  # NDRPDR sel
401
402     plot-dpdk-hdrh-lat-2n-clx:
403       csit-dpdk-perf-report-iterative-2005-2n-clx:
404         - 1   # NDRPDR sel
405
406     # 3n-tsh
407
408     plot-vpp-throughput-lat-tsa-3n-tsh:
409       # TODO: Add data:
410       csit-vpp-perf-report-iterative-2005-3n-tsh:
411         - 9   # NDRPDR sel
412         - 11  # NDRPDR sel
413         - 12  # NDRPDR sel
414         - 13  # NDRPDR sel
415
416     plot-vpp-hdrh-lat-3n-tsh:
417       csit-vpp-perf-report-iterative-2005-3n-tsh:
418         - 9   # NDRPDR sel
419
420     plot-dpdk-throughput-latency-3n-tsh:
421       csit-dpdk-perf-report-iterative-2005-3n-tsh:
422         - 5   # NDRPDR sel
423
424     plot-dpdk-hdrh-lat-3n-tsh:
425       csit-dpdk-perf-report-iterative-2005-3n-tsh:
426         - 5   # NDRPDR sel
427
428     # 3n-dnv
429
430     plot-vpp-throughput-lat-tsa-3n-dnv:
431       csit-vpp-perf-report-iterative-2005-3n-dnv:
432         - 2   # NDRPDR sel
433         - 3   # NDRPDR sel
434         - 4   # NDRPDR sel
435         - 5   # NDRPDR sel
436         - 6   # NDRPDR sel
437         - 7   # NDRPDR sel
438         - 9   # NDRPDR sel
439         - 10  # NDRPDR sel
440         - 11  # NDRPDR sel
441         - 12  # NDRPDR sel
442
443     plot-dpdk-throughput-latency-3n-dnv:
444       csit-dpdk-perf-report-iterative-2005-3n-dnv:
445         - 6   # NDRPDR sel
446         - 7   # NDRPDR sel
447         - 8   # NDRPDR sel
448         - 9   # NDRPDR sel
449         - 10  # NDRPDR sel
450         - 11  # NDRPDR sel
451         - 12  # NDRPDR sel
452         - 13  # NDRPDR sel
453         - 14  # NDRPDR sel
454         - 16  # NDRPDR sel
455
456     # 2n-dnv
457
458     plot-vpp-throughput-lat-tsa-2n-dnv:
459       csit-vpp-perf-report-iterative-2005-2n-dnv:
460         - 3   # NDRPDR sel
461         - 6   # NDRPDR sel
462         - 7   # NDRPDR sel
463         - 8   # NDRPDR sel
464         - 9   # NDRPDR sel
465         - 10  # NDRPDR sel
466         - 11  # NDRPDR sel
467         - 12  # NDRPDR sel
468         - 13  # NDRPDR sel
469         - 14  # NDRPDR sel
470
471     plot-dpdk-throughput-latency-2n-dnv:
472       csit-dpdk-perf-report-iterative-2005-2n-dnv:
473         - 8   # NDRPDR sel
474         - 9   # NDRPDR sel
475         - 10  # NDRPDR sel
476         - 11  # NDRPDR sel
477         - 12  # NDRPDR sel
478         - 13  # NDRPDR sel
479         - 14  # NDRPDR sel
480         - 15  # NDRPDR sel
481         - 16  # NDRPDR sel
482         - 17  # NDRPDR sel
483
484     ###########################################################################
485     # Simple tables (only one data set):
486
487     # NIC Comparisons
488
489     vpp-nic-comparison-3n-skx:
490       csit-vpp-perf-report-iterative-2005-3n-skx:
491         - 4   # NDRPDR sel
492         - 5   # NDRPDR sel ??? all x710 failed
493         - 33  # NDRPDR sel
494         - 28  # NDRPDR sel
495         - 34  # NDRPDR sel
496         - 36  # NDRPDR sel
497         - 37  # NDRPDR sel
498         - 38  # NDRPDR sel
499         - 39  # NDRPDR sel
500         - 41  # NDRPDR sel
501
502     vpp-nic-comparison-2n-skx:
503       csit-vpp-perf-report-iterative-2005-2n-skx:
504         - 43  # NDRPDR sel
505         - 38  # NDRPDR sel
506         - 7   # NDRPDR sel
507         - 65  # NDRPDR sel
508         - 47  # NDRPDR sel
509         - 55  # NDRPDR sel
510         - 67  # NDRPDR sel
511         - 75  # NDRPDR sel
512         - 76  # NDRPDR sel
513         - 73  # NDRPDR sel
514
515     vpp-nic-comparison-3n-skx-mrr:
516       csit-vpp-perf-report-iterative-2005-3n-skx:
517         - 6   # MRR sel
518
519     vpp-nic-comparison-2n-skx-mrr:
520       csit-vpp-perf-report-iterative-2005-2n-skx:
521         - 42  # MRR sel
522
523     # Results
524
525     vpp-perf-results-3n-hsw:
526       csit-vpp-perf-report-coverage-2005-3n-hsw:
527         - 1   # perf-full-3n-dnv-crypto_I
528         - 7   # perf-full-3n-hsw-crypto_II
529         - 3   # perf-full-3n-hsw-crypto_III
530         - 4   # perf-full-3n-dnv-crypto_IV
531         - 5   # perf-full-3n-hsw-ip4_I
532         - 6   # perf-full-3n-hsw-ip4_II
533         - 8   # perf-full-3n-hsw-ip4_III
534         - 9   # perf-full-3n-hsw-ip4_IV
535         - 10  # perf-full-3n-hsw-ip4_V
536         - 26  # perf-full-3n-hsw-ip4_VI
537         - 18  # perf-full-3n-hsw-ip4_VII
538         - 27  # perf-full-3n-hsw-ip4_VIII
539         - 28  # perf-full-3n-hsw-ip4_IX
540         - 29  # perf-full-3n-hsw-ip6_I
541         - 35  # perf-full-3n-hsw-ip6_II
542         - 42  # perf-full-3n-hsw-l2_I
543         - 33  # perf-full-3n-hsw-l2_II
544         - 37  # perf-full-3n-hsw-l2_III
545         - 45  # perf-full-3n-hsw-l2_IV
546         - 43  # perf-full-3n-hsw-l2_V
547         - 40  # perf-full-3n-hsw-l2_VI
548         - 44  # perf-full-3n-hsw-l2_VII
549         - 51  # perf-full-3n-hsw-l2_VIII
550         - 50  # perf-full-3n-hsw-l2_IX
551         - 52  # perf-full-3n-hsw-l2_X
552         - 53  # perf-full-3n-hsw-l2_XI
553         - 54  # perf-full-3n-hsw-memif
554         - 55  # perf-full-3n-hsw-ip4tunnels-I
555         - 56  # perf-full-3n-hsw-ip4tunnels-II
556         - 57  # perf-full-3n-hsw-ip4tunnels-III
557         - 58  # perf-full-3n-hsw-ip6tunnels-I
558         - 59  # perf-full-3n-hsw-srv6-I
559         - 60  # perf-full-3n-hsw-srv6-II
560         - 61  # perf-full-3n-hsw-vhost-I
561         - 62  # perf-full-3n-hsw-vhost-II
562         - 63  # perf-full-3n-hsw-vhost-III
563
564     vpp-perf-results-3n-skx:
565       csit-vpp-perf-report-coverage-2005-3n-skx:
566         - 10  # perf-full-3n-skx-crypto_I
567         - 12  # perf-full-3n-skx-crypto_III
568         - 5   # perf-full-3n-skx-ip4_I
569         - 14  # perf-full-3n-skx-ip4_II
570         - 7   # perf-full-3n-skx-ip4_III
571         - 15  # perf-full-3n-skx-ip4_IV
572         - 17  # perf-full-3n-skx-ip4_VI
573         - 18  # perf-full-3n-skx-ip4_VII
574         - 20  # perf-full-3n-skx-ip4_IX
575         - 24  # perf-full-3n-skx-ip6_I
576         - 22  # perf-full-3n-skx-ip4tunnels-II
577         - 23  # perf-full-3n-skx-ip4tunnels-III
578         - 26  # perf-full-3n-skx-ip6tunnels-I
579
580     vpp-perf-results-2n-skx:
581       # TODO: Add data:
582       csit-vpp-perf-report-coverage-2005-2n-skx:
583         - 11  # perf-full-2n-skx-ip4_I
584         - 3   # perf-full-2n-skx-ip4_II
585         - 18  # perf-full-2n-skx-ip4_III
586         - 19  # perf-full-2n-skx-ip4_IV
587         - 5   # perf-full-2n-skx-ip4_V
588         - 20  # perf-full-2n-skx-ip4_VI
589         - 7   # perf-full-2n-skx-ip6_I
590         - 21  # perf-full-2n-skx-ip6_II
591         - 9   # perf-full-2n-skx-l2_I
592         - 22  # perf-full-2n-skx-l2_II
593         - 23  # perf-full-2n-skx-memif
594         - 24  # perf-full-2n-skx-loadbalancer
595         - 25  # perf-full-2n-skx-vhost I
596         - 26  # perf-full-2n-skx-vhost II
597         - 27  # perf-full-2n-skx-vts
598
599     vpp-perf-results-2n-clx:
600       csit-vpp-perf-report-coverage-2005-2n-clx:
601         - 21  # perf-full-2n-clx-ip4_I
602         - 2   # perf-full-2n-clx-ip4_II
603         - 3   # perf-full-2n-clx-ip4_III
604         - 4   # perf-full-2n-clx-ip4_IV
605         - 5   # perf-full-2n-clx-ip4_V
606         - 6   # perf-full-2n-clx-ip4_VI
607         - 7   # perf-full-2n-clx-ip6_I
608         - 16  # perf-full-2n-clx-ip6_II
609         - 23  # perf-full-2n-clx-l2_I
610         - 10  # perf-full-2n-clx-l2_II
611         - 11  # perf-full-2n-clx-memif
612         - 12  # perf-full-2n-clx-loadbalancer
613         - 13  # perf-full-2n-clx-vhost I
614         - 22  # perf-full-2n-clx-vhost II
615         - 15  # perf-full-2n-clx-vts
616
617     vpp-perf-results-3n-tsh:
618       csit-vpp-perf-report-iterative-2005-3n-tsh:
619         - 9   # NDRPDR sel
620
621     vpp-perf-results-3n-dnv:
622       csit-vpp-perf-report-coverage-2005-3n-dnv:
623         - 1   # perf-full-3n-dnv-crypto_I
624         - 24  # perf-full-3n-dnv-crypto_II
625         - 5   # perf-full-3n-dnv-ip4_I
626         - 13  # perf-full-3n-dnv-ip4_II
627         - 17  # perf-full-3n-dnv-ip6_I
628         - 18  # perf-full-3n-dnv-ip6_II
629         - 21  # perf-full-3n-dnv-l2_I
630         - 22  # perf-full-3n-dnv-l2_II
631         - 23  # perf-full-3n-dnv-ip4-tunnels_I
632
633     vpp-perf-results-2n-dnv:
634       csit-vpp-perf-report-coverage-2005-2n-dnv:
635         - 1   # perf-full-2n-dnv-ip4_I
636         - 2   # perf-full-2n-dnv-ip4_II
637         - 3   # perf-full-2n-dnv-ip6_I
638         - 4   # perf-full-2n-dnv-ip6_II
639         - 5   # perf-full-2n-dnv-l2_I
640         - 6   # perf-full-2n-dnv-l2_II
641
642     vpp-mrr-results-3n-hsw:
643       csit-vpp-perf-report-iterative-2005-3n-hsw:
644         - 13  # MRR
645
646     vpp-mrr-results-3n-skx:
647       csit-vpp-perf-report-iterative-2005-3n-skx:
648         - 6   # MRR sel
649
650     vpp-mrr-results-2n-skx:
651       csit-vpp-perf-report-iterative-2005-2n-skx:
652         - 42  # MRR sel
653
654     vpp-mrr-results-2n-clx:
655       csit-vpp-perf-report-iterative-2005-2n-clx:
656         - 12   # MRR
657
658     vpp-mrr-results-3n-tsh:
659       csit-vpp-perf-report-iterative-2005-3n-tsh:
660         - 10  # MRR sel
661
662     vpp-mrr-results-3n-dnv:
663       csit-vpp-perf-report-iterative-2005-3n-dnv:
664         - 8   # MRR
665
666     vpp-mrr-results-2n-dnv:
667       csit-vpp-perf-report-iterative-2005-2n-dnv:
668         - 15  # MRR sel
669
670     vpp-device-results-ubuntu:
671       csit-vpp-device-2005-ubuntu1804-1n-skx:
672         - 35
673
674     dpdk-perf-results-3n-hsw:
675       csit-dpdk-perf-report-iterative-2005-3n-hsw:
676         - 5   # NDRPDR sel
677
678     dpdk-perf-results-3n-skx:
679       csit-dpdk-perf-report-iterative-2005-3n-skx:
680         - 4   # NDRPDR sel
681
682     dpdk-perf-results-2n-skx:
683       csit-dpdk-perf-report-iterative-2005-2n-skx:
684         - 1   # NDRPDR sel
685
686     dpdk-perf-results-2n-clx:
687       csit-dpdk-perf-report-iterative-2005-2n-clx:
688         - 1   # NDRPDR sel
689
690     dpdk-perf-results-2n-dnv:
691       csit-dpdk-perf-report-iterative-2005-2n-dnv:
692         - 8   # NDRPDR sel
693
694     dpdk-perf-results-3n-dnv:
695       csit-dpdk-perf-report-iterative-2005-3n-dnv:
696         - 6   # NDRPDR sel
697
698     dpdk-perf-results-3n-tsh:
699       csit-dpdk-perf-report-iterative-2005-3n-tsh:
700         - 5   # NDRPDR sel
701
702 ###########################################################################
703     # Tables (more than one data set)
704
705     # Performance changes
706
707     vpp-performance-changes-3n-hsw-h1:
708       csit-vpp-perf-verify-1908-3n-hsw:
709         - 12  # NDRPDR sel
710         - 13  # NDRPDR sel
711         - 14  # NDRPDR sel
712         - 15  # NDRPDR sel
713         - 16  # NDRPDR sel
714         - 17  # NDRPDR sel
715         - 18  # NDRPDR sel
716         - 19  # NDRPDR sel
717         - 20  # NDRPDR sel
718         - 21  # NDRPDR sel
719     vpp-performance-changes-3n-hsw-ref:
720       csit-vpp-perf-verify-2001-3n-hsw:
721         - 21  # NDRPDR sel
722         - 22  # NDRPDR sel
723         - 23  # NDRPDR sel
724         - 24  # NDRPDR sel
725         - 25  # NDRPDR sel
726         - 29  # NDRPDR sel
727         - 30  # NDRPDR sel
728         - 31  # NDRPDR sel
729         - 32  # NDRPDR sel
730         - 34  # NDRPDR sel
731     vpp-performance-changes-3n-hsw-cmp:
732       csit-vpp-perf-report-iterative-2005-3n-hsw:
733         - 3   # NDRPDR sel
734         - 4   # NDRPDR sel
735         - 5   # NDRPDR sel
736         - 10  # NDRPDR sel
737         - 11  # NDRPDR sel
738         - 12  # NDRPDR sel
739         - 15  # NDRPDR sel
740         - 16  # NDRPDR sel
741         - 18  # NDRPDR sel
742         - 19  # NDRPDR sel
743
744     vpp-performance-changes-3n-skx-h1:
745       csit-vpp-perf-verify-1908_1-3n-skx:
746         - 26  # NDRPDR sel - new1908.1
747         - 27  # NDRPDR sel - new1908.1
748         - 28  # NDRPDR sel - new1908.1
749         - 29  # NDRPDR sel - new1908.1
750         - 30  # NDRPDR sel - new1908.1
751         - 31  # NDRPDR sel - new1908.1
752         - 33  # NDRPDR sel - new1908.1
753         - 34  # NDRPDR sel - new1908.1
754         - 35  # NDRPDR sel - new1908.1
755         - 36  # NDRPDR sel - new1908.1
756     vpp-performance-changes-3n-skx-ref:
757       csit-vpp-perf-verify-2001-3n-skx:
758         - 69  # NDRPDR sel - new2001.0
759         - 71  # NDRPDR sel - new2001.0
760         - 72  # NDRPDR sel - new2001.0
761         - 76  # NDRPDR sel - new2001.0
762         - 77  # NDRPDR sel - new2001.0
763         - 78  # NDRPDR sel - new2001.0
764         - 80  # NDRPDR sel - new2001.0
765     vpp-performance-changes-3n-skx-cmp:
766       csit-vpp-perf-report-iterative-2005-3n-skx:
767         - 4   # NDRPDR sel
768         - 5   # NDRPDR sel ??? all x710 failed
769         - 33  # NDRPDR sel
770         - 28  # NDRPDR sel
771         - 34  # NDRPDR sel
772         - 36  # NDRPDR sel
773         - 37  # NDRPDR sel
774         - 38  # NDRPDR sel
775         - 39  # NDRPDR sel
776         - 41  # NDRPDR sel
777
778     vpp-performance-changes-2n-skx-h1:
779       csit-vpp-perf-verify-1908_1-2n-skx:
780         - 39  # NDRPDR sel - new1908.1
781         - 40  # NDRPDR sel - new1908.1
782         - 41  # NDRPDR sel - new1908.1
783         - 43  # NDRPDR sel - new1908.1
784         - 44  # NDRPDR sel - new1908.1
785         - 45  # NDRPDR sel - new1908.1
786         - 46  # NDRPDR sel - new1908.1
787         - 47  # NDRPDR sel - new1908.1
788         - 48  # NDRPDR sel - new1908.1
789         - 49  # NDRPDR sel - new1908.1
790     vpp-performance-changes-2n-skx-ref:
791       csit-vpp-perf-verify-2001-2n-skx:
792         - 143  # NDRPDR sel - new2001.0
793         - 146  # NDRPDR sel - new2001.0
794         - 147  # NDRPDR sel - new2001.0
795         - 148  # NDRPDR sel - new2001.0
796         - 149  # NDRPDR sel - new2001.0
797         - 150  # NDRPDR sel - new2001.0
798         - 151  # NDRPDR sel - new2001.0
799         - 152  # NDRPDR sel - new2001.0
800         - 153  # NDRPDR sel - new2001.0
801         - 154  # NDRPDR sel - new2001.0
802     vpp-performance-changes-2n-skx-cmp:
803       csit-vpp-perf-report-iterative-2005-2n-skx:
804         - 43  # NDRPDR sel
805         - 38  # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 65  # NDRPDR sel
808         - 47  # NDRPDR sel
809         - 55  # NDRPDR sel
810         - 67  # NDRPDR sel
811         - 75  # NDRPDR sel
812         - 76  # NDRPDR sel
813         - 73  # NDRPDR sel
814
815 #    vpp-performance-changes-nfv-2n-skx-ref:
816 #      csit-vpp-perf-verify-2001-2n-skx:
817 #        - 30  # NFV
818 #        - 31  # NFV
819 #    vpp-performance-changes-nfv-2n-skx-cmp:
820 #      csit-vpp-perf-report-iterative-2005-2n-skx:
821 #        - 43  # NDRPDR sel
822 #        - 38  # NDRPDR sel
823 #        - 7   # NDRPDR sel
824
825     vpp-performance-changes-2n-clx-ref:
826       csit-vpp-perf-verify-2001-2n-clx:
827         - 28  # NDRPDR sel
828         - 29  # NDRPDR sel
829         - 32  # NDRPDR sel
830         - 40  # NDRPDR sel
831         - 43  # NDRPDR sel
832         - 44  # NDRPDR sel
833         - 45  # NDRPDR sel
834         - 47  # NDRPDR sel
835         - 48  # NDRPDR sel
836         - 49  # NDRPDR sel
837     vpp-performance-changes-2n-clx-cmp:
838       csit-vpp-perf-report-iterative-2005-2n-clx:
839         - 7   # NDRPDR sel
840         - 38  # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 32  # NDRPDR sel ???
843         - 33  # NDRPDR sel ???
844         - 39  # NDRPDR sel
845         - 40  # NDRPDR sel
846         - 43  # NDRPDR sel
847         - 50  # NDRPDR sel
848         - 51  # NDRPDR sel
849
850     vpp-performance-changes-2n-dnv-h1:
851       csit-vpp-perf-verify-1908-2n-dnv:
852         - 1   # NDRPDR sel
853         - 2   # NDRPDR sel
854         - 3   # NDRPDR sel
855         - 4   # NDRPDR sel
856         - 5   # NDRPDR sel
857         - 6   # NDRPDR sel
858         - 7   # NDRPDR sel
859         - 8   # NDRPDR sel
860         - 9   # NDRPDR sel
861         - 10  # NDRPDR sel
862     vpp-performance-changes-2n-dnv-ref:
863       csit-vpp-perf-verify-2001-2n-dnv:
864         - 4   # NDRPDR sel
865         - 5   # NDRPDR sel
866         - 6   # NDRPDR sel
867         - 7   # NDRPDR sel
868         - 8   # NDRPDR sel
869         - 9   # NDRPDR sel
870         - 10  # NDRPDR sel
871         - 11  # NDRPDR sel
872         - 13  # NDRPDR sel
873         - 16  # NDRPDR sel
874     vpp-performance-changes-2n-dnv-cmp:
875       csit-vpp-perf-report-iterative-2005-2n-dnv:
876         - 3   # NDRPDR sel
877         - 6   # NDRPDR sel
878         - 7   # NDRPDR sel
879         - 8   # NDRPDR sel
880         - 9   # NDRPDR sel
881         - 10  # NDRPDR sel
882         - 11  # NDRPDR sel
883         - 12  # NDRPDR sel
884         - 13  # NDRPDR sel
885         - 14  # NDRPDR sel
886
887     vpp-performance-changes-3n-dnv-h1:
888       csit-vpp-perf-verify-1908-3n-dnv:
889         - 6   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 12  # NDRPDR sel
895         - 13  # NDRPDR sel
896         - 14  # NDRPDR sel
897         - 15  # NDRPDR sel
898         - 16  # NDRPDR sel
899     vpp-performance-changes-3n-dnv-ref:
900       csit-vpp-perf-verify-2001-3n-dnv:
901         - 5   # NDRPDR sel
902         - 6   # NDRPDR sel
903         - 7   # NDRPDR sel
904         - 8   # NDRPDR sel
905         - 9   # NDRPDR sel
906         - 10  # NDRPDR sel
907         - 12  # NDRPDR sel
908         - 16  # NDRPDR sel
909         - 17  # NDRPDR sel
910         - 18  # NDRPDR sel
911     vpp-performance-changes-3n-dnv-cmp:
912       csit-vpp-perf-report-iterative-2005-3n-dnv:
913         - 2   # NDRPDR sel
914         - 3   # NDRPDR sel
915         - 4   # NDRPDR sel
916         - 5   # NDRPDR sel
917         - 6   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 9   # NDRPDR sel
920         - 10  # NDRPDR sel
921         - 11  # NDRPDR sel
922         - 12  # NDRPDR sel
923
924     vpp-performance-changes-3n-tsh-h1:
925       csit-vpp-perf-verify-1908-3n-tsh:
926         - 7   # NDRPDR sel
927         - 8   # NDRPDR sel
928         - 9   # NDRPDR sel
929         - 10  # NDRPDR sel
930         - 11  # NDRPDR sel
931         - 12  # NDRPDR sel
932         - 13  # NDRPDR sel
933         - 14  # NDRPDR sel
934         - 15  # NDRPDR sel
935         - 16  # NDRPDR sel
936     vpp-performance-changes-3n-tsh-ref:
937       csit-vpp-perf-verify-2001-3n-tsh:
938         - 3   # NDRPDR sel
939         - 4   # NDRPDR sel
940         - 7   # NDRPDR sel
941         - 8   # NDRPDR sel
942         - 10  # NDRPDR sel
943         - 12  # NDRPDR sel
944         - 13  # NDRPDR sel
945         - 14  # NDRPDR sel
946         - 15  # NDRPDR sel
947         - 21  # NDRPDR sel
948     vpp-performance-changes-3n-tsh-cmp:
949       # TODO: Add data:
950       csit-vpp-perf-report-iterative-2005-3n-tsh:
951         - 9   # NDRPDR sel
952         - 11  # NDRPDR sel
953         - 12  # NDRPDR sel
954         - 13  # NDRPDR sel
955
956     vpp-soak-vs-ndr-2n-skx-ref:
957       csit-vpp-perf-report-iterative-2005-2n-skx:
958         - 43  # NDRPDR sel
959         - 38  # NDRPDR sel
960         - 7   # NDRPDR sel
961         - 65  # NDRPDR sel
962         - 47  # NDRPDR sel
963         - 55  # NDRPDR sel
964         - 67  # NDRPDR sel
965         - 75  # NDRPDR sel
966         - 76  # NDRPDR sel
967         - 73  # NDRPDR sel
968     vpp-soak-vs-ndr-2n-skx-cmp:
969       csit-vpp-perf-report-iterative-2005-2n-skx:
970         - 49  # Soak
971         - 54  # Soak
972     vpp-soak-vs-ndr-2n-skx:
973       csit-vpp-perf-report-iterative-2005-2n-skx:
974         - 43  # NDRPDR sel
975         - 38  # NDRPDR sel
976         - 7   # NDRPDR sel
977         - 65  # NDRPDR sel
978         - 47  # NDRPDR sel
979         - 55  # NDRPDR sel
980         - 67  # NDRPDR sel
981         - 75  # NDRPDR sel
982         - 76  # NDRPDR sel
983         - 73  # NDRPDR sel
984         - 49  # Soak
985         - 54  # Soak
986
987     vpp-soak-vs-ndr-2n-clx-ref:
988       csit-vpp-perf-report-iterative-2005-2n-clx:
989         - 7   # NDRPDR sel
990         - 38  # NDRPDR sel
991         - 9   # NDRPDR sel
992         - 32  # NDRPDR sel ???
993         - 33  # NDRPDR sel ???
994         - 39  # NDRPDR sel
995         - 40  # NDRPDR sel
996         - 43  # NDRPDR sel
997         - 50  # NDRPDR sel
998         - 51  # NDRPDR sel
999     vpp-soak-vs-ndr-2n-clx-cmp:
1000       csit-vpp-perf-report-iterative-2005-2n-clx:
1001         - 44  # Soak
1002         - 49  # Soak
1003     vpp-soak-vs-ndr-2n-clx:
1004       csit-vpp-perf-report-iterative-2005-2n-clx:
1005         - 7   # NDRPDR sel
1006         - 38  # NDRPDR sel
1007         - 9   # NDRPDR sel
1008         - 32  # NDRPDR sel ???
1009         - 33  # NDRPDR sel ???
1010         - 39  # NDRPDR sel
1011         - 40  # NDRPDR sel
1012         - 43  # NDRPDR sel
1013         - 50  # NDRPDR sel
1014         - 51  # NDRPDR sel
1015         - 44  # Soak
1016         - 49  # Soak
1017
1018     vpp-performance-changes-3n-hsw-mrr-h1:
1019       csit-vpp-perf-verify-1908-3n-hsw:
1020         - 39  # MRR sel
1021     vpp-performance-changes-3n-hsw-mrr-ref:
1022       csit-vpp-perf-verify-2001-3n-hsw:
1023         - 17  # MRR sel
1024     vpp-performance-changes-3n-hsw-mrr-cmp:
1025       csit-vpp-perf-report-iterative-2005-3n-hsw:
1026         - 13  # MRR
1027
1028 #    vpp-performance-changes-3n-skx-mrr-h1:
1029 #      csit-vpp-perf-verify-1908-3n-skx:
1030 #        - 36  # MRR sel
1031     vpp-performance-changes-3n-skx-mrr-ref:
1032       csit-vpp-perf-verify-2001-3n-skx:
1033         - 50  # MRR sel
1034         - 53  # MRR sel addition
1035     vpp-performance-changes-3n-skx-mrr-cmp:
1036       csit-vpp-perf-report-iterative-2005-3n-skx:
1037         - 6   # MRR sel
1038
1039 #    vpp-performance-changes-2n-skx-mrr-h1:
1040 #      csit-vpp-perf-verify-1908-2n-skx:
1041 #        - 69  # MRR sel
1042     vpp-performance-changes-2n-skx-mrr-ref:
1043       csit-vpp-perf-verify-2001-2n-skx:
1044         - 101 # MRR sel
1045         - 128 # MRR sel addition
1046     vpp-performance-changes-2n-skx-mrr-cmp:
1047       csit-vpp-perf-report-iterative-2005-2n-skx:
1048         - 42  # MRR sel
1049
1050     vpp-performance-changes-2n-clx-mrr-ref:
1051       csit-vpp-perf-verify-2001-2n-clx:
1052         - 39  # MRR
1053     vpp-performance-changes-2n-clx-mrr-cmp:
1054       csit-vpp-perf-report-iterative-2005-2n-clx:
1055         - 12   # MRR
1056
1057 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1058 #      csit-vpp-perf-verify-1908-2n-skx:
1059 #        - 71  # NFV MRR
1060 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1061 #      # csit-vpp-perf-verify-2001-2n-skx:
1062 #      csit-vpp-perf-verify-1908-2n-skx:
1063 #        - 71  # NFV MRR
1064
1065     vpp-performance-changes-2n-dnv-mrr-h1:
1066       csit-vpp-perf-verify-1908-2n-dnv:
1067         - 11  # MRR sel
1068     vpp-performance-changes-2n-dnv-mrr-ref:
1069       csit-vpp-perf-verify-2001-2n-dnv:
1070         - 12  # MRR sel
1071     vpp-performance-changes-2n-dnv-mrr-cmp:
1072       csit-vpp-perf-report-iterative-2005-2n-dnv:
1073         - 15  # MRR sel
1074
1075     vpp-performance-changes-3n-dnv-mrr-h1:
1076       csit-vpp-perf-verify-1908-3n-dnv:
1077         - 17  # MRR sel
1078     vpp-performance-changes-3n-dnv-mrr-ref:
1079       csit-vpp-perf-verify-2001-3n-dnv:
1080         - 11  # MRR sel
1081     vpp-performance-changes-3n-dnv-mrr-cmp:
1082       csit-vpp-perf-report-iterative-2005-3n-dnv:
1083         - 8   # MRR
1084
1085     vpp-performance-changes-3n-tsh-mrr-h1:
1086       csit-vpp-perf-verify-1908-3n-tsh:
1087         - 17  # MRR sel
1088     vpp-performance-changes-3n-tsh-mrr-ref:
1089       csit-vpp-perf-verify-2001-3n-tsh:
1090         - 9   # MRR sel
1091     vpp-performance-changes-3n-tsh-mrr-cmp:
1092       csit-vpp-perf-report-iterative-2005-3n-tsh:
1093         - 10  # MRR sel
1094
1095     dpdk-performance-changes-3n-hsw-h1:
1096       csit-dpdk-perf-verify-1908-3n-hsw:
1097         - 2   # NDRPDR sel
1098         - 3   # NDRPDR sel
1099         - 4   # NDRPDR sel
1100         - 5   # NDRPDR sel
1101         - 6   # NDRPDR sel
1102         - 7   # NDRPDR sel
1103         - 8   # NDRPDR sel
1104         - 9   # NDRPDR sel
1105         - 10  # NDRPDR sel
1106         - 11  # NDRPDR sel
1107     dpdk-performance-changes-3n-hsw-ref:
1108       csit-dpdk-perf-verify-2001-3n-hsw:
1109         - 4   # NDRPDR sel
1110         - 5   # NDRPDR sel
1111         - 6   # NDRPDR sel
1112         - 7   # NDRPDR sel
1113         - 8   # NDRPDR sel
1114         - 9   # NDRPDR sel
1115         - 10  # NDRPDR sel
1116         - 11  # NDRPDR sel
1117         - 12  # NDRPDR sel
1118         - 13  # NDRPDR sel
1119         - 15  # NDRPDR sel
1120         - 16  # NDRPDR sel
1121         - 17  # NDRPDR sel
1122         - 18  # NDRPDR sel
1123         - 19  # NDRPDR sel
1124         - 20  # NDRPDR sel
1125         - 21  # NDRPDR sel
1126         - 22  # NDRPDR sel
1127         - 23  # NDRPDR sel
1128         - 24  # NDRPDR sel
1129     dpdk-performance-changes-3n-hsw-cmp:
1130       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1131         - 5   # NDRPDR sel
1132         - 6   # NDRPDR sel
1133         - 7   # NDRPDR sel
1134         - 8   # NDRPDR sel
1135         - 9   # NDRPDR sel
1136         - 10  # NDRPDR sel
1137         - 11  # NDRPDR sel
1138         - 12  # NDRPDR sel
1139         - 13  # NDRPDR sel
1140         - 14  # NDRPDR sel
1141
1142     dpdk-performance-changes-3n-skx-h1:
1143       csit-dpdk-perf-verify-1908-3n-skx:
1144         - 3   # NDRPDR sel
1145         - 4   # NDRPDR sel
1146         - 5   # NDRPDR sel
1147         - 6   # NDRPDR sel
1148         - 7   # NDRPDR sel
1149         - 8   # NDRPDR sel
1150         - 9   # NDRPDR sel
1151         - 10  # NDRPDR sel
1152         - 11  # NDRPDR sel
1153         - 12  # NDRPDR sel
1154     dpdk-performance-changes-3n-skx-ref:
1155       csit-dpdk-perf-verify-2001-3n-skx:
1156         - 29  # NDRPDR sel xxv710
1157         - 33  # NDRPDR sel xxv710
1158         - 34  # NDRPDR sel xxv710
1159         - 35  # NDRPDR sel xxv710
1160         - 36  # NDRPDR sel xxv710
1161         - 37  # NDRPDR sel xxv710
1162         - 41  # NDRPDR sel xxv710
1163         - 42  # NDRPDR sel xxv710
1164         - 43  # NDRPDR sel xxv710
1165         - 45  # NDRPDR sel xxv710
1166         - 30  # NDRPDR sel x710
1167         - 31  # NDRPDR sel x710
1168         - 32  # NDRPDR sel x710
1169         - 38  # NDRPDR sel x710
1170         - 39  # NDRPDR sel x710
1171         - 40  # NDRPDR sel x710
1172         - 44  # NDRPDR sel x710
1173         - 46  # NDRPDR sel x710
1174         - 47  # NDRPDR sel x710
1175         - 48  # NDRPDR sel x710
1176     dpdk-performance-changes-3n-skx-cmp:
1177       csit-dpdk-perf-report-iterative-2005-3n-skx:
1178         - 4   # NDRPDR sel
1179         - 5   # NDRPDR sel
1180         - 6   # NDRPDR sel
1181         - 7   # NDRPDR sel
1182         - 8   # NDRPDR sel
1183         - 11  # NDRPDR sel
1184         - 12  # NDRPDR sel
1185         - 13  # NDRPDR sel
1186         - 14  # NDRPDR sel
1187         - 15  # NDRPDR sel
1188
1189     dpdk-performance-changes-2n-skx-h1:
1190       csit-dpdk-perf-verify-1908-2n-skx:
1191         - 2   # NDRPDR sel
1192         - 3   # NDRPDR sel
1193         - 4   # NDRPDR sel
1194         - 5   # NDRPDR sel
1195         - 7   # NDRPDR sel
1196         - 8   # NDRPDR sel
1197         - 9   # NDRPDR sel
1198         - 10  # NDRPDR sel
1199         - 11  # NDRPDR sel
1200         - 12  # NDRPDR sel
1201     dpdk-performance-changes-2n-skx-ref:
1202       csit-dpdk-perf-verify-2001-2n-skx:
1203         - 35  # NDRPDR sel xxv710
1204         - 36  # NDRPDR sel xxv710
1205         - 37  # NDRPDR sel xxv710
1206         - 41  # NDRPDR sel xxv710
1207         - 42  # NDRPDR sel xxv710
1208         - 43  # NDRPDR sel xxv710
1209         - 46  # NDRPDR sel xxv710
1210         - 47  # NDRPDR sel xxv710
1211         - 52  # NDRPDR sel xxv710
1212         - 53  # NDRPDR sel xxv710
1213         - 38  # NDRPDR sel x710
1214         - 39  # NDRPDR sel x710
1215         - 40  # NDRPDR sel x710
1216         - 44  # NDRPDR sel x710
1217         - 45  # NDRPDR sel x710
1218         - 48  # NDRPDR sel x710
1219         - 49  # NDRPDR sel x710
1220         - 50  # NDRPDR sel x710
1221         - 51  # NDRPDR sel x710
1222         - 54  # NDRPDR sel x710
1223     dpdk-performance-changes-2n-skx-cmp:
1224       csit-dpdk-perf-report-iterative-2005-2n-skx:
1225         - 1   # NDRPDR sel
1226         - 2   # NDRPDR sel
1227         - 3   # NDRPDR sel
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235
1236     dpdk-performance-changes-2n-clx-ref:
1237       csit-dpdk-perf-verify-2001-2n-clx:
1238         - 15  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242         - 19  # NDRPDR sel
1243         - 20  # NDRPDR sel
1244         - 21  # NDRPDR sel
1245         - 22  # NDRPDR sel
1246         - 23  # NDRPDR sel
1247         - 24  # NDRPDR sel
1248         - 25  # NDRPDR sel
1249         - 26  # NDRPDR sel
1250         - 27  # NDRPDR sel
1251         - 28  # NDRPDR sel
1252         - 29  # NDRPDR sel
1253         - 30  # NDRPDR sel
1254         - 31  # NDRPDR sel
1255         - 32  # NDRPDR sel
1256         - 33  # NDRPDR sel
1257         - 34  # NDRPDR sel
1258     dpdk-performance-changes-2n-clx-cmp:
1259       csit-dpdk-perf-report-iterative-2005-2n-clx:
1260         - 1   # NDRPDR sel
1261         - 2   # NDRPDR sel
1262         - 3   # NDRPDR sel
1263         - 4   # NDRPDR sel
1264         - 5   # NDRPDR sel
1265         - 6   # NDRPDR sel
1266         - 7   # NDRPDR sel
1267         - 8   # NDRPDR sel
1268         - 9   # NDRPDR sel
1269         - 10  # NDRPDR sel
1270
1271     dpdk-performance-changes-2n-dnv-ref:
1272       csit-dpdk-perf-verify-2001-2n-dnv:
1273         - 9   # NDRPDR sel
1274         - 10  # NDRPDR sel
1275         - 11  # NDRPDR sel
1276         - 12  # NDRPDR sel
1277         - 13  # NDRPDR sel
1278         - 14  # NDRPDR sel
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283     dpdk-performance-changes-2n-dnv-cmp:
1284       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1285         - 8   # NDRPDR sel
1286         - 9   # NDRPDR sel
1287         - 10  # NDRPDR sel
1288         - 11  # NDRPDR sel
1289         - 12  # NDRPDR sel
1290         - 13  # NDRPDR sel
1291         - 14  # NDRPDR sel
1292         - 15  # NDRPDR sel
1293         - 16  # NDRPDR sel
1294         - 17  # NDRPDR sel
1295
1296     dpdk-performance-changes-3n-dnv-ref:
1297       csit-dpdk-perf-verify-2001-3n-dnv:
1298         - 12  # NDRPDR sel
1299         - 13  # NDRPDR sel
1300         - 14  # NDRPDR sel
1301         - 15  # NDRPDR sel
1302         - 16  # NDRPDR sel
1303         - 17  # NDRPDR sel
1304         - 18  # NDRPDR sel
1305         - 19  # NDRPDR sel
1306         - 20  # NDRPDR sel
1307         - 22  # NDRPDR sel
1308     dpdk-performance-changes-3n-dnv-cmp:
1309       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1310         - 6   # NDRPDR sel
1311         - 7   # NDRPDR sel
1312         - 8   # NDRPDR sel
1313         - 9   # NDRPDR sel
1314         - 10  # NDRPDR sel
1315         - 11  # NDRPDR sel
1316         - 12  # NDRPDR sel
1317         - 13  # NDRPDR sel
1318         - 14  # NDRPDR sel
1319         - 16  # NDRPDR sel
1320
1321     dpdk-performance-changes-3n-tsh-ref:
1322       csit-dpdk-perf-verify-2001-3n-tsh:
1323         - 3   # NDRPDR sel
1324         - 4   # NDRPDR sel
1325         - 5   # NDRPDR sel
1326         - 9   # NDRPDR sel
1327         - 10  # NDRPDR sel
1328         - 11  # NDRPDR sel
1329         - 12  # NDRPDR sel
1330         - 14  # NDRPDR sel
1331         - 15  # NDRPDR sel
1332         - 18  # NDRPDR sel
1333     dpdk-performance-changes-3n-tsh-cmp:
1334       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1335         - 5   # NDRPDR sel
1336
1337     # Compare testbeds
1338
1339     vpp-compare-testbeds-ref:
1340       csit-vpp-perf-report-iterative-2005-3n-hsw:
1341         - 3   # NDRPDR sel
1342         - 4   # NDRPDR sel
1343         - 5   # NDRPDR sel
1344         - 10  # NDRPDR sel
1345         - 11  # NDRPDR sel
1346         - 12  # NDRPDR sel
1347         - 15  # NDRPDR sel
1348         - 16  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351     vpp-compare-testbeds-cmp:
1352       csit-vpp-perf-report-iterative-2005-3n-skx:
1353         - 4   # NDRPDR sel
1354         - 5   # NDRPDR sel ??? all x710 failed
1355         - 33  # NDRPDR sel
1356         - 28  # NDRPDR sel
1357         - 34  # NDRPDR sel
1358         - 36  # NDRPDR sel
1359         - 37  # NDRPDR sel
1360         - 38  # NDRPDR sel
1361         - 39  # NDRPDR sel
1362         - 41  # NDRPDR sel
1363
1364     vpp-compare-testbeds-skx-clx-ref:
1365       csit-vpp-perf-report-iterative-2005-2n-skx:
1366         - 43  # NDRPDR sel
1367         - 38  # NDRPDR sel
1368         - 7   # NDRPDR sel
1369         - 65  # NDRPDR sel
1370         - 47  # NDRPDR sel
1371         - 55  # NDRPDR sel
1372         - 67  # NDRPDR sel
1373         - 75  # NDRPDR sel
1374         - 76  # NDRPDR sel
1375         - 73  # NDRPDR sel
1376     vpp-compare-testbeds-skx-clx-cmp:
1377       csit-vpp-perf-report-iterative-2005-2n-clx:
1378         - 7   # NDRPDR sel
1379         - 38  # NDRPDR sel
1380         - 9   # NDRPDR sel
1381         - 32  # NDRPDR sel ???
1382         - 33  # NDRPDR sel ???
1383         - 39  # NDRPDR sel
1384         - 40  # NDRPDR sel
1385         - 43  # NDRPDR sel
1386         - 50  # NDRPDR sel
1387         - 51  # NDRPDR sel
1388
1389     vpp-compare-testbeds-hsw-clx-ref:
1390       csit-vpp-perf-report-iterative-2005-3n-hsw:
1391         - 3   # NDRPDR sel
1392         - 4   # NDRPDR sel
1393         - 5   # NDRPDR sel
1394         - 10  # NDRPDR sel
1395         - 11  # NDRPDR sel
1396         - 12  # NDRPDR sel
1397         - 15  # NDRPDR sel
1398         - 16  # NDRPDR sel
1399         - 18  # NDRPDR sel
1400         - 19  # NDRPDR sel
1401     vpp-compare-testbeds-hsw-clx-cmp:
1402       csit-vpp-perf-report-iterative-2005-2n-clx:
1403         - 7   # NDRPDR sel
1404         - 38  # NDRPDR sel
1405         - 9   # NDRPDR sel
1406         - 32  # NDRPDR sel ???
1407         - 33  # NDRPDR sel ???
1408         - 39  # NDRPDR sel
1409         - 40  # NDRPDR sel
1410         - 43  # NDRPDR sel
1411         - 50  # NDRPDR sel
1412         - 51  # NDRPDR sel
1413
1414     vpp-compare-testbeds-mrr-ref:
1415       csit-vpp-perf-report-iterative-2005-3n-hsw:
1416         - 13  # MRR
1417     vpp-compare-testbeds-mrr-cmp:
1418       csit-vpp-perf-report-iterative-2005-3n-skx:
1419         - 6   # MRR sel
1420
1421     vpp-compare-testbeds-mrr-skx-clx-ref:
1422       csit-vpp-perf-report-iterative-2005-2n-skx:
1423         - 42  # MRR sel
1424     vpp-compare-testbeds-mrr-skx-clx-cmp:
1425       csit-vpp-perf-report-iterative-2005-2n-clx:
1426         - 12   # MRR
1427
1428     vpp-compare-testbeds-mrr-hsw-clx-ref:
1429       csit-vpp-perf-report-iterative-2005-3n-hsw:
1430         - 13  # MRR
1431     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1432       csit-vpp-perf-report-iterative-2005-2n-clx:
1433         - 12   # MRR
1434
1435     dpdk-compare-testbeds-ref:
1436       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1437         - 5   # NDRPDR sel
1438         - 6   # NDRPDR sel
1439         - 7   # NDRPDR sel
1440         - 8   # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 10  # NDRPDR sel
1443         - 11  # NDRPDR sel
1444         - 12  # NDRPDR sel
1445         - 13  # NDRPDR sel
1446         - 14  # NDRPDR sel
1447     dpdk-compare-testbeds-cmp:
1448       csit-dpdk-perf-report-iterative-2005-3n-skx:
1449         - 4   # NDRPDR sel
1450         - 5   # NDRPDR sel
1451         - 6   # NDRPDR sel
1452         - 7   # NDRPDR sel
1453         - 8   # NDRPDR sel
1454         - 11  # NDRPDR sel
1455         - 12  # NDRPDR sel
1456         - 13  # NDRPDR sel
1457         - 14  # NDRPDR sel
1458         - 15  # NDRPDR sel
1459
1460     dpdk-compare-testbeds-skx-clx-ref:
1461       csit-dpdk-perf-report-iterative-2005-2n-skx:
1462         - 1   # NDRPDR sel
1463         - 2   # NDRPDR sel
1464         - 3   # NDRPDR sel
1465         - 4   # NDRPDR sel
1466         - 5   # NDRPDR sel
1467         - 6   # NDRPDR sel
1468         - 7   # NDRPDR sel
1469         - 8   # NDRPDR sel
1470         - 9   # NDRPDR sel
1471         - 10  # NDRPDR sel
1472     dpdk-compare-testbeds-skx-clx-cmp:
1473       csit-dpdk-perf-report-iterative-2005-2n-clx:
1474         - 1   # NDRPDR sel
1475         - 2   # NDRPDR sel
1476         - 3   # NDRPDR sel
1477         - 4   # NDRPDR sel
1478         - 5   # NDRPDR sel
1479         - 6   # NDRPDR sel
1480         - 7   # NDRPDR sel
1481         - 8   # NDRPDR sel
1482         - 9   # NDRPDR sel
1483         - 10  # NDRPDR sel
1484
1485     # Compare topologies
1486
1487     vpp-compare-topologies-ref:
1488       csit-vpp-perf-report-iterative-2005-3n-skx:
1489         - 4   # NDRPDR sel
1490         - 5   # NDRPDR sel ??? all x710 failed
1491         - 33  # NDRPDR sel
1492         - 28  # NDRPDR sel
1493         - 34  # NDRPDR sel
1494         - 36  # NDRPDR sel
1495         - 37  # NDRPDR sel
1496         - 38  # NDRPDR sel
1497         - 39  # NDRPDR sel
1498         - 41  # NDRPDR sel
1499     vpp-compare-topologies-cmp:
1500       csit-vpp-perf-report-iterative-2005-2n-skx:
1501         - 43  # NDRPDR sel
1502         - 38  # NDRPDR sel
1503         - 7   # NDRPDR sel
1504         - 65  # NDRPDR sel
1505         - 47  # NDRPDR sel
1506         - 55  # NDRPDR sel
1507         - 67  # NDRPDR sel
1508         - 75  # NDRPDR sel
1509         - 76  # NDRPDR sel
1510         - 73  # NDRPDR sel
1511
1512     vpp-compare-topologies-mrr-ref:
1513       csit-vpp-perf-report-iterative-2005-3n-skx:
1514         - 6   # MRR sel
1515     vpp-compare-topologies-mrr-cmp:
1516       csit-vpp-perf-report-iterative-2005-2n-skx:
1517         - 42  # MRR sel
1518
1519     dpdk-compare-topologies-ref:
1520       csit-dpdk-perf-report-iterative-2005-3n-skx:
1521         - 4   # NDRPDR sel
1522         - 5   # NDRPDR sel
1523         - 6   # NDRPDR sel
1524         - 7   # NDRPDR sel
1525         - 8   # NDRPDR sel
1526         - 11  # NDRPDR sel
1527         - 12  # NDRPDR sel
1528         - 13  # NDRPDR sel
1529         - 14  # NDRPDR sel
1530         - 15  # NDRPDR sel
1531     dpdk-compare-topologies-cmp:
1532       csit-dpdk-perf-report-iterative-2005-2n-skx:
1533         - 1   # NDRPDR sel
1534         - 2   # NDRPDR sel
1535         - 3   # NDRPDR sel
1536         - 4   # NDRPDR sel
1537         - 5   # NDRPDR sel
1538         - 6   # NDRPDR sel
1539         - 7   # NDRPDR sel
1540         - 8   # NDRPDR sel
1541         - 9   # NDRPDR sel
1542         - 10  # NDRPDR sel
1543
1544   plot-layouts:
1545
1546     plot-soak-throughput:
1547       titlefont:
1548         size: 18
1549       xaxis:
1550         title: "<b>Test Cases [Index]</b>"
1551         titlefont:
1552           size: 16
1553         autorange: True
1554         fixedrange: False
1555         gridcolor: "rgb(230, 230, 230)"
1556         linecolor: "rgb(220, 220, 220)"
1557         linewidth: 1
1558         showgrid: True
1559         showline: True
1560         showticklabels: True
1561         tickcolor: "rgb(220, 220, 220)"
1562         tickmode: "linear"
1563         tickfont:
1564           size: 16
1565         zeroline: False
1566       yaxis:
1567         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1568         titlefont:
1569           size: 16
1570         gridcolor: "rgb(230, 230, 230)"
1571         hoverformat: ".4r"
1572         tickformat: ".3r"
1573         linecolor: "rgb(220, 220, 220)"
1574         linewidth: 1
1575         showgrid: True
1576         showline: True
1577         showticklabels: True
1578         tickcolor: "rgb(220, 220, 220)"
1579         tickfont:
1580           size: 16
1581         zeroline: False
1582         range: [0,50]
1583       autosize: False
1584       margin:
1585         t: 50
1586         b: 0
1587         l: 80
1588         r: 20
1589       showlegend: True
1590       legend:
1591         orientation: "h"
1592         font:
1593           size: 16
1594       width: 700
1595       height: 900
1596       paper_bgcolor: "#fff"
1597       plot_bgcolor: "#fff"
1598       hoverlabel:
1599         namelength: -1
1600
1601     plot-service-density:
1602       titlefont:
1603         size: 18
1604       xaxis:
1605         side: "top"
1606         autorange: True
1607         fixedrange: False
1608         showgrid: False
1609         showline: False
1610         showticklabels: False
1611         ticks: ""
1612         ticklen: 0
1613         tickwidth: 0
1614         zeroline: False
1615       yaxis:
1616         autorange: "reversed"
1617         showgrid: False
1618         showline: False
1619         showticklabels: False
1620         ticks: ""
1621         ticklen: 0
1622         tickwidth: 0
1623         zeroline: False
1624       showlegend: False
1625       paper_bgcolor: "#fff"
1626       plot_bgcolor: "#fff"
1627       width: 700
1628       height: 700
1629       hoverlabel:
1630         namelength: -1
1631
1632 #    plot-cps:
1633 #      titlefont:
1634 #        size: 18
1635 #      xaxis:
1636 #        title: "<b>Test Cases [Index]</b>"
1637 #        titlefont:
1638 #          size: 16
1639 #        autorange: True
1640 #        fixedrange: False
1641 #        gridcolor: "rgb(230, 230, 230)"
1642 #        linecolor: "rgb(220, 220, 220)"
1643 #        linewidth: 1
1644 #        showgrid: True
1645 #        showline: True
1646 #        showticklabels: True
1647 #        tickcolor: "rgb(220, 220, 220)"
1648 #        tickmode: "linear"
1649 #        tickfont:
1650 #          size: 16
1651 #        zeroline: False
1652 #      yaxis:
1653 #        title: "<b>Connections Per Second [cps]</b>"
1654 #        titlefont:
1655 #          size: 16
1656 #        gridcolor: "rgb(230, 230, 230)"
1657 #        hoverformat: ".4s"
1658 #        linecolor: "rgb(220, 220, 220)"
1659 #        linewidth: 1
1660 #        rangemode: "tozero"
1661 #        showgrid: True
1662 #        showline: True
1663 #        showticklabels: True
1664 #        tickcolor: "rgb(220, 220, 220)"
1665 #        tickformat: ".3s"
1666 #        tickfont:
1667 #          size: 16
1668 #        zeroline: False
1669 #      boxmode: "group"
1670 #      boxgroupgap: 0.5
1671 #      autosize: False
1672 #      margin:
1673 #        t: 50
1674 #        b: 20
1675 #        l: 80
1676 #        r: 20
1677 #      showlegend: True
1678 #      legend:
1679 #        orientation: "h"
1680 #        font:
1681 #          size: 16
1682 #      width: 700
1683 #      height: 800
1684 #      paper_bgcolor: "#fff"
1685 #      plot_bgcolor: "#fff"
1686 #      hoverlabel:
1687 #        namelength: -1
1688 #
1689 #    plot-rps:
1690 #      titlefont:
1691 #        size: 18
1692 #      xaxis:
1693 #        title: "<b>Test Cases [Index]</b>"
1694 #        titlefont:
1695 #          size: 16
1696 #        autorange: True
1697 #        fixedrange: False
1698 #        gridcolor: "rgb(230, 230, 230)"
1699 #        linecolor: "rgb(220, 220, 220)"
1700 #        linewidth: 1
1701 #        showgrid: True
1702 #        showline: True
1703 #        showticklabels: True
1704 #        tickcolor: "rgb(220, 220, 220)"
1705 #        tickmode: "linear"
1706 #        tickfont:
1707 #          size: 16
1708 #        zeroline: False
1709 #      yaxis:
1710 #        title: "<b>Requests Per Second [rps]</b>"
1711 #        titlefont:
1712 #          size: 16
1713 #        gridcolor: "rgb(230, 230, 230)"
1714 #        hoverformat: ".4s"
1715 #        linecolor: "rgb(220, 220, 220)"
1716 #        linewidth: 1
1717 #        rangemode: "tozero"
1718 #        showgrid: True
1719 #        showline: True
1720 #        showticklabels: True
1721 #        tickcolor: "rgb(230, 230, 230)"
1722 #        tickformat: ".3s"
1723 #        tickfont:
1724 #          size: 16
1725 #        zeroline: False
1726 #      boxmode: "group"
1727 #      boxgroupgap: 0.5
1728 #      autosize: False
1729 #      margin:
1730 #        t: 50
1731 #        b: 20
1732 #        l: 80
1733 #        r: 20
1734 #      showlegend: True
1735 #      legend:
1736 #        orientation: "h"
1737 #        font:
1738 #          size: 16
1739 #      width: 700
1740 #      height: 800
1741 #      paper_bgcolor: "#fff"
1742 #      plot_bgcolor: "#fff"
1743 #      hoverlabel:
1744 #        namelength: -1
1745
1746     plot-hoststack:
1747       titlefont:
1748         size: 16
1749       xaxis:
1750         title: "<b>Test Cases [Index]</b>"
1751         titlefont:
1752           size: 14
1753         autorange: True
1754         fixedrange: False
1755         gridcolor: "rgb(230, 230, 230)"
1756         linecolor: "rgb(220, 220, 220)"
1757         linewidth: 1
1758         showgrid: True
1759         showline: True
1760         showticklabels: True
1761         tickcolor: "rgb(220, 220, 220)"
1762         tickmode: "linear"
1763         tickfont:
1764           size: 14
1765         zeroline: False
1766       yaxis:
1767         title: "<b>Bandwidth [Gbps]</b>"
1768         titlefont:
1769           size: 14
1770         gridcolor: "rgb(230, 230, 230)"
1771         hoverformat: ".4s"
1772         linecolor: "rgb(220, 220, 220)"
1773         linewidth: 1
1774         rangemode: "tozero"
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(230, 230, 230)"
1779         tickformat: ".3s"
1780         tickfont:
1781           size: 14
1782         zeroline: False
1783       boxmode: "group"
1784       boxgroupgap: 0.5
1785       autosize: False
1786       margin:
1787         t: 50
1788         b: 20
1789         l: 80
1790         r: 20
1791       showlegend: True
1792       legend:
1793         orientation: "h"
1794         font:
1795           size: 14
1796       width: 700
1797       height: 800
1798       paper_bgcolor: "#fff"
1799       plot_bgcolor: "#fff"
1800       hoverlabel:
1801         namelength: -1
1802
1803     plot-throughput:
1804       titlefont:
1805         size: 18
1806       xaxis:
1807         title: "<b>Test Cases [Index]</b>"
1808         titlefont:
1809           size: 16
1810         autorange: True
1811         fixedrange: False
1812         gridcolor: "rgb(230, 230, 230)"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         showgrid: True
1816         showline: True
1817         showticklabels: True
1818         tickcolor: "rgb(220, 220, 220)"
1819         tickmode: "linear"
1820         tickfont:
1821           size: 16
1822         zeroline: False
1823       yaxis:
1824         title: "<b>Packet Throughput [Mpps]</b>"
1825         titlefont:
1826           size: 16
1827         gridcolor: "rgb(230, 230, 230)"
1828         hoverformat: ".4r"
1829         tickformat: ".3r"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickfont:
1837           size: 16
1838         zeroline: False
1839         range: [0,50]
1840       autosize: False
1841       margin:
1842         t: 50
1843         b: 0
1844         l: 80
1845         r: 20
1846       showlegend: True
1847       legend:
1848         orientation: "h"
1849         font:
1850           size: 16
1851       width: 700
1852       height: 900
1853       paper_bgcolor: "#fff"
1854       plot_bgcolor: "#fff"
1855       hoverlabel:
1856         namelength: -1
1857
1858     plot-throughput-speedup-analysis:
1859       titlefont:
1860         size: 18
1861       xaxis:
1862         title: "<b>Number of Cores [Qty]</b>"
1863         titlefont:
1864           size: 16
1865         autorange: True
1866         fixedrange: False
1867         gridcolor: "rgb(230, 230, 230)"
1868         linecolor: "rgb(220, 220, 220)"
1869         linewidth: 1
1870         showgrid: True
1871         showline: True
1872         showticklabels: True
1873         tickcolor: "rgb(238, 238, 238)"
1874         tickmode: "linear"
1875         tickfont:
1876           size: 16
1877         zeroline: False
1878       yaxis:
1879         title: "<b>Packet Throughput [Mpps]</b>"
1880         titlefont:
1881           size: 16
1882         type: "linear"
1883         gridcolor: "rgb(230, 230, 230)"
1884         hoverformat: ".4s"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(220, 220, 220)"
1891         tickformat: ".4s"
1892         tickfont:
1893           size: 16
1894         zeroline: True
1895         rangemode: "tozero"
1896         range: [0,100]
1897       legend:
1898         orientation: "h"
1899         font:
1900           size: 16
1901         xanchor: "left"
1902         yanchor: "top"
1903         x: 0
1904         y: -0.2
1905         bgcolor: "rgba(255, 255, 255, 0)"
1906         bordercolor: "rgba(255, 255, 255, 0)"
1907         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1908       autosize: False
1909       margin:
1910           't': 50
1911           'b': 150
1912           'l': 85
1913           'r': 10
1914       showlegend: True
1915       width: 700
1916       height: 700
1917       paper_bgcolor: "#fff"
1918       plot_bgcolor: "#fff"
1919       hoverlabel:
1920         namelength: -1
1921       annotations: [
1922         {
1923           text: "_ _          __          ...",
1924           align: "left",
1925           showarrow: False,
1926           xref: "paper",
1927           yref: "paper",
1928           xanchor: "left",
1929           yanchor: "top",
1930           x: 0,
1931           y: -0.13,
1932           font: {
1933             family: "Consolas, Courier New",
1934             size: 15
1935           },
1936         },
1937         {
1938           text: "    Perfect     Measured     Limit",
1939           align: "left",
1940           showarrow: False,
1941           xref: "paper",
1942           yref: "paper",
1943           xanchor: "left",
1944           yanchor: "top",
1945           x: 0,
1946           y: -0.15,
1947           font: {
1948             family: "Consolas, Courier New",
1949             size: 15
1950           },
1951         },
1952       ]
1953
1954     plot-latency:
1955       titlefont:
1956         size: 18
1957       xaxis:
1958         title: "<b>Direction</b>"
1959         titlefont:
1960           size: 16
1961         autorange: True
1962         fixedrange: False
1963         gridcolor: "rgb(230, 230, 230)"
1964         linecolor: "rgb(220, 220, 220)"
1965         linewidth: 1
1966         showgrid: True
1967         showline: True
1968         showticklabels: False
1969         tickcolor: "rgb(220, 220, 220)"
1970         tickmode: "linear"
1971         tickfont:
1972           size: 16
1973         zeroline: False
1974       yaxis:
1975         title: "<b>Packet Latency [uSec]</b>"
1976         titlefont:
1977           size: 16
1978         type: "linear"
1979         gridcolor: "rgb(230, 230, 230)"
1980         hoverformat: ".4s"
1981         linecolor: "rgb(220, 220, 220)"
1982         linewidth: 1
1983         showgrid: True
1984         showline: True
1985         showticklabels: True
1986         tickcolor: "rgb(220, 220, 220)"
1987         tickformat: ".4s"
1988         tickfont:
1989           size: 16
1990         zeroline: True
1991         rangemode: "tozero"
1992       legend:
1993         orientation: "h"
1994         font:
1995           size: 16
1996         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1997       autosize: False
1998       margin:
1999           't': 50
2000           'b': 150
2001           'l': 80
2002           'r': 10
2003       showlegend: True
2004       width: 700
2005       height: 700
2006       paper_bgcolor: "#fff"
2007       plot_bgcolor: "#fff"
2008       hoverlabel:
2009         namelength: -1
2010
2011     plot-hdrh-latency:
2012       title:
2013         text: ""
2014         xanchor: "center"
2015         x: 0.5
2016         font:
2017           size: 16
2018       width: 700
2019       plot_bgcolor: "white"
2020       annotations:
2021         - font:
2022             size: 14
2023           showarrow: False
2024           text: "<b>Packet Latency [uSec]</b>"
2025           x: 1
2026           xanchor: "right"
2027           xref: "paper"
2028           y: -0.045
2029           yanchor: "top"
2030           yref: "paper"
2031         - font:
2032             size: 14
2033           showarrow: False
2034           text: "<b>Probability [%]</b>"
2035           textangle: 270
2036           x: -0.06
2037           xanchor: "center"
2038           xref: "paper"
2039           y: 0.5
2040           yanchor: "middle"
2041           yref: "paper"
2042         - font:
2043             size: 14
2044           showarrow: False
2045           text: "<b>Direction: E-W</b>"
2046           x: 0.24
2047           xanchor: "center"
2048           xref: "paper"
2049           y: 1.05
2050           yanchor: "bottom"
2051           yref: "paper"
2052         - font:
2053             size: 14
2054           showarrow: False
2055           text: "<b>Direction: W-E</b>"
2056           x: 0.74
2057           xanchor: "center"
2058           xref: "paper"
2059           y: 1.05
2060           yanchor: "bottom"
2061           yref: "paper"
2062
2063     plot-hdrh-latency-percentile:
2064       title:
2065         text: ""
2066         xanchor: "center"
2067         x: 0.5
2068         font:
2069           size: 18
2070       xaxis:
2071         type: "log"
2072         title: "<b>Percentile [%]</b>"
2073         titlefont:
2074           size: 16
2075         autorange: True
2076         fixedrange: False
2077         gridcolor: "rgb(230, 230, 230)"
2078         linecolor: "rgb(220, 220, 220)"
2079         linewidth: 1
2080         showgrid: True
2081         showline: True
2082         showticklabels: True
2083         tickcolor: "rgb(220, 220, 220)"
2084         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2085         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2086         tickfont:
2087           size: 16
2088       yaxis:
2089         title: "<b>Packet Latency [uSec]</b>"
2090         titlefont:
2091           size: 16
2092         gridcolor: "rgb(230, 230, 230)"
2093         linecolor: "rgb(220, 220, 220)"
2094         linewidth: 1
2095         showgrid: True
2096         showline: True
2097         showticklabels: True
2098         tickcolor: "rgb(220, 220, 220)"
2099         tickfont:
2100           size: 16
2101       autosize: False
2102       showlegend: True
2103       legend:
2104         traceorder: "normal"
2105         orientation: "h"
2106         font:
2107           size: 16
2108         xanchor: "left"
2109         yanchor: "top"
2110         x: 0
2111         y: -0.15
2112         bgcolor: "rgba(255, 255, 255, 0)"
2113         bordercolor: "rgba(255, 255, 255, 0)"
2114       width: 700
2115       height: 700
2116       paper_bgcolor: "white"
2117       plot_bgcolor: "white"
2118
2119     plot-hdrh-latency-by-percentile:
2120       title:
2121         text: "<b>Latency by Percentile Distribution</b>"
2122         xanchor: "center"
2123         x: 0.5
2124         font:
2125           size: 18
2126       showlegend: True
2127       legend:
2128         traceorder: "normal"
2129         orientation: "h"
2130         font:
2131           size: 16
2132         xanchor: "left"
2133         yanchor: "top"
2134         x: 0
2135         y: -0.2
2136         bgcolor: "rgba(255, 255, 255, 0)"
2137         bordercolor: "rgba(255, 255, 255, 0)"
2138       xaxis:
2139         type: "linear"
2140         title: "<b>Percentile [%]</b>"
2141         titlefont:
2142           size: 14
2143         autorange: False
2144         fixedrange: False
2145         range: [0, 100]
2146         gridcolor: "rgb(230, 230, 230)"
2147         linecolor: "rgb(220, 220, 220)"
2148         linewidth: 1
2149         showgrid: True
2150         showline: True
2151         showticklabels: True
2152         tickcolor: "rgb(220, 220, 220)"
2153         tickvals: [0, 25, 50, 75, 100]
2154         ticktext: [0, 25, 50, 75, 100]
2155         tickfont:
2156           size: 14
2157       yaxis:
2158         title: "<b>One-Way Latency per Direction [uSec]</b>"
2159         titlefont:
2160           size: 14
2161         gridcolor: "rgb(230, 230, 230)"
2162         linecolor: "rgb(220, 220, 220)"
2163         linewidth: 1
2164         showgrid: True
2165         showline: True
2166         showticklabels: True
2167         tickcolor: "rgb(220, 220, 220)"
2168         tickfont:
2169           size: 14
2170       width: 700
2171       height: 700
2172       paper_bgcolor: "white"
2173       plot_bgcolor: "white"
2174
2175 - type: "static"
2176   src-path: "{DIR[RST]}"
2177   dst-path: "{DIR[WORKING,SRC]}"
2178
2179 - type: "input"
2180   general:
2181     file-name: "output_info.xml.gz"
2182     file-format: ".gz"
2183     arch-file-format:
2184       - ".gz"
2185       - ".zip"
2186     download-path: "{job}/{build}/archives/{filename}"
2187     extract: "output.xml"
2188
2189     zip-file-name: "robot-plugin.zip"
2190     zip-file-format: ".zip"
2191     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2192     zip-extract: "robot-plugin/output.xml"
2193
2194   builds:
2195
2196     csit-vpp-perf-verify-1908-3n-hsw:
2197       - 12  # NDRPDR sel
2198       - 13  # NDRPDR sel
2199       - 14  # NDRPDR sel
2200       - 15  # NDRPDR sel
2201       - 16  # NDRPDR sel
2202       - 17  # NDRPDR sel
2203       - 18  # NDRPDR sel
2204       - 19  # NDRPDR sel
2205       - 20  # NDRPDR sel
2206       - 21  # NDRPDR sel
2207       - 39  # MRR sel
2208     csit-vpp-perf-verify-2001-3n-hsw:
2209       - 21  # NDRPDR sel
2210       - 22  # NDRPDR sel
2211       - 23  # NDRPDR sel
2212       - 24  # NDRPDR sel
2213       - 25  # NDRPDR sel
2214       - 29  # NDRPDR sel
2215       - 30  # NDRPDR sel
2216       - 31  # NDRPDR sel
2217       - 32  # NDRPDR sel
2218       - 34  # NDRPDR sel
2219       - 17  # MRR sel
2220     csit-vpp-perf-report-iterative-2005-3n-hsw:
2221       - 3   # NDRPDR sel
2222       - 4   # NDRPDR sel
2223       - 5   # NDRPDR sel
2224       - 10  # NDRPDR sel
2225       - 11  # NDRPDR sel
2226       - 12  # NDRPDR sel
2227       - 15  # NDRPDR sel
2228       - 16  # NDRPDR sel
2229       - 18  # NDRPDR sel
2230       - 19  # NDRPDR sel
2231       - 13  # MRR
2232     csit-vpp-perf-verify-2005-3n-hsw:
2233       - 3   # hoststack
2234       - 5   # hoststack
2235       - 6   # hoststack
2236       - 7   # hoststack
2237       - 8   # hoststack
2238       - 9   # hoststack
2239       - 10  # hoststack
2240       - 11  # hoststack
2241       - 12  # hoststack
2242       - 13  # hoststack
2243     csit-vpp-perf-report-coverage-2005-3n-hsw:
2244       - 1   # perf-full-3n-dnv-crypto_I
2245       - 7   # perf-full-3n-hsw-crypto_II
2246       - 3   # perf-full-3n-hsw-crypto_III
2247       - 4   # perf-full-3n-dnv-crypto_IV
2248       - 5   # perf-full-3n-hsw-ip4_I
2249       - 6   # perf-full-3n-hsw-ip4_II
2250       - 8   # perf-full-3n-hsw-ip4_III
2251       - 9   # perf-full-3n-hsw-ip4_IV
2252       - 10  # perf-full-3n-hsw-ip4_V
2253       - 26  # perf-full-3n-hsw-ip4_VI
2254       - 18  # perf-full-3n-hsw-ip4_VII
2255       - 27  # perf-full-3n-hsw-ip4_VIII
2256       - 28  # perf-full-3n-hsw-ip4_IX
2257       - 29  # perf-full-3n-hsw-ip6_I
2258       - 35  # perf-full-3n-hsw-ip6_II
2259       - 42  # perf-full-3n-hsw-l2_I
2260       - 33  # perf-full-3n-hsw-l2_II
2261       - 37  # perf-full-3n-hsw-l2_III
2262       - 45  # perf-full-3n-hsw-l2_IV
2263       - 43  # perf-full-3n-hsw-l2_V
2264       - 40  # perf-full-3n-hsw-l2_VI
2265       - 44  # perf-full-3n-hsw-l2_VII
2266       - 51  # perf-full-3n-hsw-l2_VIII
2267       - 50  # perf-full-3n-hsw-l2_IX
2268       - 52  # perf-full-3n-hsw-l2_X
2269       - 53  # perf-full-3n-hsw-l2_XI
2270       - 54  # perf-full-3n-hsw-memif
2271       - 55  # perf-full-3n-hsw-ip4tunnels-I
2272       - 56  # perf-full-3n-hsw-ip4tunnels-II
2273       - 57  # perf-full-3n-hsw-ip4tunnels-III
2274       - 58  # perf-full-3n-hsw-ip6tunnels-I
2275       - 59  # perf-full-3n-hsw-srv6-I
2276       - 60  # perf-full-3n-hsw-srv6-II
2277       - 61  # perf-full-3n-hsw-vhost-I
2278       - 62  # perf-full-3n-hsw-vhost-II
2279       - 63  # perf-full-3n-hsw-vhost-III
2280
2281     csit-vpp-perf-verify-1908_1-3n-skx:
2282       - 26  # NDRPDR sel - new1908.1
2283       - 27  # NDRPDR sel - new1908.1
2284       - 28  # NDRPDR sel - new1908.1
2285       - 29  # NDRPDR sel - new1908.1
2286       - 30  # NDRPDR sel - new1908.1
2287       - 31  # NDRPDR sel - new1908.1
2288       - 33  # NDRPDR sel - new1908.1
2289       - 34  # NDRPDR sel - new1908.1
2290       - 35  # NDRPDR sel - new1908.1
2291       - 36  # NDRPDR sel - new1908.1
2292     csit-vpp-perf-verify-2001-3n-skx:
2293       - 69  # NDRPDR sel - new2001.0
2294       - 71  # NDRPDR sel - new2001.0
2295       - 72  # NDRPDR sel - new2001.0
2296       - 76  # NDRPDR sel - new2001.0
2297       - 77  # NDRPDR sel - new2001.0
2298       - 78  # NDRPDR sel - new2001.0
2299       - 80  # NDRPDR sel - new2001.0
2300       - 50  # MRR sel
2301       - 53  # MRR sel addition
2302     csit-vpp-perf-report-iterative-2005-3n-skx:
2303       - 4   # NDRPDR sel
2304       - 5   # NDRPDR sel ??? all x710 failed
2305       - 33  # NDRPDR sel
2306       - 28  # NDRPDR sel
2307       - 34  # NDRPDR sel
2308       - 36  # NDRPDR sel
2309       - 37  # NDRPDR sel
2310       - 38  # NDRPDR sel
2311       - 39  # NDRPDR sel
2312       - 41  # NDRPDR sel
2313       - 6   # MRR sel
2314     csit-vpp-perf-report-coverage-2005-3n-skx:
2315       - 10  # perf-full-3n-skx-crypto_I
2316       - 12  # perf-full-3n-skx-crypto_III
2317       - 5   # perf-full-3n-skx-ip4_I
2318       - 14  # perf-full-3n-skx-ip4_II
2319       - 7   # perf-full-3n-skx-ip4_III
2320       - 15  # perf-full-3n-skx-ip4_IV
2321       - 17  # perf-full-3n-skx-ip4_VI
2322       - 18  # perf-full-3n-skx-ip4_VII
2323       - 20  # perf-full-3n-skx-ip4_IX
2324       - 24  # perf-full-3n-skx-ip6_I
2325       - 22  # perf-full-3n-skx-ip4tunnels-II
2326       - 23  # perf-full-3n-skx-ip4tunnels-III
2327       - 26  # perf-full-3n-skx-ip6tunnels-I
2328
2329     csit-vpp-perf-verify-1908_1-2n-skx:
2330       - 39  # NDRPDR sel - new1908.1
2331       - 40  # NDRPDR sel - new1908.1
2332       - 41  # NDRPDR sel - new1908.1
2333       - 43  # NDRPDR sel - new1908.1
2334       - 44  # NDRPDR sel - new1908.1
2335       - 45  # NDRPDR sel - new1908.1
2336       - 46  # NDRPDR sel - new1908.1
2337       - 47  # NDRPDR sel - new1908.1
2338       - 48  # NDRPDR sel - new1908.1
2339       - 49  # NDRPDR sel - new1908.1
2340     csit-vpp-perf-verify-2001-2n-skx:
2341       - 143  # NDRPDR sel - new2001.0
2342       - 146  # NDRPDR sel - new2001.0
2343       - 147  # NDRPDR sel - new2001.0
2344       - 148  # NDRPDR sel - new2001.0
2345       - 149  # NDRPDR sel - new2001.0
2346       - 150  # NDRPDR sel - new2001.0
2347       - 151  # NDRPDR sel - new2001.0
2348       - 152  # NDRPDR sel - new2001.0
2349       - 153  # NDRPDR sel - new2001.0
2350       - 154  # NDRPDR sel - new2001.0
2351       - 101  # MRR sel - old
2352       - 128  # MRR sel addition - old
2353     csit-vpp-perf-report-iterative-2005-2n-skx:
2354       - 43  # NDRPDR sel
2355       - 38  # NDRPDR sel
2356       - 7   # NDRPDR sel
2357       - 65  # NDRPDR sel
2358       - 47  # NDRPDR sel
2359       - 55  # NDRPDR sel
2360       - 67  # NDRPDR sel
2361       - 75  # NDRPDR sel
2362       - 76  # NDRPDR sel
2363       - 73  # NDRPDR sel
2364       - 42  # MRR sel
2365       - 48  # Reconf
2366       - 50  # Reconf
2367       - 51  # Reconf
2368       - 52  # Reconf
2369       - 53  # Reconf
2370       - 60  # Reconf
2371       - 70  # Reconf
2372       - 71  # Reconf
2373       - 63  # Reconf
2374       - 66  # Reconf
2375       - 49  # Soak
2376       - 54  # Soak
2377     csit-vpp-perf-report-coverage-2005-2n-skx:
2378       - 11  # perf-full-2n-skx-ip4_I
2379       - 3   # perf-full-2n-skx-ip4_II
2380       - 18  # perf-full-2n-skx-ip4_III
2381       - 19  # perf-full-2n-skx-ip4_IV
2382       - 5   # perf-full-2n-skx-ip4_V
2383       - 20  # perf-full-2n-skx-ip4_VI
2384       - 7   # perf-full-2n-skx-ip6_I
2385       - 21  # perf-full-2n-skx-ip6_II
2386       - 9   # perf-full-2n-skx-l2_I
2387       - 22  # perf-full-2n-skx-l2_II
2388       - 23  # perf-full-2n-skx-memif
2389       - 24  # perf-full-2n-skx-loadbalancer
2390       - 25  # perf-full-2n-skx-vhost I
2391       - 26  # perf-full-2n-skx-vhost II
2392       - 27  # perf-full-2n-skx-vts
2393
2394     csit-vpp-perf-verify-1908_1-2n-clx:
2395       - 5  # NDRPDR sel
2396       - 6  # NDRPDR sel
2397       - 7  # NDRPDR sel
2398       - 8  # NDRPDR sel
2399       - 9  # NDRPDR sel
2400     csit-vpp-perf-verify-2001-2n-clx:
2401       - 28  # NDRPDR sel
2402       - 29  # NDRPDR sel
2403       - 32  # NDRPDR sel
2404       - 40  # NDRPDR sel
2405       - 43  # NDRPDR sel
2406       - 44  # NDRPDR sel
2407       - 45  # NDRPDR sel
2408       - 47  # NDRPDR sel
2409       - 48  # NDRPDR sel
2410       - 49  # NDRPDR sel
2411       - 39  # MRR
2412     csit-vpp-perf-report-iterative-2005-2n-clx:
2413       - 7   # NDRPDR sel
2414       - 38  # NDRPDR sel
2415       - 9   # NDRPDR sel
2416       - 32  # NDRPDR sel ???
2417       - 33  # NDRPDR sel ???
2418       - 39  # NDRPDR sel
2419       - 40  # NDRPDR sel
2420       - 43  # NDRPDR sel
2421       - 50  # NDRPDR sel
2422       - 51  # NDRPDR sel
2423       - 12  # MRR
2424       - 42  # Reconf
2425       - 45  # Reconf
2426       - 46  # Reconf
2427       - 47  # Reconf
2428       - 48  # Reconf
2429       - 52  # Reconf
2430       - 53  # Reconf
2431       - 54  # Reconf
2432       - 55  # Reconf
2433       - 56  # Reconf
2434       - 44  # Soak
2435       - 49  # Soak
2436       - 57  # 2n-clx nfv-density-00
2437       - 58  # 2n-clx nfv-density-00
2438       - 59  # 2n-clx nfv-density-00
2439       - 60  # 2n-clx nfv-density-00
2440     csit-vpp-perf-report-coverage-2005-2n-clx:
2441       - 21  # perf-full-2n-clx-ip4_I
2442       - 2   # perf-full-2n-clx-ip4_II
2443       - 3   # perf-full-2n-clx-ip4_III
2444       - 4   # perf-full-2n-clx-ip4_IV
2445       - 5   # perf-full-2n-clx-ip4_V
2446       - 6   # perf-full-2n-clx-ip4_VI
2447       - 7   # perf-full-2n-clx-ip6_I
2448       - 16  # perf-full-2n-clx-ip6_II
2449       - 23  # perf-full-2n-clx-l2_I
2450       - 10  # perf-full-2n-clx-l2_II
2451       - 11  # perf-full-2n-clx-memif
2452       - 12  # perf-full-2n-clx-loadbalancer
2453       - 13  # perf-full-2n-clx-vhost I
2454       - 22  # perf-full-2n-clx-vhost II
2455       - 15  # perf-full-2n-clx-vts
2456
2457     csit-vpp-perf-verify-1908-3n-tsh:
2458       - 7   # NDRPDR sel
2459       - 8   # NDRPDR sel
2460       - 9   # NDRPDR sel
2461       - 10  # NDRPDR sel
2462       - 11  # NDRPDR sel
2463       - 12  # NDRPDR sel
2464       - 13  # NDRPDR sel
2465       - 14  # NDRPDR sel
2466       - 15  # NDRPDR sel
2467       - 16  # NDRPDR sel
2468       - 17  # MRR sel
2469     csit-vpp-perf-verify-2001-3n-tsh:
2470       - 3   # NDRPDR sel
2471       - 4   # NDRPDR sel
2472       - 7   # NDRPDR sel
2473       - 8   # NDRPDR sel
2474       - 10  # NDRPDR sel
2475       - 12  # NDRPDR sel
2476       - 13  # NDRPDR sel
2477       - 14  # NDRPDR sel
2478       - 15  # NDRPDR sel
2479       - 21  # NDRPDR sel
2480       - 9   # MRR sel
2481     # TODO: Add data:
2482     csit-vpp-perf-report-iterative-2005-3n-tsh:
2483       - 9   # NDRPDR sel
2484       - 11  # NDRPDR sel
2485       - 12  # NDRPDR sel
2486       - 13  # NDRPDR sel
2487       - 10  # MRR sel
2488
2489     csit-vpp-perf-verify-1908-3n-dnv:
2490       - 6   # NDRPDR sel
2491       - 7   # NDRPDR sel
2492       - 8   # NDRPDR sel
2493       - 9   # NDRPDR sel
2494       - 10  # NDRPDR sel
2495       - 12  # NDRPDR sel
2496       - 13  # NDRPDR sel
2497       - 14  # NDRPDR sel
2498       - 15  # NDRPDR sel
2499       - 16  # NDRPDR sel
2500       - 17  # MRR sel
2501     csit-vpp-perf-verify-2001-3n-dnv:
2502       - 5   # NDRPDR sel
2503       - 6   # NDRPDR sel
2504       - 7   # NDRPDR sel
2505       - 8   # NDRPDR sel
2506       - 9   # NDRPDR sel
2507       - 10  # NDRPDR sel
2508       - 12  # NDRPDR sel
2509       - 16  # NDRPDR sel
2510       - 17  # NDRPDR sel
2511       - 18  # NDRPDR sel
2512       - 11  # MRR sel
2513     csit-vpp-perf-report-iterative-2005-3n-dnv:
2514       - 2   # NDRPDR sel
2515       - 3   # NDRPDR sel
2516       - 4   # NDRPDR sel
2517       - 5   # NDRPDR sel
2518       - 6   # NDRPDR sel
2519       - 7   # NDRPDR sel
2520       - 9   # NDRPDR sel
2521       - 10  # NDRPDR sel
2522       - 11  # NDRPDR sel
2523       - 12  # NDRPDR sel
2524       - 8   # MRR
2525     csit-vpp-perf-report-coverage-2005-3n-dnv:
2526       - 1   # perf-full-3n-dnv-crypto_I
2527       - 24  # perf-full-3n-dnv-crypto_II
2528       - 5   # perf-full-3n-dnv-ip4_I
2529       - 13  # perf-full-3n-dnv-ip4_II
2530       - 17  # perf-full-3n-dnv-ip6_I
2531       - 18  # perf-full-3n-dnv-ip6_II
2532       - 21  # perf-full-3n-dnv-l2_I
2533       - 22  # perf-full-3n-dnv-l2_II
2534       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2535
2536     csit-vpp-perf-verify-1908-2n-dnv:
2537       - 1   # NDRPDR sel
2538       - 2   # NDRPDR sel
2539       - 3   # NDRPDR sel
2540       - 4   # NDRPDR sel
2541       - 5   # NDRPDR sel
2542       - 6   # NDRPDR sel
2543       - 7   # NDRPDR sel
2544       - 8   # NDRPDR sel
2545       - 9   # NDRPDR sel
2546       - 10  # NDRPDR sel
2547       - 11  # MRR sel
2548     csit-vpp-perf-verify-2001-2n-dnv:
2549       - 4   # NDRPDR sel
2550       - 5   # NDRPDR sel
2551       - 6   # NDRPDR sel
2552       - 7   # NDRPDR sel
2553       - 8   # NDRPDR sel
2554       - 9   # NDRPDR sel
2555       - 10  # NDRPDR sel
2556       - 11  # NDRPDR sel
2557       - 13  # NDRPDR sel
2558       - 16  # NDRPDR sel
2559       - 12  # MRR sel
2560     csit-vpp-perf-report-iterative-2005-2n-dnv:
2561       - 3   # NDRPDR sel
2562       - 6   # NDRPDR sel
2563       - 7   # NDRPDR sel
2564       - 8   # NDRPDR sel
2565       - 9   # NDRPDR sel
2566       - 10  # NDRPDR sel
2567       - 11  # NDRPDR sel
2568       - 12  # NDRPDR sel
2569       - 13  # NDRPDR sel
2570       - 14  # NDRPDR sel
2571       - 15  # MRR sel
2572     csit-vpp-perf-report-coverage-2005-2n-dnv:
2573       - 1   # perf-full-2n-dnv-ip4_I
2574       - 2   # perf-full-2n-dnv-ip4_II
2575       - 3   # perf-full-2n-dnv-ip6_I
2576       - 4   # perf-full-2n-dnv-ip6_II
2577       - 5   # perf-full-2n-dnv-l2_I
2578       - 6   # perf-full-2n-dnv-l2_II
2579
2580     csit-dpdk-perf-verify-1908-3n-hsw:
2581       - 2   # NDRPDR sel
2582       - 3   # NDRPDR sel
2583       - 4   # NDRPDR sel
2584       - 5   # NDRPDR sel
2585       - 6   # NDRPDR sel
2586       - 7   # NDRPDR sel
2587       - 8   # NDRPDR sel
2588       - 9   # NDRPDR sel
2589       - 10  # NDRPDR sel
2590       - 11  # NDRPDR sel
2591     csit-dpdk-perf-verify-2001-3n-hsw:
2592       - 4   # NDRPDR sel
2593       - 5   # NDRPDR sel
2594       - 6   # NDRPDR sel
2595       - 7   # NDRPDR sel
2596       - 8   # NDRPDR sel
2597       - 9   # NDRPDR sel
2598       - 10  # NDRPDR sel
2599       - 11  # NDRPDR sel
2600       - 12  # NDRPDR sel
2601       - 13  # NDRPDR sel
2602       - 15  # NDRPDR sel
2603       - 16  # NDRPDR sel
2604       - 17  # NDRPDR sel
2605       - 18  # NDRPDR sel
2606       - 19  # NDRPDR sel
2607       - 20  # NDRPDR sel
2608       - 21  # NDRPDR sel
2609       - 22  # NDRPDR sel
2610       - 23  # NDRPDR sel
2611       - 24  # NDRPDR sel
2612     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2613       - 5   # NDRPDR sel
2614       - 6   # NDRPDR sel
2615       - 7   # NDRPDR sel
2616       - 8   # NDRPDR sel
2617       - 9   # NDRPDR sel
2618       - 10  # NDRPDR sel
2619       - 11  # NDRPDR sel
2620       - 12  # NDRPDR sel
2621       - 13  # NDRPDR sel
2622       - 14  # NDRPDR sel
2623
2624     csit-dpdk-perf-verify-1908-3n-skx:
2625       - 3   # NDRPDR sel
2626       - 4   # NDRPDR sel
2627       - 5   # NDRPDR sel
2628       - 6   # NDRPDR sel
2629       - 7   # NDRPDR sel
2630       - 8   # NDRPDR sel
2631       - 9   # NDRPDR sel
2632       - 10  # NDRPDR sel
2633       - 11  # NDRPDR sel
2634       - 12  # NDRPDR sel
2635     csit-dpdk-perf-verify-2001-3n-skx:
2636       - 29  # NDRPDR sel xxv710
2637       - 33  # NDRPDR sel xxv710
2638       - 34  # NDRPDR sel xxv710
2639       - 35  # NDRPDR sel xxv710
2640       - 36  # NDRPDR sel xxv710
2641       - 37  # NDRPDR sel xxv710
2642       - 41  # NDRPDR sel xxv710
2643       - 42  # NDRPDR sel xxv710
2644       - 43  # NDRPDR sel xxv710
2645       - 45  # NDRPDR sel xxv710
2646       - 30  # NDRPDR sel x710
2647       - 31  # NDRPDR sel x710
2648       - 32  # NDRPDR sel x710
2649       - 38  # NDRPDR sel x710
2650       - 39  # NDRPDR sel x710
2651       - 40  # NDRPDR sel x710
2652       - 44  # NDRPDR sel x710
2653       - 46  # NDRPDR sel x710
2654       - 47  # NDRPDR sel x710
2655       - 48  # NDRPDR sel x710
2656     csit-dpdk-perf-report-iterative-2005-3n-skx:
2657       - 4   # NDRPDR sel
2658       - 5   # NDRPDR sel
2659       - 6   # NDRPDR sel
2660       - 7   # NDRPDR sel
2661       - 8   # NDRPDR sel
2662       - 11  # NDRPDR sel
2663       - 12  # NDRPDR sel
2664       - 13  # NDRPDR sel
2665       - 14  # NDRPDR sel
2666       - 15  # NDRPDR sel
2667
2668     csit-dpdk-perf-verify-1908-2n-skx:
2669       - 2   # NDRPDR sel
2670       - 3   # NDRPDR sel
2671       - 4   # NDRPDR sel
2672       - 5   # NDRPDR sel
2673       - 7   # NDRPDR sel
2674       - 8   # NDRPDR sel
2675       - 9   # NDRPDR sel
2676       - 10  # NDRPDR sel
2677       - 11  # NDRPDR sel
2678       - 12  # NDRPDR sel
2679     csit-dpdk-perf-verify-2001-2n-skx:
2680       - 35  # NDRPDR sel xxv710
2681       - 36  # NDRPDR sel xxv710
2682       - 37  # NDRPDR sel xxv710
2683       - 41  # NDRPDR sel xxv710
2684       - 42  # NDRPDR sel xxv710
2685       - 43  # NDRPDR sel xxv710
2686       - 46  # NDRPDR sel xxv710
2687       - 47  # NDRPDR sel xxv710
2688       - 52  # NDRPDR sel xxv710
2689       - 53  # NDRPDR sel xxv710
2690       - 38  # NDRPDR sel x710
2691       - 39  # NDRPDR sel x710
2692       - 40  # NDRPDR sel x710
2693       - 44  # NDRPDR sel x710
2694       - 45  # NDRPDR sel x710
2695       - 48  # NDRPDR sel x710
2696       - 49  # NDRPDR sel x710
2697       - 50  # NDRPDR sel x710
2698       - 51  # NDRPDR sel x710
2699       - 54  # NDRPDR sel x710
2700     csit-dpdk-perf-report-iterative-2005-2n-skx:
2701       - 1   # NDRPDR sel
2702       - 2   # NDRPDR sel
2703       - 3   # NDRPDR sel
2704       - 4   # NDRPDR sel
2705       - 5   # NDRPDR sel
2706       - 6   # NDRPDR sel
2707       - 7   # NDRPDR sel
2708       - 8   # NDRPDR sel
2709       - 9   # NDRPDR sel
2710       - 10  # NDRPDR sel
2711
2712     csit-dpdk-perf-verify-2001-2n-clx:
2713       - 15  # NDRPDR sel
2714       - 16  # NDRPDR sel
2715       - 17  # NDRPDR sel
2716       - 18  # NDRPDR sel
2717       - 19  # NDRPDR sel
2718       - 20  # NDRPDR sel
2719       - 21  # NDRPDR sel
2720       - 22  # NDRPDR sel
2721       - 23  # NDRPDR sel
2722       - 24  # NDRPDR sel
2723       - 25  # NDRPDR sel
2724       - 26  # NDRPDR sel
2725       - 27  # NDRPDR sel
2726       - 28  # NDRPDR sel
2727       - 29  # NDRPDR sel
2728       - 30  # NDRPDR sel
2729       - 31  # NDRPDR sel
2730       - 32  # NDRPDR sel
2731       - 33  # NDRPDR sel
2732       - 34  # NDRPDR sel
2733     csit-dpdk-perf-report-iterative-2005-2n-clx:
2734       - 1   # NDRPDR sel
2735       - 2   # NDRPDR sel
2736       - 3   # NDRPDR sel
2737       - 4   # NDRPDR sel
2738       - 5   # NDRPDR sel
2739       - 6   # NDRPDR sel
2740       - 7   # NDRPDR sel
2741       - 8   # NDRPDR sel
2742       - 9   # NDRPDR sel
2743       - 10  # NDRPDR sel
2744
2745     csit-dpdk-perf-verify-2001-2n-dnv:
2746       - 9   # NDRPDR sel
2747       - 10  # NDRPDR sel
2748       - 11  # NDRPDR sel
2749       - 12  # NDRPDR sel
2750       - 13  # NDRPDR sel
2751       - 14  # NDRPDR sel
2752       - 15  # NDRPDR sel
2753       - 16  # NDRPDR sel
2754       - 17  # NDRPDR sel
2755       - 18  # NDRPDR sel
2756     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2757       - 8   # NDRPDR sel
2758       - 9   # NDRPDR sel
2759       - 10  # NDRPDR sel
2760       - 11  # NDRPDR sel
2761       - 12  # NDRPDR sel
2762       - 13  # NDRPDR sel
2763       - 14  # NDRPDR sel
2764       - 15  # NDRPDR sel
2765       - 16  # NDRPDR sel
2766       - 17  # NDRPDR sel
2767
2768     csit-dpdk-perf-verify-2001-3n-dnv:
2769       - 12  # NDRPDR sel
2770       - 13  # NDRPDR sel
2771       - 14  # NDRPDR sel
2772       - 15  # NDRPDR sel
2773       - 16  # NDRPDR sel
2774       - 17  # NDRPDR sel
2775       - 18  # NDRPDR sel
2776       - 19  # NDRPDR sel
2777       - 20  # NDRPDR sel
2778       - 22  # NDRPDR sel
2779     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2780       - 6   # NDRPDR sel
2781       - 7   # NDRPDR sel
2782       - 8   # NDRPDR sel
2783       - 9   # NDRPDR sel
2784       - 10  # NDRPDR sel
2785       - 11  # NDRPDR sel
2786       - 12  # NDRPDR sel
2787       - 13  # NDRPDR sel
2788       - 14  # NDRPDR sel
2789       - 16  # NDRPDR sel
2790
2791     csit-dpdk-perf-verify-2001-3n-tsh:
2792       - 3   # NDRPDR sel
2793       - 4   # NDRPDR sel
2794       - 5   # NDRPDR sel
2795       - 9   # NDRPDR sel
2796       - 10  # NDRPDR sel
2797       - 11  # NDRPDR sel
2798       - 12  # NDRPDR sel
2799       - 14  # NDRPDR sel
2800       - 15  # NDRPDR sel
2801       - 18  # NDRPDR sel
2802     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2803       - 5   # NDRPDR sel
2804
2805     csit-vpp-device-2005-ubuntu1804-1n-skx:
2806       - 35
2807
2808 - type: "output"
2809   output: "report"
2810   format:
2811     html:
2812     - full
2813     pdf:
2814     - minimal
2815
2816 ################################################################################
2817 ###                               T A B L E S                                ###
2818 ################################################################################
2819
2820 # VPP Soak vs NDR - 2n-skx
2821 - type: "table"
2822   title: "VPP Soak vs NDR 2n-skx"
2823   algorithm: "table_soak_vs_ndr"
2824   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2825   reference:
2826     title: "NDR"
2827     data: "vpp-soak-vs-ndr-2n-skx-ref"
2828   compare:
2829     title: "Soak"
2830     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2831   data: "vpp-soak-vs-ndr-2n-skx"
2832   include-tests: "NDR"
2833   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2834   parameters:
2835     - "throughput"
2836     - "name"
2837     - "parent"
2838
2839 # VPP Soak vs NDR - 2n-clx
2840 - type: "table"
2841   title: "VPP Soak vs NDR 2n-clx"
2842   algorithm: "table_soak_vs_ndr"
2843   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2844   reference:
2845     title: "NDR"
2846     data: "vpp-soak-vs-ndr-2n-clx-ref"
2847   compare:
2848     title: "Soak"
2849     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2850   data: "vpp-soak-vs-ndr-2n-clx"
2851   include-tests: "NDR"
2852   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2853   parameters:
2854     - "throughput"
2855     - "name"
2856     - "parent"
2857
2858 ################################################################################
2859
2860 # VPP Compare NICs 3n-skx 2t1c ndr
2861 - type: "table"
2862   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2863   algorithm: "table_comparison"
2864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2866   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2867   columns:
2868     - title: "x710"
2869       data-set: "vpp-nic-comparison-3n-skx"
2870       tag: "NIC_Intel-X710"
2871     - title: "xxv710"
2872       data-set: "vpp-nic-comparison-3n-skx"
2873       tag: "NIC_Intel-XXV710"
2874   comparisons:
2875     - title: "Diff"
2876       reference: 1
2877       compare: 2
2878   legend:
2879     - "Legend to Table:"
2880     - "x710, xxv710 - NICs tested."
2881     - "Diff - difference between x710 and xxv710 NIC."
2882
2883 # VPP Compare NICs 3n-skx 4t2c ndr
2884 - type: "table"
2885   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2886   algorithm: "table_comparison"
2887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2889   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2890   columns:
2891     - title: "x710"
2892       data-set: "vpp-nic-comparison-3n-skx"
2893       tag: "NIC_Intel-X710"
2894     - title: "xxv710"
2895       data-set: "vpp-nic-comparison-3n-skx"
2896       tag: "NIC_Intel-XXV710"
2897   comparisons:
2898     - title: "Diff"
2899       reference: 1
2900       compare: 2
2901   legend:
2902     - "Legend to Table:"
2903     - "x710, xxv710 - NICs tested."
2904     - "Diff - difference between x710 and xxv710 NIC."
2905
2906 # VPP Compare NICs 3n-skx 2t1c pdr
2907 - type: "table"
2908   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2909   algorithm: "table_comparison"
2910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2912   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2913   columns:
2914     - title: "x710"
2915       data-set: "vpp-nic-comparison-3n-skx"
2916       tag: "NIC_Intel-X710"
2917     - title: "xxv710"
2918       data-set: "vpp-nic-comparison-3n-skx"
2919       tag: "NIC_Intel-XXV710"
2920   comparisons:
2921     - title: "Diff"
2922       reference: 1
2923       compare: 2
2924   legend:
2925     - "Legend to Table:"
2926     - "x710, xxv710 - NICs tested."
2927     - "Diff - difference between x710 and xxv710 NIC."
2928
2929 # VPP Compare NICs 3n-skx 4t2c pdr
2930 - type: "table"
2931   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2932   algorithm: "table_comparison"
2933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2935   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2936   columns:
2937     - title: "x710"
2938       data-set: "vpp-nic-comparison-3n-skx"
2939       tag: "NIC_Intel-X710"
2940     - title: "xxv710"
2941       data-set: "vpp-nic-comparison-3n-skx"
2942       tag: "NIC_Intel-XXV710"
2943   comparisons:
2944     - title: "Diff"
2945       reference: 1
2946       compare: 2
2947   legend:
2948     - "Legend to Table:"
2949     - "x710, xxv710 - NICs tested."
2950     - "Diff - difference between x710 and xxv710 NIC."
2951
2952 ## VPP Compare NICs 3n-skx 2t1c mrr
2953 #- type: "table"
2954 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2955 #  algorithm: "table_comparison"
2956 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2958 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2959 #  columns:
2960 #    - title: "x710"
2961 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2962 #      tag: "NIC_Intel-X710"
2963 #    - title: "xxv710"
2964 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2965 #      tag: "NIC_Intel-XXV710"
2966 #  comparisons:
2967 #    - title: "Diff"
2968 #      reference: 1
2969 #      compare: 2
2970 #  legend:
2971 #    - "Legend to Table:"
2972 #    - "x710, xxv710 - NICs tested."
2973 #    - "Diff - difference between x710 and xxv710 NIC."
2974 #
2975 ## VPP Compare NICs 3n-skx 4t2c mrr
2976 #- type: "table"
2977 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2978 #  algorithm: "table_comparison"
2979 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2980 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2981 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2982 #  columns:
2983 #    - title: "x710"
2984 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2985 #      tag: "NIC_Intel-X710"
2986 #    - title: "xxv710"
2987 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2988 #      tag: "NIC_Intel-XXV710"
2989 #  comparisons:
2990 #    - title: "Diff"
2991 #      reference: 1
2992 #      compare: 2
2993 #  legend:
2994 #    - "Legend to Table:"
2995 #    - "x710, xxv710 - NICs tested."
2996 #    - "Diff - difference between x710 and xxv710 NIC."
2997 #
2998 ## VPP Compare NICs 3n-skx 8t4c mrr
2999 #- type: "table"
3000 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3001 #  algorithm: "table_comparison"
3002 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3004 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3005 #  columns:
3006 #    - title: "x710"
3007 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3008 #      tag: "NIC_Intel-X710"
3009 #    - title: "xxv710"
3010 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3011 #      tag: "NIC_Intel-XXV710"
3012 #  comparisons:
3013 #    - title: "Diff"
3014 #      reference: 1
3015 #      compare: 2
3016 #  legend:
3017 #    - "Legend to Table:"
3018 #    - "x710, xxv710 - NICs tested."
3019 #    - "Diff - difference between x710 and xxv710 NIC."
3020
3021 # VPP Compare NICs 2n-skx 2t1c ndr
3022 - type: "table"
3023   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3024   algorithm: "table_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3027   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3028   columns:
3029     - title: "x710"
3030       data-set: "vpp-nic-comparison-2n-skx"
3031       tag: "NIC_Intel-X710"
3032     - title: "xxv710"
3033       data-set: "vpp-nic-comparison-2n-skx"
3034       tag: "NIC_Intel-XXV710"
3035   comparisons:
3036     - title: "Diff"
3037       reference: 1
3038       compare: 2
3039   legend:
3040     - "Legend to Table:"
3041     - "x710, xxv710 - NICs tested."
3042     - "Diff - difference between x710 and xxv710 NIC."
3043
3044 # VPP Compare NICs 2n-skx 4t2c ndr
3045 - type: "table"
3046   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3047   algorithm: "table_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3051   columns:
3052     - title: "x710"
3053       data-set: "vpp-nic-comparison-2n-skx"
3054       tag: "NIC_Intel-X710"
3055     - title: "xxv710"
3056       data-set: "vpp-nic-comparison-2n-skx"
3057       tag: "NIC_Intel-XXV710"
3058   comparisons:
3059     - title: "Diff"
3060       reference: 1
3061       compare: 2
3062   legend:
3063     - "Legend to Table:"
3064     - "x710, xxv710 - NICs tested."
3065     - "Diff - difference between x710 and xxv710 NIC."
3066
3067 # VPP Compare NICs 2n-skx 2t1c pdr
3068 - type: "table"
3069   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3070   algorithm: "table_comparison"
3071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3073   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3074   columns:
3075     - title: "x710"
3076       data-set: "vpp-nic-comparison-2n-skx"
3077       tag: "NIC_Intel-X710"
3078     - title: "xxv710"
3079       data-set: "vpp-nic-comparison-2n-skx"
3080       tag: "NIC_Intel-XXV710"
3081   comparisons:
3082     - title: "Diff"
3083       reference: 1
3084       compare: 2
3085   legend:
3086     - "Legend to Table:"
3087     - "x710, xxv710 - NICs tested."
3088     - "Diff - difference between x710 and xxv710 NIC."
3089
3090 # VPP Compare NICs 2n-skx 4t2c pdr
3091 - type: "table"
3092   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3093   algorithm: "table_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3096   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3097   columns:
3098     - title: "x710"
3099       data-set: "vpp-nic-comparison-2n-skx"
3100       tag: "NIC_Intel-X710"
3101     - title: "xxv710"
3102       data-set: "vpp-nic-comparison-2n-skx"
3103       tag: "NIC_Intel-XXV710"
3104   comparisons:
3105     - title: "Diff"
3106       reference: 1
3107       compare: 2
3108   legend:
3109     - "Legend to Table:"
3110     - "x710, xxv710 - NICs tested."
3111     - "Diff - difference between x710 and xxv710 NIC."
3112
3113 # VPP Compare NICs 2n-skx 2t1c mrr
3114 - type: "table"
3115   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3116   algorithm: "table_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3119   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3120   columns:
3121     - title: "x710"
3122       data-set: "vpp-nic-comparison-2n-skx-mrr"
3123       tag: "NIC_Intel-X710"
3124     - title: "xxv710"
3125       data-set: "vpp-nic-comparison-2n-skx-mrr"
3126       tag: "NIC_Intel-XXV710"
3127   comparisons:
3128     - title: "Diff"
3129       reference: 1
3130       compare: 2
3131   legend:
3132     - "Legend to Table:"
3133     - "x710, xxv710 - NICs tested."
3134     - "Diff - difference between x710 and xxv710 NIC."
3135
3136 # VPP Compare NICs 2n-skx 4t2c mrr
3137 - type: "table"
3138   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3139   algorithm: "table_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3142   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3143   columns:
3144     - title: "x710"
3145       data-set: "vpp-nic-comparison-2n-skx-mrr"
3146       tag: "NIC_Intel-X710"
3147     - title: "xxv710"
3148       data-set: "vpp-nic-comparison-2n-skx-mrr"
3149       tag: "NIC_Intel-XXV710"
3150   comparisons:
3151     - title: "Diff"
3152       reference: 1
3153       compare: 2
3154   legend:
3155     - "Legend to Table:"
3156     - "x710, xxv710 - NICs tested."
3157     - "Diff - difference between x710 and xxv710 NIC."
3158
3159 # VPP Compare NICs 2n-skx 8t4c mrr
3160 - type: "table"
3161   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3165   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "x710"
3168       data-set: "vpp-nic-comparison-2n-skx-mrr"
3169       tag: "NIC_Intel-X710"
3170     - title: "xxv710"
3171       data-set: "vpp-nic-comparison-2n-skx-mrr"
3172       tag: "NIC_Intel-XXV710"
3173   comparisons:
3174     - title: "Diff"
3175       reference: 1
3176       compare: 2
3177   legend:
3178     - "Legend to Table:"
3179     - "x710, xxv710 - NICs tested."
3180     - "Diff - difference between x710 and xxv710 NIC."
3181
3182 ################################################################################
3183 # VPP
3184
3185 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3186 #- type: "table"
3187 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3188 #  algorithm: "table_comparison"
3189 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3190 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3191 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3192 #  columns:
3193 #    - title: "1908.1"
3194 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3195 #    - title: "1908.2"
3196 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3197 #  comparisons:
3198 #    - title: "Diff"
3199 #      reference: 1
3200 #      compare: 2
3201 #  legend:
3202 #    - "Legend to Table:"
3203 #    - "1908.1, 1908.2 - VPP versions tested."
3204 #    - "Diff - difference between the previous and the current VPP version."
3205 #
3206 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3207 #- type: "table"
3208 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3209 #  algorithm: "table_comparison"
3210 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3211 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3212 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3213 #  columns:
3214 #    - title: "1908.1"
3215 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3216 #    - title: "1908.2"
3217 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3218 #  comparisons:
3219 #    - title: "Diff"
3220 #      reference: 1
3221 #      compare: 2
3222 #  legend:
3223 #    - "Legend to Table:"
3224 #    - "1908.1, 1908.2 - VPP versions tested."
3225 #    - "Diff - difference between the previous and the current VPP version."
3226 #
3227 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3228 #- type: "table"
3229 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3230 #  algorithm: "table_comparison"
3231 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3233 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3234 #  columns:
3235 #    - title: "1908.1"
3236 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3237 #    - title: "1908.2"
3238 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3239 #  comparisons:
3240 #    - title: "Diff"
3241 #      reference: 1
3242 #      compare: 2
3243 #  legend:
3244 #    - "Legend to Table:"
3245 #    - "1908.1, 1908.2 - VPP versions tested."
3246 #    - "Diff - difference between the previous and the current VPP version."
3247 #
3248 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3249 #- type: "table"
3250 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3251 #  algorithm: "table_comparison"
3252 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3254 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3255 #  columns:
3256 #    - title: "1908.1"
3257 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3258 #    - title: "1908.2"
3259 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3260 #  comparisons:
3261 #    - title: "Diff"
3262 #      reference: 1
3263 #      compare: 2
3264 #  legend:
3265 #    - "Legend to Table:"
3266 #    - "1908.1, 1908.2 - VPP versions tested."
3267 #    - "Diff - difference between the previous and the current VPP version."
3268 #
3269 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3270 #- type: "table"
3271 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3272 #  algorithm: "table_comparison"
3273 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3274 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3275 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3276 #  columns:
3277 #    - title: "1908.1"
3278 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3279 #    - title: "1908.2"
3280 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3281 #  comparisons:
3282 #    - title: "Diff"
3283 #      reference: 1
3284 #      compare: 2
3285 #  legend:
3286 #    - "Legend to Table:"
3287 #    - "1908.1, 1908.2 - VPP versions tested."
3288 #    - "Diff - difference between the previous and the current VPP version."
3289 #
3290 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3291 #- type: "table"
3292 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3293 #  algorithm: "table_comparison"
3294 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3297 #  columns:
3298 #    - title: "1908.1"
3299 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3300 #    - title: "1908.2"
3301 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3302 #  comparisons:
3303 #    - title: "Diff"
3304 #      reference: 1
3305 #      compare: 2
3306 #  legend:
3307 #    - "Legend to Table:"
3308 #    - "1908.1, 1908.2 - VPP versions tested."
3309 #    - "Diff - difference between the previous and the current VPP version."
3310
3311 # VPP Performance Changes 3n-hsw 1t1c pdr
3312 - type: "table"
3313   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3314   algorithm: "table_comparison"
3315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3317   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3318   columns:
3319     - title: "1908"
3320       data-set: "vpp-performance-changes-3n-hsw-h1"
3321     - title: "2001"
3322       data-set: "vpp-performance-changes-3n-hsw-ref"
3323     - title: "2005"
3324       data-set: "vpp-performance-changes-3n-hsw-cmp"
3325   comparisons:
3326     - title: "Diff"
3327       reference: 2
3328       compare: 3
3329   legend:
3330     - "Legend to Table"
3331     - "1908, 2001, 2005 - VPP versions tested."
3332     - "Diff - difference between 2001 and 2008 VPP version."
3333
3334 # VPP Performance Changes 3n-hsw 2t2c pdr
3335 - type: "table"
3336   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3337   algorithm: "table_comparison"
3338   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3340   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3341   columns:
3342     - title: "1908"
3343       data-set: "vpp-performance-changes-3n-hsw-h1"
3344     - title: "2001"
3345       data-set: "vpp-performance-changes-3n-hsw-ref"
3346     - title: "2005"
3347       data-set: "vpp-performance-changes-3n-hsw-cmp"
3348   comparisons:
3349     - title: "Diff"
3350       reference: 2
3351       compare: 3
3352   legend:
3353     - "Legend to Table"
3354     - "1908, 2001, 2005 - VPP versions tested."
3355     - "Diff - difference between 2001 and 2008 VPP version."
3356
3357 # VPP Performance Changes 3n-hsw 1t1c ndr
3358 - type: "table"
3359   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "1908"
3366       data-set: "vpp-performance-changes-3n-hsw-h1"
3367     - title: "2001"
3368       data-set: "vpp-performance-changes-3n-hsw-ref"
3369     - title: "2005"
3370       data-set: "vpp-performance-changes-3n-hsw-cmp"
3371   comparisons:
3372     - title: "Diff"
3373       reference: 2
3374       compare: 3
3375   legend:
3376     - "Legend to Table"
3377     - "1908, 2001, 2005 - VPP versions tested."
3378     - "Diff - difference between 2001 and 2008 VPP version."
3379
3380 # VPP Performance Changes 3n-hsw 2t2c ndr
3381 - type: "table"
3382   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3383   algorithm: "table_comparison"
3384   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3386   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3387   columns:
3388     - title: "1908"
3389       data-set: "vpp-performance-changes-3n-hsw-h1"
3390     - title: "2001"
3391       data-set: "vpp-performance-changes-3n-hsw-ref"
3392     - title: "2005"
3393       data-set: "vpp-performance-changes-3n-hsw-cmp"
3394   comparisons:
3395     - title: "Diff"
3396       reference: 2
3397       compare: 3
3398   legend:
3399     - "Legend to Table"
3400     - "1908, 2001, 2005 - VPP versions tested."
3401     - "Diff - difference between 2001 and 2008 VPP version."
3402
3403 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3404 #- type: "table"
3405 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3406 #  algorithm: "table_comparison"
3407 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3408 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3409 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3410 #  rca:
3411 #    - title: "RCA1"
3412 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3413 #    - title: "RCA2"
3414 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3415 #  columns:
3416 #    - title: "1908.0-1"
3417 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3418 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3419 #    - title: "1908.1-1"
3420 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3421 #    - title: "1908.1-2"
3422 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3423 #    - title: "2001.0-2"
3424 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3425 #  comparisons:
3426 #    - title: "Diff1"
3427 #      reference: 2
3428 #      reference-alt: 1
3429 #      compare: 3
3430 #    - title: "Diff2"
3431 #      reference: 3
3432 #      compare: 4
3433 #  legend:
3434 #    - 'Legend to Table:'
3435 #    - '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).'
3436 #    - '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).'
3437 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3438 #    - 'RCA1 - root cause analysis reference for Diff1.'
3439 #    - 'RCA2 - root cause analysis reference for Diff2.'
3440 #
3441 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3442 #- type: "table"
3443 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3444 #  algorithm: "table_comparison"
3445 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3446 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3447 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3448 #  rca:
3449 #    - title: "RCA1"
3450 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3451 #    - title: "RCA2"
3452 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3453 #  columns:
3454 #    - title: "1908.0-1"
3455 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3456 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3457 #    - title: "1908.1-1"
3458 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3459 #    - title: "1908.1-2"
3460 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3461 #    - title: "2001.0-2"
3462 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3463 #  comparisons:
3464 #    - title: "Diff1"
3465 #      reference: 2
3466 #      reference-alt: 1
3467 #      compare: 3
3468 #    - title: "Diff2"
3469 #      reference: 3
3470 #      compare: 4
3471 #  legend:
3472 #    - 'Legend to Table:'
3473 #    - '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).'
3474 #    - '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).'
3475 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3476 #    - 'RCA1 - root cause analysis reference for Diff1.'
3477 #    - 'RCA2 - root cause analysis reference for Diff2.'
3478
3479 # VPP Performance Changes 3n-skx 2t1c pdr
3480 - type: "table"
3481   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3482   algorithm: "table_comparison"
3483   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3485   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3486   columns:
3487     - title: "1908"
3488       data-set: "vpp-performance-changes-3n-skx-h1"
3489     - title: "2001"
3490       data-set: "vpp-performance-changes-3n-skx-ref"
3491     - title: "2005"
3492       data-set: "vpp-performance-changes-3n-skx-cmp"
3493   comparisons:
3494     - title: "Diff"
3495       reference: 2
3496       compare: 3
3497   legend:
3498     - "Legend to Table"
3499     - "1908, 2001, 2005 - VPP versions tested."
3500     - "Diff - difference between 2001 and 2005 VPP version."
3501
3502 # VPP Performance Changes 3n-skx 4t2c pdr
3503 - type: "table"
3504   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3505   algorithm: "table_comparison"
3506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3508   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3509   columns:
3510     - title: "1908"
3511       data-set: "vpp-performance-changes-3n-skx-h1"
3512     - title: "2001"
3513       data-set: "vpp-performance-changes-3n-skx-ref"
3514     - title: "2005"
3515       data-set: "vpp-performance-changes-3n-skx-cmp"
3516   comparisons:
3517     - title: "Diff"
3518       reference: 2
3519       compare: 3
3520   legend:
3521     - "Legend to Table"
3522     - "1908, 2001, 2005 - VPP versions tested."
3523     - "Diff - difference between 2001 and 2005 VPP version."
3524
3525 # VPP Performance Changes 3n-skx 2t1c ndr
3526 - type: "table"
3527   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3528   algorithm: "table_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3532   columns:
3533     - title: "1908"
3534       data-set: "vpp-performance-changes-3n-skx-h1"
3535     - title: "2001"
3536       data-set: "vpp-performance-changes-3n-skx-ref"
3537     - title: "2005"
3538       data-set: "vpp-performance-changes-3n-skx-cmp"
3539   comparisons:
3540     - title: "Diff"
3541       reference: 2
3542       compare: 3
3543   legend:
3544     - "Legend to Table"
3545     - "1908, 2001, 2005 - VPP versions tested."
3546     - "Diff - difference between 2001 and 2005 VPP version."
3547
3548 # VPP Performance Changes 3n-skx 4t2c ndr
3549 - type: "table"
3550   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3551   algorithm: "table_comparison"
3552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3554   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3555   columns:
3556     - title: "1908"
3557       data-set: "vpp-performance-changes-3n-skx-h1"
3558     - title: "2001"
3559       data-set: "vpp-performance-changes-3n-skx-ref"
3560     - title: "2005"
3561       data-set: "vpp-performance-changes-3n-skx-cmp"
3562   comparisons:
3563     - title: "Diff"
3564       reference: 2
3565       compare: 3
3566   legend:
3567     - "Legend to Table"
3568     - "1908, 2001, 2005 - VPP versions tested."
3569     - "Diff - difference between 2001 and 2005 VPP version."
3570
3571 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3572 #- type: "table"
3573 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3574 #  algorithm: "table_comparison"
3575 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3577 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3578 #  rca:
3579 #    - title: "RCA1"
3580 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3581 #    - title: "RCA2"
3582 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3583 #  columns:
3584 #    - title: "1908.0-1"
3585 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3586 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3587 #    - title: "1908.1-1"
3588 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3589 #    - title: "1908.1-2"
3590 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3591 #    - title: "2001.0-2"
3592 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3593 #  comparisons:
3594 #    - title: "Diff1"
3595 #      reference: 2
3596 #      reference-alt: 1
3597 #      compare: 3
3598 #    - title: "Diff2"
3599 #      reference: 3
3600 #      compare: 4
3601 #  legend:
3602 #    - 'Legend to Table:'
3603 #    - '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).'
3604 #    - '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).'
3605 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3606 #    - 'RCA1 - root cause analysis reference for Diff1.'
3607 #    - 'RCA2 - root cause analysis reference for Diff2.'
3608 #
3609 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3610 #- type: "table"
3611 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3612 #  algorithm: "table_comparison"
3613 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3614 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3615 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616 #  rca:
3617 #    - title: "RCA1"
3618 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3619 #    - title: "RCA2"
3620 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3621 #  columns:
3622 #    - title: "1908.0-1"
3623 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3624 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3625 #    - title: "1908.1-1"
3626 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3627 #    - title: "1908.1-2"
3628 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3629 #    - title: "2001.0-2"
3630 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3631 #  comparisons:
3632 #    - title: "Diff1"
3633 #      reference: 2
3634 #      reference-alt: 1
3635 #      compare: 3
3636 #    - title: "Diff2"
3637 #      reference: 3
3638 #      compare: 4
3639 #  legend:
3640 #    - 'Legend to Table:'
3641 #    - '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).'
3642 #    - '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).'
3643 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3644 #    - 'RCA1 - root cause analysis reference for Diff1.'
3645 #    - 'RCA2 - root cause analysis reference for Diff2.'
3646
3647 # VPP Performance Changes 2n-skx 2t1c pdr
3648 - type: "table"
3649   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3650   algorithm: "table_comparison"
3651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3653   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3654   columns:
3655     - title: "1908"
3656       data-set: "vpp-performance-changes-2n-skx-h1"
3657     - title: "2001"
3658       data-set: "vpp-performance-changes-2n-skx-ref"
3659     - title: "2005"
3660       data-set: "vpp-performance-changes-2n-skx-cmp"
3661   comparisons:
3662     - title: "Diff"
3663       reference: 2
3664       compare: 3
3665   legend:
3666     - "Legend to Table"
3667     - "1908, 2001, 2005 - VPP versions tested."
3668     - "Diff - difference between 2001 and 2005 VPP version."
3669
3670 # VPP Performance Changes 2n-skx 4t2c pdr
3671 - type: "table"
3672   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3673   algorithm: "table_comparison"
3674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3677   columns:
3678     - title: "1908"
3679       data-set: "vpp-performance-changes-2n-skx-h1"
3680     - title: "2001"
3681       data-set: "vpp-performance-changes-2n-skx-ref"
3682     - title: "2005"
3683       data-set: "vpp-performance-changes-2n-skx-cmp"
3684   comparisons:
3685     - title: "Diff"
3686       reference: 2
3687       compare: 3
3688   legend:
3689     - "Legend to Table"
3690     - "1908, 2001, 2005 - VPP versions tested."
3691     - "Diff - difference between 2001 and 2005 VPP version."
3692
3693 # VPP Performance Changes 2n-skx 2t1c ndr
3694 - type: "table"
3695   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3696   algorithm: "table_comparison"
3697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3699   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3700   columns:
3701     - title: "1908"
3702       data-set: "vpp-performance-changes-2n-skx-h1"
3703     - title: "2001"
3704       data-set: "vpp-performance-changes-2n-skx-ref"
3705     - title: "2005"
3706       data-set: "vpp-performance-changes-2n-skx-cmp"
3707   comparisons:
3708     - title: "Diff"
3709       reference: 2
3710       compare: 3
3711   legend:
3712     - "Legend to Table"
3713     - "1908, 2001, 2005 - VPP versions tested."
3714     - "Diff - difference between 2001 and 2005 VPP version."
3715
3716 # VPP Performance Changes 2n-skx 4t2c ndr
3717 - type: "table"
3718   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3719   algorithm: "table_comparison"
3720   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3722   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3723   columns:
3724     - title: "1908"
3725       data-set: "vpp-performance-changes-2n-skx-h1"
3726     - title: "2001"
3727       data-set: "vpp-performance-changes-2n-skx-ref"
3728     - title: "2005"
3729       data-set: "vpp-performance-changes-2n-skx-cmp"
3730   comparisons:
3731     - title: "Diff"
3732       reference: 2
3733       compare: 3
3734   legend:
3735     - "Legend to Table"
3736     - "1908, 2001, 2005 - VPP versions tested."
3737     - "Diff - difference between 2001 and 2005 VPP version."
3738
3739 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3740 - type: "table"
3741   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3742   algorithm: "table_comparison"
3743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3745   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3746   columns:
3747     - title: "2001"
3748       data-set: "vpp-performance-changes-2n-clx-ref"
3749     - title: "2005"
3750       data-set: "vpp-performance-changes-2n-clx-cmp"
3751   comparisons:
3752     - title: "Diff"
3753       reference: 1
3754       compare: 2
3755   legend:
3756     - "Legend to Table"
3757     - "2001, 2005 - VPP versions tested."
3758     - "Diff - difference between 2001 and 2005 VPP version."
3759
3760 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3761 - type: "table"
3762   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3763   algorithm: "table_comparison"
3764   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3767   columns:
3768     - title: "2001"
3769       data-set: "vpp-performance-changes-2n-clx-ref"
3770     - title: "2005"
3771       data-set: "vpp-performance-changes-2n-clx-cmp"
3772   comparisons:
3773     - title: "Diff"
3774       reference: 1
3775       compare: 2
3776   legend:
3777     - "Legend to Table"
3778     - "2001, 2005 - VPP versions tested."
3779     - "Diff - difference between 2001 and 2005 VPP version."
3780
3781 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3782 - type: "table"
3783   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3784   algorithm: "table_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3788   columns:
3789     - title: "2001"
3790       data-set: "vpp-performance-changes-2n-clx-ref"
3791     - title: "2005"
3792       data-set: "vpp-performance-changes-2n-clx-cmp"
3793   comparisons:
3794     - title: "Diff"
3795       reference: 1
3796       compare: 2
3797   legend:
3798     - "Legend to Table"
3799     - "2001, 2005 - VPP versions tested."
3800     - "Diff - difference between 2001 and 2005 VPP version."
3801
3802 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3803 - type: "table"
3804   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3805   algorithm: "table_comparison"
3806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3809   columns:
3810     - title: "2001"
3811       data-set: "vpp-performance-changes-2n-clx-ref"
3812     - title: "2005"
3813       data-set: "vpp-performance-changes-2n-clx-cmp"
3814   comparisons:
3815     - title: "Diff"
3816       reference: 1
3817       compare: 2
3818   legend:
3819     - "Legend to Table"
3820     - "2001, 2005 - VPP versions tested."
3821     - "Diff - difference between 2001 and 2005 VPP version."
3822
3823 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3824 - type: "table"
3825   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3826   algorithm: "table_comparison"
3827   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3829   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3830   columns:
3831     - title: "2001"
3832       data-set: "vpp-performance-changes-2n-clx-ref"
3833     - title: "2005"
3834       data-set: "vpp-performance-changes-2n-clx-cmp"
3835   comparisons:
3836     - title: "Diff"
3837       reference: 1
3838       compare: 2
3839   legend:
3840     - "Legend to Table"
3841     - "2001, 2005 - VPP versions tested."
3842     - "Diff - difference between 2001 and 2005 VPP version."
3843
3844 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3845 - type: "table"
3846   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3847   algorithm: "table_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3850   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3851   columns:
3852     - title: "2001"
3853       data-set: "vpp-performance-changes-2n-clx-ref"
3854     - title: "2005"
3855       data-set: "vpp-performance-changes-2n-clx-cmp"
3856   comparisons:
3857     - title: "Diff"
3858       reference: 1
3859       compare: 2
3860   legend:
3861     - "Legend to Table"
3862     - "2001, 2005 - VPP versions tested."
3863     - "Diff - difference between 2001 and 2005 VPP version."
3864
3865 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3866 - type: "table"
3867   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3872   columns:
3873     - title: "2001"
3874       data-set: "vpp-performance-changes-2n-clx-ref"
3875     - title: "2005"
3876       data-set: "vpp-performance-changes-2n-clx-cmp"
3877   comparisons:
3878     - title: "Diff"
3879       reference: 1
3880       compare: 2
3881   legend:
3882     - "Legend to Table"
3883     - "2001, 2005 - VPP versions tested."
3884     - "Diff - difference between 2001 and 2005 VPP version."
3885
3886 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3887 - type: "table"
3888   title: "VPP Performance Changes 2n-clx-x556 ndr"
3889   algorithm: "table_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3892   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3893   columns:
3894     - title: "2001"
3895       data-set: "vpp-performance-changes-2n-clx-ref"
3896     - title: "2005"
3897       data-set: "vpp-performance-changes-2n-clx-cmp"
3898   comparisons:
3899     - title: "Diff"
3900       reference: 1
3901       compare: 2
3902   legend:
3903     - "Legend to Table"
3904     - "2001, 2005 - VPP versions tested."
3905     - "Diff - difference between 2001 and 2005 VPP version."
3906
3907 # VPP Performance Changes 2n-dnv 1t1c pdr
3908 - type: "table"
3909   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3910   algorithm: "table_comparison"
3911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3913   filter: "'1T1C'"
3914   columns:
3915     - title: "1908"
3916       data-set: "vpp-performance-changes-2n-dnv-h1"
3917     - title: "2001"
3918       data-set: "vpp-performance-changes-2n-dnv-ref"
3919     - title: "2005"
3920       data-set: "vpp-performance-changes-2n-dnv-cmp"
3921   comparisons:
3922     - title: "Diff"
3923       reference: 2
3924       compare: 3
3925   legend:
3926     - "Legend to Table"
3927     - "1908, 2001, 2005 - VPP versions tested."
3928     - "Diff - difference between 2001 and 2005 VPP version."
3929
3930 # VPP Performance Changes 2n-dnv 2t2c pdr
3931 - type: "table"
3932   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3933   algorithm: "table_comparison"
3934   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3936   filter: "'2T2C'"
3937   columns:
3938     - title: "1908"
3939       data-set: "vpp-performance-changes-2n-dnv-h1"
3940     - title: "2001"
3941       data-set: "vpp-performance-changes-2n-dnv-ref"
3942     - title: "2005"
3943       data-set: "vpp-performance-changes-2n-dnv-cmp"
3944   comparisons:
3945     - title: "Diff"
3946       reference: 2
3947       compare: 3
3948   legend:
3949     - "Legend to Table"
3950     - "1908, 2001, 2005 - VPP versions tested."
3951     - "Diff - difference between 2001 and 2005 VPP version."
3952
3953 # VPP Performance Changes 2n-dnv 1t1c ndr
3954 - type: "table"
3955   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3956   algorithm: "table_comparison"
3957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3959   filter: "'1T1C'"
3960   columns:
3961     - title: "1908"
3962       data-set: "vpp-performance-changes-2n-dnv-h1"
3963     - title: "2001"
3964       data-set: "vpp-performance-changes-2n-dnv-ref"
3965     - title: "2005"
3966       data-set: "vpp-performance-changes-2n-dnv-cmp"
3967   comparisons:
3968     - title: "Diff"
3969       reference: 2
3970       compare: 3
3971   legend:
3972     - "Legend to Table"
3973     - "1908, 2001, 2005 - VPP versions tested."
3974     - "Diff - difference between 2001 and 2005 VPP version."
3975
3976 # VPP Performance Changes 2n-dnv 2t2c ndr
3977 - type: "table"
3978   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'2T2C'"
3983   columns:
3984     - title: "1908"
3985       data-set: "vpp-performance-changes-2n-dnv-h1"
3986     - title: "2001"
3987       data-set: "vpp-performance-changes-2n-dnv-ref"
3988     - title: "2005"
3989       data-set: "vpp-performance-changes-2n-dnv-cmp"
3990   comparisons:
3991     - title: "Diff"
3992       reference: 2
3993       compare: 3
3994   legend:
3995     - "Legend to Table"
3996     - "1908, 2001, 2005 - VPP versions tested."
3997     - "Diff - difference between 2001 and 2005 VPP version."
3998
3999 # VPP Performance Changes 3n-dnv 1t1c pdr
4000 - type: "table"
4001   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4002   algorithm: "table_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4005   filter: "'1T1C'"
4006   columns:
4007     - title: "1908"
4008       data-set: "vpp-performance-changes-3n-dnv-h1"
4009     - title: "2001"
4010       data-set: "vpp-performance-changes-3n-dnv-ref"
4011     - title: "2005"
4012       data-set: "vpp-performance-changes-3n-dnv-cmp"
4013   comparisons:
4014     - title: "Diff"
4015       reference: 2
4016       compare: 3
4017   legend:
4018     - "Legend to Table"
4019     - "1908, 2001, 2005 - VPP versions tested."
4020     - "Diff - difference between 2001 and 2005 VPP version."
4021
4022 # VPP Performance Changes 3n-dnv 2t2c pdr
4023 - type: "table"
4024   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4025   algorithm: "table_comparison"
4026   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4028   filter: "'2T2C'"
4029   columns:
4030     - title: "1908"
4031       data-set: "vpp-performance-changes-3n-dnv-h1"
4032     - title: "2001"
4033       data-set: "vpp-performance-changes-3n-dnv-ref"
4034     - title: "2005"
4035       data-set: "vpp-performance-changes-3n-dnv-cmp"
4036   comparisons:
4037     - title: "Diff"
4038       reference: 2
4039       compare: 3
4040   legend:
4041     - "Legend to Table"
4042     - "1908, 2001, 2005 - VPP versions tested."
4043     - "Diff - difference between 2001 and 2005 VPP version."
4044
4045 # VPP Performance Changes 3n-dnv 1t1c ndr
4046 - type: "table"
4047   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'1T1C'"
4052   columns:
4053     - title: "1908"
4054       data-set: "vpp-performance-changes-3n-dnv-h1"
4055     - title: "2001"
4056       data-set: "vpp-performance-changes-3n-dnv-ref"
4057     - title: "2005"
4058       data-set: "vpp-performance-changes-3n-dnv-cmp"
4059   comparisons:
4060     - title: "Diff"
4061       reference: 2
4062       compare: 3
4063   legend:
4064     - "Legend to Table"
4065     - "1908, 2001, 2005 - VPP versions tested."
4066     - "Diff - difference between 2001 and 2005 VPP version."
4067
4068 # VPP Performance Changes 3n-dnv 2t2c ndr
4069 - type: "table"
4070   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4071   algorithm: "table_comparison"
4072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4074   filter: "'2T2C'"
4075   columns:
4076     - title: "1908"
4077       data-set: "vpp-performance-changes-3n-dnv-h1"
4078     - title: "2001"
4079       data-set: "vpp-performance-changes-3n-dnv-ref"
4080     - title: "2005"
4081       data-set: "vpp-performance-changes-3n-dnv-cmp"
4082   comparisons:
4083     - title: "Diff"
4084       reference: 2
4085       compare: 3
4086   legend:
4087     - "Legend to Table"
4088     - "1908, 2001, 2005 - VPP versions tested."
4089     - "Diff - difference between 2001 and 2005 VPP version."
4090
4091 # VPP Performance Changes 3n-tsh 1t1c pdr
4092 - type: "table"
4093   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4094   algorithm: "table_comparison"
4095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4097   filter: "'1T1C'"
4098   columns:
4099     - title: "1908"
4100       data-set: "vpp-performance-changes-3n-tsh-h1"
4101     - title: "2001"
4102       data-set: "vpp-performance-changes-3n-tsh-ref"
4103     - title: "2005"
4104       data-set: "vpp-performance-changes-3n-tsh-cmp"
4105   comparisons:
4106     - title: "Diff"
4107       reference: 2
4108       compare: 3
4109   legend:
4110     - "Legend to Table"
4111     - "1908, 2001, 2005 - VPP versions tested."
4112     - "Diff - difference between 2001 and 2005 VPP version."
4113
4114 # VPP Performance Changes 3n-tsh 2t2c pdr
4115 - type: "table"
4116   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4117   algorithm: "table_comparison"
4118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4120   filter: "'2T2C'"
4121   columns:
4122     - title: "1908"
4123       data-set: "vpp-performance-changes-3n-tsh-h1"
4124     - title: "2001"
4125       data-set: "vpp-performance-changes-3n-tsh-ref"
4126     - title: "2005"
4127       data-set: "vpp-performance-changes-3n-tsh-cmp"
4128   comparisons:
4129     - title: "Diff"
4130       reference: 2
4131       compare: 3
4132   legend:
4133     - "Legend to Table"
4134     - "1908, 2001, 2005 - VPP versions tested."
4135     - "Diff - difference between 2001 and 2005 VPP version."
4136
4137 # VPP Performance Changes 3n-tsh 1t1c ndr
4138 - type: "table"
4139   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4140   algorithm: "table_comparison"
4141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4143   filter: "'1T1C'"
4144   columns:
4145     - title: "1908"
4146       data-set: "vpp-performance-changes-3n-tsh-h1"
4147     - title: "2001"
4148       data-set: "vpp-performance-changes-3n-tsh-ref"
4149     - title: "2005"
4150       data-set: "vpp-performance-changes-3n-tsh-cmp"
4151   comparisons:
4152     - title: "Diff"
4153       reference: 2
4154       compare: 3
4155   legend:
4156     - "Legend to Table"
4157     - "1908, 2001, 2005 - VPP versions tested."
4158     - "Diff - difference between 2001 and 2005 VPP version."
4159
4160 # VPP Performance Changes 3n-tsh 2t2c ndr
4161 - type: "table"
4162   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4163   algorithm: "table_comparison"
4164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4166   filter: "'2T2C'"
4167   columns:
4168     - title: "1908"
4169       data-set: "vpp-performance-changes-3n-tsh-h1"
4170     - title: "2001"
4171       data-set: "vpp-performance-changes-3n-tsh-ref"
4172     - title: "2005"
4173       data-set: "vpp-performance-changes-3n-tsh-cmp"
4174   comparisons:
4175     - title: "Diff"
4176       reference: 2
4177       compare: 3
4178   legend:
4179     - "Legend to Table"
4180     - "1908, 2001, 2005 - VPP versions tested."
4181     - "Diff - difference between 2001 and 2005 VPP version."
4182
4183 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4184 - type: "table"
4185   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4186   algorithm: "table_comparison"
4187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4189   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4190   columns:
4191     - title: "3n-hsw xl710"
4192       data-set: "vpp-compare-testbeds-ref"
4193       tag: "NIC_Intel-XL710"
4194     - title: "3n-skx xxv710"
4195       data-set: "vpp-compare-testbeds-cmp"
4196       tag: "NIC_Intel-XXV710"
4197   comparisons:
4198     - title: "Diff"
4199       reference: 1
4200       compare: 2
4201   legend:
4202     - "Legend to Table"
4203     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4204     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4205
4206 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4207 - type: "table"
4208   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4209   algorithm: "table_comparison"
4210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4212   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4213   columns:
4214     - title: "3n-hsw xl710"
4215       data-set: "vpp-compare-testbeds-ref"
4216       tag: "NIC_Intel-XL710"
4217     - title: "3n-skx xxv710"
4218       data-set: "vpp-compare-testbeds-cmp"
4219       tag: "NIC_Intel-XXV710"
4220   comparisons:
4221     - title: "Diff"
4222       reference: 1
4223       compare: 2
4224   legend:
4225     - "Legend to Table"
4226     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4227     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4228
4229 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4230 - type: "table"
4231   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4232   algorithm: "table_comparison"
4233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4234   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4235   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4236   columns:
4237     - title: "3n-hsw xl710"
4238       data-set: "vpp-compare-testbeds-ref"
4239       tag: "NIC_Intel-XL710"
4240     - title: "3n-skx xxv710"
4241       data-set: "vpp-compare-testbeds-cmp"
4242       tag: "NIC_Intel-XXV710"
4243   comparisons:
4244     - title: "Diff"
4245       reference: 1
4246       compare: 2
4247   legend:
4248     - "Legend to Table"
4249     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4250     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4251
4252 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4253 - type: "table"
4254   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4255   algorithm: "table_comparison"
4256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4258   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4259   columns:
4260     - title: "3n-hsw xl710"
4261       data-set: "vpp-compare-testbeds-ref"
4262       tag: "NIC_Intel-XL710"
4263     - title: "3n-skx xxv710"
4264       data-set: "vpp-compare-testbeds-cmp"
4265       tag: "NIC_Intel-XXV710"
4266   comparisons:
4267     - title: "Diff"
4268       reference: 1
4269       compare: 2
4270   legend:
4271     - "Legend to Table"
4272     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4273     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4274
4275 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4276 - type: "table"
4277   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4278   algorithm: "table_comparison"
4279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4281   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4282   columns:
4283     - title: "2n-skx"
4284       data-set: "vpp-compare-testbeds-skx-clx-ref"
4285     - title: "2n-clx"
4286       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4287   comparisons:
4288     - title: "Diff"
4289       reference: 1
4290       compare: 2
4291   legend:
4292     - "Legend to Table"
4293     - "2n-skx, 2n-clx - testbeds and NICs tested."
4294     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4295
4296 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4297 - type: "table"
4298   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4299   algorithm: "table_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4303   columns:
4304     - title: "2n-skx"
4305       data-set: "vpp-compare-testbeds-skx-clx-ref"
4306     - title: "2n-clx"
4307       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4308   comparisons:
4309     - title: "Diff"
4310       reference: 1
4311       compare: 2
4312   legend:
4313     - "Legend to Table"
4314     - "2n-skx, 2n-clx - testbeds and NICs tested."
4315     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4316
4317 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4318 - type: "table"
4319   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4320   algorithm: "table_comparison"
4321   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4323   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4324   columns:
4325     - title: "2n-skx"
4326       data-set: "vpp-compare-testbeds-skx-clx-ref"
4327     - title: "2n-clx"
4328       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 1
4332       compare: 2
4333   legend:
4334     - "Legend to Table"
4335     - "2n-skx, 2n-clx - testbeds and NICs tested."
4336     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4337
4338 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4339 - type: "table"
4340   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4344   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4345   columns:
4346     - title: "2n-skx"
4347       data-set: "vpp-compare-testbeds-skx-clx-ref"
4348     - title: "2n-clx"
4349       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4350   comparisons:
4351     - title: "Diff"
4352       reference: 1
4353       compare: 2
4354   legend:
4355     - "Legend to Table"
4356     - "2n-skx, 2n-clx - testbeds and NICs tested."
4357     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4358
4359 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4360 - type: "table"
4361   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4362   algorithm: "table_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4365   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4366   columns:
4367     - title: "3n-hsw xl710"
4368       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4369       tag: "NIC_Intel-XL710"
4370     - title: "2n-clx xxv710"
4371       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4372       tag: "NIC_Intel-XXV710"
4373   comparisons:
4374     - title: "Diff"
4375       reference: 1
4376       compare: 2
4377   legend:
4378     - "Legend to Table"
4379     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4380     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4381
4382 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4383 - type: "table"
4384   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4387   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4388   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4389   columns:
4390     - title: "3n-hsw xl710"
4391       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4392       tag: "NIC_Intel-XL710"
4393     - title: "2n-clx xxv710"
4394       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4395       tag: "NIC_Intel-XXV710"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 1
4399       compare: 2
4400   legend:
4401     - "Legend to Table"
4402     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4403     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4404
4405 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4406 - type: "table"
4407   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4411   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4412   columns:
4413     - title: "3n-hsw xl710"
4414       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4415       tag: "NIC_Intel-XL710"
4416     - title: "2n-clx xxv710"
4417       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4418       tag: "NIC_Intel-XXV710"
4419   comparisons:
4420     - title: "Diff"
4421       reference: 1
4422       compare: 2
4423   legend:
4424     - "Legend to Table"
4425     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4426     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4427
4428 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4429 - type: "table"
4430   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4434   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4435   columns:
4436     - title: "3n-hsw xl710"
4437       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4438       tag: "NIC_Intel-XL710"
4439     - title: "2n-clx xxv710"
4440       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4441       tag: "NIC_Intel-XXV710"
4442   comparisons:
4443     - title: "Diff"
4444       reference: 1
4445       compare: 2
4446   legend:
4447     - "Legend to Table"
4448     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4449     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4450
4451 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4452 - type: "table"
4453   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4454   algorithm: "table_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4456   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4457   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4458   columns:
4459     - title: "3n-skx"
4460       data-set: "vpp-compare-topologies-ref"
4461     - title: "2n-skx"
4462       data-set: "vpp-compare-topologies-cmp"
4463   comparisons:
4464     - title: "Diff"
4465       reference: 1
4466       compare: 2
4467   legend:
4468     - "Legend to Table"
4469     - "3n-skx, 2n-skx - topologies tested."
4470     - "Diff - difference between 3n-skx and 2n-skx topologies."
4471
4472 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4473 - type: "table"
4474   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4475   algorithm: "table_comparison"
4476   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4478   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4479   columns:
4480     - title: "3n-skx"
4481       data-set: "vpp-compare-topologies-ref"
4482     - title: "2n-skx"
4483       data-set: "vpp-compare-topologies-cmp"
4484   comparisons:
4485     - title: "Diff"
4486       reference: 1
4487       compare: 2
4488   legend:
4489     - "Legend to Table"
4490     - "3n-skx, 2n-skx - topologies tested."
4491     - "Diff - difference between 3n-skx and 2n-skx topologies."
4492
4493 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4494 - type: "table"
4495   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4496   algorithm: "table_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4499   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4500   columns:
4501     - title: "3n-skx"
4502       data-set: "vpp-compare-topologies-ref"
4503     - title: "2n-skx"
4504       data-set: "vpp-compare-topologies-cmp"
4505   comparisons:
4506     - title: "Diff"
4507       reference: 1
4508       compare: 2
4509   legend:
4510     - "Legend to Table"
4511     - "3n-skx, 2n-skx - topologies tested."
4512     - "Diff - difference between 3n-skx and 2n-skx topologies."
4513
4514 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4515 - type: "table"
4516   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4520   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4521   columns:
4522     - title: "3n-skx"
4523       data-set: "vpp-compare-topologies-ref"
4524     - title: "2n-skx"
4525       data-set: "vpp-compare-topologies-cmp"
4526   comparisons:
4527     - title: "Diff"
4528       reference: 1
4529       compare: 2
4530   legend:
4531     - "Legend to Table"
4532     - "3n-skx, 2n-skx - topologies tested."
4533     - "Diff - difference between 3n-skx and 2n-skx topologies."
4534
4535 # VPP Performance Changes 3n-hsw 1t1c mrr
4536 - type: "table"
4537   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4538   algorithm: "table_comparison"
4539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4541   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4542   columns:
4543     - title: "1908"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4545     - title: "2001"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4547     - title: "2005"
4548       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4549   comparisons:
4550     - title: "Diff"
4551       reference: 2
4552       compare: 3
4553   legend:
4554     - "Legend to Table"
4555     - "1908, 2001, 2005 - VPP versions tested."
4556     - "Diff - difference between 2001 and 2005 VPP version."
4557
4558 # VPP Performance Changes 3n-hsw 2t2c mrr
4559 - type: "table"
4560   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4561   algorithm: "table_comparison"
4562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4564   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4565   columns:
4566     - title: "1908"
4567       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4568     - title: "2001"
4569       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4570     - title: "2005"
4571       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4572   comparisons:
4573     - title: "Diff"
4574       reference: 2
4575       compare: 3
4576   legend:
4577     - "Legend to Table"
4578     - "1908, 2001, 2005 - VPP versions tested."
4579     - "Diff - difference between 2001 and 2005 VPP version."
4580
4581 # VPP Performance Changes 3n-hsw 4t4c mrr
4582 - type: "table"
4583   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4584   algorithm: "table_comparison"
4585   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4587   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4588   columns:
4589     - title: "1908"
4590       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4591     - title: "2001"
4592       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4593     - title: "2005"
4594       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4595   comparisons:
4596     - title: "Diff"
4597       reference: 2
4598       compare: 3
4599   legend:
4600     - "Legend to Table"
4601     - "1908, 2001, 2005 - VPP versions tested."
4602     - "Diff - difference between 2001 and 2005 VPP version."
4603
4604 # VPP Performance Changes 3n-skx 2t1c mrr
4605 - type: "table"
4606   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4607   algorithm: "table_comparison"
4608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4610   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4611   columns:
4612 #    - title: "1908"
4613 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4614     - title: "2001"
4615       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4616     - title: "2005"
4617       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4618   comparisons:
4619     - title: "Diff"
4620       reference: 1
4621       compare: 2
4622   legend:
4623     - "Legend to Table"
4624     - "2001, 2005 - VPP versions tested."
4625     - "Diff - difference between 2001 and 2005 VPP version."
4626
4627 # VPP Performance Changes 3n-skx 4t2c mrr
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4633   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4634   columns:
4635 #    - title: "1908"
4636 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4637     - title: "2001"
4638       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4639     - title: "2005"
4640       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4641   comparisons:
4642     - title: "Diff"
4643       reference: 1
4644       compare: 2
4645   legend:
4646     - "Legend to Table"
4647     - "2001, 2005 - VPP versions tested."
4648     - "Diff - difference between 2001 and 2005 VPP version."
4649
4650 # VPP Performance Changes 3n-skx 8t4c mrr
4651 - type: "table"
4652   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4656   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4657   columns:
4658 #    - title: "1908"
4659 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4660     - title: "2001"
4661       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4662     - title: "2005"
4663       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4664   comparisons:
4665     - title: "Diff"
4666       reference: 1
4667       compare: 2
4668   legend:
4669     - "Legend to Table"
4670     - "2001, 2005 - VPP versions tested."
4671     - "Diff - difference between 2001 and 2005 VPP version."
4672
4673 # VPP Performance Changes 2n-skx 2t1c mrr
4674 - type: "table"
4675   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4676   algorithm: "table_comparison"
4677   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4679   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4680   columns:
4681 #    - title: "1908"
4682 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4683     - title: "2001"
4684       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4685     - title: "2005"
4686       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - "Legend to Table"
4693     - "2001, 2005 - VPP versions tested."
4694     - "Diff - difference between 2001 and 2005 VPP version."
4695
4696 # VPP Performance Changes 2n-skx 4t2c mrr
4697 - type: "table"
4698   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4703   columns:
4704 #    - title: "1908"
4705 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4706     - title: "2001"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4708     - title: "2005"
4709       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4710   comparisons:
4711     - title: "Diff"
4712       reference: 1
4713       compare: 2
4714   legend:
4715     - "Legend to Table"
4716     - "2001, 2005 - VPP versions tested."
4717     - "Diff - difference between 2001 and 2005 VPP version."
4718
4719 # VPP Performance Changes 2n-skx 8t4c mrr
4720 - type: "table"
4721   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4726   columns:
4727 #    - title: "1908"
4728 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4729     - title: "2001"
4730       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4731     - title: "2005"
4732       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4733   comparisons:
4734     - title: "Diff"
4735       reference: 1
4736       compare: 2
4737   legend:
4738     - "Legend to Table"
4739     - "2001, 2005 - VPP versions tested."
4740     - "Diff - difference between 2001 and 2005 VPP version."
4741
4742 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4743 - type: "table"
4744   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4745   algorithm: "table_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4748   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4749   columns:
4750     - title: "2001"
4751       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4752     - title: "2005"
4753       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4754   comparisons:
4755     - title: "Diff"
4756       reference: 1
4757       compare: 2
4758   legend:
4759     - "Legend to Table"
4760     - "2001, 2005 - VPP versions tested."
4761     - "Diff - difference between 2001 and 2005 VPP version."
4762
4763 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4764 - type: "table"
4765   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4766   algorithm: "table_comparison"
4767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4768   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4769   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4770   columns:
4771     - title: "2001"
4772       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4773     - title: "2005"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4775   comparisons:
4776     - title: "Diff"
4777       reference: 1
4778       compare: 2
4779   legend:
4780     - "Legend to Table"
4781     - "2001, 2005 - VPP versions tested."
4782     - "Diff - difference between 2001 and 2005 VPP version."
4783
4784 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4785 - type: "table"
4786   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4787   algorithm: "table_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4790   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4791   columns:
4792     - title: "2001"
4793       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4794     - title: "2005"
4795       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4796   comparisons:
4797     - title: "Diff"
4798       reference: 1
4799       compare: 2
4800   legend:
4801     - "Legend to Table"
4802     - "2001, 2005 - VPP versions tested."
4803     - "Diff - difference between 2001 and 2005 VPP version."
4804
4805 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4806 - type: "table"
4807   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4808   algorithm: "table_comparison"
4809   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4811   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4812   columns:
4813     - title: "2001"
4814       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4815     - title: "2005"
4816       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4817   comparisons:
4818     - title: "Diff"
4819       reference: 1
4820       compare: 2
4821   legend:
4822     - "Legend to Table"
4823     - "2001, 2005 - VPP versions tested."
4824     - "Diff - difference between 2001 and 2005 VPP version."
4825
4826 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4827 - type: "table"
4828   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4829   algorithm: "table_comparison"
4830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4832   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4833   columns:
4834     - title: "2001"
4835       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4836     - title: "2005"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 1
4841       compare: 2
4842   legend:
4843     - "Legend to Table"
4844     - "2001, 2005 - VPP versions tested."
4845     - "Diff - difference between 2001 and 2005 VPP version."
4846
4847 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4848 - type: "table"
4849   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4854   columns:
4855     - title: "2001"
4856       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4857     - title: "2005"
4858       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4859   comparisons:
4860     - title: "Diff"
4861       reference: 1
4862       compare: 2
4863   legend:
4864     - "Legend to Table"
4865     - "2001, 2005 - VPP versions tested."
4866     - "Diff - difference between 2001 and 2005 VPP version."
4867
4868 # VPP Performance Changes 2n-dnv 1t1c mrr
4869 - type: "table"
4870   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4871   algorithm: "table_comparison"
4872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4874   filter: "'1T1C'"
4875   columns:
4876     - title: "1908"
4877       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4878     - title: "2001"
4879       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4880     - title: "2005"
4881       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4882   comparisons:
4883     - title: "Diff"
4884       reference: 2
4885       compare: 3
4886   legend:
4887     - "Legend to Table"
4888     - "1908, 2001, 2005 - VPP versions tested."
4889     - "Diff - difference between 2001 and 2005 VPP version."
4890
4891 # VPP Performance Changes 2n-dnv 2t2c mrr
4892 - type: "table"
4893   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4894   algorithm: "table_comparison"
4895   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4896   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4897   filter: "'2T2C'"
4898   columns:
4899     - title: "1908"
4900       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4901     - title: "2001"
4902       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4903     - title: "2005"
4904       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4905   comparisons:
4906     - title: "Diff"
4907       reference: 2
4908       compare: 3
4909   legend:
4910     - "Legend to Table"
4911     - "1908, 2001, 2005 - VPP versions tested."
4912     - "Diff - difference between 2001 and 2005 VPP version."
4913
4914 # VPP Performance Changes 2n-dnv 4t4c mrr
4915 - type: "table"
4916   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4917   algorithm: "table_comparison"
4918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4920   filter: "'4T4C'"
4921   columns:
4922     - title: "1908"
4923       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4924     - title: "2001"
4925       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4926     - title: "2005"
4927       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4928   comparisons:
4929     - title: "Diff"
4930       reference: 2
4931       compare: 3
4932   legend:
4933     - "Legend to Table"
4934     - "1908, 2001, 2005 - VPP versions tested."
4935     - "Diff - difference between 2001 and 2005 VPP version."
4936
4937 # VPP Performance Changes 3n-dnv 1t1c mrr
4938 - type: "table"
4939   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4940   algorithm: "table_comparison"
4941   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4942   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4943   filter: "'1T1C'"
4944   columns:
4945     - title: "1908"
4946       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4947     - title: "2001"
4948       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4949     - title: "2005"
4950       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4951   comparisons:
4952     - title: "Diff"
4953       reference: 2
4954       compare: 3
4955   legend:
4956     - "Legend to Table"
4957     - "1908, 2001, 2005 - VPP versions tested."
4958     - "Diff - difference between 2001 and 2005 VPP version."
4959
4960 # VPP Performance Changes 3n-dnv 2t2c mrr
4961 - type: "table"
4962   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4963   algorithm: "table_comparison"
4964   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4966   filter: "'2T2C'"
4967   columns:
4968     - title: "1908"
4969       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4970     - title: "2001"
4971       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4972     - title: "2005"
4973       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4974   comparisons:
4975     - title: "Diff"
4976       reference: 2
4977       compare: 3
4978   legend:
4979     - "Legend to Table"
4980     - "1908, 2001, 2005 - VPP versions tested."
4981     - "Diff - difference between 2001 and 2005 VPP version."
4982
4983 # VPP Performance Changes 3n-dnv 4t4c mrr
4984 - type: "table"
4985   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4986   algorithm: "table_comparison"
4987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4989   filter: "'4T4C'"
4990   columns:
4991     - title: "1908"
4992       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4993     - title: "2001"
4994       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4995     - title: "2005"
4996       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4997   comparisons:
4998     - title: "Diff"
4999       reference: 2
5000       compare: 3
5001   legend:
5002     - "Legend to Table"
5003     - "1908, 2001, 2005 - VPP versions tested."
5004     - "Diff - difference between 2001 and 2005 VPP version."
5005
5006 # VPP Performance Changes 3n-tsh 1t1c mrr
5007 - type: "table"
5008   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5009   algorithm: "table_comparison"
5010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5012   filter: "'1T1C'"
5013   columns:
5014     - title: "1908"
5015       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5016     - title: "2001"
5017       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5018     - title: "2005"
5019       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5020   comparisons:
5021     - title: "Diff"
5022       reference: 2
5023       compare: 3
5024   legend:
5025     - "Legend to Table"
5026     - "1908, 2001, 2005 - VPP versions tested."
5027     - "Diff - difference between 2001 and 2005 VPP version."
5028
5029 # VPP Performance Changes 3n-tsh 2t2c mrr
5030 - type: "table"
5031   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5032   algorithm: "table_comparison"
5033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5034   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5035   filter: "'2T2C'"
5036   columns:
5037     - title: "1908"
5038       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5039     - title: "2001"
5040       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5041     - title: "2005"
5042       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5043   comparisons:
5044     - title: "Diff"
5045       reference: 2
5046       compare: 3
5047   legend:
5048     - "Legend to Table"
5049     - "1908, 2001, 2005 - VPP versions tested."
5050     - "Diff - difference between 2001 and 2005 VPP version."
5051
5052 # VPP Performance Changes 3n-tsh 4t4c mrr
5053 - type: "table"
5054   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5055   algorithm: "table_comparison"
5056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5058   filter: "'4T4C'"
5059   columns:
5060     - title: "1908"
5061       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5062     - title: "2001"
5063       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5064     - title: "2005"
5065       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5066   comparisons:
5067     - title: "Diff"
5068       reference: 2
5069       compare: 3
5070   legend:
5071     - "Legend to Table"
5072     - "1908, 2001, 2005 - VPP versions tested."
5073     - "Diff - difference between 2001 and 2005 VPP version."
5074
5075 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5076 - type: "table"
5077   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5078   algorithm: "table_comparison"
5079   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5081   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5082   columns:
5083     - title: "3n-hsw xl710"
5084       data-set: "vpp-compare-testbeds-mrr-ref"
5085       tag: "NIC_Intel-XL710"
5086     - title: "3n-skx xxv710"
5087       data-set: "vpp-compare-testbeds-mrr-cmp"
5088       tag: "NIC_Intel-XXV710"
5089   comparisons:
5090     - title: "Diff"
5091       reference: 1
5092       compare: 2
5093   legend:
5094     - "Legend to Table"
5095     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5096     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5097
5098 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5099 - type: "table"
5100   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5101   algorithm: "table_comparison"
5102   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5104   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5105   columns:
5106     - title: "3n-hsw xl710"
5107       data-set: "vpp-compare-testbeds-mrr-ref"
5108       tag: "NIC_Intel-XL710"
5109     - title: "3n-skx xxv710"
5110       data-set: "vpp-compare-testbeds-mrr-cmp"
5111       tag: "NIC_Intel-XXV710"
5112   comparisons:
5113     - title: "Diff"
5114       reference: 1
5115       compare: 2
5116   legend:
5117     - "Legend to Table"
5118     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5119     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5120
5121 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5122 - type: "table"
5123   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5124   algorithm: "table_comparison"
5125   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5128   columns:
5129     - title: "3n-hsw xl710"
5130       data-set: "vpp-compare-testbeds-mrr-ref"
5131       tag: "NIC_Intel-XL710"
5132     - title: "3n-skx xxv710"
5133       data-set: "vpp-compare-testbeds-mrr-cmp"
5134       tag: "NIC_Intel-XXV710"
5135   comparisons:
5136     - title: "Diff"
5137       reference: 1
5138       compare: 2
5139   legend:
5140     - "Legend to Table"
5141     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5142     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5143
5144 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5145 - type: "table"
5146   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5147   algorithm: "table_comparison"
5148   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5151   columns:
5152     - title: "2n-skx"
5153       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5154     - title: "2n-clx"
5155       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5156   comparisons:
5157     - title: "Diff"
5158       reference: 1
5159       compare: 2
5160   legend:
5161     - "Legend to Table"
5162     - "2n-skx, 2n-clx - testbeds and NICs tested."
5163     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5164
5165 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5166 - type: "table"
5167   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5168   algorithm: "table_comparison"
5169   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5171   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5172   columns:
5173     - title: "2n-skx"
5174       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5175     - title: "2n-clx"
5176       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5177   comparisons:
5178     - title: "Diff"
5179       reference: 1
5180       compare: 2
5181   legend:
5182     - "Legend to Table"
5183     - "2n-skx, 2n-clx - testbeds and NICs tested."
5184     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5185
5186 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5187 - type: "table"
5188   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5189   algorithm: "table_comparison"
5190   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5192   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5193   columns:
5194     - title: "2n-skx"
5195       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5196     - title: "2n-clx"
5197       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5198   comparisons:
5199     - title: "Diff"
5200       reference: 1
5201       compare: 2
5202   legend:
5203     - "Legend to Table"
5204     - "2n-skx, 2n-clx - testbeds and NICs tested."
5205     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5206
5207 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5208 - type: "table"
5209   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5210   algorithm: "table_comparison"
5211   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5213   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5214   columns:
5215     - title: "3n-skx"
5216       data-set: "vpp-compare-topologies-mrr-ref"
5217     - title: "2n-skx"
5218       data-set: "vpp-compare-topologies-mrr-cmp"
5219   comparisons:
5220     - title: "Diff"
5221       reference: 1
5222       compare: 2
5223   legend:
5224     - "Legend to Table"
5225     - "3n-skx, 2n-skx - topologies tested."
5226     - "Diff - difference between 3n-skx and 2n-skx topologies."
5227
5228 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5229 - type: "table"
5230   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5231   algorithm: "table_comparison"
5232   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5234   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5235   columns:
5236     - title: "3n-skx"
5237       data-set: "vpp-compare-topologies-mrr-ref"
5238     - title: "2n-skx"
5239       data-set: "vpp-compare-topologies-mrr-cmp"
5240   comparisons:
5241     - title: "Diff"
5242       reference: 1
5243       compare: 2
5244   legend:
5245     - "Legend to Table"
5246     - "3n-skx, 2n-skx - topologies tested."
5247     - "Diff - difference between 3n-skx and 2n-skx topologies."
5248
5249 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5250 - type: "table"
5251   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5252   algorithm: "table_comparison"
5253   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5255   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5256   columns:
5257     - title: "3n-skx"
5258       data-set: "vpp-compare-topologies-mrr-ref"
5259     - title: "2n-skx"
5260       data-set: "vpp-compare-topologies-mrr-cmp"
5261   comparisons:
5262     - title: "Diff"
5263       reference: 1
5264       compare: 2
5265   legend:
5266     - "Legend to Table"
5267     - "3n-skx, 2n-skx - topologies tested."
5268     - "Diff - difference between 3n-skx and 2n-skx topologies."
5269
5270 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5271 - type: "table"
5272   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5273   algorithm: "table_comparison"
5274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5276   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5277   columns:
5278     - title: "3n-hsw xl710"
5279       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5280       tag: "NIC_Intel-XL710"
5281     - title: "2n-clx xxv710"
5282       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5283       tag: "NIC_Intel-XXV710"
5284   comparisons:
5285     - title: "Diff"
5286       reference: 1
5287       compare: 2
5288   legend:
5289     - "Legend to Table"
5290     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5291     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5292
5293 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5294 - type: "table"
5295   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5296   algorithm: "table_comparison"
5297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5298   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5299   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5300   columns:
5301     - title: "3n-hsw xl710"
5302       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5303       tag: "NIC_Intel-XL710"
5304     - title: "2n-clx xxv710"
5305       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5306       tag: "NIC_Intel-XXV710"
5307   comparisons:
5308     - title: "Diff"
5309       reference: 1
5310       compare: 2
5311   legend:
5312     - "Legend to Table"
5313     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5314     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5315
5316 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5317 - type: "table"
5318   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5319   algorithm: "table_comparison"
5320   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5322   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5323   columns:
5324     - title: "3n-hsw xl710"
5325       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5326       tag: "NIC_Intel-XL710"
5327     - title: "2n-clx xxv710"
5328       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5329       tag: "NIC_Intel-XXV710"
5330   comparisons:
5331     - title: "Diff"
5332       reference: 1
5333       compare: 2
5334   legend:
5335     - "Legend to Table"
5336     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5337     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5338
5339 # Detailed Test Results - VPP Performance Results 3n-hsw
5340 - type: "table"
5341   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5342   algorithm: "table_merged_details"
5343   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5344   columns:
5345     - title: " |prein| Test Name |preout| "
5346       data: "data name"
5347     - 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| "
5348       data: "data msg"
5349   data: "vpp-perf-results-3n-hsw"
5350   filter: "all"
5351   parameters:
5352   - "name"
5353   - "parent"
5354   - "msg"
5355
5356 # Detailed Test Results - VPP Performance Results 3n-skx
5357 - type: "table"
5358   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5361   columns:
5362     - title: " |prein| Test Name |preout| "
5363       data: "data name"
5364     - 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| "
5365       data: "data msg"
5366   data: "vpp-perf-results-3n-skx"
5367   filter: "all"
5368   remove-ndr: False
5369   parameters:
5370   - "name"
5371   - "parent"
5372   - "msg"
5373
5374 # Detailed Test Results - VPP Performance Results 2n-skx
5375 - type: "table"
5376   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5377   algorithm: "table_merged_details"
5378   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5379   columns:
5380     - title: " |prein| Test Name |preout| "
5381       data: "data name"
5382     - 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| "
5383       data: "data msg"
5384   data: "vpp-perf-results-2n-skx"
5385   filter: "all"
5386   remove-ndr: False
5387   parameters:
5388   - "name"
5389   - "parent"
5390   - "msg"
5391
5392 # Detailed Test Results - VPP Performance Results 2n-clx
5393 - type: "table"
5394   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5395   algorithm: "table_merged_details"
5396   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5397   columns:
5398     - title: " |prein| Test Name |preout| "
5399       data: "data name"
5400     - 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| "
5401       data: "data msg"
5402   data: "vpp-perf-results-2n-clx"
5403   filter: "all"
5404   parameters:
5405   - "name"
5406   - "parent"
5407   - "msg"
5408
5409 # Detailed Test Results - VPP Performance Results 3n-tsh
5410 - type: "table"
5411   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5412   algorithm: "table_merged_details"
5413   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5414   columns:
5415     - title: " |prein| Test Name |preout| "
5416       data: "data name"
5417     - 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| "
5418       data: "data msg"
5419   data: "vpp-perf-results-3n-tsh"
5420   filter: "all"
5421   parameters:
5422   - "name"
5423   - "parent"
5424   - "msg"
5425
5426 # Detailed Test Results - VPP Performance Results 3n-dnv
5427 - type: "table"
5428   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5429   algorithm: "table_merged_details"
5430   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5431   columns:
5432     - title: " |prein| Test Name |preout| "
5433       data: "data name"
5434     - 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| "
5435       data: "data msg"
5436   data: "vpp-perf-results-3n-dnv"
5437   filter: "all"
5438   parameters:
5439   - "name"
5440   - "parent"
5441   - "msg"
5442
5443 # Detailed Test Results - VPP Performance Results 2n-dnv
5444 - type: "table"
5445   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5446   algorithm: "table_merged_details"
5447   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5448   columns:
5449     - title: " |prein| Test Name |preout| "
5450       data: "data name"
5451     - 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| "
5452       data: "data msg"
5453   data: "vpp-perf-results-2n-dnv"
5454   filter: "all"
5455   parameters:
5456   - "name"
5457   - "parent"
5458   - "msg"
5459
5460 # Test configuration - VPP Performance Test Configs 3n-hsw
5461 - type: "table"
5462   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5463   algorithm: "table_merged_details"
5464   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5465   columns:
5466     - title: " |prein| Test Name |preout| "
5467       data: "data name"
5468     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5469       data: "data conf-history"
5470   data: "vpp-perf-results-3n-hsw"
5471   filter: "all"
5472   parameters:
5473   - "parent"
5474   - "name"
5475   - "conf-history"
5476
5477 # Test configuration - VPP Performance Test Configs 3n-skx
5478 - type: "table"
5479   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5480   algorithm: "table_merged_details"
5481   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5482   columns:
5483     - title: " |prein| Test Name |preout| "
5484       data: "data name"
5485     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5486       data: "data conf-history"
5487   data: "vpp-perf-results-3n-skx"
5488   filter: "all"
5489   parameters:
5490   - "parent"
5491   - "name"
5492   - "conf-history"
5493
5494 # Test configuration - VPP Performance Test Configs 2n-skx
5495 - type: "table"
5496   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5497   algorithm: "table_merged_details"
5498   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5499   columns:
5500     - title: " |prein| Test Name |preout| "
5501       data: "data name"
5502     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5503       data: "data conf-history"
5504   data: "vpp-perf-results-2n-skx"
5505   filter: "all"
5506   parameters:
5507   - "parent"
5508   - "name"
5509   - "conf-history"
5510
5511 # Test configuration - VPP Performance Test Configs 2n-clx
5512 - type: "table"
5513   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5514   algorithm: "table_merged_details"
5515   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5516   columns:
5517     - title: " |prein| Test Name |preout| "
5518       data: "data name"
5519     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5520       data: "data conf-history"
5521   data: "vpp-perf-results-2n-clx"
5522   filter: "all"
5523   parameters:
5524   - "parent"
5525   - "name"
5526   - "conf-history"
5527
5528 # Test configuration - VPP Performance Test Configs 3n-tsh
5529 - type: "table"
5530   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5537       data: "data conf-history"
5538   data: "vpp-perf-results-3n-tsh"
5539   filter: "all"
5540   parameters:
5541   - "parent"
5542   - "name"
5543   - "conf-history"
5544
5545 # Test configuration - VPP Performance Test Configs 3n-dnv
5546 - type: "table"
5547   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5548   algorithm: "table_merged_details"
5549   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5550   columns:
5551     - title: " |prein| Test Name |preout| "
5552       data: "data name"
5553     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5554       data: "data conf-history"
5555   data: "vpp-perf-results-3n-dnv"
5556   filter: "all"
5557   parameters:
5558   - "parent"
5559   - "name"
5560   - "conf-history"
5561
5562 # Test configuration - VPP Performance Test Configs 2n-dnv
5563 - type: "table"
5564   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5565   algorithm: "table_merged_details"
5566   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5567   columns:
5568     - title: " |prein| Test Name |preout| "
5569       data: "data name"
5570     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5571       data: "data conf-history"
5572   data: "vpp-perf-results-2n-dnv"
5573   filter: "all"
5574   parameters:
5575   - "parent"
5576   - "name"
5577   - "conf-history"
5578
5579 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5580 - type: "table"
5581   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5582   algorithm: "table_oper_data_html"
5583   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5584   data: "vpp-perf-results-3n-hsw"
5585   filter: "all"
5586
5587 # Test Operational Data - VPP Performance Operational Data 3n-skx
5588 - type: "table"
5589   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5590   algorithm: "table_oper_data_html"
5591   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5592   data: "vpp-perf-results-3n-skx"
5593   filter: "all"
5594
5595 # Test Operational Data - VPP Performance Operational Data 2n-skx
5596 - type: "table"
5597   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5598   algorithm: "table_oper_data_html"
5599   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5600   data: "vpp-perf-results-2n-skx"
5601   filter: "all"
5602
5603 # Test Operational Data - VPP Performance Operational Data 2n-clx
5604 - type: "table"
5605   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5606   algorithm: "table_oper_data_html"
5607   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5608   data: "vpp-perf-results-2n-clx"
5609   filter: "all"
5610
5611 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5612 - type: "table"
5613   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5614   algorithm: "table_oper_data_html"
5615   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5616   data: "vpp-perf-results-3n-tsh"
5617   filter: "all"
5618
5619 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5620 - type: "table"
5621   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5622   algorithm: "table_oper_data_html"
5623   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5624   data: "vpp-perf-results-3n-dnv"
5625   filter: "all"
5626
5627 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5628 - type: "table"
5629   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5630   algorithm: "table_oper_data_html"
5631   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5632   data: "vpp-perf-results-2n-dnv"
5633   filter: "all"
5634
5635 # Detailed Test Results - VPP MRR Results 3n-hsw
5636 - type: "table"
5637   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5638   algorithm: "table_merged_details"
5639   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5640   columns:
5641     - title: " |prein| Test Name |preout| "
5642       data: "data name"
5643     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5644       data: "data msg"
5645   data: "vpp-mrr-results-3n-hsw"
5646   filter: "all"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "msg"
5651
5652 # Detailed Test Results - VPP MRR Results 3n-skx
5653 - type: "table"
5654   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5655   algorithm: "table_merged_details"
5656   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5657   columns:
5658     - title: " |prein| Test Name |preout| "
5659       data: "data name"
5660     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5661       data: "data msg"
5662   data: "vpp-mrr-results-3n-skx"
5663   filter: "all"
5664   parameters:
5665   - "name"
5666   - "parent"
5667   - "msg"
5668
5669 # Detailed Test Results - VPP MRR Results 2n-skx
5670 - type: "table"
5671   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5672   algorithm: "table_merged_details"
5673   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5674   columns:
5675     - title: " |prein| Test Name |preout| "
5676       data: "data name"
5677     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5678       data: "data msg"
5679   data: "vpp-mrr-results-2n-skx"
5680   filter: "all"
5681   parameters:
5682   - "name"
5683   - "parent"
5684   - "msg"
5685
5686 # Detailed Test Results - VPP MRR Results 2n-clx
5687 - type: "table"
5688   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5691   columns:
5692     - title: " |prein| Test Name |preout| "
5693       data: "data name"
5694     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5695       data: "data msg"
5696   data: "vpp-mrr-results-2n-clx"
5697   filter: "all"
5698   parameters:
5699   - "name"
5700   - "parent"
5701   - "msg"
5702
5703 # Detailed Test Results - VPP MRR Results 3n-tsh
5704 - type: "table"
5705   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5708   columns:
5709     - title: " |prein| Test Name |preout| "
5710       data: "data name"
5711     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5712       data: "data msg"
5713   data: "vpp-mrr-results-3n-tsh"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "msg"
5719
5720 # Detailed Test Results - VPP MRR Results 3n-dnv
5721 - type: "table"
5722   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5725   columns:
5726     - title: " |prein| Test Name |preout| "
5727       data: "data name"
5728     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5729       data: "data msg"
5730   data: "vpp-mrr-results-3n-dnv"
5731   filter: "all"
5732   parameters:
5733   - "name"
5734   - "parent"
5735   - "msg"
5736
5737 # Detailed Test Results - VPP MRR Results 2n-dnv
5738 - type: "table"
5739   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5742   columns:
5743     - title: " |prein| Test Name |preout| "
5744       data: "data name"
5745     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5746       data: "data msg"
5747   data: "vpp-mrr-results-2n-dnv"
5748   filter: "all"
5749   parameters:
5750   - "name"
5751   - "parent"
5752   - "msg"
5753
5754 # Test configuration - VPP MRR Test Configs 3n-hsw
5755 - type: "table"
5756   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5757   algorithm: "table_merged_details"
5758   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5759   columns:
5760     - title: " |prein| Test Name |preout| "
5761       data: "data name"
5762     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5763       data: "data conf-history"
5764   data: "vpp-mrr-results-3n-hsw"
5765   filter: "all"
5766   parameters:
5767   - "parent"
5768   - "name"
5769   - "conf-history"
5770
5771 # Test configuration - VPP MRR Test Configs 3n-skx
5772 - type: "table"
5773   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5774   algorithm: "table_merged_details"
5775   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5776   columns:
5777     - title: " |prein| Test Name |preout| "
5778       data: "data name"
5779     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5780       data: "data conf-history"
5781   data: "vpp-mrr-results-3n-skx"
5782   filter: "all"
5783   parameters:
5784   - "parent"
5785   - "name"
5786   - "conf-history"
5787
5788 # Test configuration - VPP MRR Test Configs 2n-skx
5789 - type: "table"
5790   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5797       data: "data conf-history"
5798   data: "vpp-mrr-results-2n-skx"
5799   filter: "all"
5800   parameters:
5801   - "parent"
5802   - "name"
5803   - "conf-history"
5804
5805 # Test configuration - VPP MRR Test Configs 2n-clx
5806 - type: "table"
5807   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5814       data: "data conf-history"
5815   data: "vpp-mrr-results-2n-clx"
5816   filter: "all"
5817   parameters:
5818   - "parent"
5819   - "name"
5820   - "conf-history"
5821
5822 # Test configuration - VPP MRR Test Configs 3n-tsh
5823 - type: "table"
5824   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5831       data: "data conf-history"
5832   data: "vpp-mrr-results-3n-tsh"
5833   filter: "all"
5834   parameters:
5835   - "parent"
5836   - "name"
5837   - "conf-history"
5838
5839 # Test configuration - VPP MRR Test Configs 3n-dnv
5840 - type: "table"
5841   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5848       data: "data conf-history"
5849   data: "vpp-mrr-results-3n-dnv"
5850   filter: "all"
5851   parameters:
5852   - "parent"
5853   - "name"
5854   - "conf-history"
5855
5856 # Test configuration - VPP MRR Test Configs 2n-dnv
5857 - type: "table"
5858   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5859   algorithm: "table_merged_details"
5860   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5861   columns:
5862     - title: " |prein| Test Name |preout| "
5863       data: "data name"
5864     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5865       data: "data conf-history"
5866   data: "vpp-mrr-results-2n-dnv"
5867   filter: "all"
5868   parameters:
5869   - "parent"
5870   - "name"
5871   - "conf-history"
5872
5873 # Detailed Test Results - VPP Device Results - Ubuntu
5874 - type: "table"
5875   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - title: " |prein| Status |preout| "
5882       data: "data status"
5883   data: "vpp-device-results-ubuntu"
5884   filter: "all"
5885   parameters:
5886   - "name"
5887   - "parent"
5888   - "doc"
5889   - "status"
5890
5891 # Test configuration - VPP Device Test Configs - Ubuntu
5892 - type: "table"
5893   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5894   algorithm: "table_merged_details"
5895   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5896   columns:
5897     - title: " |prein| Test Name |preout| "
5898       data: "data name"
5899     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5900       data: "data conf-history"
5901   data: "vpp-device-results-ubuntu"
5902   filter: "all"
5903   parameters:
5904   - "parent"
5905   - "name"
5906   - "conf-history"
5907
5908 ################################################################################
5909
5910 # DPDK Performance Changes 3n-hsw 1t1c pdr
5911 - type: "table"
5912   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5913   algorithm: "table_comparison"
5914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5916   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5917   columns:
5918     - title: "1908"
5919       data-set: "dpdk-performance-changes-3n-hsw-h1"
5920     - title: "2001"
5921       data-set: "dpdk-performance-changes-3n-hsw-ref"
5922     - title: "2005"
5923       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5924   comparisons:
5925     - title: "Diff"
5926       reference: 2
5927       compare: 3
5928   legend:
5929     - "Legend to Table"
5930     - "1908, 2001, 2005 - DPDK versions tested."
5931     - "Diff - difference between 2001 and 2005 DPDK version."
5932
5933 # DPDK Performance Changes 3n-hsw 2t2c pdr
5934 - type: "table"
5935   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5936   algorithm: "table_comparison"
5937   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5939   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5940   columns:
5941     - title: "1908"
5942       data-set: "dpdk-performance-changes-3n-hsw-h1"
5943     - title: "2001"
5944       data-set: "dpdk-performance-changes-3n-hsw-ref"
5945     - title: "2005"
5946       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5947   comparisons:
5948     - title: "Diff"
5949       reference: 2
5950       compare: 3
5951   legend:
5952     - "Legend to Table"
5953     - "1908, 2001, 2005 - DPDK versions tested."
5954     - "Diff - difference between 2001 and 2005 DPDK version."
5955
5956 # DPDK Performance Changes 3n-hsw 1t1c pdr
5957 - type: "table"
5958   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5959   algorithm: "table_comparison"
5960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5962   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5963   columns:
5964     - title: "1908"
5965       data-set: "dpdk-performance-changes-3n-hsw-h1"
5966     - title: "2001"
5967       data-set: "dpdk-performance-changes-3n-hsw-ref"
5968     - title: "2005"
5969       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5970   comparisons:
5971     - title: "Diff"
5972       reference: 2
5973       compare: 3
5974   legend:
5975     - "Legend to Table"
5976     - "1908, 2001, 2005 - DPDK versions tested."
5977     - "Diff - difference between 2001 and 2005 DPDK version."
5978
5979 # DPDK Performance Changes 3n-hsw 2t2c ndr
5980 - type: "table"
5981   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5982   algorithm: "table_comparison"
5983   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5985   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5986   columns:
5987     - title: "1908"
5988       data-set: "dpdk-performance-changes-3n-hsw-h1"
5989     - title: "2001"
5990       data-set: "dpdk-performance-changes-3n-hsw-ref"
5991     - title: "2005"
5992       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5993   comparisons:
5994     - title: "Diff"
5995       reference: 2
5996       compare: 3
5997   legend:
5998     - "Legend to Table"
5999     - "1908, 2001, 2005 - DPDK versions tested."
6000     - "Diff - difference between 2001 and 2005 DPDK version."
6001
6002 # DPDK Performance Changes 3n-skx 2t1c pdr
6003 - type: "table"
6004   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6005   algorithm: "table_comparison"
6006   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6008   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6009   columns:
6010     - title: "1908"
6011       data-set: "dpdk-performance-changes-3n-skx-h1"
6012     - title: "2001"
6013       data-set: "dpdk-performance-changes-3n-skx-ref"
6014     - title: "2005"
6015       data-set: "dpdk-performance-changes-3n-skx-cmp"
6016   comparisons:
6017     - title: "Diff"
6018       reference: 2
6019       compare: 3
6020   legend:
6021     - "Legend to Table"
6022     - "1908, 2001, 2005 - DPDK versions tested."
6023     - "Diff - difference between 2001 and 2005 DPDK version."
6024
6025 # DPDK Performance Changes 3n-skx 4t2c pdr
6026 - type: "table"
6027   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6028   algorithm: "table_comparison"
6029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6031   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6032   columns:
6033     - title: "1908"
6034       data-set: "dpdk-performance-changes-3n-skx-h1"
6035     - title: "2001"
6036       data-set: "dpdk-performance-changes-3n-skx-ref"
6037     - title: "2005"
6038       data-set: "dpdk-performance-changes-3n-skx-cmp"
6039   comparisons:
6040     - title: "Diff"
6041       reference: 2
6042       compare: 3
6043   legend:
6044     - "Legend to Table"
6045     - "1908, 2001, 2005 - DPDK versions tested."
6046     - "Diff - difference between 2001 and 2005 DPDK version."
6047
6048 # DPDK Performance Changes 3n-skx 2t1c ndr
6049 - type: "table"
6050   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6051   algorithm: "table_comparison"
6052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6054   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6055   columns:
6056     - title: "1908"
6057       data-set: "dpdk-performance-changes-3n-skx-h1"
6058     - title: "2001"
6059       data-set: "dpdk-performance-changes-3n-skx-ref"
6060     - title: "2005"
6061       data-set: "dpdk-performance-changes-3n-skx-cmp"
6062   comparisons:
6063     - title: "Diff"
6064       reference: 2
6065       compare: 3
6066   legend:
6067     - "Legend to Table"
6068     - "1908, 2001, 2005 - DPDK versions tested."
6069     - "Diff - difference between 2001 and 2005 DPDK version."
6070
6071 # DPDK Performance Changes 3n-skx 4t2c ndr
6072 - type: "table"
6073   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6074   algorithm: "table_comparison"
6075   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6077   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6078   columns:
6079     - title: "1908"
6080       data-set: "dpdk-performance-changes-3n-skx-h1"
6081     - title: "2001"
6082       data-set: "dpdk-performance-changes-3n-skx-ref"
6083     - title: "2005"
6084       data-set: "dpdk-performance-changes-3n-skx-cmp"
6085   comparisons:
6086     - title: "Diff"
6087       reference: 2
6088       compare: 3
6089   legend:
6090     - "Legend to Table"
6091     - "1908, 2001, 2005 - DPDK versions tested."
6092     - "Diff - difference between 2001 and 2005 DPDK version."
6093
6094 # DPDK Performance Changes 2n-skx 2t1c pdr
6095 - type: "table"
6096   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6097   algorithm: "table_comparison"
6098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6100   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6101   columns:
6102     - title: "1908"
6103       data-set: "dpdk-performance-changes-2n-skx-h1"
6104     - title: "2001"
6105       data-set: "dpdk-performance-changes-2n-skx-ref"
6106     - title: "2005"
6107       data-set: "dpdk-performance-changes-2n-skx-cmp"
6108   comparisons:
6109     - title: "Diff"
6110       reference: 2
6111       compare: 3
6112   legend:
6113     - "Legend to Table"
6114     - "1908, 2001, 2005 - DPDK versions tested."
6115     - "Diff - difference between 2001 and 2005 DPDK version."
6116
6117 # DPDK Performance Changes 2n-skx 4t2c pdr
6118 - type: "table"
6119   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6120   algorithm: "table_comparison"
6121   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6123   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6124   columns:
6125     - title: "1908"
6126       data-set: "dpdk-performance-changes-2n-skx-h1"
6127     - title: "2001"
6128       data-set: "dpdk-performance-changes-2n-skx-ref"
6129     - title: "2005"
6130       data-set: "dpdk-performance-changes-2n-skx-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 2
6134       compare: 3
6135   legend:
6136     - "Legend to Table"
6137     - "1908, 2001, 2005 - DPDK versions tested."
6138     - "Diff - difference between 2001 and 2005 DPDK version."
6139
6140 # DPDK Performance Changes 2n-skx 2t1c ndr
6141 - type: "table"
6142   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6143   algorithm: "table_comparison"
6144   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6147   columns:
6148     - title: "1908"
6149       data-set: "dpdk-performance-changes-2n-skx-h1"
6150     - title: "2001"
6151       data-set: "dpdk-performance-changes-2n-skx-ref"
6152     - title: "2005"
6153       data-set: "dpdk-performance-changes-2n-skx-cmp"
6154   comparisons:
6155     - title: "Diff"
6156       reference: 2
6157       compare: 3
6158   legend:
6159     - "Legend to Table"
6160     - "1908, 2001, 2005 - DPDK versions tested."
6161     - "Diff - difference between 2001 and 2005 DPDK version."
6162
6163 # DPDK Performance Changes 2n-skx 4t2c ndr
6164 - type: "table"
6165   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6166   algorithm: "table_comparison"
6167   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6169   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6170   columns:
6171     - title: "1908"
6172       data-set: "dpdk-performance-changes-2n-skx-h1"
6173     - title: "2001"
6174       data-set: "dpdk-performance-changes-2n-skx-ref"
6175     - title: "2005"
6176       data-set: "dpdk-performance-changes-2n-skx-cmp"
6177   comparisons:
6178     - title: "Diff"
6179       reference: 2
6180       compare: 3
6181   legend:
6182     - "Legend to Table"
6183     - "1908, 2001, 2005 - DPDK versions tested."
6184     - "Diff - difference between 2001 and 2005 DPDK version."
6185
6186 # DPDK Performance Changes 2n-clx 2t1c pdr
6187 - type: "table"
6188   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6189   algorithm: "table_comparison"
6190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6192   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6193   columns:
6194     - title: "2001"
6195       data-set: "dpdk-performance-changes-2n-clx-ref"
6196     - title: "2005"
6197       data-set: "dpdk-performance-changes-2n-clx-cmp"
6198   comparisons:
6199     - title: "Diff"
6200       reference: 1
6201       compare: 2
6202   legend:
6203     - "Legend to Table"
6204     - "2001, 2005 - DPDK versions tested."
6205     - "Diff - difference between 2001 and 2005 DPDK version."
6206
6207 # DPDK Performance Changes 2n-clx 4t2c pdr
6208 - type: "table"
6209   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6210   algorithm: "table_comparison"
6211   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6213   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6214   columns:
6215     - title: "2001"
6216       data-set: "dpdk-performance-changes-2n-clx-ref"
6217     - title: "2005"
6218       data-set: "dpdk-performance-changes-2n-clx-cmp"
6219   comparisons:
6220     - title: "Diff"
6221       reference: 1
6222       compare: 2
6223   legend:
6224     - "Legend to Table"
6225     - "2001, 2005 - DPDK versions tested."
6226     - "Diff - difference between 2001 and 2005 DPDK version."
6227
6228 # DPDK Performance Changes 2n-clx 2t1c ndr
6229 - type: "table"
6230   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6231   algorithm: "table_comparison"
6232   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6234   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6235   columns:
6236     - title: "2001"
6237       data-set: "dpdk-performance-changes-2n-clx-ref"
6238     - title: "2005"
6239       data-set: "dpdk-performance-changes-2n-clx-cmp"
6240   comparisons:
6241     - title: "Diff"
6242       reference: 1
6243       compare: 2
6244   legend:
6245     - "Legend to Table"
6246     - "2001, 2005 - DPDK versions tested."
6247     - "Diff - difference between 2001 and 2005 DPDK version."
6248
6249 # DPDK Performance Changes 2n-clx 4t2c ndr
6250 - type: "table"
6251   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6252   algorithm: "table_comparison"
6253   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6255   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6256   columns:
6257     - title: "2001"
6258       data-set: "dpdk-performance-changes-2n-clx-ref"
6259     - title: "2005"
6260       data-set: "dpdk-performance-changes-2n-clx-cmp"
6261   comparisons:
6262     - title: "Diff"
6263       reference: 1
6264       compare: 2
6265   legend:
6266     - "Legend to Table"
6267     - "2001, 2005 - DPDK versions tested."
6268     - "Diff - difference between 2001 and 2005 DPDK version."
6269
6270 # DPDK Performance Changes 2n-dnv 1t1c pdr
6271 - type: "table"
6272   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6273   algorithm: "table_comparison"
6274   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6276   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6277   columns:
6278     - title: "2001"
6279       data-set: "dpdk-performance-changes-2n-dnv-ref"
6280     - title: "2005"
6281       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6282   comparisons:
6283     - title: "Diff"
6284       reference: 1
6285       compare: 2
6286   legend:
6287     - "Legend to Table"
6288     - "2001, 2005 - DPDK versions tested."
6289     - "Diff - difference between 2001 and 2005 DPDK version."
6290
6291 # DPDK Performance Changes 2n-dnv 2t2c pdr
6292 - type: "table"
6293   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6294   algorithm: "table_comparison"
6295   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6297   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6298   columns:
6299     - title: "2001"
6300       data-set: "dpdk-performance-changes-2n-dnv-ref"
6301     - title: "2005"
6302       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6303   comparisons:
6304     - title: "Diff"
6305       reference: 1
6306       compare: 2
6307   legend:
6308     - "Legend to Table"
6309     - "2001, 2005 - DPDK versions tested."
6310     - "Diff - difference between 2001 and 2005 DPDK version."
6311
6312 # DPDK Performance Changes 2n-dnv 1t1c ndr
6313 - type: "table"
6314   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6315   algorithm: "table_comparison"
6316   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6318   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6319   columns:
6320     - title: "2001"
6321       data-set: "dpdk-performance-changes-2n-dnv-ref"
6322     - title: "2005"
6323       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6324   comparisons:
6325     - title: "Diff"
6326       reference: 1
6327       compare: 2
6328   legend:
6329     - "Legend to Table"
6330     - "2001, 2005 - DPDK versions tested."
6331     - "Diff - difference between 2001 and 2005 DPDK version."
6332
6333 # DPDK Performance Changes 2n-dnv 2t2c ndr
6334 - type: "table"
6335   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6336   algorithm: "table_comparison"
6337   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6339   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6340   columns:
6341     - title: "2001"
6342       data-set: "dpdk-performance-changes-2n-dnv-ref"
6343     - title: "2005"
6344       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6345   comparisons:
6346     - title: "Diff"
6347       reference: 1
6348       compare: 2
6349   legend:
6350     - "Legend to Table"
6351     - "2001, 2005 - DPDK versions tested."
6352     - "Diff - difference between 2001 and 2005 DPDK version."
6353
6354 # DPDK Performance Changes 3n-dnv 1t1c pdr
6355 - type: "table"
6356   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6357   algorithm: "table_comparison"
6358   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6360   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6361   columns:
6362     - title: "2001"
6363       data-set: "dpdk-performance-changes-3n-dnv-ref"
6364     - title: "2005"
6365       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6366   comparisons:
6367     - title: "Diff"
6368       reference: 1
6369       compare: 2
6370   legend:
6371     - "Legend to Table"
6372     - "2001, 2005 - DPDK versions tested."
6373     - "Diff - difference between 2001 and 2005 DPDK version."
6374
6375 # DPDK Performance Changes 3n-dnv 2t2c pdr
6376 - type: "table"
6377   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6378   algorithm: "table_comparison"
6379   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6381   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6382   columns:
6383     - title: "2001"
6384       data-set: "dpdk-performance-changes-3n-dnv-ref"
6385     - title: "2005"
6386       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6387   comparisons:
6388     - title: "Diff"
6389       reference: 1
6390       compare: 2
6391   legend:
6392     - "Legend to Table"
6393     - "2001, 2005 - DPDK versions tested."
6394     - "Diff - difference between 2001 and 2005 DPDK version."
6395
6396 # DPDK Performance Changes 3n-dnv 1t1c ndr
6397 - type: "table"
6398   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6399   algorithm: "table_comparison"
6400   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6402   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6403   columns:
6404     - title: "2001"
6405       data-set: "dpdk-performance-changes-3n-dnv-ref"
6406     - title: "2005"
6407       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6408   comparisons:
6409     - title: "Diff"
6410       reference: 1
6411       compare: 2
6412   legend:
6413     - "Legend to Table"
6414     - "2001, 2005 - DPDK versions tested."
6415     - "Diff - difference between 2001 and 2005 DPDK version."
6416
6417 # DPDK Performance Changes 3n-dnv 2t2c ndr
6418 - type: "table"
6419   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6420   algorithm: "table_comparison"
6421   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6423   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6424   columns:
6425     - title: "2001"
6426       data-set: "dpdk-performance-changes-3n-dnv-ref"
6427     - title: "2005"
6428       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6429   comparisons:
6430     - title: "Diff"
6431       reference: 1
6432       compare: 2
6433   legend:
6434     - "Legend to Table"
6435     - "2001, 2005 - DPDK versions tested."
6436     - "Diff - difference between 2001 and 2005 DPDK version."
6437
6438 # DPDK Performance Changes 3n-tsh 1t1c pdr
6439 - type: "table"
6440   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6441   algorithm: "table_comparison"
6442   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6444   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6445   columns:
6446     - title: "2001"
6447       data-set: "dpdk-performance-changes-3n-tsh-ref"
6448     - title: "2005"
6449       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6450   comparisons:
6451     - title: "Diff"
6452       reference: 1
6453       compare: 2
6454   legend:
6455     - "Legend to Table"
6456     - "2001, 2005 - DPDK versions tested."
6457     - "Diff - difference between 2001 and 2005 DPDK version."
6458
6459 # DPDK Performance Changes 3n-tsh 2t2c pdr
6460 - type: "table"
6461   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6462   algorithm: "table_comparison"
6463   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6465   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6466   columns:
6467     - title: "2001"
6468       data-set: "dpdk-performance-changes-3n-tsh-ref"
6469     - title: "2005"
6470       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6471   comparisons:
6472     - title: "Diff"
6473       reference: 1
6474       compare: 2
6475   legend:
6476     - "Legend to Table"
6477     - "2001, 2005 - DPDK versions tested."
6478     - "Diff - difference between 2001 and 2005 DPDK version."
6479
6480 # DPDK Performance Changes 3n-tsh 1t1c ndr
6481 - type: "table"
6482   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6483   algorithm: "table_comparison"
6484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6486   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6487   columns:
6488     - title: "2001"
6489       data-set: "dpdk-performance-changes-3n-tsh-ref"
6490     - title: "2005"
6491       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6492   comparisons:
6493     - title: "Diff"
6494       reference: 1
6495       compare: 2
6496   legend:
6497     - "Legend to Table"
6498     - "2001, 2005 - DPDK versions tested."
6499     - "Diff - difference between 2001 and 2005 DPDK version."
6500
6501 # DPDK Performance Changes 3n-tsh 2t2c ndr
6502 - type: "table"
6503   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6504   algorithm: "table_comparison"
6505   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6507   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6508   columns:
6509     - title: "2001"
6510       data-set: "dpdk-performance-changes-3n-tsh-ref"
6511     - title: "2005"
6512       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6513   comparisons:
6514     - title: "Diff"
6515       reference: 1
6516       compare: 2
6517   legend:
6518     - "Legend to Table"
6519     - "2001, 2005 - DPDK versions tested."
6520     - "Diff - difference between 2001 and 2005 DPDK version."
6521
6522 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6523 - type: "table"
6524   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6525   algorithm: "table_comparison"
6526   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6528   filter: "'NIC_Intel-X710'"
6529   columns:
6530     - title: "3n-hsw x710"
6531       data-set: "dpdk-compare-testbeds-ref"
6532     - title: "3n-skx x710"
6533       data-set: "dpdk-compare-testbeds-cmp"
6534   comparisons:
6535     - title: "Diff"
6536       reference: 1
6537       compare: 2
6538   legend:
6539     - "Legend to Table"
6540     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6541     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6542
6543 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6544 - type: "table"
6545   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6546   algorithm: "table_comparison"
6547   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6549   filter: "'NIC_Intel-X710'"
6550   columns:
6551     - title: "3n-hsw x710"
6552       data-set: "dpdk-compare-testbeds-ref"
6553     - title: "3n-skx x710"
6554       data-set: "dpdk-compare-testbeds-cmp"
6555   comparisons:
6556     - title: "Diff"
6557       reference: 1
6558       compare: 2
6559   legend:
6560     - "Legend to Table"
6561     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6562     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6563
6564 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6565 - type: "table"
6566   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6567   algorithm: "table_comparison"
6568   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6570   filter: "'NIC_Intel-XXV710'"
6571   columns:
6572     - title: "2n-skx"
6573       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6574     - title: "2n-clx"
6575       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6576   comparisons:
6577     - title: "Diff"
6578       reference: 1
6579       compare: 2
6580   legend:
6581     - "Legend to Table"
6582     - "2n-skx, 2n-clx - testbeds and NICs tested."
6583     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6584
6585 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6586 - type: "table"
6587   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6588   algorithm: "table_comparison"
6589   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6591   filter: "'NIC_Intel-XXV710'"
6592   columns:
6593     - title: "2n-skx"
6594       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6595     - title: "2n-clx"
6596       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6597   comparisons:
6598     - title: "Diff"
6599       reference: 1
6600       compare: 2
6601   legend:
6602     - "Legend to Table"
6603     - "2n-skx, 2n-clx - testbeds and NICs tested."
6604     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6605
6606 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6607 - type: "table"
6608   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6609   algorithm: "table_comparison"
6610   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6612   filter: "'NIC_Intel-XXV710'"
6613   columns:
6614     - title: "3n-skx"
6615       data-set: "dpdk-compare-topologies-ref"
6616     - title: "2n-skx"
6617       data-set: "dpdk-compare-topologies-cmp"
6618   comparisons:
6619     - title: "Diff"
6620       reference: 1
6621       compare: 2
6622   legend:
6623     - "Legend to Table"
6624     - "3n-skx, 2n-skx - topologies tested."
6625     - "Diff - difference between 3n-skx and 2n-skx topologies."
6626
6627 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6628 - type: "table"
6629   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6630   algorithm: "table_comparison"
6631   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6633   filter: "'NIC_Intel-XXV710'"
6634   columns:
6635     - title: "3n-skx"
6636       data-set: "dpdk-compare-topologies-ref"
6637     - title: "2n-skx"
6638       data-set: "dpdk-compare-topologies-cmp"
6639   comparisons:
6640     - title: "Diff"
6641       reference: 1
6642       compare: 2
6643   legend:
6644     - "Legend to Table"
6645     - "3n-skx, 2n-skx - topologies tested."
6646     - "Diff - difference between 3n-skx and 2n-skx topologies."
6647
6648 # Detailed Test Results - DPDK Performance Results 3n-hsw
6649 - type: "table"
6650   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6651   algorithm: "table_merged_details"
6652   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6653   columns:
6654     - title: " |prein| Test Name |preout| "
6655       data: "data name"
6656     - 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| "
6657       data: "data msg"
6658   data: "dpdk-perf-results-3n-hsw"
6659   filter: "all"
6660   parameters:
6661   - "name"
6662   - "parent"
6663   - "msg"
6664
6665 # Detailed Test Results - DPDK Performance Results 3n-skx
6666 - type: "table"
6667   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6668   algorithm: "table_merged_details"
6669   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6670   columns:
6671     - title: " |prein| Test Name |preout| "
6672       data: "data name"
6673     - 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| "
6674       data: "data msg"
6675   data: "dpdk-perf-results-3n-skx"
6676   filter: "all"
6677   remove-ndr: False
6678   parameters:
6679   - "name"
6680   - "parent"
6681   - "msg"
6682
6683 # Detailed Test Results - DPDK Performance Results 2n-skx
6684 - type: "table"
6685   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6686   algorithm: "table_merged_details"
6687   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6688   columns:
6689     - title: " |prein| Test Name |preout| "
6690       data: "data name"
6691     - 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| "
6692       data: "data msg"
6693   data: "dpdk-perf-results-2n-skx"
6694   filter: "all"
6695   remove-ndr: False
6696   parameters:
6697   - "name"
6698   - "parent"
6699   - "msg"
6700
6701 # Detailed Test Results - DPDK Performance Results 2n-clx
6702 - type: "table"
6703   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6704   algorithm: "table_merged_details"
6705   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6706   columns:
6707     - title: " |prein| Test Name |preout| "
6708       data: "data name"
6709     - 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| "
6710       data: "data msg"
6711   data: "dpdk-perf-results-2n-clx"
6712   filter: "all"
6713   parameters:
6714   - "name"
6715   - "parent"
6716   - "msg"
6717
6718 # Detailed Test Results - DPDK Performance Results 2n-dnv
6719 - type: "table"
6720   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6721   algorithm: "table_merged_details"
6722   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6723   columns:
6724     - title: " |prein| Test Name |preout| "
6725       data: "data name"
6726     - 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| "
6727       data: "data msg"
6728   data: "dpdk-perf-results-2n-dnv"
6729   filter: "all"
6730   parameters:
6731   - "name"
6732   - "parent"
6733   - "msg"
6734
6735 # Detailed Test Results - DPDK Performance Results 3n-dnv
6736 - type: "table"
6737   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6738   algorithm: "table_merged_details"
6739   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6740   columns:
6741     - title: " |prein| Test Name |preout| "
6742       data: "data name"
6743     - 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| "
6744       data: "data msg"
6745   data: "dpdk-perf-results-3n-dnv"
6746   filter: "all"
6747   parameters:
6748   - "name"
6749   - "parent"
6750   - "msg"
6751
6752 # Detailed Test Results - DPDK Performance Results 3n-tsh
6753 - type: "table"
6754   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6755   algorithm: "table_merged_details"
6756   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6757   columns:
6758     - title: " |prein| Test Name |preout| "
6759       data: "data name"
6760     - 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| "
6761       data: "data msg"
6762   data: "dpdk-perf-results-3n-tsh"
6763   filter: "all"
6764   parameters:
6765   - "name"
6766   - "parent"
6767   - "msg"
6768
6769 ################################################################################
6770 ###                                F I L E S                                 ###
6771 ################################################################################
6772
6773 # VPP Performance Results
6774 - type: "file"
6775   title: "VPP Performance Results"
6776   algorithm: "file_details_split"
6777   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6778   dir-tables:
6779     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6780     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6781     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6782     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6783     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6784     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6785     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6786   data:
6787     - "vpp-perf-results-2n-skx"
6788     - "vpp-perf-results-3n-skx"
6789     - "vpp-perf-results-2n-clx"
6790     - "vpp-perf-results-3n-hsw"
6791     - "vpp-perf-results-3n-tsh"
6792     - "vpp-perf-results-2n-dnv"
6793     - "vpp-perf-results-3n-dnv"
6794   filter: "all"
6795   data-start-level: 4
6796   order-chapters:
6797     level-1:
6798       - "l2"
6799       - "ip4"
6800       - "ip6"
6801       - "srv6"
6802       - "ip4_tunnels"
6803       - "ip6_tunnels"
6804       - "vm_vhost"
6805       - "container_memif"
6806       - "crypto"
6807       - "vts"
6808       - "lb"
6809       - "nfv_density"
6810       - "hoststack"
6811     level-2:
6812       - "2n-skx"
6813       - "3n-skx"
6814       - "2n-clx"
6815       - "3n-hsw"
6816       - "3n-tsh"
6817       - "2n-dnv"
6818       - "3n-dnv"
6819     level-3:
6820       - "xl710"
6821       - "x520"
6822       - "xxv710"
6823       - "x710"
6824       - "x553"
6825       - "cx556a"
6826       - "vic1227"
6827       - "vic1385"
6828
6829 # VPP Performance Configuration
6830 - type: "file"
6831   title: "VPP Performance Configuration"
6832   algorithm: "file_details_split"
6833   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6834   dir-tables:
6835     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6836     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6837     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6838     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6839     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6840     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6841     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6842   data:
6843     - "vpp-perf-results-2n-skx"
6844     - "vpp-perf-results-3n-skx"
6845     - "vpp-perf-results-2n-clx"
6846     - "vpp-perf-results-3n-hsw"
6847     - "vpp-perf-results-3n-tsh"
6848     - "vpp-perf-results-2n-dnv"
6849     - "vpp-perf-results-3n-dnv"
6850   filter: "all"
6851   data-start-level: 4
6852   order-chapters:
6853     level-1:
6854       - "l2"
6855       - "ip4"
6856       - "ip6"
6857       - "srv6"
6858       - "ip4_tunnels"
6859       - "ip6_tunnels"
6860       - "vm_vhost"
6861       - "container_memif"
6862       - "crypto"
6863       - "vts"
6864       - "lb"
6865       - "nfv_density"
6866       - "hoststack"
6867     level-2:
6868       - "2n-skx"
6869       - "3n-skx"
6870       - "2n-clx"
6871       - "3n-hsw"
6872       - "3n-tsh"
6873       - "2n-dnv"
6874       - "3n-dnv"
6875     level-3:
6876       - "xl710"
6877       - "x520"
6878       - "xxv710"
6879       - "x710"
6880       - "x553"
6881       - "cx556a"
6882       - "vic1227"
6883       - "vic1385"
6884
6885 # VPP Performance Operational
6886 - type: "file"
6887   title: "VPP Performance Operational"
6888   algorithm: "file_details_split_html"
6889   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6890   dir-tables:
6891     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6892     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6893     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6894     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6895     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6896     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6897     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6898   data:
6899     - "vpp-perf-results-2n-skx"
6900     - "vpp-perf-results-3n-skx"
6901     - "vpp-perf-results-2n-clx"
6902     - "vpp-perf-results-3n-hsw"
6903     - "vpp-perf-results-3n-tsh"
6904     - "vpp-perf-results-2n-dnv"
6905     - "vpp-perf-results-3n-dnv"
6906   filter: "all"
6907   data-start-level: 4
6908   order-chapters:
6909     level-1:
6910       - "l2"
6911       - "ip4"
6912       - "ip6"
6913       - "srv6"
6914       - "ip4_tunnels"
6915       - "ip6_tunnels"
6916       - "vm_vhost"
6917       - "container_memif"
6918       - "crypto"
6919       - "vts"
6920       - "lb"
6921       - "nfv_density"
6922       - "hoststack"
6923     level-2:
6924       - "2n-skx"
6925       - "3n-skx"
6926       - "2n-clx"
6927       - "3n-hsw"
6928       - "3n-tsh"
6929       - "2n-dnv"
6930       - "3n-dnv"
6931     level-3:
6932       - "xl710"
6933       - "x520"
6934       - "xxv710"
6935       - "x710"
6936       - "x553"
6937       - "cx556a"
6938       - "vic1227"
6939       - "vic1385"
6940
6941 # VPP MRR Results
6942 - type: "file"
6943   title: "VPP MRR Results"
6944   algorithm: "file_details_split"
6945   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6946   dir-tables:
6947     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6948     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6949     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6950     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6951     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6952     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6953     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6954   data:
6955     - "vpp-mrr-results-2n-skx"
6956     - "vpp-mrr-results-3n-skx"
6957     - "vpp-mrr-results-2n-clx"
6958     - "vpp-mrr-results-3n-hsw"
6959     - "vpp-mrr-results-3n-tsh"
6960     - "vpp-mrr-results-2n-dnv"
6961     - "vpp-mrr-results-3n-dnv"
6962   filter: "all"
6963   data-start-level: 4
6964   order-chapters:
6965     level-1:
6966       - "l2"
6967       - "ip4"
6968       - "ip6"
6969       - "srv6"
6970       - "ip4_tunnels"
6971       - "ip6_tunnels"
6972       - "vm_vhost"
6973       - "container_memif"
6974       - "crypto"
6975       - "vts"
6976       - "lb"
6977       - "nfv_density"
6978       - "hoststack"
6979     level-2:
6980       - "2n-skx"
6981       - "3n-skx"
6982       - "2n-clx"
6983       - "3n-hsw"
6984       - "3n-tsh"
6985       - "2n-dnv"
6986       - "3n-dnv"
6987     level-3:
6988       - "xl710"
6989       - "x520"
6990       - "xxv710"
6991       - "x710"
6992       - "x553"
6993       - "cx556a"
6994       - "vic1227"
6995       - "vic1385"
6996
6997 # VPP MRR Configuration
6998 - type: "file"
6999   title: "VPP MRR Configuration"
7000   algorithm: "file_details_split"
7001   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7002   dir-tables:
7003     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7004     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7005     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7006     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7007     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7008     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7009     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7010   data:
7011     - "vpp-mrr-results-2n-skx"
7012     - "vpp-mrr-results-3n-skx"
7013     - "vpp-mrr-results-2n-clx"
7014     - "vpp-mrr-results-3n-hsw"
7015     - "vpp-mrr-results-3n-tsh"
7016     - "vpp-mrr-results-2n-dnv"
7017     - "vpp-mrr-results-3n-dnv"
7018   filter: "all"
7019   data-start-level: 4
7020   order-chapters:
7021     level-1:
7022       - "l2"
7023       - "ip4"
7024       - "ip6"
7025       - "srv6"
7026       - "ip4_tunnels"
7027       - "ip6_tunnels"
7028       - "vm_vhost"
7029       - "container_memif"
7030       - "crypto"
7031       - "vts"
7032       - "lb"
7033       - "nfv_density"
7034       - "hoststack"
7035     level-2:
7036       - "2n-skx"
7037       - "3n-skx"
7038       - "2n-clx"
7039       - "3n-hsw"
7040       - "3n-tsh"
7041       - "2n-dnv"
7042       - "3n-dnv"
7043     level-3:
7044       - "xl710"
7045       - "x520"
7046       - "xxv710"
7047       - "x710"
7048       - "x553"
7049       - "cx556a"
7050       - "vic1227"
7051       - "vic1385"
7052
7053 # VPP Device Results - Ubuntu
7054 - type: "file"
7055   title: "VPP Device Results - Ubuntu"
7056   algorithm: "file_test_results"
7057   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7058   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7059   data: "vpp-device-results-ubuntu"
7060   filter: "all"
7061   data-start-level: 4
7062
7063 # VPP Device Configuration - Ubuntu
7064 - type: "file"
7065   title: "VPP Device Configuration - Ubuntu"
7066   algorithm: "file_test_results"
7067   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7068   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7069   data: "vpp-device-results-ubuntu"
7070   filter: "all"
7071   data-start-level: 4
7072
7073 # DPDK Performance Results 3n-hsw
7074 - type: "file"
7075   title: "DPDK Performance Results 3n-hsw"
7076   algorithm: "file_test_results"
7077   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7078   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7079   data: "dpdk-perf-results-3n-hsw"
7080   filter: "all"
7081   data-start-level: 4
7082
7083 # DPDK Performance Results 3n-skx
7084 - type: "file"
7085   title: "DPDK Performance Results 3n-skx"
7086   algorithm: "file_test_results"
7087   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7088   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7089   data: "dpdk-perf-results-3n-skx"
7090   filter: "all"
7091   data-start-level: 4
7092
7093 # DPDK Performance Results 2n-skx
7094 - type: "file"
7095   title: "DPDK Performance Results 2n-skx"
7096   algorithm: "file_test_results"
7097   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7098   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7099   data: "dpdk-perf-results-2n-skx"
7100   filter: "all"
7101   data-start-level: 4
7102
7103 # DPDK Performance Results 2n-clx
7104 - type: "file"
7105   title: "DPDK Performance Results 2n-clx"
7106   algorithm: "file_test_results"
7107   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7108   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7109   data: "dpdk-perf-results-2n-clx"
7110   filter: "all"
7111   data-start-level: 4
7112
7113 # DPDK Performance Results 2n-dnv
7114 - type: "file"
7115   title: "DPDK Performance Results 2n-dnv"
7116   algorithm: "file_test_results"
7117   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7118   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7119   data: "dpdk-perf-results-2n-dnv"
7120   filter: "all"
7121   data-start-level: 4
7122
7123 # DPDK Performance Results 3n-dnv
7124 - type: "file"
7125   title: "DPDK Performance Results 3n-dnv"
7126   algorithm: "file_test_results"
7127   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7128   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7129   data: "dpdk-perf-results-3n-dnv"
7130   filter: "all"
7131   data-start-level: 4
7132
7133 # DPDK Performance Results 3n-tsh
7134 - type: "file"
7135   title: "DPDK Performance Results 3n-tsh"
7136   algorithm: "file_test_results"
7137   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7138   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7139   data: "dpdk-perf-results-3n-tsh"
7140   filter: "all"
7141   data-start-level: 4
7142
7143 ################################################################################
7144 ###                                P L O T S                                 ###
7145 ################################################################################
7146
7147 # Hoststack tests 3n-hsw
7148
7149 - type: "plot"
7150   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7151   algorithm: "plot_perf_box_name"
7152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7153   data: "plot-vpp-hoststack-3n-hsw"
7154   include:
7155     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7156     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7157   layout:
7158     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7159     layout: "plot-hoststack"
7160
7161 - type: "plot"
7162   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7163   algorithm: "plot_perf_box_name"
7164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7165   data: "plot-vpp-hoststack-3n-hsw"
7166   include:
7167     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7168     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7169   layout:
7170     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7171     layout: "plot-hoststack"
7172
7173 - type: "plot"
7174   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7175   algorithm: "plot_perf_box_name"
7176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7177   data: "plot-vpp-hoststack-3n-hsw"
7178   include:
7179     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7180     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7181     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7182     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7183   layout:
7184     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7185     layout: "plot-hoststack"
7186
7187 ## Plots VPP HTTP Server Performance
7188 #- type: "plot"
7189 #  title: "VPP HTTP Server Performance"
7190 #  algorithm: "plot_http_server_perf_box"
7191 #  output-file-type: ".html"
7192 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7193 #  data:
7194 #    "plot-vpp-http-server-performance"
7195 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7196 #  parameters:
7197 #  - "result"
7198 #  - "name"
7199 #  traces:
7200 #    hoverinfo: "y+name"
7201 #    boxpoints: "outliers"
7202 #    whiskerwidth: 0
7203 #  layout:
7204 #    title: "VPP HTTP Server Performance"
7205 #    layout:
7206 #      "plot-cps"
7207 #
7208 #- type: "plot"
7209 #  title: "VPP HTTP Server Performance"
7210 #  algorithm: "plot_http_server_perf_box"
7211 #  output-file-type: ".html"
7212 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7213 #  data:
7214 #    "plot-vpp-http-server-performance"
7215 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7216 #  parameters:
7217 #  - "result"
7218 #  - "name"
7219 #  traces:
7220 #    hoverinfo: "y+name"
7221 #    boxpoints: "outliers"
7222 #    whiskerwidth: 0
7223 #  layout:
7224 #    title: "VPP HTTP Server Performance"
7225 #    layout:
7226 #      "plot-rps"
7227
7228 ################################################################################
7229
7230 # Soak Test (PLRsearch), boxes - 2n-clx
7231 - type: "plot"
7232   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7233   algorithm: "plot_perf_box_name"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7236   data: "plot-vpp-soak-2n-clx"
7237   include:
7238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7244   layout:
7245     title: "30 Minutes Soak Test (PLRsearch)"
7246     layout: "plot-soak-throughput"
7247
7248 # Soak Test (PLRsearch), boxes - 2n-clx
7249 - type: "plot"
7250   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7251   algorithm: "plot_perf_box_name"
7252   output-file-type: ".html"
7253   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7254   data: "plot-vpp-soak-2n-clx"
7255   include:
7256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7261     - "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"
7262   layout:
7263     title: "30 Minutes Soak Test (PLRsearch)"
7264     layout: "plot-soak-throughput"
7265
7266 # Soak Test (PLRsearch), boxes - 2n-skx
7267 - type: "plot"
7268   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7269   algorithm: "plot_perf_box_name"
7270   output-file-type: ".html"
7271   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7272   data: "plot-vpp-soak-2n-skx"
7273   include:
7274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7280   layout:
7281     title: "30 Minutes Soak Test (PLRsearch)"
7282     layout: "plot-soak-throughput"
7283
7284 # Soak Test (PLRsearch), boxes - 2n-skx
7285 - type: "plot"
7286   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7287   algorithm: "plot_perf_box_name"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7290   data: "plot-vpp-soak-2n-skx"
7291   include:
7292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7293     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7297     - "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"
7298   layout:
7299     title: "30 Minutes Soak Test (PLRsearch)"
7300     layout: "plot-soak-throughput"
7301
7302 ###############################################################################
7303
7304 # Reconf tests 2n-skx
7305
7306 - type: "plot"
7307   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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-4t2c-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 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7340   algorithm: "plot_nf_reconf_box_name"
7341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7342   data: "plot-vpp-nfv-reconf-2n-skx"
7343   include:
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348     - "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"
7349     - "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"
7350   layout:
7351     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7352     layout: "plot-throughput"
7353
7354 ###############################################################################
7355
7356 # Reconf tests 2n-clx
7357
7358 - type: "plot"
7359   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7360   algorithm: "plot_nf_reconf_box_name"
7361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7362   data: "plot-vpp-nfv-reconf-2n-clx"
7363   include:
7364     - "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"
7365     - "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"
7366     - "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"
7367     - "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"
7368   layout:
7369     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7370     layout: "plot-throughput"
7371
7372 - type: "plot"
7373   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7374   algorithm: "plot_nf_reconf_box_name"
7375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7376   data: "plot-vpp-nfv-reconf-2n-clx"
7377   include:
7378     - "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"
7379     - "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"
7380     - "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"
7381     - "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"
7382   layout:
7383     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7384     layout: "plot-throughput"
7385
7386 - type: "plot"
7387   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7388   algorithm: "plot_nf_reconf_box_name"
7389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7390   data: "plot-vpp-nfv-reconf-2n-clx"
7391   include:
7392     - "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"
7393     - "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"
7394     - "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"
7395     - "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"
7396   layout:
7397     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7398     layout: "plot-throughput"
7399
7400 ################################################################################
7401 ## Plots - NF Density - VSC - MRR 64b
7402 #- type: "plot"
7403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7404 #  algorithm: "plot_nf_heatmap"
7405 #  output-file-type: ".html"
7406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7407 #  data: "plot-vpp-nfv-2n-skx-mrr"
7408 #  filter: "'NIC_Intel-XXV710' and
7409 #           'NF_DENSITY' and
7410 #           'VHOST' and
7411 #           not 'VXLAN' and
7412 #           'CHAIN' and
7413 #           'NF_VPPIP4' and
7414 #           '64B' and
7415 #           '2T1C' and
7416 #           'MRR'"
7417 #  parameters:
7418 #  - "result"
7419 #  - "name"
7420 #  - "tags"
7421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7422 #  x-axis: "X = VNFs per Service Chain"
7423 #  y-axis: "Y = Number of Service Chains"
7424 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7425 #  layout:
7426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7427 #    layout: "plot-service-density"
7428 #
7429 #- type: "plot"
7430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7431 #  algorithm: "plot_nf_heatmap"
7432 #  output-file-type: ".html"
7433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7434 #  data: "plot-vpp-nfv-2n-skx-mrr"
7435 #  filter: "'NIC_Intel-XXV710' and
7436 #           'NF_DENSITY' and
7437 #           'VHOST' and
7438 #           not 'VXLAN' and
7439 #           'CHAIN' and
7440 #           'NF_VPPIP4' and
7441 #           '64B' and
7442 #           '4T2C' and
7443 #           'MRR'"
7444 #  parameters:
7445 #  - "result"
7446 #  - "name"
7447 #  - "tags"
7448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7449 #  x-axis: "X = VNFs per Service Chain"
7450 #  y-axis: "Y = Number of Service Chains"
7451 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7452 #  layout:
7453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7454 #    layout: "plot-service-density"
7455 #
7456 #- type: "plot"
7457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7458 #  algorithm: "plot_nf_heatmap"
7459 #  output-file-type: ".html"
7460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7461 #  data: "plot-vpp-nfv-2n-skx-mrr"
7462 #  filter: "'NIC_Intel-XXV710' and
7463 #           'NF_DENSITY' and
7464 #           'VHOST' and
7465 #           not 'VXLAN' and
7466 #           'CHAIN' and
7467 #           'NF_VPPIP4' and
7468 #           '64B' and
7469 #           '8T4C' and
7470 #           'MRR'"
7471 #  parameters:
7472 #  - "result"
7473 #  - "name"
7474 #  - "tags"
7475 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7476 #  x-axis: "X = VNFs per Service Chain"
7477 #  y-axis: "Y = Number of Service Chains"
7478 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7479 #  layout:
7480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7481 #    layout: "plot-service-density"
7482 #
7483 ## Plots - NF Density - VSC - MRR IMIX
7484 #- type: "plot"
7485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7486 #  algorithm: "plot_nf_heatmap"
7487 #  output-file-type: ".html"
7488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7489 #  data: "plot-vpp-nfv-2n-skx-mrr"
7490 #  filter: "'NIC_Intel-XXV710' and
7491 #           'NF_DENSITY' and
7492 #           'VHOST' and
7493 #           not 'VXLAN' and
7494 #           'CHAIN' and
7495 #           'NF_VPPIP4' and
7496 #           'IMIX' and
7497 #           '2T1C' and
7498 #           'MRR'"
7499 #  parameters:
7500 #  - "result"
7501 #  - "name"
7502 #  - "tags"
7503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7504 #  x-axis: "X = VNFs per Service Chain"
7505 #  y-axis: "Y = Number of Service Chains"
7506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7507 #  layout:
7508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7509 #    layout: "plot-service-density"
7510 #
7511 #- type: "plot"
7512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7513 #  algorithm: "plot_nf_heatmap"
7514 #  output-file-type: ".html"
7515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7516 #  data: "plot-vpp-nfv-2n-skx-mrr"
7517 #  filter: "'NIC_Intel-XXV710' and
7518 #           'NF_DENSITY' and
7519 #           'VHOST' and
7520 #           not 'VXLAN' and
7521 #           'CHAIN' and
7522 #           'NF_VPPIP4' and
7523 #           'IMIX' and
7524 #           '4T2C' and
7525 #           'MRR'"
7526 #  parameters:
7527 #  - "result"
7528 #  - "name"
7529 #  - "tags"
7530 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7531 #  x-axis: "X = VNFs per Service Chain"
7532 #  y-axis: "Y = Number of Service Chains"
7533 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7534 #  layout:
7535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7536 #    layout: "plot-service-density"
7537 #
7538 #- type: "plot"
7539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7540 #  algorithm: "plot_nf_heatmap"
7541 #  output-file-type: ".html"
7542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7543 #  data: "plot-vpp-nfv-2n-skx-mrr"
7544 #  filter: "'NIC_Intel-XXV710' and
7545 #           'NF_DENSITY' and
7546 #           'VHOST' and
7547 #           not 'VXLAN' and
7548 #           'CHAIN' and
7549 #           'NF_VPPIP4' and
7550 #           'IMIX' and
7551 #           '8T4C' and
7552 #           'MRR'"
7553 #  parameters:
7554 #  - "result"
7555 #  - "name"
7556 #  - "tags"
7557 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7558 #  x-axis: "X = VNFs per Service Chain"
7559 #  y-axis: "Y = Number of Service Chains"
7560 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7561 #  layout:
7562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7563 #    layout: "plot-service-density"
7564 #
7565 ## Plots - NF Density - VSC - NDR 64b
7566 #- type: "plot"
7567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7568 #  algorithm: "plot_nf_heatmap"
7569 #  output-file-type: ".html"
7570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7572 #  filter: "'NIC_Intel-XXV710' and
7573 #           'NF_DENSITY' and
7574 #           'VHOST' and
7575 #           not 'VXLAN' and
7576 #           'CHAIN' and
7577 #           'NF_VPPIP4' and
7578 #           '64B' and
7579 #           '2T1C' and
7580 #           'NDRPDR'"
7581 #  parameters:
7582 #  - "throughput"
7583 #  - "name"
7584 #  - "tags"
7585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7586 #  x-axis: "X = VNFs per Service Chain"
7587 #  y-axis: "Y = Number of Service Chains"
7588 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7589 #  layout:
7590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7591 #    layout: "plot-service-density"
7592 #
7593 #- type: "plot"
7594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7595 #  algorithm: "plot_nf_heatmap"
7596 #  output-file-type: ".html"
7597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7598 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7599 #  filter: "'NIC_Intel-XXV710' and
7600 #           'NF_DENSITY' and
7601 #           'VHOST' and
7602 #           not 'VXLAN' and
7603 #           'CHAIN' and
7604 #           'NF_VPPIP4' and
7605 #           '64B' and
7606 #           '4T2C' and
7607 #           'NDRPDR'"
7608 #  parameters:
7609 #  - "throughput"
7610 #  - "name"
7611 #  - "tags"
7612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7613 #  x-axis: "X = VNFs per Service Chain"
7614 #  y-axis: "Y = Number of Service Chains"
7615 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7616 #  layout:
7617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7618 #    layout: "plot-service-density"
7619 #
7620 #- type: "plot"
7621 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7622 #  algorithm: "plot_nf_heatmap"
7623 #  output-file-type: ".html"
7624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7625 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7626 #  filter: "'NIC_Intel-XXV710' and
7627 #           'NF_DENSITY' and
7628 #           'VHOST' and
7629 #           not 'VXLAN' and
7630 #           'CHAIN' and
7631 #           'NF_VPPIP4' and
7632 #           '64B' and
7633 #           '8T4C' and
7634 #           'NDRPDR'"
7635 #  parameters:
7636 #  - "throughput"
7637 #  - "name"
7638 #  - "tags"
7639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7640 #  x-axis: "X = VNFs per Service Chain"
7641 #  y-axis: "Y = Number of Service Chains"
7642 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7643 #  layout:
7644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7645 #    layout: "plot-service-density"
7646 #
7647 ## Plots - NF Density - VSC - NDR IMIX
7648 #- type: "plot"
7649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7650 #  algorithm: "plot_nf_heatmap"
7651 #  output-file-type: ".html"
7652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654 #  filter: "'NIC_Intel-XXV710' and
7655 #           'NF_DENSITY' and
7656 #           'VHOST' and
7657 #           not 'VXLAN' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           'IMIX' and
7661 #           '2T1C' and
7662 #           'NDRPDR'"
7663 #  parameters:
7664 #  - "throughput"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = VNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7673 #    layout: "plot-service-density"
7674 #
7675 #- type: "plot"
7676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7677 #  algorithm: "plot_nf_heatmap"
7678 #  output-file-type: ".html"
7679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7680 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7681 #  filter: "'NIC_Intel-XXV710' and
7682 #           'NF_DENSITY' and
7683 #           'VHOST' and
7684 #           not 'VXLAN' and
7685 #           'CHAIN' and
7686 #           'NF_VPPIP4' and
7687 #           'IMIX' and
7688 #           '4T2C' and
7689 #           'NDRPDR'"
7690 #  parameters:
7691 #  - "throughput"
7692 #  - "name"
7693 #  - "tags"
7694 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7695 #  x-axis: "X = VNFs per Service Chain"
7696 #  y-axis: "Y = Number of Service Chains"
7697 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7698 #  layout:
7699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7700 #    layout: "plot-service-density"
7701 #
7702 #- type: "plot"
7703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7704 #  algorithm: "plot_nf_heatmap"
7705 #  output-file-type: ".html"
7706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7708 #  filter: "'NIC_Intel-XXV710' and
7709 #           'NF_DENSITY' and
7710 #           'VHOST' and
7711 #           not 'VXLAN' and
7712 #           'CHAIN' and
7713 #           'NF_VPPIP4' and
7714 #           'IMIX' and
7715 #           '8T4C' and
7716 #           'NDRPDR'"
7717 #  parameters:
7718 #  - "throughput"
7719 #  - "name"
7720 #  - "tags"
7721 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7722 #  x-axis: "X = VNFs per Service Chain"
7723 #  y-axis: "Y = Number of Service Chains"
7724 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7725 #  layout:
7726 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7727 #    layout: "plot-service-density"
7728 #
7729 ## Plots - NF Density - VSC - PDR 64b
7730 #- type: "plot"
7731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7732 #  algorithm: "plot_nf_heatmap"
7733 #  output-file-type: ".html"
7734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7735 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736 #  filter: "'NIC_Intel-XXV710' and
7737 #           'NF_DENSITY' and
7738 #           'VHOST' and
7739 #           not 'VXLAN' and
7740 #           'CHAIN' and
7741 #           'NF_VPPIP4' and
7742 #           '64B' and
7743 #           '2T1C' and
7744 #           'NDRPDR'"
7745 #  parameters:
7746 #  - "throughput"
7747 #  - "name"
7748 #  - "tags"
7749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7750 #  x-axis: "X = VNFs per Service Chain"
7751 #  y-axis: "Y = Number of Service Chains"
7752 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7753 #  layout:
7754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7755 #    layout: "plot-service-density"
7756 #
7757 #- type: "plot"
7758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7759 #  algorithm: "plot_nf_heatmap"
7760 #  output-file-type: ".html"
7761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7762 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7763 #  filter: "'NIC_Intel-XXV710' and
7764 #           'NF_DENSITY' and
7765 #           'VHOST' and
7766 #           not 'VXLAN' and
7767 #           'CHAIN' and
7768 #           'NF_VPPIP4' and
7769 #           '64B' and
7770 #           '4T2C' and
7771 #           'NDRPDR'"
7772 #  parameters:
7773 #  - "throughput"
7774 #  - "name"
7775 #  - "tags"
7776 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7777 #  x-axis: "X = VNFs per Service Chain"
7778 #  y-axis: "Y = Number of Service Chains"
7779 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7780 #  layout:
7781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7782 #    layout: "plot-service-density"
7783 #
7784 #- type: "plot"
7785 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7786 #  algorithm: "plot_nf_heatmap"
7787 #  output-file-type: ".html"
7788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7789 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7790 #  filter: "'NIC_Intel-XXV710' and
7791 #           'NF_DENSITY' and
7792 #           'VHOST' and
7793 #           not 'VXLAN' and
7794 #           'CHAIN' and
7795 #           'NF_VPPIP4' and
7796 #           '64B' and
7797 #           '8T4C' and
7798 #           'NDRPDR'"
7799 #  parameters:
7800 #  - "throughput"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = VNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7809 #    layout: "plot-service-density"
7810 #
7811 ## Plots - NF Density - VSC - PDR IMIX
7812 #- type: "plot"
7813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7814 #  algorithm: "plot_nf_heatmap"
7815 #  output-file-type: ".html"
7816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7817 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7818 #  filter: "'NIC_Intel-XXV710' and
7819 #           'NF_DENSITY' and
7820 #           'VHOST' and
7821 #           not 'VXLAN' and
7822 #           'CHAIN' and
7823 #           'NF_VPPIP4' and
7824 #           'IMIX' and
7825 #           '2T1C' and
7826 #           'NDRPDR'"
7827 #  parameters:
7828 #  - "throughput"
7829 #  - "name"
7830 #  - "tags"
7831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7832 #  x-axis: "X = VNFs per Service Chain"
7833 #  y-axis: "Y = Number of Service Chains"
7834 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7835 #  layout:
7836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7837 #    layout: "plot-service-density"
7838 #
7839 #- type: "plot"
7840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7841 #  algorithm: "plot_nf_heatmap"
7842 #  output-file-type: ".html"
7843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7844 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7845 #  filter: "'NIC_Intel-XXV710' and
7846 #           'NF_DENSITY' and
7847 #           'VHOST' and
7848 #           not 'VXLAN' and
7849 #           'CHAIN' and
7850 #           'NF_VPPIP4' and
7851 #           'IMIX' and
7852 #           '4T2C' and
7853 #           'NDRPDR'"
7854 #  parameters:
7855 #  - "throughput"
7856 #  - "name"
7857 #  - "tags"
7858 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7859 #  x-axis: "X = VNFs per Service Chain"
7860 #  y-axis: "Y = Number of Service Chains"
7861 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7862 #  layout:
7863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7864 #    layout: "plot-service-density"
7865 #
7866 #- type: "plot"
7867 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7868 #  algorithm: "plot_nf_heatmap"
7869 #  output-file-type: ".html"
7870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7871 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7872 #  filter: "'NIC_Intel-XXV710' and
7873 #           'NF_DENSITY' and
7874 #           'VHOST' and
7875 #           not 'VXLAN' and
7876 #           'CHAIN' and
7877 #           'NF_VPPIP4' and
7878 #           'IMIX' and
7879 #           '8T4C' and
7880 #           'NDRPDR'"
7881 #  parameters:
7882 #  - "throughput"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = VNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7891 #    layout: "plot-service-density"
7892 #
7893 ################################################################################
7894 ## Plots - NF Density - VSC - MRR 64b
7895 #- type: "plot"
7896 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7897 #  algorithm: "plot_nf_heatmap"
7898 #  output-file-type: ".html"
7899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7900 #  data: "plot-vpp-nfv-2n-skx-mrr"
7901 #  filter: "'NIC_Intel-XXV710' and
7902 #           'NF_DENSITY' and
7903 #           'VHOST' and
7904 #           'VXLAN' and
7905 #           'CHAIN' and
7906 #           '118' and
7907 #           '2T1C' and
7908 #           'MRR'"
7909 #  parameters:
7910 #  - "result"
7911 #  - "name"
7912 #  - "tags"
7913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7914 #  x-axis: "X = VNFs per Service Chain"
7915 #  y-axis: "Y = Number of Service Chains"
7916 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7917 #  layout:
7918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7919 #    layout: "plot-service-density"
7920 #
7921 #- type: "plot"
7922 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7923 #  algorithm: "plot_nf_heatmap"
7924 #  output-file-type: ".html"
7925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7926 #  data: "plot-vpp-nfv-2n-skx-mrr"
7927 #  filter: "'NIC_Intel-XXV710' and
7928 #           'NF_DENSITY' and
7929 #           'VHOST' and
7930 #           'VXLAN' and
7931 #           'CHAIN' and
7932 #           '118' and
7933 #           '4T2C' and
7934 #           'MRR'"
7935 #  parameters:
7936 #  - "result"
7937 #  - "name"
7938 #  - "tags"
7939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7940 #  x-axis: "X = VNFs per Service Chain"
7941 #  y-axis: "Y = Number of Service Chains"
7942 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7943 #  layout:
7944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7945 #    layout: "plot-service-density"
7946 #
7947 #- type: "plot"
7948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7949 #  algorithm: "plot_nf_heatmap"
7950 #  output-file-type: ".html"
7951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7952 #  data: "plot-vpp-nfv-2n-skx-mrr"
7953 #  filter: "'NIC_Intel-XXV710' and
7954 #           'NF_DENSITY' and
7955 #           'VHOST' and
7956 #           'VXLAN' and
7957 #           'CHAIN' and
7958 #           '118' and
7959 #           '8T4C' and
7960 #           'MRR'"
7961 #  parameters:
7962 #  - "result"
7963 #  - "name"
7964 #  - "tags"
7965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7966 #  x-axis: "X = VNFs per Service Chain"
7967 #  y-axis: "Y = Number of Service Chains"
7968 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7969 #  layout:
7970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7971 #    layout: "plot-service-density"
7972 #
7973 ## Plots - NF Density - VSC - MRR IMIX
7974 #- type: "plot"
7975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7976 #  algorithm: "plot_nf_heatmap"
7977 #  output-file-type: ".html"
7978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7979 #  data: "plot-vpp-nfv-2n-skx-mrr"
7980 #  filter: "'NIC_Intel-XXV710' and
7981 #           'NF_DENSITY' and
7982 #           'VHOST' and
7983 #           'VXLAN' and
7984 #           'CHAIN' and
7985 #           'IMIX' and
7986 #           '2T1C' and
7987 #           'MRR'"
7988 #  parameters:
7989 #  - "result"
7990 #  - "name"
7991 #  - "tags"
7992 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7993 #  x-axis: "X = VNFs per Service Chain"
7994 #  y-axis: "Y = Number of Service Chains"
7995 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7996 #  layout:
7997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7998 #    layout: "plot-service-density"
7999 #
8000 #- type: "plot"
8001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8002 #  algorithm: "plot_nf_heatmap"
8003 #  output-file-type: ".html"
8004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8005 #  data: "plot-vpp-nfv-2n-skx-mrr"
8006 #  filter: "'NIC_Intel-XXV710' and
8007 #           'NF_DENSITY' and
8008 #           'VHOST' and
8009 #           'VXLAN' and
8010 #           'CHAIN' and
8011 #           'IMIX' and
8012 #           '4T2C' and
8013 #           'MRR'"
8014 #  parameters:
8015 #  - "result"
8016 #  - "name"
8017 #  - "tags"
8018 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8019 #  x-axis: "X = VNFs per Service Chain"
8020 #  y-axis: "Y = Number of Service Chains"
8021 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8022 #  layout:
8023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8024 #    layout: "plot-service-density"
8025 #
8026 #- type: "plot"
8027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8028 #  algorithm: "plot_nf_heatmap"
8029 #  output-file-type: ".html"
8030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8031 #  data: "plot-vpp-nfv-2n-skx-mrr"
8032 #  filter: "'NIC_Intel-XXV710' and
8033 #           'NF_DENSITY' and
8034 #           'VHOST' and
8035 #           'VXLAN' and
8036 #           'CHAIN' and
8037 #           'IMIX' and
8038 #           '8T4C' and
8039 #           'MRR'"
8040 #  parameters:
8041 #  - "result"
8042 #  - "name"
8043 #  - "tags"
8044 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8045 #  x-axis: "X = VNFs per Service Chain"
8046 #  y-axis: "Y = Number of Service Chains"
8047 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8048 #  layout:
8049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8050 #    layout: "plot-service-density"
8051 #
8052 ## Plots - NF Density - VSC - NDR 64b
8053 #- type: "plot"
8054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8055 #  algorithm: "plot_nf_heatmap"
8056 #  output-file-type: ".html"
8057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8058 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8059 #  filter: "'NIC_Intel-XXV710' and
8060 #           'NF_DENSITY' and
8061 #           'VHOST' and
8062 #           'VXLAN' and
8063 #           'CHAIN' and
8064 #           '118' and
8065 #           '2T1C' and
8066 #           'NDRPDR'"
8067 #  parameters:
8068 #  - "throughput"
8069 #  - "name"
8070 #  - "tags"
8071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8072 #  x-axis: "X = VNFs per Service Chain"
8073 #  y-axis: "Y = Number of Service Chains"
8074 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8075 #  layout:
8076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8077 #    layout: "plot-service-density"
8078 #
8079 #- type: "plot"
8080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8081 #  algorithm: "plot_nf_heatmap"
8082 #  output-file-type: ".html"
8083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8084 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8085 #  filter: "'NIC_Intel-XXV710' and
8086 #           'NF_DENSITY' and
8087 #           'VHOST' and
8088 #           'VXLAN' and
8089 #           'CHAIN' and
8090 #           '118' and
8091 #           '4T2C' and
8092 #           'NDRPDR'"
8093 #  parameters:
8094 #  - "throughput"
8095 #  - "name"
8096 #  - "tags"
8097 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8098 #  x-axis: "X = VNFs per Service Chain"
8099 #  y-axis: "Y = Number of Service Chains"
8100 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8101 #  layout:
8102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8103 #    layout: "plot-service-density"
8104 #
8105 #- type: "plot"
8106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8107 #  algorithm: "plot_nf_heatmap"
8108 #  output-file-type: ".html"
8109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8110 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8111 #  filter: "'NIC_Intel-XXV710' and
8112 #           'NF_DENSITY' and
8113 #           'VHOST' and
8114 #           'VXLAN' and
8115 #           'CHAIN' and
8116 #           '118' and
8117 #           '8T4C' and
8118 #           'NDRPDR'"
8119 #  parameters:
8120 #  - "throughput"
8121 #  - "name"
8122 #  - "tags"
8123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8124 #  x-axis: "X = VNFs per Service Chain"
8125 #  y-axis: "Y = Number of Service Chains"
8126 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8127 #  layout:
8128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8129 #    layout: "plot-service-density"
8130 #
8131 ## Plots - NF Density - VSC - NDR IMIX
8132 #- type: "plot"
8133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8134 #  algorithm: "plot_nf_heatmap"
8135 #  output-file-type: ".html"
8136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8138 #  filter: "'NIC_Intel-XXV710' and
8139 #           'NF_DENSITY' and
8140 #           'VHOST' and
8141 #           'VXLAN' and
8142 #           'CHAIN' and
8143 #           'IMIX' and
8144 #           '2T1C' and
8145 #           'NDRPDR'"
8146 #  parameters:
8147 #  - "throughput"
8148 #  - "name"
8149 #  - "tags"
8150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8151 #  x-axis: "X = VNFs per Service Chain"
8152 #  y-axis: "Y = Number of Service Chains"
8153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8154 #  layout:
8155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8156 #    layout: "plot-service-density"
8157 #
8158 #- type: "plot"
8159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8160 #  algorithm: "plot_nf_heatmap"
8161 #  output-file-type: ".html"
8162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8163 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8164 #  filter: "'NIC_Intel-XXV710' and
8165 #           'NF_DENSITY' and
8166 #           'VHOST' and
8167 #           'VXLAN' and
8168 #           'CHAIN' and
8169 #           'IMIX' and
8170 #           '4T2C' and
8171 #           'NDRPDR'"
8172 #  parameters:
8173 #  - "throughput"
8174 #  - "name"
8175 #  - "tags"
8176 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8177 #  x-axis: "X = VNFs per Service Chain"
8178 #  y-axis: "Y = Number of Service Chains"
8179 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8180 #  layout:
8181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8182 #    layout: "plot-service-density"
8183 #
8184 #- type: "plot"
8185 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8186 #  algorithm: "plot_nf_heatmap"
8187 #  output-file-type: ".html"
8188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8189 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8190 #  filter: "'NIC_Intel-XXV710' and
8191 #           'NF_DENSITY' and
8192 #           'VHOST' and
8193 #           'VXLAN' and
8194 #           'CHAIN' and
8195 #           'IMIX' and
8196 #           '8T4C' and
8197 #           'NDRPDR'"
8198 #  parameters:
8199 #  - "throughput"
8200 #  - "name"
8201 #  - "tags"
8202 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8203 #  x-axis: "X = VNFs per Service Chain"
8204 #  y-axis: "Y = Number of Service Chains"
8205 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8206 #  layout:
8207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8208 #    layout: "plot-service-density"
8209 #
8210 ## Plots - NF Density - VSC - PDR 64b
8211 #- type: "plot"
8212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8213 #  algorithm: "plot_nf_heatmap"
8214 #  output-file-type: ".html"
8215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8217 #  filter: "'NIC_Intel-XXV710' and
8218 #           'NF_DENSITY' and
8219 #           'VHOST' and
8220 #           'VXLAN' and
8221 #           'CHAIN' and
8222 #           '118' and
8223 #           '2T1C' and
8224 #           'NDRPDR'"
8225 #  parameters:
8226 #  - "throughput"
8227 #  - "name"
8228 #  - "tags"
8229 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8230 #  x-axis: "X = VNFs per Service Chain"
8231 #  y-axis: "Y = Number of Service Chains"
8232 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8233 #  layout:
8234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8235 #    layout: "plot-service-density"
8236 #
8237 #- type: "plot"
8238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8239 #  algorithm: "plot_nf_heatmap"
8240 #  output-file-type: ".html"
8241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8242 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           'NF_DENSITY' and
8245 #           'VHOST' and
8246 #           'VXLAN' and
8247 #           'CHAIN' and
8248 #           '118' and
8249 #           '4T2C' and
8250 #           'NDRPDR'"
8251 #  parameters:
8252 #  - "throughput"
8253 #  - "name"
8254 #  - "tags"
8255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8256 #  x-axis: "X = VNFs per Service Chain"
8257 #  y-axis: "Y = Number of Service Chains"
8258 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8259 #  layout:
8260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8261 #    layout: "plot-service-density"
8262 #
8263 #- type: "plot"
8264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8265 #  algorithm: "plot_nf_heatmap"
8266 #  output-file-type: ".html"
8267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8268 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8269 #  filter: "'NIC_Intel-XXV710' and
8270 #           'NF_DENSITY' and
8271 #           'VHOST' and
8272 #           'VXLAN' and
8273 #           'CHAIN' and
8274 #           '118' and
8275 #           '8T4C' and
8276 #           'NDRPDR'"
8277 #  parameters:
8278 #  - "throughput"
8279 #  - "name"
8280 #  - "tags"
8281 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8282 #  x-axis: "X = VNFs per Service Chain"
8283 #  y-axis: "Y = Number of Service Chains"
8284 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8285 #  layout:
8286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8287 #    layout: "plot-service-density"
8288 #
8289 ## Plots - NF Density - VSC - PDR IMIX
8290 #- type: "plot"
8291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8292 #  algorithm: "plot_nf_heatmap"
8293 #  output-file-type: ".html"
8294 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8295 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8296 #  filter: "'NIC_Intel-XXV710' and
8297 #           'NF_DENSITY' and
8298 #           'VHOST' and
8299 #           'VXLAN' and
8300 #           'CHAIN' and
8301 #           'IMIX' and
8302 #           '2T1C' and
8303 #           'NDRPDR'"
8304 #  parameters:
8305 #  - "throughput"
8306 #  - "name"
8307 #  - "tags"
8308 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8309 #  x-axis: "X = VNFs per Service Chain"
8310 #  y-axis: "Y = Number of Service Chains"
8311 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8312 #  layout:
8313 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8314 #    layout: "plot-service-density"
8315 #
8316 #- type: "plot"
8317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8318 #  algorithm: "plot_nf_heatmap"
8319 #  output-file-type: ".html"
8320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8321 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8322 #  filter: "'NIC_Intel-XXV710' and
8323 #           'NF_DENSITY' and
8324 #           'VHOST' and
8325 #           'VXLAN' and
8326 #           'CHAIN' and
8327 #           'IMIX' and
8328 #           '4T2C' and
8329 #           'NDRPDR'"
8330 #  parameters:
8331 #  - "throughput"
8332 #  - "name"
8333 #  - "tags"
8334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8335 #  x-axis: "X = VNFs per Service Chain"
8336 #  y-axis: "Y = Number of Service Chains"
8337 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8338 #  layout:
8339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8340 #    layout: "plot-service-density"
8341 #
8342 #- type: "plot"
8343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8344 #  algorithm: "plot_nf_heatmap"
8345 #  output-file-type: ".html"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8347 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8348 #  filter: "'NIC_Intel-XXV710' and
8349 #           'NF_DENSITY' and
8350 #           'VHOST' and
8351 #           'VXLAN' and
8352 #           'CHAIN' and
8353 #           'IMIX' and
8354 #           '8T4C' and
8355 #           'NDRPDR'"
8356 #  parameters:
8357 #  - "throughput"
8358 #  - "name"
8359 #  - "tags"
8360 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8361 #  x-axis: "X = VNFs per Service Chain"
8362 #  y-axis: "Y = Number of Service Chains"
8363 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8364 #  layout:
8365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8366 #    layout: "plot-service-density"
8367 #
8368 ################################################################################
8369 ## Plots - NF Density - CSC - MRR 64b
8370 #- type: "plot"
8371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8372 #  algorithm: "plot_nf_heatmap"
8373 #  output-file-type: ".html"
8374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8375 #  data: "plot-vpp-nfv-2n-skx-mrr"
8376 #  filter: "'NIC_Intel-XXV710' and
8377 #           'NF_DENSITY' and
8378 #           'DOCKER' and
8379 #           'CHAIN' and
8380 #           'NF_VPPIP4' and
8381 #           '64B' and
8382 #           '2T1C' and
8383 #           'MRR'"
8384 #  parameters:
8385 #  - "result"
8386 #  - "name"
8387 #  - "tags"
8388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8389 #  x-axis: "X = CNFs per Service Chain"
8390 #  y-axis: "Y = Number of Service Chains"
8391 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8392 #  layout:
8393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8394 #    layout: "plot-service-density"
8395 #
8396 #- type: "plot"
8397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8398 #  algorithm: "plot_nf_heatmap"
8399 #  output-file-type: ".html"
8400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8401 #  data: "plot-vpp-nfv-2n-skx-mrr"
8402 #  filter: "'NIC_Intel-XXV710' and
8403 #           'NF_DENSITY' and
8404 #           'DOCKER' and
8405 #           'CHAIN' and
8406 #           'NF_VPPIP4' and
8407 #           '64B' and
8408 #           '4T2C' and
8409 #           'MRR'"
8410 #  parameters:
8411 #  - "result"
8412 #  - "name"
8413 #  - "tags"
8414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8415 #  x-axis: "X = CNFs per Service Chain"
8416 #  y-axis: "Y = Number of Service Chains"
8417 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8418 #  layout:
8419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8420 #    layout: "plot-service-density"
8421 #
8422 #- type: "plot"
8423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8424 #  algorithm: "plot_nf_heatmap"
8425 #  output-file-type: ".html"
8426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8427 #  data: "plot-vpp-nfv-2n-skx-mrr"
8428 #  filter: "'NIC_Intel-XXV710' and
8429 #           'NF_DENSITY' and
8430 #           'DOCKER' and
8431 #           'CHAIN' and
8432 #           'NF_VPPIP4' and
8433 #           '64B' and
8434 #           '8T4C' and
8435 #           'MRR'"
8436 #  parameters:
8437 #  - "result"
8438 #  - "name"
8439 #  - "tags"
8440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8441 #  x-axis: "X = CNFs per Service Chain"
8442 #  y-axis: "Y = Number of Service Chains"
8443 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8444 #  layout:
8445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8446 #    layout: "plot-service-density"
8447 #
8448 ## Plots - NF Density - CSC - MRR IMIX
8449 #- type: "plot"
8450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8451 #  algorithm: "plot_nf_heatmap"
8452 #  output-file-type: ".html"
8453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8454 #  data: "plot-vpp-nfv-2n-skx-mrr"
8455 #  filter: "'NIC_Intel-XXV710' and
8456 #           'NF_DENSITY' and
8457 #           'DOCKER' and
8458 #           'CHAIN' and
8459 #           'NF_VPPIP4' and
8460 #           'IMIX' and
8461 #           '2T1C' and
8462 #           'MRR'"
8463 #  parameters:
8464 #  - "result"
8465 #  - "name"
8466 #  - "tags"
8467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8468 #  x-axis: "X = CNFs per Service Chain"
8469 #  y-axis: "Y = Number of Service Chains"
8470 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8471 #  layout:
8472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8473 #    layout: "plot-service-density"
8474 #
8475 #- type: "plot"
8476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8477 #  algorithm: "plot_nf_heatmap"
8478 #  output-file-type: ".html"
8479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8480 #  data: "plot-vpp-nfv-2n-skx-mrr"
8481 #  filter: "'NIC_Intel-XXV710' and
8482 #           'NF_DENSITY' and
8483 #           'DOCKER' and
8484 #           'CHAIN' and
8485 #           'NF_VPPIP4' and
8486 #           'IMIX' and
8487 #           '4T2C' and
8488 #           'MRR'"
8489 #  parameters:
8490 #  - "result"
8491 #  - "name"
8492 #  - "tags"
8493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8494 #  x-axis: "X = CNFs per Service Chain"
8495 #  y-axis: "Y = Number of Service Chains"
8496 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8497 #  layout:
8498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8499 #    layout: "plot-service-density"
8500 #
8501 #- type: "plot"
8502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8503 #  algorithm: "plot_nf_heatmap"
8504 #  output-file-type: ".html"
8505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8506 #  data: "plot-vpp-nfv-2n-skx-mrr"
8507 #  filter: "'NIC_Intel-XXV710' and
8508 #           'NF_DENSITY' and
8509 #           'DOCKER' and
8510 #           'CHAIN' and
8511 #           'NF_VPPIP4' and
8512 #           'IMIX' and
8513 #           '8T4C' and
8514 #           'MRR'"
8515 #  parameters:
8516 #  - "result"
8517 #  - "name"
8518 #  - "tags"
8519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8520 #  x-axis: "X = CNFs per Service Chain"
8521 #  y-axis: "Y = Number of Service Chains"
8522 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8523 #  layout:
8524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8525 #    layout: "plot-service-density"
8526 #
8527 ## Plots - NF Density - CSC - NDR 64b
8528 #- type: "plot"
8529 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8530 #  algorithm: "plot_nf_heatmap"
8531 #  output-file-type: ".html"
8532 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8533 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8534 #  filter: "'NIC_Intel-XXV710' and
8535 #           'NF_DENSITY' and
8536 #           'DOCKER' and
8537 #           'CHAIN' and
8538 #           'NF_VPPIP4' and
8539 #           '64B' and
8540 #           '2T1C' and
8541 #           'NDRPDR'"
8542 #  parameters:
8543 #  - "throughput"
8544 #  - "name"
8545 #  - "tags"
8546 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8547 #  x-axis: "X = CNFs per Service Chain"
8548 #  y-axis: "Y = Number of Service Chains"
8549 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8550 #  layout:
8551 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8552 #    layout: "plot-service-density"
8553 #
8554 #- type: "plot"
8555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8556 #  algorithm: "plot_nf_heatmap"
8557 #  output-file-type: ".html"
8558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8560 #  filter: "'NIC_Intel-XXV710' and
8561 #           'NF_DENSITY' and
8562 #           'DOCKER' and
8563 #           'CHAIN' and
8564 #           'NF_VPPIP4' and
8565 #           '64B' and
8566 #           '4T2C' and
8567 #           'NDRPDR'"
8568 #  parameters:
8569 #  - "throughput"
8570 #  - "name"
8571 #  - "tags"
8572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8573 #  x-axis: "X = CNFs per Service Chain"
8574 #  y-axis: "Y = Number of Service Chains"
8575 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8576 #  layout:
8577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8578 #    layout: "plot-service-density"
8579 #
8580 #- type: "plot"
8581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8582 #  algorithm: "plot_nf_heatmap"
8583 #  output-file-type: ".html"
8584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8586 #  filter: "'NIC_Intel-XXV710' and
8587 #           'NF_DENSITY' and
8588 #           'DOCKER' and
8589 #           'CHAIN' and
8590 #           'NF_VPPIP4' and
8591 #           '64B' and
8592 #           '8T4C' and
8593 #           'NDRPDR'"
8594 #  parameters:
8595 #  - "throughput"
8596 #  - "name"
8597 #  - "tags"
8598 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8599 #  x-axis: "X = CNFs per Service Chain"
8600 #  y-axis: "Y = Number of Service Chains"
8601 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8602 #  layout:
8603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8604 #    layout: "plot-service-density"
8605 #
8606 ## Plots - NF Density - CSC - NDR IMIX
8607 #- type: "plot"
8608 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8609 #  algorithm: "plot_nf_heatmap"
8610 #  output-file-type: ".html"
8611 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8612 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8613 #  filter: "'NIC_Intel-XXV710' and
8614 #           'NF_DENSITY' and
8615 #           'DOCKER' and
8616 #           'CHAIN' and
8617 #           'NF_VPPIP4' and
8618 #           'IMIX' and
8619 #           '2T1C' and
8620 #           'NDRPDR'"
8621 #  parameters:
8622 #  - "throughput"
8623 #  - "name"
8624 #  - "tags"
8625 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8626 #  x-axis: "X = CNFs per Service Chain"
8627 #  y-axis: "Y = Number of Service Chains"
8628 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8629 #  layout:
8630 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8631 #    layout: "plot-service-density"
8632 #
8633 #- type: "plot"
8634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8635 #  algorithm: "plot_nf_heatmap"
8636 #  output-file-type: ".html"
8637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8638 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8639 #  filter: "'NIC_Intel-XXV710' and
8640 #           'NF_DENSITY' and
8641 #           'DOCKER' and
8642 #           'CHAIN' and
8643 #           'NF_VPPIP4' and
8644 #           'IMIX' and
8645 #           '4T2C' and
8646 #           'NDRPDR'"
8647 #  parameters:
8648 #  - "throughput"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8657 #    layout: "plot-service-density"
8658 #
8659 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file-type: ".html"
8663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8665 #  filter: "'NIC_Intel-XXV710' and
8666 #           'NF_DENSITY' and
8667 #           'DOCKER' and
8668 #           'CHAIN' and
8669 #           'NF_VPPIP4' and
8670 #           'IMIX' and
8671 #           '8T4C' and
8672 #           'NDRPDR'"
8673 #  parameters:
8674 #  - "throughput"
8675 #  - "name"
8676 #  - "tags"
8677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8678 #  x-axis: "X = CNFs per Service Chain"
8679 #  y-axis: "Y = Number of Service Chains"
8680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8681 #  layout:
8682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8683 #    layout: "plot-service-density"
8684 #
8685 ## Plots - NF Density - CSC - PDR 64b
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file-type: ".html"
8690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8691 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8692 #  filter: "'NIC_Intel-XXV710' and
8693 #           'NF_DENSITY' and
8694 #           'DOCKER' and
8695 #           'CHAIN' and
8696 #           'NF_VPPIP4' and
8697 #           '64B' and
8698 #           '2T1C' and
8699 #           'NDRPDR'"
8700 #  parameters:
8701 #  - "throughput"
8702 #  - "name"
8703 #  - "tags"
8704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8705 #  x-axis: "X = CNFs per Service Chain"
8706 #  y-axis: "Y = Number of Service Chains"
8707 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8708 #  layout:
8709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8710 #    layout: "plot-service-density"
8711 #
8712 #- type: "plot"
8713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8714 #  algorithm: "plot_nf_heatmap"
8715 #  output-file-type: ".html"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8718 #  filter: "'NIC_Intel-XXV710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           '64B' and
8724 #           '4T2C' and
8725 #           'NDRPDR'"
8726 #  parameters:
8727 #  - "throughput"
8728 #  - "name"
8729 #  - "tags"
8730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8731 #  x-axis: "X = CNFs per Service Chain"
8732 #  y-axis: "Y = Number of Service Chains"
8733 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8734 #  layout:
8735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8736 #    layout: "plot-service-density"
8737 #
8738 #- type: "plot"
8739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8740 #  algorithm: "plot_nf_heatmap"
8741 #  output-file-type: ".html"
8742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8744 #  filter: "'NIC_Intel-XXV710' and
8745 #           'NF_DENSITY' and
8746 #           'DOCKER' and
8747 #           'CHAIN' and
8748 #           'NF_VPPIP4' and
8749 #           '64B' and
8750 #           '8T4C' and
8751 #           'NDRPDR'"
8752 #  parameters:
8753 #  - "throughput"
8754 #  - "name"
8755 #  - "tags"
8756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8757 #  x-axis: "X = CNFs per Service Chain"
8758 #  y-axis: "Y = Number of Service Chains"
8759 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8760 #  layout:
8761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8762 #    layout: "plot-service-density"
8763 #
8764 ## Plots - NF Density - CSC - PDR IMIX
8765 #- type: "plot"
8766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8767 #  algorithm: "plot_nf_heatmap"
8768 #  output-file-type: ".html"
8769 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8770 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8771 #  filter: "'NIC_Intel-XXV710' and
8772 #           'NF_DENSITY' and
8773 #           'DOCKER' and
8774 #           'CHAIN' and
8775 #           'NF_VPPIP4' and
8776 #           'IMIX' and
8777 #           '2T1C' and
8778 #           'NDRPDR'"
8779 #  parameters:
8780 #  - "throughput"
8781 #  - "name"
8782 #  - "tags"
8783 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8784 #  x-axis: "X = CNFs per Service Chain"
8785 #  y-axis: "Y = Number of Service Chains"
8786 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8787 #  layout:
8788 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8789 #    layout: "plot-service-density"
8790 #
8791 #- type: "plot"
8792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8793 #  algorithm: "plot_nf_heatmap"
8794 #  output-file-type: ".html"
8795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8797 #  filter: "'NIC_Intel-XXV710' and
8798 #           'NF_DENSITY' and
8799 #           'DOCKER' and
8800 #           'CHAIN' and
8801 #           'NF_VPPIP4' and
8802 #           'IMIX' and
8803 #           '4T2C' and
8804 #           'NDRPDR'"
8805 #  parameters:
8806 #  - "throughput"
8807 #  - "name"
8808 #  - "tags"
8809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8810 #  x-axis: "X = CNFs per Service Chain"
8811 #  y-axis: "Y = Number of Service Chains"
8812 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8813 #  layout:
8814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8815 #    layout: "plot-service-density"
8816 #
8817 #- type: "plot"
8818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8819 #  algorithm: "plot_nf_heatmap"
8820 #  output-file-type: ".html"
8821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8822 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8823 #  filter: "'NIC_Intel-XXV710' and
8824 #           'NF_DENSITY' and
8825 #           'DOCKER' and
8826 #           'CHAIN' and
8827 #           'NF_VPPIP4' and
8828 #           'IMIX' and
8829 #           '8T4C' and
8830 #           'NDRPDR'"
8831 #  parameters:
8832 #  - "throughput"
8833 #  - "name"
8834 #  - "tags"
8835 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8836 #  x-axis: "X = CNFs per Service Chain"
8837 #  y-axis: "Y = Number of Service Chains"
8838 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8839 #  layout:
8840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8841 #    layout: "plot-service-density"
8842 #
8843 ################################################################################
8844 #
8845 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8850 #  data: "plot-vpp-nfv-3n-skx-mrr"
8851 #  filter: "'NIC_Intel-XXV710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IPSEC' and
8857 #           'TNL_4' and
8858 #           'IMIX' and
8859 #           '2T1C' and
8860 #           'MRR'"
8861 #  parameters:
8862 #  - "result"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Chain"
8867 #  y-axis: "Y = Number of Service Chains"
8868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8871 #    layout: "plot-service-density"
8872 #
8873 #- type: "plot"
8874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8875 #  algorithm: "plot_nf_heatmap"
8876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8877 #  data: "plot-vpp-nfv-3n-skx-mrr"
8878 #  filter: "'NIC_Intel-XXV710' and
8879 #           'NF_DENSITY' and
8880 #           'DOCKER' and
8881 #           'CHAIN' and
8882 #           'NF_VPPIP4' and
8883 #           'IPSEC' and
8884 #           'TNL_4' and
8885 #           'IMIX' and
8886 #           '4T2C' and
8887 #           'MRR'"
8888 #  parameters:
8889 #  - "result"
8890 #  - "name"
8891 #  - "tags"
8892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8893 #  x-axis: "X = CNFs per Service Chain"
8894 #  y-axis: "Y = Number of Service Chains"
8895 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8896 #  layout:
8897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8898 #    layout: "plot-service-density"
8899 #
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8904 #  data: "plot-vpp-nfv-3n-skx-mrr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'CHAIN' and
8909 #           'NF_VPPIP4' and
8910 #           'IPSEC' and
8911 #           'TNL_4' and
8912 #           'IMIX' and
8913 #           '8T4C' and
8914 #           'MRR'"
8915 #  parameters:
8916 #  - "result"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Chain"
8921 #  y-axis: "Y = Number of Service Chains"
8922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8925 #    layout: "plot-service-density"
8926
8927 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933   filter: "'NIC_Intel-XXV710' and
8934            'NF_DENSITY' and
8935            'DOCKER' and
8936            'CHAIN' and
8937            'NF_VPPIP4' and
8938            'IPSEC' and
8939            'TNL_4' and
8940            'IMIX' and
8941            '2T1C' and
8942            'NDRPDR'"
8943   parameters:
8944   - "throughput"
8945   - "name"
8946   - "tags"
8947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8948   x-axis: "X = CNFs per Service Chain"
8949   y-axis: "Y = Number of Service Chains"
8950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8951   layout:
8952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8953     layout: "plot-service-density"
8954
8955 - type: "plot"
8956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8957   algorithm: "plot_nf_heatmap"
8958   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8959   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8960   filter: "'NIC_Intel-XXV710' and
8961            'NF_DENSITY' and
8962            'DOCKER' and
8963            'CHAIN' and
8964            'NF_VPPIP4' and
8965            'IPSEC' and
8966            'TNL_4' and
8967            'IMIX' and
8968            '4T2C' and
8969            'NDRPDR'"
8970   parameters:
8971   - "throughput"
8972   - "name"
8973   - "tags"
8974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8975   x-axis: "X = CNFs per Service Chain"
8976   y-axis: "Y = Number of Service Chains"
8977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8978   layout:
8979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8980     layout: "plot-service-density"
8981
8982 - type: "plot"
8983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8984   algorithm: "plot_nf_heatmap"
8985   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8986   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8987   filter: "'NIC_Intel-XXV710' and
8988            'NF_DENSITY' and
8989            'DOCKER' and
8990            'CHAIN' and
8991            'NF_VPPIP4' and
8992            'IPSEC' and
8993            'TNL_4' and
8994            'IMIX' and
8995            '8T4C' and
8996            'NDRPDR'"
8997   parameters:
8998   - "throughput"
8999   - "name"
9000   - "tags"
9001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9002   x-axis: "X = CNFs per Service Chain"
9003   y-axis: "Y = Number of Service Chains"
9004   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9005   layout:
9006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9007     layout: "plot-service-density"
9008
9009 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9015   filter: "'NIC_Intel-XXV710' and
9016            'NF_DENSITY' and
9017            'DOCKER' and
9018            'CHAIN' and
9019            'NF_VPPIP4' and
9020            'IPSEC' and
9021            'TNL_4' and
9022            'IMIX' and
9023            '2T1C' and
9024            'NDRPDR'"
9025   parameters:
9026   - "throughput"
9027   - "name"
9028   - "tags"
9029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9030   x-axis: "X = CNFs per Service Chain"
9031   y-axis: "Y = Number of Service Chains"
9032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9033   layout:
9034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9035     layout: "plot-service-density"
9036
9037 - type: "plot"
9038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9039   algorithm: "plot_nf_heatmap"
9040   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9041   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9042   filter: "'NIC_Intel-XXV710' and
9043            'NF_DENSITY' and
9044            'DOCKER' and
9045            'CHAIN' and
9046            'NF_VPPIP4' and
9047            'IPSEC' and
9048            'TNL_4' and
9049            'IMIX' and
9050            '4T2C' and
9051            'NDRPDR'"
9052   parameters:
9053   - "throughput"
9054   - "name"
9055   - "tags"
9056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9057   x-axis: "X = CNFs per Service Chain"
9058   y-axis: "Y = Number of Service Chains"
9059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9060   layout:
9061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9062     layout: "plot-service-density"
9063
9064 - type: "plot"
9065   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9066   algorithm: "plot_nf_heatmap"
9067   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9068   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9069   filter: "'NIC_Intel-XXV710' and
9070            'NF_DENSITY' and
9071            'DOCKER' and
9072            'CHAIN' and
9073            'NF_VPPIP4' and
9074            'IPSEC' and
9075            'TNL_4' and
9076            'IMIX' and
9077            '8T4C' and
9078            'NDRPDR'"
9079   parameters:
9080   - "throughput"
9081   - "name"
9082   - "tags"
9083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9084   x-axis: "X = CNFs per Service Chain"
9085   y-axis: "Y = Number of Service Chains"
9086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9087   layout:
9088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9089     layout: "plot-service-density"
9090
9091 ###############################################################################
9092
9093 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9094 #- type: "plot"
9095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9096 #  algorithm: "plot_nf_heatmap"
9097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9098 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9099 #  filter: "'NIC_Intel-XL710' and
9100 #           'NF_DENSITY' and
9101 #           'DOCKER' and
9102 #           'CHAIN' and
9103 #           'NF_VPPIP4' and
9104 #           'IMIX' and
9105 #           'TNL_4' and
9106 #           '1T1C' and
9107 #           'MRR'"
9108 #  parameters:
9109 #  - "result"
9110 #  - "name"
9111 #  - "tags"
9112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9113 #  x-axis: "X = CNFs per Service Chain"
9114 #  y-axis: "Y = Number of Service Chains"
9115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9116 #  layout:
9117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9118 #    layout: "plot-service-density"
9119 #
9120 #- type: "plot"
9121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9122 #  algorithm: "plot_nf_heatmap"
9123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9124 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9125 #  filter: "'NIC_Intel-XL710' and
9126 #           'NF_DENSITY' and
9127 #           'DOCKER' and
9128 #           'CHAIN' and
9129 #           'NF_VPPIP4' and
9130 #           'IPSEC' and
9131 #           'TNL_4' and
9132 #           'IMIX' and
9133 #           '2T2C' and
9134 #           'MRR'"
9135 #  parameters:
9136 #  - "result"
9137 #  - "name"
9138 #  - "tags"
9139 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9140 #  x-axis: "X = CNFs per Service Chain"
9141 #  y-axis: "Y = Number of Service Chains"
9142 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9143 #  layout:
9144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9145 #    layout: "plot-service-density"
9146 #
9147 #- type: "plot"
9148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9149 #  algorithm: "plot_nf_heatmap"
9150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9151 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9152 #  filter: "'NIC_Intel-XL710' and
9153 #           'NF_DENSITY' and
9154 #           'DOCKER' and
9155 #           'CHAIN' and
9156 #           'NF_VPPIP4' and
9157 #           'IPSEC' and
9158 #           'TNL_4' and
9159 #           'IMIX' and
9160 #           '4T4C' and
9161 #           'MRR'"
9162 #  parameters:
9163 #  - "result"
9164 #  - "name"
9165 #  - "tags"
9166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9167 #  x-axis: "X = CNFs per Service Chain"
9168 #  y-axis: "Y = Number of Service Chains"
9169 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9170 #  layout:
9171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9172 #    layout: "plot-service-density"
9173
9174 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9175 #- type: "plot"
9176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9177 #  algorithm: "plot_nf_heatmap"
9178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9179 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180 #  filter: "'NIC_Intel-XL710' and
9181 #           'NF_DENSITY' and
9182 #           'DOCKER' and
9183 #           'CHAIN' and
9184 #           'NF_VPPIP4' and
9185 #           'IPSEC' and
9186 #           'TNL_4' and
9187 #           'IMIX' and
9188 #           '1T1C' and
9189 #           'NDRPDR'"
9190 #  parameters:
9191 #  - "throughput"
9192 #  - "name"
9193 #  - "tags"
9194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195 #  x-axis: "X = CNFs per Service Chain"
9196 #  y-axis: "Y = Number of Service Chains"
9197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9198 #  layout:
9199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9200 #    layout: "plot-service-density"
9201 #
9202 #- type: "plot"
9203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9204 #  algorithm: "plot_nf_heatmap"
9205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9206 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9207 #  filter: "'NIC_Intel-XL710' and
9208 #           'NF_DENSITY' and
9209 #           'DOCKER' and
9210 #           'CHAIN' and
9211 #           'NF_VPPIP4' and
9212 #           'IPSEC' and
9213 #           'TNL_4' and
9214 #           'IMIX' and
9215 #           '2T2C' and
9216 #           'NDRPDR'"
9217 #  parameters:
9218 #  - "throughput"
9219 #  - "name"
9220 #  - "tags"
9221 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9222 #  x-axis: "X = CNFs per Service Chain"
9223 #  y-axis: "Y = Number of Service Chains"
9224 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9225 #  layout:
9226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9227 #    layout: "plot-service-density"
9228 #
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9233 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9234 #  filter: "'NIC_Intel-XL710' and
9235 #           'NF_DENSITY' and
9236 #           'DOCKER' and
9237 #           'CHAIN' and
9238 #           'NF_VPPIP4' and
9239 #           'IPSEC' and
9240 #           'TNL_4' and
9241 #           'IMIX' and
9242 #           '4T4C' and
9243 #           'NDRPDR'"
9244 #  parameters:
9245 #  - "throughput"
9246 #  - "name"
9247 #  - "tags"
9248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9249 #  x-axis: "X = CNFs per Service Chain"
9250 #  y-axis: "Y = Number of Service Chains"
9251 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9252 #  layout:
9253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9254 #    layout: "plot-service-density"
9255 #
9256 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9257 #- type: "plot"
9258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9259 #  algorithm: "plot_nf_heatmap"
9260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9261 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9262 #  filter: "'NIC_Intel-XL710' and
9263 #           'NF_DENSITY' and
9264 #           'DOCKER' and
9265 #           'CHAIN' and
9266 #           'NF_VPPIP4' and
9267 #           'IPSEC' and
9268 #           'TNL_4' and
9269 #           'IMIX' and
9270 #           '1T1C' and
9271 #           'NDRPDR'"
9272 #  parameters:
9273 #  - "throughput"
9274 #  - "name"
9275 #  - "tags"
9276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9277 #  x-axis: "X = CNFs per Service Chain"
9278 #  y-axis: "Y = Number of Service Chains"
9279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9280 #  layout:
9281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9282 #    layout: "plot-service-density"
9283 #
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9288 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9289 #  filter: "'NIC_Intel-XL710' and
9290 #           'NF_DENSITY' and
9291 #           'DOCKER' and
9292 #           'CHAIN' and
9293 #           'NF_VPPIP4' and
9294 #           'IPSEC' and
9295 #           'TNL_4' and
9296 #           'IMIX' and
9297 #           '2T2C' and
9298 #           'NDRPDR'"
9299 #  parameters:
9300 #  - "throughput"
9301 #  - "name"
9302 #  - "tags"
9303 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9304 #  x-axis: "X = CNFs per Service Chain"
9305 #  y-axis: "Y = Number of Service Chains"
9306 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9307 #  layout:
9308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9309 #    layout: "plot-service-density"
9310 #
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9315 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9316 #  filter: "'NIC_Intel-XL710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'CHAIN' and
9320 #           'NF_VPPIP4' and
9321 #           'IPSEC' and
9322 #           'TNL_4' and
9323 #           'IMIX' and
9324 #           '4T4C' and
9325 #           'NDRPDR'"
9326 #  parameters:
9327 #  - "throughput"
9328 #  - "name"
9329 #  - "tags"
9330 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9331 #  x-axis: "X = CNFs per Service Chain"
9332 #  y-axis: "Y = Number of Service Chains"
9333 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9334 #  layout:
9335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9336 #    layout: "plot-service-density"
9337
9338 ###############################################################################
9339
9340 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9341 #- type: "plot"
9342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9343 #  algorithm: "plot_nf_heatmap"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9345 #  data: "plot-vpp-nfv-3n-skx-mrr"
9346 #  filter: "'NIC_Intel-XXV710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'CHAIN' and
9350 #           'NF_VPPIP4' and
9351 #           'IPSEC' and
9352 #           'TNL_1000' and
9353 #           'IMIX' and
9354 #           '2T1C' and
9355 #           'MRR'"
9356 #  parameters:
9357 #  - "result"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Chain"
9362 #  y-axis: "Y = Number of Service Chains"
9363 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9366 #    layout: "plot-service-density"
9367 #
9368 #- type: "plot"
9369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9370 #  algorithm: "plot_nf_heatmap"
9371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9372 #  data: "plot-vpp-nfv-3n-skx-mrr"
9373 #  filter: "'NIC_Intel-XXV710' and
9374 #           'NF_DENSITY' and
9375 #           'DOCKER' and
9376 #           'CHAIN' and
9377 #           'NF_VPPIP4' and
9378 #           'IPSEC' and
9379 #           'TNL_1000' and
9380 #           'IMIX' and
9381 #           '4T2C' and
9382 #           'MRR'"
9383 #  parameters:
9384 #  - "result"
9385 #  - "name"
9386 #  - "tags"
9387 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9388 #  x-axis: "X = CNFs per Service Chain"
9389 #  y-axis: "Y = Number of Service Chains"
9390 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9391 #  layout:
9392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9393 #    layout: "plot-service-density"
9394 #
9395 #- type: "plot"
9396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9397 #  algorithm: "plot_nf_heatmap"
9398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9399 #  data: "plot-vpp-nfv-3n-skx-mrr"
9400 #  filter: "'NIC_Intel-XXV710' and
9401 #           'NF_DENSITY' and
9402 #           'DOCKER' and
9403 #           'CHAIN' and
9404 #           'NF_VPPIP4' and
9405 #           'IPSEC' and
9406 #           'TNL_1000' and
9407 #           'IMIX' and
9408 #           '8T4C' and
9409 #           'MRR'"
9410 #  parameters:
9411 #  - "result"
9412 #  - "name"
9413 #  - "tags"
9414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9415 #  x-axis: "X = CNFs per Service Chain"
9416 #  y-axis: "Y = Number of Service Chains"
9417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9418 #  layout:
9419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9420 #    layout: "plot-service-density"
9421
9422 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9423 - type: "plot"
9424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9425   algorithm: "plot_nf_heatmap"
9426   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9427   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9428   filter: "'NIC_Intel-XXV710' and
9429            'NF_DENSITY' and
9430            'DOCKER' and
9431            'CHAIN' and
9432            'NF_VPPIP4' and
9433            'IPSEC' and
9434            'TNL_1000' and
9435            'IMIX' and
9436            '2T1C' and
9437            'NDRPDR'"
9438   parameters:
9439   - "throughput"
9440   - "name"
9441   - "tags"
9442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9443   x-axis: "X = CNFs per Service Chain"
9444   y-axis: "Y = Number of Service Chains"
9445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9446   layout:
9447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9448     layout: "plot-service-density"
9449
9450 - type: "plot"
9451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9452   algorithm: "plot_nf_heatmap"
9453   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9454   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9455   filter: "'NIC_Intel-XXV710' and
9456            'NF_DENSITY' and
9457            'DOCKER' and
9458            'CHAIN' and
9459            'NF_VPPIP4' and
9460            'IPSEC' and
9461            'TNL_1000' and
9462            'IMIX' and
9463            '4T2C' and
9464            'NDRPDR'"
9465   parameters:
9466   - "throughput"
9467   - "name"
9468   - "tags"
9469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9470   x-axis: "X = CNFs per Service Chain"
9471   y-axis: "Y = Number of Service Chains"
9472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9473   layout:
9474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9475     layout: "plot-service-density"
9476
9477 - type: "plot"
9478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9479   algorithm: "plot_nf_heatmap"
9480   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9481   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9482   filter: "'NIC_Intel-XXV710' and
9483            'NF_DENSITY' and
9484            'DOCKER' and
9485            'CHAIN' and
9486            'NF_VPPIP4' and
9487            'IPSEC' and
9488            'TNL_1000' and
9489            'IMIX' and
9490            '8T4C' and
9491            'NDRPDR'"
9492   parameters:
9493   - "throughput"
9494   - "name"
9495   - "tags"
9496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9497   x-axis: "X = CNFs per Service Chain"
9498   y-axis: "Y = Number of Service Chains"
9499   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9500   layout:
9501     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9502     layout: "plot-service-density"
9503
9504 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9505 - type: "plot"
9506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9507   algorithm: "plot_nf_heatmap"
9508   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9509   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9510   filter: "'NIC_Intel-XXV710' and
9511            'NF_DENSITY' and
9512            'DOCKER' and
9513            'CHAIN' and
9514            'NF_VPPIP4' and
9515            'IPSEC' and
9516            'TNL_1000' and
9517            'IMIX' and
9518            '2T1C' and
9519            'NDRPDR'"
9520   parameters:
9521   - "throughput"
9522   - "name"
9523   - "tags"
9524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9525   x-axis: "X = CNFs per Service Chain"
9526   y-axis: "Y = Number of Service Chains"
9527   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9528   layout:
9529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9530     layout: "plot-service-density"
9531
9532 - type: "plot"
9533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9534   algorithm: "plot_nf_heatmap"
9535   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9536   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9537   filter: "'NIC_Intel-XXV710' and
9538            'NF_DENSITY' and
9539            'DOCKER' and
9540            'CHAIN' and
9541            'NF_VPPIP4' and
9542            'IPSEC' and
9543            'TNL_1000' and
9544            'IMIX' and
9545            '4T2C' and
9546            'NDRPDR'"
9547   parameters:
9548   - "throughput"
9549   - "name"
9550   - "tags"
9551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9552   x-axis: "X = CNFs per Service Chain"
9553   y-axis: "Y = Number of Service Chains"
9554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9555   layout:
9556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9557     layout: "plot-service-density"
9558
9559 - type: "plot"
9560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9561   algorithm: "plot_nf_heatmap"
9562   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9563   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9564   filter: "'NIC_Intel-XXV710' and
9565            'NF_DENSITY' and
9566            'DOCKER' and
9567            'CHAIN' and
9568            'NF_VPPIP4' and
9569            'IPSEC' and
9570            'TNL_1000' and
9571            'IMIX' and
9572            '8T4C' and
9573            'NDRPDR'"
9574   parameters:
9575   - "throughput"
9576   - "name"
9577   - "tags"
9578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9579   x-axis: "X = CNFs per Service Chain"
9580   y-axis: "Y = Number of Service Chains"
9581   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9582   layout:
9583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9584     layout: "plot-service-density"
9585
9586 ###############################################################################
9587
9588 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9589 #- type: "plot"
9590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9591 #  algorithm: "plot_nf_heatmap"
9592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9593 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9594 #  filter: "'NIC_Intel-XL710' and
9595 #           'NF_DENSITY' and
9596 #           'DOCKER' and
9597 #           'CHAIN' and
9598 #           'NF_VPPIP4' and
9599 #           'IMIX' and
9600 #           'TNL_1000' and
9601 #           '1T1C' and
9602 #           'MRR'"
9603 #  parameters:
9604 #  - "result"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = CNFs per Service Chain"
9609 #  y-axis: "Y = Number of Service Chains"
9610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9613 #    layout: "plot-service-density"
9614 #
9615 #- type: "plot"
9616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9617 #  algorithm: "plot_nf_heatmap"
9618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9619 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9620 #  filter: "'NIC_Intel-XL710' and
9621 #           'NF_DENSITY' and
9622 #           'DOCKER' and
9623 #           'CHAIN' and
9624 #           'NF_VPPIP4' and
9625 #           'IPSEC' and
9626 #           'TNL_1000' and
9627 #           'IMIX' and
9628 #           '2T2C' and
9629 #           'MRR'"
9630 #  parameters:
9631 #  - "result"
9632 #  - "name"
9633 #  - "tags"
9634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9635 #  x-axis: "X = CNFs per Service Chain"
9636 #  y-axis: "Y = Number of Service Chains"
9637 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9638 #  layout:
9639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9640 #    layout: "plot-service-density"
9641 #
9642 #- type: "plot"
9643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9644 #  algorithm: "plot_nf_heatmap"
9645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9646 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9647 #  filter: "'NIC_Intel-XL710' and
9648 #           'NF_DENSITY' and
9649 #           'DOCKER' and
9650 #           'CHAIN' and
9651 #           'NF_VPPIP4' and
9652 #           'IPSEC' and
9653 #           'TNL_1000' and
9654 #           'IMIX' and
9655 #           '4T4C' and
9656 #           'MRR'"
9657 #  parameters:
9658 #  - "result"
9659 #  - "name"
9660 #  - "tags"
9661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9662 #  x-axis: "X = CNFs per Service Chain"
9663 #  y-axis: "Y = Number of Service Chains"
9664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9665 #  layout:
9666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9667 #    layout: "plot-service-density"
9668
9669 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9670 #- type: "plot"
9671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9672 #  algorithm: "plot_nf_heatmap"
9673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9674 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9675 #  filter: "'NIC_Intel-XL710' and
9676 #           'NF_DENSITY' and
9677 #           'DOCKER' and
9678 #           'CHAIN' and
9679 #           'NF_VPPIP4' and
9680 #           'IPSEC' and
9681 #           'TNL_1000' and
9682 #           'IMIX' and
9683 #           '1T1C' and
9684 #           'NDRPDR'"
9685 #  parameters:
9686 #  - "throughput"
9687 #  - "name"
9688 #  - "tags"
9689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9690 #  x-axis: "X = CNFs per Service Chain"
9691 #  y-axis: "Y = Number of Service Chains"
9692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9693 #  layout:
9694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9695 #    layout: "plot-service-density"
9696 #
9697 #- type: "plot"
9698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9699 #  algorithm: "plot_nf_heatmap"
9700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9701 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9702 #  filter: "'NIC_Intel-XL710' and
9703 #           'NF_DENSITY' and
9704 #           'DOCKER' and
9705 #           'CHAIN' and
9706 #           'NF_VPPIP4' and
9707 #           'IPSEC' and
9708 #           'TNL_1000' and
9709 #           'IMIX' and
9710 #           '2T2C' and
9711 #           'NDRPDR'"
9712 #  parameters:
9713 #  - "throughput"
9714 #  - "name"
9715 #  - "tags"
9716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9717 #  x-axis: "X = CNFs per Service Chain"
9718 #  y-axis: "Y = Number of Service Chains"
9719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9720 #  layout:
9721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9722 #    layout: "plot-service-density"
9723 #
9724 #- type: "plot"
9725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9726 #  algorithm: "plot_nf_heatmap"
9727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9728 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9729 #  filter: "'NIC_Intel-XL710' and
9730 #           'NF_DENSITY' and
9731 #           'DOCKER' and
9732 #           'CHAIN' and
9733 #           'NF_VPPIP4' and
9734 #           'IPSEC' and
9735 #           'TNL_1000' and
9736 #           'IMIX' and
9737 #           '4T4C' and
9738 #           'NDRPDR'"
9739 #  parameters:
9740 #  - "throughput"
9741 #  - "name"
9742 #  - "tags"
9743 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9744 #  x-axis: "X = CNFs per Service Chain"
9745 #  y-axis: "Y = Number of Service Chains"
9746 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9747 #  layout:
9748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9749 #    layout: "plot-service-density"
9750 #
9751 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9752 #- type: "plot"
9753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9754 #  algorithm: "plot_nf_heatmap"
9755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9756 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9757 #  filter: "'NIC_Intel-XL710' and
9758 #           'NF_DENSITY' and
9759 #           'DOCKER' and
9760 #           'CHAIN' and
9761 #           'NF_VPPIP4' and
9762 #           'IPSEC' and
9763 #           'TNL_1000' and
9764 #           'IMIX' and
9765 #           '1T1C' and
9766 #           'NDRPDR'"
9767 #  parameters:
9768 #  - "throughput"
9769 #  - "name"
9770 #  - "tags"
9771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9772 #  x-axis: "X = CNFs per Service Chain"
9773 #  y-axis: "Y = Number of Service Chains"
9774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9775 #  layout:
9776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9777 #    layout: "plot-service-density"
9778 #
9779 #- type: "plot"
9780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9781 #  algorithm: "plot_nf_heatmap"
9782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9783 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9784 #  filter: "'NIC_Intel-XL710' and
9785 #           'NF_DENSITY' and
9786 #           'DOCKER' and
9787 #           'CHAIN' and
9788 #           'NF_VPPIP4' and
9789 #           'IPSEC' and
9790 #           'TNL_1000' and
9791 #           'IMIX' and
9792 #           '2T2C' and
9793 #           'NDRPDR'"
9794 #  parameters:
9795 #  - "throughput"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = CNFs per Service Chain"
9800 #  y-axis: "Y = Number of Service Chains"
9801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9810 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9811 #  filter: "'NIC_Intel-XL710' and
9812 #           'NF_DENSITY' and
9813 #           'DOCKER' and
9814 #           'CHAIN' and
9815 #           'NF_VPPIP4' and
9816 #           'IPSEC' and
9817 #           'TNL_1000' and
9818 #           'IMIX' and
9819 #           '4T4C' and
9820 #           'NDRPDR'"
9821 #  parameters:
9822 #  - "throughput"
9823 #  - "name"
9824 #  - "tags"
9825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9826 #  x-axis: "X = CNFs per Service Chain"
9827 #  y-axis: "Y = Number of Service Chains"
9828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9829 #  layout:
9830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9831 #    layout: "plot-service-density"
9832
9833 ###############################################################################
9834
9835 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9836 #- type: "plot"
9837 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9838 #  algorithm: "plot_nf_heatmap"
9839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9840 #  data: "plot-vpp-nfv-3n-skx-mrr"
9841 #  filter: "'NIC_Intel-XXV710' and
9842 #           'NF_DENSITY' and
9843 #           'DOCKER' and
9844 #           'CHAIN' and
9845 #           'NF_VPPIP4' and
9846 #           'IPSEC' and
9847 #           'TNL_10000' and
9848 #           'IMIX' and
9849 #           '2T1C' and
9850 #           'MRR'"
9851 #  parameters:
9852 #  - "result"
9853 #  - "name"
9854 #  - "tags"
9855 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9856 #  x-axis: "X = CNFs per Service Chain"
9857 #  y-axis: "Y = Number of Service Chains"
9858 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9859 #  layout:
9860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9861 #    layout: "plot-service-density"
9862 #
9863 #- type: "plot"
9864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9865 #  algorithm: "plot_nf_heatmap"
9866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9867 #  data: "plot-vpp-nfv-3n-skx-mrr"
9868 #  filter: "'NIC_Intel-XXV710' and
9869 #           'NF_DENSITY' and
9870 #           'DOCKER' and
9871 #           'CHAIN' and
9872 #           'NF_VPPIP4' and
9873 #           'IPSEC' and
9874 #           'TNL_10000' and
9875 #           'IMIX' and
9876 #           '4T2C' and
9877 #           'MRR'"
9878 #  parameters:
9879 #  - "result"
9880 #  - "name"
9881 #  - "tags"
9882 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9883 #  x-axis: "X = CNFs per Service Chain"
9884 #  y-axis: "Y = Number of Service Chains"
9885 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9886 #  layout:
9887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9888 #    layout: "plot-service-density"
9889 #
9890 #- type: "plot"
9891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9892 #  algorithm: "plot_nf_heatmap"
9893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9894 #  data: "plot-vpp-nfv-3n-skx-mrr"
9895 #  filter: "'NIC_Intel-XXV710' and
9896 #           'NF_DENSITY' and
9897 #           'DOCKER' and
9898 #           'CHAIN' and
9899 #           'NF_VPPIP4' and
9900 #           'IPSEC' and
9901 #           'TNL_10000' and
9902 #           'IMIX' and
9903 #           '8T4C' and
9904 #           'MRR'"
9905 #  parameters:
9906 #  - "result"
9907 #  - "name"
9908 #  - "tags"
9909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9910 #  x-axis: "X = CNFs per Service Chain"
9911 #  y-axis: "Y = Number of Service Chains"
9912 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9913 #  layout:
9914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9915 #    layout: "plot-service-density"
9916
9917 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9918 - type: "plot"
9919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9920   algorithm: "plot_nf_heatmap"
9921   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9922   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9923   filter: "'NIC_Intel-XXV710' and
9924            'NF_DENSITY' and
9925            'DOCKER' and
9926            'CHAIN' and
9927            'NF_VPPIP4' and
9928            'IPSEC' and
9929            'TNL_10000' and
9930            'IMIX' and
9931            '2T1C' and
9932            'NDRPDR'"
9933   parameters:
9934   - "throughput"
9935   - "name"
9936   - "tags"
9937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9938   x-axis: "X = CNFs per Service Chain"
9939   y-axis: "Y = Number of Service Chains"
9940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9941   layout:
9942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9943     layout: "plot-service-density"
9944
9945 - type: "plot"
9946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9947   algorithm: "plot_nf_heatmap"
9948   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9949   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9950   filter: "'NIC_Intel-XXV710' and
9951            'NF_DENSITY' and
9952            'DOCKER' and
9953            'CHAIN' and
9954            'NF_VPPIP4' and
9955            'IPSEC' and
9956            'TNL_10000' and
9957            'IMIX' and
9958            '4T2C' and
9959            'NDRPDR'"
9960   parameters:
9961   - "throughput"
9962   - "name"
9963   - "tags"
9964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9965   x-axis: "X = CNFs per Service Chain"
9966   y-axis: "Y = Number of Service Chains"
9967   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9968   layout:
9969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9970     layout: "plot-service-density"
9971
9972 - type: "plot"
9973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9974   algorithm: "plot_nf_heatmap"
9975   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9976   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9977   filter: "'NIC_Intel-XXV710' and
9978            'NF_DENSITY' and
9979            'DOCKER' and
9980            'CHAIN' and
9981            'NF_VPPIP4' and
9982            'IPSEC' and
9983            'TNL_10000' and
9984            'IMIX' and
9985            '8T4C' and
9986            'NDRPDR'"
9987   parameters:
9988   - "throughput"
9989   - "name"
9990   - "tags"
9991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9992   x-axis: "X = CNFs per Service Chain"
9993   y-axis: "Y = Number of Service Chains"
9994   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9995   layout:
9996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9997     layout: "plot-service-density"
9998
9999 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10000 - type: "plot"
10001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10002   algorithm: "plot_nf_heatmap"
10003   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10004   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10005   filter: "'NIC_Intel-XXV710' and
10006            'NF_DENSITY' and
10007            'DOCKER' and
10008            'CHAIN' and
10009            'NF_VPPIP4' and
10010            'IPSEC' and
10011            'TNL_10000' and
10012            'IMIX' and
10013            '2T1C' and
10014            'NDRPDR'"
10015   parameters:
10016   - "throughput"
10017   - "name"
10018   - "tags"
10019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10020   x-axis: "X = CNFs per Service Chain"
10021   y-axis: "Y = Number of Service Chains"
10022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10023   layout:
10024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10025     layout: "plot-service-density"
10026
10027 - type: "plot"
10028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10029   algorithm: "plot_nf_heatmap"
10030   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10031   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10032   filter: "'NIC_Intel-XXV710' and
10033            'NF_DENSITY' and
10034            'DOCKER' and
10035            'CHAIN' and
10036            'NF_VPPIP4' and
10037            'IPSEC' and
10038            'TNL_10000' and
10039            'IMIX' and
10040            '4T2C' and
10041            'NDRPDR'"
10042   parameters:
10043   - "throughput"
10044   - "name"
10045   - "tags"
10046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10047   x-axis: "X = CNFs per Service Chain"
10048   y-axis: "Y = Number of Service Chains"
10049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10050   layout:
10051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10052     layout: "plot-service-density"
10053
10054 - type: "plot"
10055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10056   algorithm: "plot_nf_heatmap"
10057   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10058   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10059   filter: "'NIC_Intel-XXV710' and
10060            'NF_DENSITY' and
10061            'DOCKER' and
10062            'CHAIN' and
10063            'NF_VPPIP4' and
10064            'IPSEC' and
10065            'TNL_10000' and
10066            'IMIX' and
10067            '8T4C' and
10068            'NDRPDR'"
10069   parameters:
10070   - "throughput"
10071   - "name"
10072   - "tags"
10073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10074   x-axis: "X = CNFs per Service Chain"
10075   y-axis: "Y = Number of Service Chains"
10076   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10077   layout:
10078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10079     layout: "plot-service-density"
10080
10081 ###############################################################################
10082
10083 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10084 #- type: "plot"
10085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10086 #  algorithm: "plot_nf_heatmap"
10087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10088 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10089 #  filter: "'NIC_Intel-XL710' and
10090 #           'NF_DENSITY' and
10091 #           'DOCKER' and
10092 #           'CHAIN' and
10093 #           'NF_VPPIP4' and
10094 #           'IMIX' and
10095 #           'TNL_10000' and
10096 #           '1T1C' and
10097 #           'MRR'"
10098 #  parameters:
10099 #  - "result"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Chain"
10104 #  y-axis: "Y = Number of Service Chains"
10105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10108 #    layout: "plot-service-density"
10109 #
10110 #- type: "plot"
10111 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10112 #  algorithm: "plot_nf_heatmap"
10113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10114 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10115 #  filter: "'NIC_Intel-XL710' and
10116 #           'NF_DENSITY' and
10117 #           'DOCKER' and
10118 #           'CHAIN' and
10119 #           'NF_VPPIP4' and
10120 #           'IPSEC' and
10121 #           'TNL_10000' and
10122 #           'IMIX' and
10123 #           '2T2C' and
10124 #           'MRR'"
10125 #  parameters:
10126 #  - "result"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Chain"
10131 #  y-axis: "Y = Number of Service Chains"
10132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10135 #    layout: "plot-service-density"
10136 #
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10141 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10142 #  filter: "'NIC_Intel-XL710' and
10143 #           'NF_DENSITY' and
10144 #           'DOCKER' and
10145 #           'CHAIN' and
10146 #           'NF_VPPIP4' and
10147 #           'IPSEC' and
10148 #           'TNL_10000' and
10149 #           'IMIX' and
10150 #           '4T4C' and
10151 #           'MRR'"
10152 #  parameters:
10153 #  - "result"
10154 #  - "name"
10155 #  - "tags"
10156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10157 #  x-axis: "X = CNFs per Service Chain"
10158 #  y-axis: "Y = Number of Service Chains"
10159 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10160 #  layout:
10161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10162 #    layout: "plot-service-density"
10163
10164 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10165 #- type: "plot"
10166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10167 #  algorithm: "plot_nf_heatmap"
10168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10169 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10170 #  filter: "'NIC_Intel-XL710' and
10171 #           'NF_DENSITY' and
10172 #           'DOCKER' and
10173 #           'CHAIN' and
10174 #           'NF_VPPIP4' and
10175 #           'IPSEC' and
10176 #           'TNL_10000' and
10177 #           'IMIX' and
10178 #           '1T1C' and
10179 #           'NDRPDR'"
10180 #  parameters:
10181 #  - "throughput"
10182 #  - "name"
10183 #  - "tags"
10184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10185 #  x-axis: "X = CNFs per Service Chain"
10186 #  y-axis: "Y = Number of Service Chains"
10187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10188 #  layout:
10189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10190 #    layout: "plot-service-density"
10191 #
10192 #- type: "plot"
10193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10194 #  algorithm: "plot_nf_heatmap"
10195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10196 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10197 #  filter: "'NIC_Intel-XL710' and
10198 #           'NF_DENSITY' and
10199 #           'DOCKER' and
10200 #           'CHAIN' and
10201 #           'NF_VPPIP4' and
10202 #           'IPSEC' and
10203 #           'TNL_10000' and
10204 #           'IMIX' and
10205 #           '2T2C' and
10206 #           'NDRPDR'"
10207 #  parameters:
10208 #  - "throughput"
10209 #  - "name"
10210 #  - "tags"
10211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10212 #  x-axis: "X = CNFs per Service Chain"
10213 #  y-axis: "Y = Number of Service Chains"
10214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10215 #  layout:
10216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10217 #    layout: "plot-service-density"
10218 #
10219 #- type: "plot"
10220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10221 #  algorithm: "plot_nf_heatmap"
10222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10223 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10224 #  filter: "'NIC_Intel-XL710' and
10225 #           'NF_DENSITY' and
10226 #           'DOCKER' and
10227 #           'CHAIN' and
10228 #           'NF_VPPIP4' and
10229 #           'IPSEC' and
10230 #           'TNL_10000' and
10231 #           'IMIX' and
10232 #           '4T4C' and
10233 #           'NDRPDR'"
10234 #  parameters:
10235 #  - "throughput"
10236 #  - "name"
10237 #  - "tags"
10238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10239 #  x-axis: "X = CNFs per Service Chain"
10240 #  y-axis: "Y = Number of Service Chains"
10241 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10242 #  layout:
10243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10244 #    layout: "plot-service-density"
10245 #
10246 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10247 #- type: "plot"
10248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10249 #  algorithm: "plot_nf_heatmap"
10250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10251 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10252 #  filter: "'NIC_Intel-XL710' and
10253 #           'NF_DENSITY' and
10254 #           'DOCKER' and
10255 #           'CHAIN' and
10256 #           'NF_VPPIP4' and
10257 #           'IPSEC' and
10258 #           'TNL_10000' and
10259 #           'IMIX' and
10260 #           '1T1C' and
10261 #           'NDRPDR'"
10262 #  parameters:
10263 #  - "throughput"
10264 #  - "name"
10265 #  - "tags"
10266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267 #  x-axis: "X = CNFs per Service Chain"
10268 #  y-axis: "Y = Number of Service Chains"
10269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270 #  layout:
10271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10272 #    layout: "plot-service-density"
10273 #
10274 #- type: "plot"
10275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10276 #  algorithm: "plot_nf_heatmap"
10277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10278 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10279 #  filter: "'NIC_Intel-XL710' and
10280 #           'NF_DENSITY' and
10281 #           'DOCKER' and
10282 #           'CHAIN' and
10283 #           'NF_VPPIP4' and
10284 #           'IPSEC' and
10285 #           'TNL_10000' and
10286 #           'IMIX' and
10287 #           '2T2C' and
10288 #           'NDRPDR'"
10289 #  parameters:
10290 #  - "throughput"
10291 #  - "name"
10292 #  - "tags"
10293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10294 #  x-axis: "X = CNFs per Service Chain"
10295 #  y-axis: "Y = Number of Service Chains"
10296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10297 #  layout:
10298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10299 #    layout: "plot-service-density"
10300 #
10301 #- type: "plot"
10302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10303 #  algorithm: "plot_nf_heatmap"
10304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10305 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10306 #  filter: "'NIC_Intel-XL710' and
10307 #           'NF_DENSITY' and
10308 #           'DOCKER' and
10309 #           'CHAIN' and
10310 #           'NF_VPPIP4' and
10311 #           'IPSEC' and
10312 #           'TNL_10000' and
10313 #           'IMIX' and
10314 #           '4T4C' and
10315 #           'NDRPDR'"
10316 #  parameters:
10317 #  - "throughput"
10318 #  - "name"
10319 #  - "tags"
10320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10321 #  x-axis: "X = CNFs per Service Chain"
10322 #  y-axis: "Y = Number of Service Chains"
10323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10324 #  layout:
10325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10326 #    layout: "plot-service-density"
10327
10328 ###############################################################################
10329
10330 # Plots - NF Density - CSP - MRR 64b
10331
10332 #- type: "plot"
10333 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10334 #  algorithm: "plot_nf_heatmap"
10335 #  output-file-type: ".html"
10336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10337 #  data: "plot-vpp-nfv-2n-skx-mrr"
10338 #  filter: "'NIC_Intel-XXV710' and
10339 #           'NF_DENSITY' and
10340 #           'DOCKER' and
10341 #           'PIPELINE' and
10342 #           'NF_VPPIP4' and
10343 #           '64B' and
10344 #           '2T1C' and
10345 #           'MRR'"
10346 #  parameters:
10347 #  - "result"
10348 #  - "name"
10349 #  - "tags"
10350 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10351 #  x-axis: "X = CNFs per Service Pipeline"
10352 #  y-axis: "Y = Number of Service Pipelines"
10353 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10354 #  layout:
10355 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10356 #    layout: "plot-service-density"
10357 #
10358 #- type: "plot"
10359 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10360 #  algorithm: "plot_nf_heatmap"
10361 #  output-file-type: ".html"
10362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10363 #  data: "plot-vpp-nfv-2n-skx-mrr"
10364 #  filter: "'NIC_Intel-XXV710' and
10365 #           'NF_DENSITY' and
10366 #           'DOCKER' and
10367 #           'PIPELINE' and
10368 #           'NF_VPPIP4' and
10369 #           '64B' and
10370 #           '4T2C' and
10371 #           'MRR'"
10372 #  parameters:
10373 #  - "result"
10374 #  - "name"
10375 #  - "tags"
10376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10377 #  x-axis: "X = CNFs per Service Pipeline"
10378 #  y-axis: "Y = Number of Service Pipelines"
10379 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10380 #  layout:
10381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10382 #    layout: "plot-service-density"
10383 #
10384 #- type: "plot"
10385 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10386 #  algorithm: "plot_nf_heatmap"
10387 #  output-file-type: ".html"
10388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10389 #  data: "plot-vpp-nfv-2n-skx-mrr"
10390 #  filter: "'NIC_Intel-XXV710' and
10391 #           'NF_DENSITY' and
10392 #           'DOCKER' and
10393 #           'PIPELINE' and
10394 #           'NF_VPPIP4' and
10395 #           '64B' and
10396 #           '8T4C' and
10397 #           'MRR'"
10398 #  parameters:
10399 #  - "result"
10400 #  - "name"
10401 #  - "tags"
10402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403 #  x-axis: "X = CNFs per Service Pipeline"
10404 #  y-axis: "Y = Number of Service Pipelines"
10405 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10406 #  layout:
10407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10408 #    layout: "plot-service-density"
10409 #
10410 ## Plots - NF Density - CSP - MRR IMIX
10411 #- type: "plot"
10412 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10413 #  algorithm: "plot_nf_heatmap"
10414 #  output-file-type: ".html"
10415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10416 #  data: "plot-vpp-nfv-2n-skx-mrr"
10417 #  filter: "'NIC_Intel-XXV710' and
10418 #           'NF_DENSITY' and
10419 #           'DOCKER' and
10420 #           'PIPELINE' and
10421 #           'NF_VPPIP4' and
10422 #           'IMIX' and
10423 #           '2T1C' and
10424 #           'MRR'"
10425 #  parameters:
10426 #  - "result"
10427 #  - "name"
10428 #  - "tags"
10429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10430 #  x-axis: "X = CNFs per Service Pipeline"
10431 #  y-axis: "Y = Number of Service Pipelines"
10432 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10433 #  layout:
10434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10435 #    layout: "plot-service-density"
10436 #
10437 #- type: "plot"
10438 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10439 #  algorithm: "plot_nf_heatmap"
10440 #  output-file-type: ".html"
10441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10442 #  data: "plot-vpp-nfv-2n-skx-mrr"
10443 #  filter: "'NIC_Intel-XXV710' and
10444 #           'NF_DENSITY' and
10445 #           'DOCKER' and
10446 #           'PIPELINE' and
10447 #           'NF_VPPIP4' and
10448 #           'IMIX' and
10449 #           '4T2C' and
10450 #           'MRR'"
10451 #  parameters:
10452 #  - "result"
10453 #  - "name"
10454 #  - "tags"
10455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10456 #  x-axis: "X = CNFs per Service Pipeline"
10457 #  y-axis: "Y = Number of Service Pipelines"
10458 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10459 #  layout:
10460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10461 #    layout: "plot-service-density"
10462 #
10463 #- type: "plot"
10464 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10465 #  algorithm: "plot_nf_heatmap"
10466 #  output-file-type: ".html"
10467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10468 #  data: "plot-vpp-nfv-2n-skx-mrr"
10469 #  filter: "'NIC_Intel-XXV710' and
10470 #           'NF_DENSITY' and
10471 #           'DOCKER' and
10472 #           'PIPELINE' and
10473 #           'NF_VPPIP4' and
10474 #           'IMIX' and
10475 #           '8T4C' and
10476 #           'MRR'"
10477 #  parameters:
10478 #  - "result"
10479 #  - "name"
10480 #  - "tags"
10481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10482 #  x-axis: "X = CNFs per Service Pipeline"
10483 #  y-axis: "Y = Number of Service Pipelines"
10484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10485 #  layout:
10486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10487 #    layout: "plot-service-density"
10488 #
10489 ## Plots - NF Density - CSP - NDR 64b
10490 #- type: "plot"
10491 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10492 #  algorithm: "plot_nf_heatmap"
10493 #  output-file-type: ".html"
10494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10495 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10496 #  filter: "'NIC_Intel-XXV710' and
10497 #           'NF_DENSITY' and
10498 #           'DOCKER' and
10499 #           'PIPELINE' and
10500 #           'NF_VPPIP4' and
10501 #           '64B' and
10502 #           '2T1C' and
10503 #           'NDRPDR'"
10504 #  parameters:
10505 #  - "throughput"
10506 #  - "name"
10507 #  - "tags"
10508 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10509 #  x-axis: "X = CNFs per Service Pipeline"
10510 #  y-axis: "Y = Number of Service Pipelines"
10511 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10512 #  layout:
10513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10514 #    layout: "plot-service-density"
10515 #
10516 #- type: "plot"
10517 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10518 #  algorithm: "plot_nf_heatmap"
10519 #  output-file-type: ".html"
10520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10521 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10522 #  filter: "'NIC_Intel-XXV710' and
10523 #           'NF_DENSITY' and
10524 #           'DOCKER' and
10525 #           'PIPELINE' and
10526 #           'NF_VPPIP4' and
10527 #           '64B' and
10528 #           '4T2C' and
10529 #           'NDRPDR'"
10530 #  parameters:
10531 #  - "throughput"
10532 #  - "name"
10533 #  - "tags"
10534 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10535 #  x-axis: "X = CNFs per Service Pipeline"
10536 #  y-axis: "Y = Number of Service Pipelines"
10537 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10538 #  layout:
10539 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10540 #    layout: "plot-service-density"
10541 #
10542 #- type: "plot"
10543 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10544 #  algorithm: "plot_nf_heatmap"
10545 #  output-file-type: ".html"
10546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10547 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10548 #  filter: "'NIC_Intel-XXV710' and
10549 #           'NF_DENSITY' and
10550 #           'DOCKER' and
10551 #           'PIPELINE' and
10552 #           'NF_VPPIP4' and
10553 #           '64B' and
10554 #           '8T4C' and
10555 #           'NDRPDR'"
10556 #  parameters:
10557 #  - "throughput"
10558 #  - "name"
10559 #  - "tags"
10560 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10561 #  x-axis: "X = CNFs per Service Pipeline"
10562 #  y-axis: "Y = Number of Service Pipelines"
10563 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10564 #  layout:
10565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10566 #    layout: "plot-service-density"
10567 #
10568 ## Plots - NF Density - CSP - NDR IMIX
10569 #- type: "plot"
10570 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10571 #  algorithm: "plot_nf_heatmap"
10572 #  output-file-type: ".html"
10573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10574 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10575 #  filter: "'NIC_Intel-XXV710' and
10576 #           'NF_DENSITY' and
10577 #           'DOCKER' and
10578 #           'PIPELINE' and
10579 #           'NF_VPPIP4' and
10580 #           'IMIX' and
10581 #           '2T1C' and
10582 #           'NDRPDR'"
10583 #  parameters:
10584 #  - "throughput"
10585 #  - "name"
10586 #  - "tags"
10587 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10588 #  x-axis: "X = CNFs per Service Pipeline"
10589 #  y-axis: "Y = Number of Service Pipelines"
10590 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10591 #  layout:
10592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10593 #    layout: "plot-service-density"
10594 #
10595 #- type: "plot"
10596 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10597 #  algorithm: "plot_nf_heatmap"
10598 #  output-file-type: ".html"
10599 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10600 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10601 #  filter: "'NIC_Intel-XXV710' and
10602 #           'NF_DENSITY' and
10603 #           'DOCKER' and
10604 #           'PIPELINE' and
10605 #           'NF_VPPIP4' and
10606 #           'IMIX' and
10607 #           '4T2C' and
10608 #           'NDRPDR'"
10609 #  parameters:
10610 #  - "throughput"
10611 #  - "name"
10612 #  - "tags"
10613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10614 #  x-axis: "X = CNFs per Service Pipeline"
10615 #  y-axis: "Y = Number of Service Pipelines"
10616 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10617 #  layout:
10618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10619 #    layout: "plot-service-density"
10620 #
10621 #- type: "plot"
10622 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10623 #  algorithm: "plot_nf_heatmap"
10624 #  output-file-type: ".html"
10625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10627 #  filter: "'NIC_Intel-XXV710' and
10628 #           'NF_DENSITY' and
10629 #           'DOCKER' and
10630 #           'PIPELINE' and
10631 #           'NF_VPPIP4' and
10632 #           'IMIX' and
10633 #           '8T4C' and
10634 #           'NDRPDR'"
10635 #  parameters:
10636 #  - "throughput"
10637 #  - "name"
10638 #  - "tags"
10639 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10640 #  x-axis: "X = CNFs per Service Pipeline"
10641 #  y-axis: "Y = Number of Service Pipelines"
10642 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10643 #  layout:
10644 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10645 #    layout: "plot-service-density"
10646 #
10647 ## Plots - NF Density - CSP - PDR 64b
10648 #- type: "plot"
10649 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10650 #  algorithm: "plot_nf_heatmap"
10651 #  output-file-type: ".html"
10652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10654 #  filter: "'NIC_Intel-XXV710' and
10655 #           'NF_DENSITY' and
10656 #           'DOCKER' and
10657 #           'PIPELINE' and
10658 #           'NF_VPPIP4' and
10659 #           '64B' and
10660 #           '2T1C' and
10661 #           'NDRPDR'"
10662 #  parameters:
10663 #  - "throughput"
10664 #  - "name"
10665 #  - "tags"
10666 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10667 #  x-axis: "X = CNFs per Service Pipeline"
10668 #  y-axis: "Y = Number of Service Pipelines"
10669 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10670 #  layout:
10671 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10672 #    layout: "plot-service-density"
10673 #
10674 #- type: "plot"
10675 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10676 #  algorithm: "plot_nf_heatmap"
10677 #  output-file-type: ".html"
10678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10679 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10680 #  filter: "'NIC_Intel-XXV710' and
10681 #           'NF_DENSITY' and
10682 #           'DOCKER' and
10683 #           'PIPELINE' and
10684 #           'NF_VPPIP4' and
10685 #           '64B' and
10686 #           '4T2C' and
10687 #           'NDRPDR'"
10688 #  parameters:
10689 #  - "throughput"
10690 #  - "name"
10691 #  - "tags"
10692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10693 #  x-axis: "X = CNFs per Service Pipeline"
10694 #  y-axis: "Y = Number of Service Pipelines"
10695 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10696 #  layout:
10697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10698 #    layout: "plot-service-density"
10699 #
10700 #- type: "plot"
10701 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10702 #  algorithm: "plot_nf_heatmap"
10703 #  output-file-type: ".html"
10704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10705 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10706 #  filter: "'NIC_Intel-XXV710' and
10707 #           'NF_DENSITY' and
10708 #           'DOCKER' and
10709 #           'PIPELINE' and
10710 #           'NF_VPPIP4' and
10711 #           '64B' and
10712 #           '8T4C' and
10713 #           'NDRPDR'"
10714 #  parameters:
10715 #  - "throughput"
10716 #  - "name"
10717 #  - "tags"
10718 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10719 #  x-axis: "X = CNFs per Service Pipeline"
10720 #  y-axis: "Y = Number of Service Pipelines"
10721 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10722 #  layout:
10723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10724 #    layout: "plot-service-density"
10725 #
10726 ## Plots - NF Density - CSP - PDR IMIX
10727 #- type: "plot"
10728 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10729 #  algorithm: "plot_nf_heatmap"
10730 #  output-file-type: ".html"
10731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10732 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10733 #  filter: "'NIC_Intel-XXV710' and
10734 #           'NF_DENSITY' and
10735 #           'DOCKER' and
10736 #           'PIPELINE' and
10737 #           'NF_VPPIP4' and
10738 #           'IMIX' and
10739 #           '2T1C' and
10740 #           'NDRPDR'"
10741 #  parameters:
10742 #  - "throughput"
10743 #  - "name"
10744 #  - "tags"
10745 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10746 #  x-axis: "X = CNFs per Service Pipeline"
10747 #  y-axis: "Y = Number of Service Pipelines"
10748 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10749 #  layout:
10750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10751 #    layout: "plot-service-density"
10752 #
10753 #- type: "plot"
10754 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10755 #  algorithm: "plot_nf_heatmap"
10756 #  output-file-type: ".html"
10757 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10758 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10759 #  filter: "'NIC_Intel-XXV710' and
10760 #           'NF_DENSITY' and
10761 #           'DOCKER' and
10762 #           'PIPELINE' and
10763 #           'NF_VPPIP4' and
10764 #           'IMIX' and
10765 #           '4T2C' and
10766 #           'NDRPDR'"
10767 #  parameters:
10768 #  - "throughput"
10769 #  - "name"
10770 #  - "tags"
10771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10772 #  x-axis: "X = CNFs per Service Pipeline"
10773 #  y-axis: "Y = Number of Service Pipelines"
10774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10775 #  layout:
10776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10777 #    layout: "plot-service-density"
10778 #
10779 #- type: "plot"
10780 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10781 #  algorithm: "plot_nf_heatmap"
10782 #  output-file-type: ".html"
10783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10785 #  filter: "'NIC_Intel-XXV710' and
10786 #           'NF_DENSITY' and
10787 #           'DOCKER' and
10788 #           'PIPELINE' and
10789 #           'NF_VPPIP4' and
10790 #           'IMIX' and
10791 #           '8T4C' and
10792 #           'NDRPDR'"
10793 #  parameters:
10794 #  - "throughput"
10795 #  - "name"
10796 #  - "tags"
10797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10798 #  x-axis: "X = CNFs per Service Pipeline"
10799 #  y-axis: "Y = Number of Service Pipelines"
10800 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10801 #  layout:
10802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10803 #    layout: "plot-service-density"
10804
10805 ###############################################################################
10806 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10807
10808 - type: "plot"
10809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10810   algorithm: "plot_nf_heatmap"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10813   data: "plot-vpp-nfv-2n-clx-mrr"
10814   filter: "'NIC_Intel-XXV710' and
10815            'NF_DENSITY' and
10816            'VHOST' and
10817            not 'VXLAN' and
10818            'CHAIN' and
10819            'NF_VPPIP4' and
10820            'IMIX' and
10821            '2T1C' and
10822            'MRR'"
10823   parameters:
10824   - "result"
10825   - "name"
10826   - "tags"
10827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10828   x-axis: "X = VNFs per Service Chain"
10829   y-axis: "Y = Number of Service Chains"
10830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10831   layout:
10832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10833     layout: "plot-service-density"
10834
10835 - type: "plot"
10836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10837   algorithm: "plot_nf_heatmap"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10840   data: "plot-vpp-nfv-2n-clx-mrr"
10841   filter: "'NIC_Intel-XXV710' and
10842            'NF_DENSITY' and
10843            'VHOST' and
10844            not 'VXLAN' and
10845            'CHAIN' and
10846            'NF_VPPIP4' and
10847            'IMIX' and
10848            '4T2C' and
10849            'MRR'"
10850   parameters:
10851   - "result"
10852   - "name"
10853   - "tags"
10854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10855   x-axis: "X = VNFs per Service Chain"
10856   y-axis: "Y = Number of Service Chains"
10857   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10858   layout:
10859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10860     layout: "plot-service-density"
10861
10862 - type: "plot"
10863   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10864   algorithm: "plot_nf_heatmap"
10865   output-file-type: ".html"
10866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10867   data: "plot-vpp-nfv-2n-clx-mrr"
10868   filter: "'NIC_Intel-XXV710' and
10869            'NF_DENSITY' and
10870            'VHOST' and
10871            not 'VXLAN' and
10872            'CHAIN' and
10873            'NF_VPPIP4' and
10874            'IMIX' and
10875            '8T4C' and
10876            'MRR'"
10877   parameters:
10878   - "result"
10879   - "name"
10880   - "tags"
10881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10882   x-axis: "X = VNFs per Service Chain"
10883   y-axis: "Y = Number of Service Chains"
10884   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10885   layout:
10886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10887     layout: "plot-service-density"
10888
10889 # Plots - NF Density - VSC - NDR IMIX
10890 - type: "plot"
10891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10892   algorithm: "plot_nf_heatmap"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10896   filter: "'NIC_Intel-XXV710' and
10897            'NF_DENSITY' and
10898            'VHOST' and
10899            not 'VXLAN' and
10900            'CHAIN' and
10901            'NF_VPPIP4' and
10902            'IMIX' and
10903            '2T1C' and
10904            'NDRPDR'"
10905   parameters:
10906   - "throughput"
10907   - "name"
10908   - "tags"
10909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10910   x-axis: "X = VNFs per Service Chain"
10911   y-axis: "Y = Number of Service Chains"
10912   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10913   layout:
10914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10915     layout: "plot-service-density"
10916
10917 - type: "plot"
10918   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10919   algorithm: "plot_nf_heatmap"
10920   output-file-type: ".html"
10921   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10922   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10923   filter: "'NIC_Intel-XXV710' and
10924            'NF_DENSITY' and
10925            'VHOST' and
10926            not 'VXLAN' and
10927            'CHAIN' and
10928            'NF_VPPIP4' and
10929            'IMIX' and
10930            '4T2C' and
10931            'NDRPDR'"
10932   parameters:
10933   - "throughput"
10934   - "name"
10935   - "tags"
10936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10937   x-axis: "X = VNFs per Service Chain"
10938   y-axis: "Y = Number of Service Chains"
10939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10940   layout:
10941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10942     layout: "plot-service-density"
10943
10944 - type: "plot"
10945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10946   algorithm: "plot_nf_heatmap"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10949   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10950   filter: "'NIC_Intel-XXV710' and
10951            'NF_DENSITY' and
10952            'VHOST' and
10953            not 'VXLAN' and
10954            'CHAIN' and
10955            'NF_VPPIP4' and
10956            'IMIX' and
10957            '8T4C' and
10958            'NDRPDR'"
10959   parameters:
10960   - "throughput"
10961   - "name"
10962   - "tags"
10963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = VNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10969     layout: "plot-service-density"
10970
10971 # Plots - NF Density - VSC - PDR IMIX
10972 - type: "plot"
10973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10974   algorithm: "plot_nf_heatmap"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10977   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10978   filter: "'NIC_Intel-XXV710' and
10979            'NF_DENSITY' and
10980            'VHOST' and
10981            not 'VXLAN' and
10982            'CHAIN' and
10983            'NF_VPPIP4' and
10984            'IMIX' and
10985            '2T1C' and
10986            'NDRPDR'"
10987   parameters:
10988   - "throughput"
10989   - "name"
10990   - "tags"
10991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10992   x-axis: "X = VNFs per Service Chain"
10993   y-axis: "Y = Number of Service Chains"
10994   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10995   layout:
10996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10997     layout: "plot-service-density"
10998
10999 - type: "plot"
11000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11001   algorithm: "plot_nf_heatmap"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
11004   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11005   filter: "'NIC_Intel-XXV710' and
11006            'NF_DENSITY' and
11007            'VHOST' and
11008            not 'VXLAN' and
11009            'CHAIN' and
11010            'NF_VPPIP4' and
11011            'IMIX' and
11012            '4T2C' and
11013            'NDRPDR'"
11014   parameters:
11015   - "throughput"
11016   - "name"
11017   - "tags"
11018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11019   x-axis: "X = VNFs per Service Chain"
11020   y-axis: "Y = Number of Service Chains"
11021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11022   layout:
11023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11024     layout: "plot-service-density"
11025
11026 - type: "plot"
11027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11028   algorithm: "plot_nf_heatmap"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
11031   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11032   filter: "'NIC_Intel-XXV710' and
11033            'NF_DENSITY' and
11034            'VHOST' and
11035            not 'VXLAN' and
11036            'CHAIN' and
11037            'NF_VPPIP4' and
11038            'IMIX' and
11039            '8T4C' and
11040            'NDRPDR'"
11041   parameters:
11042   - "throughput"
11043   - "name"
11044   - "tags"
11045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11046   x-axis: "X = VNFs per Service Chain"
11047   y-axis: "Y = Number of Service Chains"
11048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11049   layout:
11050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
11051     layout: "plot-service-density"
11052
11053 # Plots - NF Density - VSC - MRR IMIX
11054 - type: "plot"
11055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11056   algorithm: "plot_nf_heatmap"
11057   output-file-type: ".html"
11058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11059   data: "plot-vpp-nfv-2n-clx-mrr"
11060   filter: "'NIC_Intel-XXV710' and
11061            'NF_DENSITY' and
11062            'VHOST' and
11063            'VXLAN' and
11064            'CHAIN' and
11065            'IMIX' and
11066            '2T1C' and
11067            'MRR'"
11068   parameters:
11069   - "result"
11070   - "name"
11071   - "tags"
11072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11073   x-axis: "X = VNFs per Service Chain"
11074   y-axis: "Y = Number of Service Chains"
11075   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11076   layout:
11077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11078     layout: "plot-service-density"
11079
11080 - type: "plot"
11081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11082   algorithm: "plot_nf_heatmap"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11085   data: "plot-vpp-nfv-2n-clx-mrr"
11086   filter: "'NIC_Intel-XXV710' and
11087            'NF_DENSITY' and
11088            'VHOST' and
11089            'VXLAN' and
11090            'CHAIN' and
11091            'IMIX' and
11092            '4T2C' and
11093            'MRR'"
11094   parameters:
11095   - "result"
11096   - "name"
11097   - "tags"
11098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11099   x-axis: "X = VNFs per Service Chain"
11100   y-axis: "Y = Number of Service Chains"
11101   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11102   layout:
11103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11104     layout: "plot-service-density"
11105
11106 - type: "plot"
11107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11108   algorithm: "plot_nf_heatmap"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11111   data: "plot-vpp-nfv-2n-clx-mrr"
11112   filter: "'NIC_Intel-XXV710' and
11113            'NF_DENSITY' and
11114            'VHOST' and
11115            'VXLAN' and
11116            'CHAIN' and
11117            'IMIX' and
11118            '8T4C' and
11119            'MRR'"
11120   parameters:
11121   - "result"
11122   - "name"
11123   - "tags"
11124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11125   x-axis: "X = VNFs per Service Chain"
11126   y-axis: "Y = Number of Service Chains"
11127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11128   layout:
11129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11130     layout: "plot-service-density"
11131
11132 # Plots - NF Density - VSC - NDR IMIX
11133 - type: "plot"
11134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11135   algorithm: "plot_nf_heatmap"
11136   output-file-type: ".html"
11137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11139   filter: "'NIC_Intel-XXV710' and
11140            'NF_DENSITY' and
11141            'VHOST' and
11142            'VXLAN' and
11143            'IMIX' and
11144            'CHAIN' and
11145            '2T1C' and
11146            'NDRPDR'"
11147   parameters:
11148   - "throughput"
11149   - "name"
11150   - "tags"
11151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11152   x-axis: "X = VNFs per Service Chain"
11153   y-axis: "Y = Number of Service Chains"
11154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11155   layout:
11156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11157     layout: "plot-service-density"
11158
11159 - type: "plot"
11160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11161   algorithm: "plot_nf_heatmap"
11162   output-file-type: ".html"
11163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11164   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11165   filter: "'NIC_Intel-XXV710' and
11166            'NF_DENSITY' and
11167            'VHOST' and
11168            'VXLAN' and
11169            'CHAIN' and
11170            'IMIX' and
11171            '4T2C' and
11172            'NDRPDR'"
11173   parameters:
11174   - "throughput"
11175   - "name"
11176   - "tags"
11177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11178   x-axis: "X = VNFs per Service Chain"
11179   y-axis: "Y = Number of Service Chains"
11180   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11181   layout:
11182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11183     layout: "plot-service-density"
11184
11185 - type: "plot"
11186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11187   algorithm: "plot_nf_heatmap"
11188   output-file-type: ".html"
11189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11190   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11191   filter: "'NIC_Intel-XXV710' and
11192            'NF_DENSITY' and
11193            'VHOST' and
11194            'VXLAN' and
11195            'CHAIN' and
11196            'IMIX' and
11197            '8T4C' and
11198            'NDRPDR'"
11199   parameters:
11200   - "throughput"
11201   - "name"
11202   - "tags"
11203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11204   x-axis: "X = VNFs per Service Chain"
11205   y-axis: "Y = Number of Service Chains"
11206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11207   layout:
11208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11209     layout: "plot-service-density"
11210
11211 # Plots - NF Density - VSC - PDR IMIX
11212 - type: "plot"
11213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11214   algorithm: "plot_nf_heatmap"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11217   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11218   filter: "'NIC_Intel-XXV710' and
11219            'NF_DENSITY' and
11220            'VHOST' and
11221            'VXLAN' and
11222            'CHAIN' and
11223            'IMIX' and
11224            '2T1C' and
11225            'NDRPDR'"
11226   parameters:
11227   - "throughput"
11228   - "name"
11229   - "tags"
11230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11231   x-axis: "X = VNFs per Service Chain"
11232   y-axis: "Y = Number of Service Chains"
11233   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11234   layout:
11235     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11236     layout: "plot-service-density"
11237
11238 - type: "plot"
11239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11240   algorithm: "plot_nf_heatmap"
11241   output-file-type: ".html"
11242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11243   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11244   filter: "'NIC_Intel-XXV710' and
11245            'NF_DENSITY' and
11246            'VHOST' and
11247            'VXLAN' and
11248            'CHAIN' and
11249            'IMIX' and
11250            '4T2C' and
11251            'NDRPDR'"
11252   parameters:
11253   - "throughput"
11254   - "name"
11255   - "tags"
11256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11257   x-axis: "X = VNFs per Service Chain"
11258   y-axis: "Y = Number of Service Chains"
11259   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11260   layout:
11261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11262     layout: "plot-service-density"
11263
11264 - type: "plot"
11265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11266   algorithm: "plot_nf_heatmap"
11267   output-file-type: ".html"
11268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11269   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11270   filter: "'NIC_Intel-XXV710' and
11271            'NF_DENSITY' and
11272            'VHOST' and
11273            'VXLAN' and
11274            'CHAIN' and
11275            'IMIX' and
11276            '8T4C' and
11277            'NDRPDR'"
11278   parameters:
11279   - "throughput"
11280   - "name"
11281   - "tags"
11282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11283   x-axis: "X = VNFs per Service Chain"
11284   y-axis: "Y = Number of Service Chains"
11285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11286   layout:
11287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11288     layout: "plot-service-density"
11289
11290 # Plots - NF Density - CSC - MRR IMIX
11291 - type: "plot"
11292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11293   algorithm: "plot_nf_heatmap"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11296   data: "plot-vpp-nfv-2n-clx-mrr"
11297   filter: "'NIC_Intel-XXV710' and
11298            'NF_DENSITY' and
11299            'DOCKER' and
11300            'CHAIN' and
11301            'NF_VPPIP4' and
11302            'IMIX' and
11303            '2T1C' and
11304            'MRR'"
11305   parameters:
11306   - "result"
11307   - "name"
11308   - "tags"
11309   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11310   x-axis: "X = CNFs per Service Chain"
11311   y-axis: "Y = Number of Service Chains"
11312   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11313   layout:
11314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11315     layout: "plot-service-density"
11316
11317 - type: "plot"
11318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11319   algorithm: "plot_nf_heatmap"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11322   data: "plot-vpp-nfv-2n-clx-mrr"
11323   filter: "'NIC_Intel-XXV710' and
11324            'NF_DENSITY' and
11325            'DOCKER' and
11326            'CHAIN' and
11327            'NF_VPPIP4' and
11328            'IMIX' and
11329            '4T2C' and
11330            'MRR'"
11331   parameters:
11332   - "result"
11333   - "name"
11334   - "tags"
11335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11336   x-axis: "X = CNFs per Service Chain"
11337   y-axis: "Y = Number of Service Chains"
11338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11339   layout:
11340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11341     layout: "plot-service-density"
11342
11343 - type: "plot"
11344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11345   algorithm: "plot_nf_heatmap"
11346   output-file-type: ".html"
11347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11348   data: "plot-vpp-nfv-2n-clx-mrr"
11349   filter: "'NIC_Intel-XXV710' and
11350            'NF_DENSITY' and
11351            'DOCKER' and
11352            'CHAIN' and
11353            'NF_VPPIP4' and
11354            'IMIX' and
11355            '8T4C' and
11356            'MRR'"
11357   parameters:
11358   - "result"
11359   - "name"
11360   - "tags"
11361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11362   x-axis: "X = CNFs per Service Chain"
11363   y-axis: "Y = Number of Service Chains"
11364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11365   layout:
11366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11367     layout: "plot-service-density"
11368
11369 # Plots - NF Density - CSC - NDR IMIX
11370 - type: "plot"
11371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11372   algorithm: "plot_nf_heatmap"
11373   output-file-type: ".html"
11374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11375   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11376   filter: "'NIC_Intel-XXV710' and
11377            'NF_DENSITY' and
11378            'DOCKER' and
11379            'CHAIN' and
11380            'NF_VPPIP4' and
11381            'IMIX' and
11382            '2T1C' and
11383            'NDRPDR'"
11384   parameters:
11385   - "throughput"
11386   - "name"
11387   - "tags"
11388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11389   x-axis: "X = CNFs per Service Chain"
11390   y-axis: "Y = Number of Service Chains"
11391   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11392   layout:
11393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11394     layout: "plot-service-density"
11395
11396 - type: "plot"
11397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11398   algorithm: "plot_nf_heatmap"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11401   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11402   filter: "'NIC_Intel-XXV710' and
11403            'NF_DENSITY' and
11404            'DOCKER' and
11405            'CHAIN' and
11406            'NF_VPPIP4' and
11407            'IMIX' and
11408            '4T2C' and
11409            'NDRPDR'"
11410   parameters:
11411   - "throughput"
11412   - "name"
11413   - "tags"
11414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11415   x-axis: "X = CNFs per Service Chain"
11416   y-axis: "Y = Number of Service Chains"
11417   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11418   layout:
11419     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11420     layout: "plot-service-density"
11421
11422 - type: "plot"
11423   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11424   algorithm: "plot_nf_heatmap"
11425   output-file-type: ".html"
11426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11427   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11428   filter: "'NIC_Intel-XXV710' and
11429            'NF_DENSITY' and
11430            'DOCKER' and
11431            'CHAIN' and
11432            'NF_VPPIP4' and
11433            'IMIX' and
11434            '8T4C' and
11435            'NDRPDR'"
11436   parameters:
11437   - "throughput"
11438   - "name"
11439   - "tags"
11440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11441   x-axis: "X = CNFs per Service Chain"
11442   y-axis: "Y = Number of Service Chains"
11443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11444   layout:
11445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11446     layout: "plot-service-density"
11447
11448 # Plots - NF Density - CSC - PDR IMIX
11449 - type: "plot"
11450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11451   algorithm: "plot_nf_heatmap"
11452   output-file-type: ".html"
11453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11454   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11455   filter: "'NIC_Intel-XXV710' and
11456            'NF_DENSITY' and
11457            'DOCKER' and
11458            'CHAIN' and
11459            'NF_VPPIP4' and
11460            'IMIX' and
11461            '2T1C' and
11462            'NDRPDR'"
11463   parameters:
11464   - "throughput"
11465   - "name"
11466   - "tags"
11467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11468   x-axis: "X = CNFs per Service Chain"
11469   y-axis: "Y = Number of Service Chains"
11470   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11471   layout:
11472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11473     layout: "plot-service-density"
11474
11475 - type: "plot"
11476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11477   algorithm: "plot_nf_heatmap"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11481   filter: "'NIC_Intel-XXV710' and
11482            'NF_DENSITY' and
11483            'DOCKER' and
11484            'CHAIN' and
11485            'NF_VPPIP4' and
11486            'IMIX' and
11487            '4T2C' and
11488            'NDRPDR'"
11489   parameters:
11490   - "throughput"
11491   - "name"
11492   - "tags"
11493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11494   x-axis: "X = CNFs per Service Chain"
11495   y-axis: "Y = Number of Service Chains"
11496   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11497   layout:
11498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11499     layout: "plot-service-density"
11500
11501 - type: "plot"
11502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11503   algorithm: "plot_nf_heatmap"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11506   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11507   filter: "'NIC_Intel-XXV710' and
11508            'NF_DENSITY' and
11509            'DOCKER' and
11510            'CHAIN' and
11511            'NF_VPPIP4' and
11512            'IMIX' and
11513            '8T4C' and
11514            'NDRPDR'"
11515   parameters:
11516   - "throughput"
11517   - "name"
11518   - "tags"
11519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11520   x-axis: "X = CNFs per Service Chain"
11521   y-axis: "Y = Number of Service Chains"
11522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11523   layout:
11524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11525     layout: "plot-service-density"
11526
11527 # Plots - NF Density - CSP - MRR IMIX
11528 - type: "plot"
11529   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11530   algorithm: "plot_nf_heatmap"
11531   output-file-type: ".html"
11532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11533   data: "plot-vpp-nfv-2n-clx-mrr"
11534   filter: "'NIC_Intel-XXV710' and
11535            'NF_DENSITY' and
11536            'DOCKER' and
11537            'PIPELINE' and
11538            'NF_VPPIP4' and
11539            'IMIX' and
11540            '2T1C' and
11541            'MRR'"
11542   parameters:
11543   - "result"
11544   - "name"
11545   - "tags"
11546   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11547   x-axis: "X = CNFs per Service Pipeline"
11548   y-axis: "Y = Number of Service Pipelines"
11549   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11550   layout:
11551     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11552     layout: "plot-service-density"
11553
11554 - type: "plot"
11555   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11556   algorithm: "plot_nf_heatmap"
11557   output-file-type: ".html"
11558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11559   data: "plot-vpp-nfv-2n-clx-mrr"
11560   filter: "'NIC_Intel-XXV710' and
11561            'NF_DENSITY' and
11562            'DOCKER' and
11563            'PIPELINE' and
11564            'NF_VPPIP4' and
11565            'IMIX' and
11566            '4T2C' and
11567            'MRR'"
11568   parameters:
11569   - "result"
11570   - "name"
11571   - "tags"
11572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11573   x-axis: "X = CNFs per Service Pipeline"
11574   y-axis: "Y = Number of Service Pipelines"
11575   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11576   layout:
11577     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11578     layout: "plot-service-density"
11579
11580 - type: "plot"
11581   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11582   algorithm: "plot_nf_heatmap"
11583   output-file-type: ".html"
11584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11585   data: "plot-vpp-nfv-2n-clx-mrr"
11586   filter: "'NIC_Intel-XXV710' and
11587            'NF_DENSITY' and
11588            'DOCKER' and
11589            'PIPELINE' and
11590            'NF_VPPIP4' and
11591            'IMIX' and
11592            '8T4C' and
11593            'MRR'"
11594   parameters:
11595   - "result"
11596   - "name"
11597   - "tags"
11598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11599   x-axis: "X = CNFs per Service Pipeline"
11600   y-axis: "Y = Number of Service Pipelines"
11601   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11602   layout:
11603     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11604     layout: "plot-service-density"
11605
11606 # Plots - NF Density - CSP - NDR IMIX
11607 - type: "plot"
11608   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11609   algorithm: "plot_nf_heatmap"
11610   output-file-type: ".html"
11611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11612   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11613   filter: "'NIC_Intel-XXV710' and
11614            'NF_DENSITY' and
11615            'DOCKER' and
11616            'PIPELINE' and
11617            'NF_VPPIP4' and
11618            'IMIX' and
11619            '2T1C' and
11620            'NDRPDR'"
11621   parameters:
11622   - "throughput"
11623   - "name"
11624   - "tags"
11625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11626   x-axis: "X = CNFs per Service Pipeline"
11627   y-axis: "Y = Number of Service Pipelines"
11628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11629   layout:
11630     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11631     layout: "plot-service-density"
11632
11633 - type: "plot"
11634   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11635   algorithm: "plot_nf_heatmap"
11636   output-file-type: ".html"
11637   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11638   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11639   filter: "'NIC_Intel-XXV710' and
11640            'NF_DENSITY' and
11641            'DOCKER' and
11642            'PIPELINE' and
11643            'NF_VPPIP4' and
11644            'IMIX' and
11645            '4T2C' and
11646            'NDRPDR'"
11647   parameters:
11648   - "throughput"
11649   - "name"
11650   - "tags"
11651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11652   x-axis: "X = CNFs per Service Pipeline"
11653   y-axis: "Y = Number of Service Pipelines"
11654   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11655   layout:
11656     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11657     layout: "plot-service-density"
11658
11659 - type: "plot"
11660   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11661   algorithm: "plot_nf_heatmap"
11662   output-file-type: ".html"
11663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11664   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11665   filter: "'NIC_Intel-XXV710' and
11666            'NF_DENSITY' and
11667            'DOCKER' and
11668            'PIPELINE' and
11669            'NF_VPPIP4' and
11670            'IMIX' and
11671            '8T4C' and
11672            'NDRPDR'"
11673   parameters:
11674   - "throughput"
11675   - "name"
11676   - "tags"
11677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11678   x-axis: "X = CNFs per Service Pipeline"
11679   y-axis: "Y = Number of Service Pipelines"
11680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11681   layout:
11682     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11683     layout: "plot-service-density"
11684
11685 # Plots - NF Density - CSP - PDR IMIX
11686 - type: "plot"
11687   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11688   algorithm: "plot_nf_heatmap"
11689   output-file-type: ".html"
11690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11692   filter: "'NIC_Intel-XXV710' and
11693            'NF_DENSITY' and
11694            'DOCKER' and
11695            'PIPELINE' and
11696            'NF_VPPIP4' and
11697            'IMIX' and
11698            '2T1C' and
11699            'NDRPDR'"
11700   parameters:
11701   - "throughput"
11702   - "name"
11703   - "tags"
11704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11705   x-axis: "X = CNFs per Service Pipeline"
11706   y-axis: "Y = Number of Service Pipelines"
11707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11708   layout:
11709     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11710     layout: "plot-service-density"
11711
11712 - type: "plot"
11713   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11714   algorithm: "plot_nf_heatmap"
11715   output-file-type: ".html"
11716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11717   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11718   filter: "'NIC_Intel-XXV710' and
11719            'NF_DENSITY' and
11720            'DOCKER' and
11721            'PIPELINE' and
11722            'NF_VPPIP4' and
11723            'IMIX' and
11724            '4T2C' and
11725            'NDRPDR'"
11726   parameters:
11727   - "throughput"
11728   - "name"
11729   - "tags"
11730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11731   x-axis: "X = CNFs per Service Pipeline"
11732   y-axis: "Y = Number of Service Pipelines"
11733   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11734   layout:
11735     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11736     layout: "plot-service-density"
11737
11738 - type: "plot"
11739   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11740   algorithm: "plot_nf_heatmap"
11741   output-file-type: ".html"
11742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11743   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11744   filter: "'NIC_Intel-XXV710' and
11745            'NF_DENSITY' and
11746            'DOCKER' and
11747            'PIPELINE' and
11748            'NF_VPPIP4' and
11749            'IMIX' and
11750            '8T4C' and
11751            'NDRPDR'"
11752   parameters:
11753   - "throughput"
11754   - "name"
11755   - "tags"
11756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11757   x-axis: "X = CNFs per Service Pipeline"
11758   y-axis: "Y = Number of Service Pipelines"
11759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11760   layout:
11761     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11762     layout: "plot-service-density"
11763
11764 ################################################################################
11765
11766 # Packet Throughput
11767
11768 - type: "plot"
11769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11773   include:
11774     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11778   layout:
11779     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   include:
11788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11792   layout:
11793     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11801   include:
11802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11806   layout:
11807     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11820   layout:
11821     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11829   include:
11830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11834     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11835   layout:
11836     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11844   include:
11845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11850   layout:
11851     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11862     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11863     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11864     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11865   layout:
11866     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11876     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11877     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11879     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11880   layout:
11881     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11889   include:
11890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11892     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11893     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11894     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11895   layout:
11896     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11904   include:
11905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11906     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11907     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11908     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11909     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11910   layout:
11911     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
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]-ndr"
11928     layout: "plot-throughput"
11929
11930 - type: "plot"
11931   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11932   algorithm: "plot_perf_box_name"
11933   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11935   include:
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11942   layout:
11943     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11948   algorithm: "plot_perf_box_name"
11949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11951   include:
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11957   layout:
11958     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11972   layout:
11973     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11985   layout:
11986     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11998   layout:
11999     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
12000     layout: "plot-throughput"
12001
12002 - type: "plot"
12003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12004   algorithm: "plot_perf_box_name"
12005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12007   include:
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12013   layout:
12014     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12028   layout:
12029     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12030     layout: "plot-throughput"
12031
12032 - type: "plot"
12033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12034   algorithm: "plot_perf_box_name"
12035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12037   include:
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12054   layout:
12055     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
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-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12086   layout:
12087     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
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-ndr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12118   layout:
12119     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12120     layout: "plot-throughput"
12121
12122 - type: "plot"
12123   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12124   algorithm: "plot_perf_box_name"
12125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12127   include:
12128     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12131   layout:
12132     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12140   include:
12141     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12144   layout:
12145     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12156 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12157 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12158 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12159   layout:
12160     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12168   include:
12169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12174   layout:
12175     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12189   layout:
12190     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12204   layout:
12205     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12213   include:
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12219   layout:
12220     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12234   layout:
12235     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
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-ndr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12266   layout:
12267     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12268     layout: "plot-throughput"
12269
12270 - type: "plot"
12271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12272   algorithm: "plot_perf_box_name"
12273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
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-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12291   include:
12292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12298   layout:
12299     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12307   include:
12308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12313   layout:
12314     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12328   layout:
12329     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
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-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12353   include:
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12360   layout:
12361     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12368   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12369   include:
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12375   layout:
12376     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12384   include:
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12390   layout:
12391     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
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-ndr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12414   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12415   include:
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12422   layout:
12423     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12431   include:
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12437   layout:
12438     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12446   include:
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12452   layout:
12453     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
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-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12477   include:
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12484   layout:
12485     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12493   include:
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12496   layout:
12497     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12505   include:
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12508   layout:
12509     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12522   layout:
12523     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12536   layout:
12537     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12550   layout:
12551     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12556   algorithm: "plot_perf_box_name"
12557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12573   include:
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12578   layout:
12579     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12587   include:
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12592   layout:
12593     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12601   include:
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12606   layout:
12607     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12612   algorithm: "plot_perf_box_name"
12613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12615   include:
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12620   layout:
12621     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
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]-ndr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12642   algorithm: "plot_perf_box_name"
12643   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12645   include:
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12652   layout:
12653     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12661   include:
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12682   layout:
12683     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12712   layout:
12713     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12721   include:
12722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12738   layout:
12739     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12751   layout:
12752     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12760   include:
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12764   layout:
12765     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12773   include:
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12779   layout:
12780     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12788   include:
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12794   layout:
12795     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12803   include:
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12809   layout:
12810     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12815   algorithm: "plot_perf_box_name"
12816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12818   include:
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12824   layout:
12825     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12833   include:
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12839   layout:
12840     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12848   include:
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12854   layout:
12855     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12862   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12863   include:
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12869   layout:
12870     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12877   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12878   include:
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12884   layout:
12885     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12886     layout: "plot-throughput"
12887
12888 - type: "plot"
12889   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12890   algorithm: "plot_perf_box_name"
12891   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12892   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12893   include:
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12899   layout:
12900     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12908   include:
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12914   layout:
12915     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
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-ndr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946   layout:
12947     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12955   include:
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960   layout:
12961     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12962     layout: "plot-throughput"
12963
12964 - type: "plot"
12965   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12966   algorithm: "plot_perf_box_name"
12967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12969   include:
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974   layout:
12975     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
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-ndr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12999   include:
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006   layout:
13007     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13008     layout: "plot-throughput"
13009
13010 - type: "plot"
13011   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13012   algorithm: "plot_perf_box_name"
13013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
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-ndr"
13024     layout: "plot-throughput"
13025
13026 - type: "plot"
13027   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13028   algorithm: "plot_perf_box_name"
13029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13031   include:
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038   layout:
13039     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13040     layout: "plot-throughput"
13041
13042 - type: "plot"
13043   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13044   algorithm: "plot_perf_box_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
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-ndr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070   layout:
13071     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
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-ndr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13095   include:
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13102   layout:
13103     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
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-ndr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13127   include:
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13134   layout:
13135     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13136     layout: "plot-throughput"
13137
13138 - type: "plot"
13139   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13140   algorithm: "plot_perf_box_name"
13141   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
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]-ndr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13166   layout:
13167     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13168     layout: "plot-throughput"
13169
13170 - type: "plot"
13171   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13172   algorithm: "plot_perf_box_name"
13173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
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-ndr"
13184     layout: "plot-throughput"
13185
13186 - type: "plot"
13187   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13188   algorithm: "plot_perf_box_name"
13189   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13191   include:
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13198   layout:
13199     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
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-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13223   include:
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13244   layout:
13245     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13246     layout: "plot-throughput"
13247
13248 - type: "plot"
13249   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13250   algorithm: "plot_perf_box_name"
13251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13253   include:
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13258   layout:
13259     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13266   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13267   include:
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13272   layout:
13273     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13274     layout: "plot-throughput"
13275
13276 - type: "plot"
13277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13278   algorithm: "plot_perf_box_name"
13279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13281   include:
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13286   layout:
13287     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13288     layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
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-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13311   include:
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13318   layout:
13319     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13333   layout:
13334     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342   include:
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13348   layout:
13349     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13350     layout: "plot-throughput"
13351
13352 - type: "plot"
13353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13354   algorithm: "plot_perf_box_name"
13355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13357   include:
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13363   layout:
13364     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13392   layout:
13393     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13394     layout: "plot-throughput"
13395
13396 - type: "plot"
13397   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13398   algorithm: "plot_perf_box_name"
13399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13401   include:
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
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-ndr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13431   include:
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13438   layout:
13439     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
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-ndr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13463   include:
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13470   layout:
13471     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
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-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
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-ndr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13527   include:
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13534   layout:
13535     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13543   include:
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13548   layout:
13549     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13550     layout: "plot-throughput"
13551
13552 - type: "plot"
13553   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13554   algorithm: "plot_perf_box_name"
13555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13557   include:
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13562   layout:
13563     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
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-ndr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13587   include:
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13594   layout:
13595     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13596     layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
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-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13619   include:
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13626   layout:
13627     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13628     layout: "plot-throughput"
13629
13630 #- type: "plot"
13631 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13632 #  algorithm: "plot_perf_box_name"
13633 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13634 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13635 #  include:
13636 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13640 #  layout:
13641 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13642 #    layout: "plot-throughput"
13643 #
13644 #- type: "plot"
13645 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13646 #  algorithm: "plot_perf_box_name"
13647 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13648 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13649 #  include:
13650 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13652 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13653 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13654 #  layout:
13655 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13656 #    layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
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-ndr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13678   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13679   include:
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13686   layout:
13687     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13688     layout: "plot-throughput"
13689
13690 #- type: "plot"
13691 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13692 #  algorithm: "plot_perf_box_name"
13693 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13694 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13695 #  include:
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13700 #  layout:
13701 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13702 #    layout: "plot-throughput"
13703 #
13704 #- type: "plot"
13705 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13706 #  algorithm: "plot_perf_box_name"
13707 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13708 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13709 #  include:
13710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13711 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13714 #  layout:
13715 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13716 #    layout: "plot-throughput"
13717
13718 - type: "plot"
13719   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13720   algorithm: "plot_perf_box_name"
13721   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
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-ndr"
13732     layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13736   algorithm: "plot_perf_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13738   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13739   include:
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13746   layout:
13747     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13748     layout: "plot-throughput"
13749
13750 #- type: "plot"
13751 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13752 #  algorithm: "plot_perf_box_name"
13753 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
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-ndr"
13764 #    layout: "plot-throughput"
13765 #
13766 #- type: "plot"
13767 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13768 #  algorithm: "plot_perf_box_name"
13769 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13770 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13771 #  include:
13772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13778 #  layout:
13779 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13780 #    layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
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-ndr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13803   include:
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13810   layout:
13811     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
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-ndr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13841 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13842   layout:
13843     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
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-ndr"
13860     layout: "plot-throughput"
13861
13862 - type: "plot"
13863   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13864   algorithm: "plot_perf_box_name"
13865   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13867   include:
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
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-ndr"
13892     layout: "plot-throughput"
13893
13894 - type: "plot"
13895   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13896   algorithm: "plot_perf_box_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13899   include:
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13906   layout:
13907     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13908     layout: "plot-throughput"
13909
13910 #- type: "plot"
13911 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13912 #  algorithm: "plot_perf_box_name"
13913 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13914 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13915 #  include:
13916 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13917 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13918 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13919 #  layout:
13920 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13921 #    layout: "plot-throughput"
13922 #
13923 #- type: "plot"
13924 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13925 #  algorithm: "plot_perf_box_name"
13926 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13927 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13928 #  include:
13929 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13930 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13931 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13932 #  layout:
13933 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13934 #    layout: "plot-throughput"
13935
13936 - type: "plot"
13937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13938   algorithm: "plot_perf_box_name"
13939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13941   include:
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13947   layout:
13948     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13949     layout: "plot-throughput"
13950
13951 - type: "plot"
13952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13953   algorithm: "plot_perf_box_name"
13954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13956   include:
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13964     layout: "plot-throughput"
13965
13966 - type: "plot"
13967   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13968   algorithm: "plot_perf_box_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "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"
13973     - "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"
13974     - "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"
13975     - "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"
13976     - "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"
13977   layout:
13978     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13979     layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   include:
13987     - "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"
13988     - "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"
13989     - "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"
13990     - "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"
13991     - "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"
13992   layout:
13993     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13994     layout: "plot-throughput"
13995
13996 - type: "plot"
13997   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13998   algorithm: "plot_perf_box_name"
13999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   include:
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14007   layout:
14008     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14009     layout: "plot-throughput"
14010
14011 - type: "plot"
14012   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14013   algorithm: "plot_perf_box_name"
14014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14016   include:
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14022   layout:
14023     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14024     layout: "plot-throughput"
14025
14026 - type: "plot"
14027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14028   algorithm: "plot_perf_box_name"
14029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14031   include:
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14037   layout:
14038     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14039     layout: "plot-throughput"
14040
14041 - type: "plot"
14042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14043   algorithm: "plot_perf_box_name"
14044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14052   layout:
14053     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14054     layout: "plot-throughput"
14055
14056 - type: "plot"
14057   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14058   algorithm: "plot_perf_box_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14061   include:
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14067   layout:
14068     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14069     layout: "plot-throughput"
14070
14071 - type: "plot"
14072   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14073   algorithm: "plot_perf_box_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14076   include:
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14082   layout:
14083     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14084     layout: "plot-throughput"
14085
14086 - type: "plot"
14087   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14088   algorithm: "plot_perf_box_name"
14089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14091   include:
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14097   layout:
14098     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14099     layout: "plot-throughput"
14100
14101 - type: "plot"
14102   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14103   algorithm: "plot_perf_box_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14106   include:
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14112   layout:
14113     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14114     layout: "plot-throughput"
14115
14116 - type: "plot"
14117   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14118   algorithm: "plot_perf_box_name"
14119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14121   include:
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14126   layout:
14127     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14128     layout: "plot-throughput"
14129
14130 - type: "plot"
14131   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14132   algorithm: "plot_perf_box_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14140   layout:
14141     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14142     layout: "plot-throughput"
14143
14144 - type: "plot"
14145   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14146   algorithm: "plot_perf_box_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "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"
14151     - "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"
14152     - "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"
14153     - "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"
14154   layout:
14155     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14156     layout: "plot-throughput"
14157
14158 - type: "plot"
14159   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14160   algorithm: "plot_perf_box_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "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"
14165     - "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"
14166     - "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"
14167     - "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"
14168   layout:
14169     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14174   algorithm: "plot_perf_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
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-ndr"
14186     layout: "plot-throughput"
14187
14188 - type: "plot"
14189   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14190   algorithm: "plot_perf_box_name"
14191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200   layout:
14201     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14202     layout: "plot-throughput"
14203
14204 - type: "plot"
14205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14206   algorithm: "plot_perf_box_name"
14207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
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-ndr"
14218     layout: "plot-throughput"
14219
14220 - type: "plot"
14221   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14222   algorithm: "plot_perf_box_name"
14223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232   layout:
14233     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14234     layout: "plot-throughput"
14235
14236 - type: "plot"
14237   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14238   algorithm: "plot_perf_box_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
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-ndr"
14250     layout: "plot-throughput"
14251
14252 - type: "plot"
14253   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14254   algorithm: "plot_perf_box_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14264   layout:
14265     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14266     layout: "plot-throughput"
14267
14268 - type: "plot"
14269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14270   algorithm: "plot_perf_box_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14279   layout:
14280     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14281     layout: "plot-throughput"
14282
14283 - type: "plot"
14284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14285   algorithm: "plot_perf_box_name"
14286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14288   include:
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14294   layout:
14295     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14296     layout: "plot-throughput"
14297
14298 - type: "plot"
14299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14300   algorithm: "plot_perf_box_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "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"
14329     - "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"
14330   layout:
14331     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14339   include:
14340     - "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"
14341     - "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"
14342   layout:
14343     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14344     layout: "plot-throughput"
14345
14346 - type: "plot"
14347   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14348   algorithm: "plot_perf_box_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14354   layout:
14355     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14356     layout: "plot-throughput"
14357
14358 - type: "plot"
14359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14360   algorithm: "plot_perf_box_name"
14361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14363   include:
14364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14366   layout:
14367     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14368     layout: "plot-throughput"
14369
14370 - type: "plot"
14371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14372   algorithm: "plot_perf_box_name"
14373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14375   include:
14376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14378   layout:
14379     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14380     layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14384   algorithm: "plot_perf_box_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14390   layout:
14391     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14392     layout: "plot-throughput"
14393
14394 - type: "plot"
14395   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14396   algorithm: "plot_perf_box_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
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-ndr"
14408     layout: "plot-throughput"
14409
14410 - type: "plot"
14411   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14412   algorithm: "plot_perf_box_name"
14413   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14414   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14415   include:
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14422   layout:
14423     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14424     layout: "plot-throughput"
14425
14426 - type: "plot"
14427   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14428   algorithm: "plot_perf_box_name"
14429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
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-ndr"
14440     layout: "plot-throughput"
14441
14442 - type: "plot"
14443   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14444   algorithm: "plot_perf_box_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14447   include:
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-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-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14454   layout:
14455     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14456     layout: "plot-throughput"
14457
14458 #- type: "plot"
14459 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14460 #  algorithm: "plot_perf_box_name"
14461 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
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-ndr"
14472 #    layout: "plot-throughput"
14473 #
14474 #- type: "plot"
14475 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14476 #  algorithm: "plot_perf_box_name"
14477 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14478 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14479 #  include:
14480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14481 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14482 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14486 #  layout:
14487 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14488 #    layout: "plot-throughput"
14489
14490 - type: "plot"
14491   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14492   algorithm: "plot_perf_box_name"
14493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
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]-ndr"
14504     layout: "plot-throughput"
14505
14506 - type: "plot"
14507   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14508   algorithm: "plot_perf_box_name"
14509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14511   include:
14512     - "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"
14513     - "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"
14514     - "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"
14515     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14516     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14517     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14518   layout:
14519     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14520     layout: "plot-throughput"
14521
14522 ################################################################################
14523
14524 # Packet Speedup
14525
14526 - type: "plot"
14527   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14531   include:
14532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14536   layout:
14537     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14538     layout: "plot-throughput-speedup-analysis"
14539
14540 - type: "plot"
14541   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14542   algorithm: "plot_tsa_name"
14543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14545   include:
14546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14564   layout:
14565     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14593   layout:
14594     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14608   layout:
14609     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14610     layout: "plot-throughput-speedup-analysis"
14611
14612 - type: "plot"
14613   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14614   algorithm: "plot_tsa_name"
14615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14617   include:
14618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14623   layout:
14624     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14638   layout:
14639     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14640     layout: "plot-throughput-speedup-analysis"
14641
14642 - type: "plot"
14643   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14644   algorithm: "plot_tsa_name"
14645   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-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]-ndr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14670   layout:
14671     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14685   layout:
14686     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 - type: "plot"
14690   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14691   algorithm: "plot_tsa_name"
14692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14694   include:
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14700   layout:
14701     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14713   layout:
14714     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14722   include:
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14726   layout:
14727     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14728     layout: "plot-throughput-speedup-analysis"
14729
14730 - type: "plot"
14731   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14732   algorithm: "plot_tsa_name"
14733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14735   include:
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14741   layout:
14742     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14756   layout:
14757     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14769   layout:
14770     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14782   layout:
14783     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-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-ndr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14814   layout:
14815     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14816     layout: "plot-throughput-speedup-analysis"
14817
14818 - type: "plot"
14819   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14820   algorithm: "plot_tsa_name"
14821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-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-ndr"
14832     layout: "plot-throughput-speedup-analysis"
14833
14834 - type: "plot"
14835   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14836   algorithm: "plot_tsa_name"
14837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14839   include:
14840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14846   layout:
14847     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14855   include:
14856     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14859   layout:
14860     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14868   include:
14869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14872   layout:
14873     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14885 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14886 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14887   layout:
14888     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14896   include:
14897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14900 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14901 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14902   layout:
14903     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14932   layout:
14933     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14947   layout:
14948     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14949     layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14956   include:
14957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14959     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14962   layout:
14963     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-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-ndr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14994   layout:
14995     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14996     layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-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-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15026   layout:
15027     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15035   include:
15036     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15038   layout:
15039     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15047   include:
15048     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15064   layout:
15065     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15073   include:
15074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15078   layout:
15079     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15092   layout:
15093     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15106   layout:
15107     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-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]-ndr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15138   layout:
15139     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15153   layout:
15154     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15168   layout:
15169     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15183   layout:
15184     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15198   layout:
15199     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15207   include:
15208     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15211   layout:
15212     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   include:
15221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15237   layout:
15238     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15250   layout:
15251     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15259   include:
15260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15265   layout:
15266     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15280   layout:
15281     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15289   include:
15290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15295   layout:
15296     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15304   include:
15305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15310   layout:
15311     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15319   include:
15320     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-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-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15326   layout:
15327     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15335   include:
15336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15342   layout:
15343     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15351   include:
15352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356   layout:
15357     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15358     layout: "plot-throughput-speedup-analysis"
15359
15360 - type: "plot"
15361   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15362   algorithm: "plot_tsa_name"
15363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15365   include:
15366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15367     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370   layout:
15371     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15372     layout: "plot-throughput-speedup-analysis"
15373
15374 - type: "plot"
15375   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15376   algorithm: "plot_tsa_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-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-ndr"
15388     layout: "plot-throughput-speedup-analysis"
15389
15390 - type: "plot"
15391   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15392   algorithm: "plot_tsa_name"
15393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15395   include:
15396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15397     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15398     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15402   layout:
15403     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-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-ndr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15429     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15430     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15434   layout:
15435     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-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]-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15466   layout:
15467     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-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-ndr"
15484     layout: "plot-throughput-speedup-analysis"
15485
15486 - type: "plot"
15487   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15488   algorithm: "plot_tsa_name"
15489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15491   include:
15492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15498   layout:
15499     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-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-ndr"
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 - type: "plot"
15519   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15520   algorithm: "plot_tsa_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15523   include:
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15530   layout:
15531     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15539   include:
15540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15544   layout:
15545     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15553   include:
15554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15558   layout:
15559     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15572   layout:
15573     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15581   include:
15582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15586   layout:
15587     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-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-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15611   include:
15612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15618   layout:
15619     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   include:
15628     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15633   layout:
15634     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15648   layout:
15649     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15663   layout:
15664     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15672   include:
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15678   layout:
15679     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15687   include:
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15692   layout:
15693     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-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-ndr"
15724     layout: "plot-throughput-speedup-analysis"
15725
15726 - type: "plot"
15727   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15728   algorithm: "plot_tsa_name"
15729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15731   include:
15732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15738   layout:
15739     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-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-ndr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   include:
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15770   layout:
15771     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-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-ndr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15802   layout:
15803     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-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-ndr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15827   include:
15828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15834   layout:
15835     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15836     layout: "plot-throughput-speedup-analysis"
15837
15838 - type: "plot"
15839   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15840   algorithm: "plot_tsa_name"
15841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-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-ndr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15859   include:
15860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15866   layout:
15867     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15881   layout:
15882     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15890   include:
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15896   layout:
15897     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15905   include:
15906     - "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"
15907     - "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"
15908     - "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"
15909     - "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"
15910     - "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"
15911   layout:
15912     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15920   include:
15921     - "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"
15922     - "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"
15923     - "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"
15924     - "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"
15925     - "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"
15926   layout:
15927     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15935   include:
15936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15941   layout:
15942     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15950   include:
15951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15956   layout:
15957     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15965   include:
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15971   layout:
15972     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15980   include:
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15986   layout:
15987     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15995   include:
15996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16001   layout:
16002     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16010   include:
16011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16016   layout:
16017     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16025   include:
16026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16031   layout:
16032     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16046   layout:
16047     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16055   include:
16056     - "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"
16057     - "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"
16058     - "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"
16059     - "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"
16060   layout:
16061     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16069   include:
16070     - "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"
16071     - "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"
16072     - "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"
16073     - "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"
16074   layout:
16075     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16083   include:
16084     - "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"
16085     - "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"
16086     - "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"
16087     - "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"
16088   layout:
16089     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16097   include:
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102   layout:
16103     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-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-ndr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134   layout:
16135     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-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-ndr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16159   include:
16160     - "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"
16161     - "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"
16162     - "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"
16163     - "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"
16164     - "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"
16165     - "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"
16166   layout:
16167     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16168     layout: "plot-throughput-speedup-analysis"
16169
16170 - type: "plot"
16171   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16172   algorithm: "plot_tsa_name"
16173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-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-ndr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16191   include:
16192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198   layout:
16199     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16200     layout: "plot-throughput-speedup-analysis"
16201
16202 - type: "plot"
16203   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16204   algorithm: "plot_tsa_name"
16205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16207   include:
16208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16213   layout:
16214     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16215     layout: "plot-throughput-speedup-analysis"
16216
16217 - type: "plot"
16218   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16219   algorithm: "plot_tsa_name"
16220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16222   include:
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16228   layout:
16229     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 - type: "plot"
16233   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16234   algorithm: "plot_tsa_name"
16235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16237   include:
16238     - "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"
16239     - "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"
16240   layout:
16241     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16249   include:
16250     - "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"
16251     - "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"
16252   layout:
16253     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16254     layout: "plot-throughput-speedup-analysis"
16255
16256 - type: "plot"
16257   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16258   algorithm: "plot_tsa_name"
16259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16261   include:
16262     - "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"
16263     - "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"
16264   layout:
16265     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16273   include:
16274     - "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"
16275     - "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"
16276   layout:
16277     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-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]-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16301   include:
16302     - "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"
16303     - "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"
16304     - "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"
16305     - "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"
16306     - "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"
16307     - "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"
16308   layout:
16309     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16317   include:
16318     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16319     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16320     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16321     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16322     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16323   layout:
16324     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16332   include:
16333     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16338   layout:
16339     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16340     layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16347   include:
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16353   layout:
16354     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16362   include:
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16368   layout:
16369     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-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-ndr"
16386     layout: "plot-throughput-speedup-analysis"
16387
16388 - type: "plot"
16389   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16390   algorithm: "plot_tsa_name"
16391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16393   include:
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16400   layout:
16401     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16409   include:
16410     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16414   layout:
16415     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16423   include:
16424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16428   layout:
16429     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16437   include:
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16443   layout:
16444     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16452   include:
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16458   layout:
16459     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-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-ndr"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16483   include:
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16490   layout:
16491     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16499   include:
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16504   layout:
16505     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 - type: "plot"
16509   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16513   include:
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16518   layout:
16519     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16520     layout: "plot-throughput-speedup-analysis"
16521
16522 - type: "plot"
16523   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16524   algorithm: "plot_tsa_name"
16525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-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-ndr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16550   layout:
16551     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16552     layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-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-ndr"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16575   include:
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16582   layout:
16583     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 - type: "plot"
16587   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16588   algorithm: "plot_tsa_name"
16589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-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-ndr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16607   include:
16608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16609     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16610     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16611     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16614   layout:
16615     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16616     layout: "plot-throughput-speedup-analysis"
16617
16618 - type: "plot"
16619   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16620   algorithm: "plot_tsa_name"
16621   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-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-ndr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16639   include:
16640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16646   layout:
16647     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16648     layout: "plot-throughput-speedup-analysis"
16649
16650 - type: "plot"
16651   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16652   algorithm: "plot_tsa_name"
16653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-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-ndr"
16664     layout: "plot-throughput-speedup-analysis"
16665
16666 - type: "plot"
16667   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16668   algorithm: "plot_tsa_name"
16669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16671   include:
16672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-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-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16678   layout:
16679     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16680     layout: "plot-throughput-speedup-analysis"
16681
16682 #- type: "plot"
16683 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16684 #  algorithm: "plot_tsa_name"
16685 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-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-ndr"
16696 #    layout: "plot-throughput-speedup-analysis"
16697 #
16698 #- type: "plot"
16699 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16700 #  algorithm: "plot_tsa_name"
16701 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16702 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16703 #  include:
16704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16705 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16706 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16710 #  layout:
16711 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16712 #    layout: "plot-throughput-speedup-analysis"
16713
16714 - type: "plot"
16715   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16716   algorithm: "plot_tsa_name"
16717   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16718   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16719   include:
16720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16725   layout:
16726     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16727     layout: "plot-throughput-speedup-analysis"
16728
16729 - type: "plot"
16730   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16731   algorithm: "plot_tsa_name"
16732   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16733   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16734   include:
16735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16740   layout:
16741     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16742     layout: "plot-throughput-speedup-analysis"
16743
16744 - type: "plot"
16745   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16746   algorithm: "plot_tsa_name"
16747   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-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-ndr-tsa"
16758     layout: "plot-throughput-speedup-analysis"
16759
16760 - type: "plot"
16761   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16762   algorithm: "plot_tsa_name"
16763   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16764   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16765   include:
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16772   layout:
16773     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16774     layout: "plot-throughput-speedup-analysis"
16775
16776 - type: "plot"
16777   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16778   algorithm: "plot_tsa_name"
16779   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16780   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16781   include:
16782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16787   layout:
16788     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16789     layout: "plot-throughput-speedup-analysis"
16790
16791 - type: "plot"
16792   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16793   algorithm: "plot_tsa_name"
16794   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16795   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16796   include:
16797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16802   layout:
16803     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16804     layout: "plot-throughput-speedup-analysis"
16805
16806 #- type: "plot"
16807 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16808 #  algorithm: "plot_tsa_name"
16809 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16810 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16811 #  include:
16812 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16813 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16814 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16815 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16816 #  layout:
16817 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16818 #    layout: "plot-throughput-speedup-analysis"
16819 #
16820 #- type: "plot"
16821 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16822 #  algorithm: "plot_tsa_name"
16823 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16824 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16825 #  include:
16826 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16827 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16828 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16829 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16830 #  layout:
16831 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16832 #    layout: "plot-throughput-speedup-analysis"
16833
16834 - type: "plot"
16835   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16836   algorithm: "plot_tsa_name"
16837   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-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-ndr-tsa"
16848     layout: "plot-throughput-speedup-analysis"
16849
16850 - type: "plot"
16851   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16852   algorithm: "plot_tsa_name"
16853   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16854   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16855   include:
16856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16862   layout:
16863     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16864     layout: "plot-throughput-speedup-analysis"
16865
16866 - type: "plot"
16867   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16868   algorithm: "plot_tsa_name"
16869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16871   include:
16872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16877   layout:
16878     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16879     layout: "plot-throughput-speedup-analysis"
16880
16881 - type: "plot"
16882   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16883   algorithm: "plot_tsa_name"
16884   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16885   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16886   include:
16887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16892   layout:
16893     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16894     layout: "plot-throughput-speedup-analysis"
16895
16896 - type: "plot"
16897   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16898   algorithm: "plot_tsa_name"
16899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-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-ndr-tsa"
16910     layout: "plot-throughput-speedup-analysis"
16911
16912 - type: "plot"
16913   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16914   algorithm: "plot_tsa_name"
16915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16917   include:
16918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16924   layout:
16925     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16926     layout: "plot-throughput-speedup-analysis"
16927
16928 - type: "plot"
16929   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16930   algorithm: "plot_tsa_name"
16931   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16932   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16933   include:
16934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16938   layout:
16939     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16940     layout: "plot-throughput-speedup-analysis"
16941
16942 - type: "plot"
16943   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16944   algorithm: "plot_tsa_name"
16945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16947   include:
16948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16952   layout:
16953     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16954     layout: "plot-throughput-speedup-analysis"
16955
16956 - type: "plot"
16957   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16958   algorithm: "plot_tsa_name"
16959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16961   include:
16962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16967   layout:
16968     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16969     layout: "plot-throughput-speedup-analysis"
16970
16971 - type: "plot"
16972   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16973   algorithm: "plot_tsa_name"
16974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16976   include:
16977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16982   layout:
16983     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16984     layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-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-ndr-tsa"
17000     layout: "plot-throughput-speedup-analysis"
17001
17002 - type: "plot"
17003   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17004   algorithm: "plot_tsa_name"
17005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17007   include:
17008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17010     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17014   layout:
17015     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17016     layout: "plot-throughput-speedup-analysis"
17017
17018 #- type: "plot"
17019 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17020 #  algorithm: "plot_tsa_name"
17021 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17022 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17023 #  include:
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17028 #  layout:
17029 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17030 #    layout: "plot-throughput-speedup-analysis"
17031 #
17032 #- type: "plot"
17033 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17034 #  algorithm: "plot_tsa_name"
17035 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17036 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17037 #  include:
17038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17039 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17042 #  layout:
17043 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17044 #    layout: "plot-throughput-speedup-analysis"
17045
17046 - type: "plot"
17047   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17048   algorithm: "plot_tsa_name"
17049   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-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-ndr-tsa"
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 - type: "plot"
17063   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17064   algorithm: "plot_tsa_name"
17065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067   include:
17068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17074   layout:
17075     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17076     layout: "plot-throughput-speedup-analysis"
17077
17078 #- type: "plot"
17079 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17080 #  algorithm: "plot_tsa_name"
17081 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-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-ndr-tsa"
17092 #    layout: "plot-throughput-speedup-analysis"
17093 #
17094 #- type: "plot"
17095 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17096 #  algorithm: "plot_tsa_name"
17097 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17098 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17099 #  include:
17100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17106 #  layout:
17107 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17108 #    layout: "plot-throughput-speedup-analysis"
17109
17110 #- type: "plot"
17111 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17112 #  algorithm: "plot_tsa_name"
17113 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17114 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17115 #  include:
17116 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17117 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17118 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17119 #  layout:
17120 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17121 #    layout: "plot-throughput-speedup-analysis"
17122 #
17123 #- type: "plot"
17124 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17125 #  algorithm: "plot_tsa_name"
17126 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17127 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17128 #  include:
17129 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17130 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17131 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17132 #  layout:
17133 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17134 #    layout: "plot-throughput-speedup-analysis"
17135
17136 ################################################################################
17137
17138 # Packet Throughput - DPDK
17139
17140 # 2n-skx-xxv710
17141
17142 - type: "plot"
17143   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17144   algorithm: "plot_perf_box_name"
17145   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17146   data: "plot-dpdk-throughput-latency-2n-skx"
17147   include:
17148     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17149     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17150   layout:
17151     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17152     layout: "plot-throughput"
17153
17154 - type: "plot"
17155   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17156   algorithm: "plot_perf_box_name"
17157   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17158   data: "plot-dpdk-throughput-latency-2n-skx"
17159   include:
17160     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17161     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17162   layout:
17163     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17170   data: "plot-dpdk-throughput-latency-2n-skx"
17171   include:
17172     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17173     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17174   layout:
17175     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17176     layout: "plot-throughput"
17177
17178 - type: "plot"
17179   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17180   algorithm: "plot_perf_box_name"
17181   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17182   data: "plot-dpdk-throughput-latency-2n-skx"
17183   include:
17184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17185     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17186   layout:
17187     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17188     layout: "plot-throughput"
17189
17190 # 2n-skx-x710
17191
17192 - type: "plot"
17193   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17196   data: "plot-dpdk-throughput-latency-2n-skx"
17197   include:
17198     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17199     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17200   layout:
17201     title: "2n-skx-x710-64b-2t1c-base-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17208   data: "plot-dpdk-throughput-latency-2n-skx"
17209   include:
17210     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17211     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17212   layout:
17213     title: "2n-skx-x710-64b-4t2c-base-ndr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17220   data: "plot-dpdk-throughput-latency-2n-skx"
17221   include:
17222     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17223     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17224   layout:
17225     title: "2n-skx-x710-64b-2t1c-base-pdr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17232   data: "plot-dpdk-throughput-latency-2n-skx"
17233   include:
17234     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17235     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17236   layout:
17237     title: "2n-skx-x710-64b-4t2c-base-pdr"
17238     layout: "plot-throughput"
17239
17240 # 3n-skx-xxv710
17241
17242 - type: "plot"
17243   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17246   data: "plot-dpdk-throughput-latency-3n-skx"
17247   include:
17248     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17249     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17250   layout:
17251     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17252     layout: "plot-throughput"
17253
17254 - type: "plot"
17255   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17256   algorithm: "plot_perf_box_name"
17257   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17258   data: "plot-dpdk-throughput-latency-3n-skx"
17259   include:
17260     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17261     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17262   layout:
17263     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17270   data: "plot-dpdk-throughput-latency-3n-skx"
17271   include:
17272     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17273     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17274   layout:
17275     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17282   data: "plot-dpdk-throughput-latency-3n-skx"
17283   include:
17284     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17285     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17286   layout:
17287     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17288     layout: "plot-throughput"
17289
17290 # 3n-skx-x710
17291
17292 - type: "plot"
17293   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17296   data: "plot-dpdk-throughput-latency-3n-skx"
17297   include:
17298     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17299     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17300   layout:
17301     title: "3n-skx-x710-64b-2t1c-base-ndr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17308   data: "plot-dpdk-throughput-latency-3n-skx"
17309   include:
17310     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17311     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17312   layout:
17313     title: "3n-skx-x710-64b-4t2c-base-ndr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17320   data: "plot-dpdk-throughput-latency-3n-skx"
17321   include:
17322     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17323     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17324   layout:
17325     title: "3n-skx-x710-64b-2t1c-base-pdr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17332   data: "plot-dpdk-throughput-latency-3n-skx"
17333   include:
17334     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17335     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17336   layout:
17337     title: "3n-skx-x710-64b-4t2c-base-pdr"
17338     layout: "plot-throughput"
17339
17340 # 3n-hsw-xl710
17341
17342 - type: "plot"
17343   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17344   algorithm: "plot_perf_box_name"
17345   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17346   data: "plot-dpdk-throughput-latency-3n-hsw"
17347   include:
17348     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17349     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17350   layout:
17351     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17358   data: "plot-dpdk-throughput-latency-3n-hsw"
17359   include:
17360     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17361     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17362   layout:
17363     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17364     layout: "plot-throughput"
17365
17366 - type: "plot"
17367   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17368   algorithm: "plot_perf_box_name"
17369   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17370   data: "plot-dpdk-throughput-latency-3n-hsw"
17371   include:
17372     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17373     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17374   layout:
17375     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17380   algorithm: "plot_perf_box_name"
17381   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17382   data: "plot-dpdk-throughput-latency-3n-hsw"
17383   include:
17384     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17385     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17386   layout:
17387     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17388     layout: "plot-throughput"
17389
17390 # 3n-hsw-x710
17391
17392 - type: "plot"
17393   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17396   data: "plot-dpdk-throughput-latency-3n-hsw"
17397   include:
17398     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17399     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17400   layout:
17401     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17408   data: "plot-dpdk-throughput-latency-3n-hsw"
17409   include:
17410     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17411     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17412   layout:
17413     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17420   data: "plot-dpdk-throughput-latency-3n-hsw"
17421   include:
17422     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17423     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17424   layout:
17425     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17432   data: "plot-dpdk-throughput-latency-3n-hsw"
17433   include:
17434     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17435     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17436   layout:
17437     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17438     layout: "plot-throughput"
17439
17440 # 2n-dnv-x553
17441
17442 - type: "plot"
17443   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17444   algorithm: "plot_perf_box_name"
17445   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17446   data: "plot-dpdk-throughput-latency-2n-dnv"
17447   include:
17448     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17449     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17450   layout:
17451     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17452     layout: "plot-throughput"
17453
17454 - type: "plot"
17455   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17456   algorithm: "plot_perf_box_name"
17457   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17458   data: "plot-dpdk-throughput-latency-2n-dnv"
17459   include:
17460     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17461     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17462   layout:
17463     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17464     layout: "plot-throughput"
17465
17466 - type: "plot"
17467   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17468   algorithm: "plot_perf_box_name"
17469   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17470   data: "plot-dpdk-throughput-latency-2n-dnv"
17471   include:
17472     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17473     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17474   layout:
17475     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17476     layout: "plot-throughput"
17477
17478 - type: "plot"
17479   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17480   algorithm: "plot_perf_box_name"
17481   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17482   data: "plot-dpdk-throughput-latency-2n-dnv"
17483   include:
17484     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17485     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17486   layout:
17487     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17488     layout: "plot-throughput"
17489
17490 # 3n-dnv-x553
17491
17492 - type: "plot"
17493   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17496   data: "plot-dpdk-throughput-latency-3n-dnv"
17497   include:
17498     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17499     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17500   layout:
17501     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17508   data: "plot-dpdk-throughput-latency-3n-dnv"
17509   include:
17510     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17511     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17512   layout:
17513     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17518   algorithm: "plot_perf_box_name"
17519   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17520   data: "plot-dpdk-throughput-latency-3n-dnv"
17521   include:
17522     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17523     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17524   layout:
17525     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17532   data: "plot-dpdk-throughput-latency-3n-dnv"
17533   include:
17534     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17535     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17536   layout:
17537     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17538     layout: "plot-throughput"
17539
17540 # 3n-tsh-x520
17541
17542 - type: "plot"
17543   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17546   data: "plot-dpdk-throughput-latency-3n-tsh"
17547   include:
17548     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17549     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17550   layout:
17551     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17552     layout: "plot-throughput"
17553
17554 - type: "plot"
17555   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17556   algorithm: "plot_perf_box_name"
17557   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17558   data: "plot-dpdk-throughput-latency-3n-tsh"
17559   include:
17560     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17561     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17562   layout:
17563     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17570   data: "plot-dpdk-throughput-latency-3n-tsh"
17571   include:
17572     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17573     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17574   layout:
17575     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17582   data: "plot-dpdk-throughput-latency-3n-tsh"
17583   include:
17584     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17585     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17586   layout:
17587     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17588     layout: "plot-throughput"
17589
17590 ################################################################################
17591 ###   2n-clx                                                                 ###
17592 ################################################################################
17593
17594 # Packet Throughput
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17606   layout:
17607     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17620   layout:
17621     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17634   layout:
17635     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17648   layout:
17649     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17662   layout:
17663     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17664     layout: "plot-throughput"
17665
17666 - type: "plot"
17667   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17668   algorithm: "plot_perf_box_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17671   include:
17672 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17676   layout:
17677     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
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]-ndr"
17694     layout: "plot-throughput"
17695
17696 - type: "plot"
17697   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17698   algorithm: "plot_perf_box_name"
17699   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17701   include:
17702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17708   layout:
17709     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17710     layout: "plot-throughput"
17711
17712 - type: "plot"
17713   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17714   algorithm: "plot_perf_box_name"
17715   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17717   include:
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17736   layout:
17737     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17738     layout: "plot-throughput"
17739
17740 - type: "plot"
17741   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17742   algorithm: "plot_perf_box_name"
17743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17745   include:
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17749   layout:
17750     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17758   include:
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17777   layout:
17778     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17779     layout: "plot-throughput"
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
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-ndr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
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-ndr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17882   layout:
17883     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17884     layout: "plot-throughput"
17885
17886 - type: "plot"
17887   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17888   algorithm: "plot_perf_box_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17894   layout:
17895     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17906   layout:
17907     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17908     layout: "plot-throughput"
17909
17910 - type: "plot"
17911   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17912   algorithm: "plot_perf_box_name"
17913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
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-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17938   layout:
17939     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
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-ndr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17969 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17970   layout:
17971     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
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]-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18002   layout:
18003     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18004     layout: "plot-throughput"
18005
18006 - type: "plot"
18007   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18008   algorithm: "plot_perf_box_name"
18009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18011   include:
18012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18017   layout:
18018     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18019     layout: "plot-throughput"
18020
18021 - type: "plot"
18022   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18023   algorithm: "plot_perf_box_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18034     layout: "plot-throughput"
18035
18036 - type: "plot"
18037   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18038   algorithm: "plot_perf_box_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18049     layout: "plot-throughput"
18050
18051 - type: "plot"
18052   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18053   algorithm: "plot_perf_box_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18064     layout: "plot-throughput"
18065
18066 - type: "plot"
18067   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18068   algorithm: "plot_perf_box_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18076     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18077   layout:
18078     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18079     layout: "plot-throughput"
18080
18081 - type: "plot"
18082   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18083   algorithm: "plot_perf_box_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18091     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18092   layout:
18093     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18094     layout: "plot-throughput"
18095
18096 - type: "plot"
18097   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18098   algorithm: "plot_perf_box_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18107   layout:
18108     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18109     layout: "plot-throughput"
18110
18111 - type: "plot"
18112   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18113   algorithm: "plot_perf_box_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18122   layout:
18123     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18124     layout: "plot-throughput"
18125
18126 - type: "plot"
18127   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18137   layout:
18138     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18139     layout: "plot-throughput"
18140
18141 - type: "plot"
18142   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18143   algorithm: "plot_perf_box_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18152   layout:
18153     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18154     layout: "plot-throughput"
18155
18156 - type: "plot"
18157   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18158   algorithm: "plot_perf_box_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
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-ndr"
18170     layout: "plot-throughput"
18171
18172 - type: "plot"
18173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18174   algorithm: "plot_perf_box_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18184   layout:
18185     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18186     layout: "plot-throughput"
18187
18188 - type: "plot"
18189   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18190   algorithm: "plot_perf_box_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18198   layout:
18199     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18200     layout: "plot-throughput"
18201
18202 - type: "plot"
18203   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18204   algorithm: "plot_perf_box_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18214     layout: "plot-throughput"
18215
18216 - type: "plot"
18217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18218   algorithm: "plot_perf_box_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
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-ndr"
18230     layout: "plot-throughput"
18231
18232 - type: "plot"
18233   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18234   algorithm: "plot_perf_box_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18246     layout: "plot-throughput"
18247
18248 - type: "plot"
18249   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18250   algorithm: "plot_perf_box_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18258   layout:
18259     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18260     layout: "plot-throughput"
18261
18262 - type: "plot"
18263   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18264   algorithm: "plot_perf_box_name"
18265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18267   include:
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18272   layout:
18273     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18274     layout: "plot-throughput"
18275
18276 - type: "plot"
18277   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18278   algorithm: "plot_perf_box_name"
18279   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
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-ndr"
18290     layout: "plot-throughput"
18291
18292 - type: "plot"
18293   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18294   algorithm: "plot_perf_box_name"
18295   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18297   include:
18298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18304   layout:
18305     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18306     layout: "plot-throughput"
18307
18308 - type: "plot"
18309   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18310   algorithm: "plot_perf_box_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18318   layout:
18319     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18320     layout: "plot-throughput"
18321
18322 - type: "plot"
18323   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18324   algorithm: "plot_perf_box_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18332   layout:
18333     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18334     layout: "plot-throughput"
18335
18336 - type: "plot"
18337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18338   algorithm: "plot_perf_box_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18347   layout:
18348     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18349     layout: "plot-throughput"
18350
18351 - type: "plot"
18352   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18353   algorithm: "plot_perf_box_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18362   layout:
18363     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18364     layout: "plot-throughput"
18365
18366 - type: "plot"
18367   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18368   algorithm: "plot_perf_box_name"
18369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18370   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18371   include:
18372     - "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"
18373     - "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"
18374     - "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"
18375     - "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"
18376     - "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"
18377   layout:
18378     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18379     layout: "plot-throughput"
18380
18381 - type: "plot"
18382   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18383   algorithm: "plot_perf_box_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "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"
18388     - "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"
18389     - "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"
18390     - "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"
18391     - "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"
18392   layout:
18393     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18394     layout: "plot-throughput"
18395
18396 - type: "plot"
18397   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18398   algorithm: "plot_perf_box_name"
18399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18401   include:
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18407   layout:
18408     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18409     layout: "plot-throughput"
18410
18411 - type: "plot"
18412   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18413   algorithm: "plot_perf_box_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18437   layout:
18438     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18439     layout: "plot-throughput"
18440
18441 - type: "plot"
18442   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18443   algorithm: "plot_perf_box_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18454     layout: "plot-throughput"
18455
18456 - type: "plot"
18457   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18458   algorithm: "plot_perf_box_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18466   layout:
18467     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18468     layout: "plot-throughput"
18469
18470 - type: "plot"
18471   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18472   algorithm: "plot_perf_box_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18480   layout:
18481     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18482     layout: "plot-throughput"
18483
18484 - type: "plot"
18485   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18486   algorithm: "plot_perf_box_name"
18487   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18489   include:
18490     - "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"
18491     - "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"
18492     - "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"
18493     - "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"
18494   layout:
18495     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18496     layout: "plot-throughput"
18497
18498 - type: "plot"
18499   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18500   algorithm: "plot_perf_box_name"
18501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18502   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18503   include:
18504     - "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"
18505     - "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"
18506     - "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"
18507     - "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"
18508   layout:
18509     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18510     layout: "plot-throughput"
18511
18512 - type: "plot"
18513   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18514   algorithm: "plot_perf_box_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
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]-ndr"
18526     layout: "plot-throughput"
18527
18528 - type: "plot"
18529   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18530   algorithm: "plot_perf_box_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "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"
18535     - "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"
18536     - "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"
18537     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18538     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18539     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18540   layout:
18541     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18542     layout: "plot-throughput"
18543
18544 ################################################################################
18545
18546 # Packet Speedup
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18558   layout:
18559     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18560     layout: "plot-throughput-speedup-analysis"
18561
18562 - type: "plot"
18563   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18564   algorithm: "plot_tsa_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18572   layout:
18573     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18586   layout:
18587     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18600   layout:
18601     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18602     layout: "plot-throughput-speedup-analysis"
18603
18604 - type: "plot"
18605   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18606   algorithm: "plot_tsa_name"
18607   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18609   include:
18610     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18611     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18614   layout:
18615     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18616     layout: "plot-throughput-speedup-analysis"
18617
18618 - type: "plot"
18619   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18620   algorithm: "plot_tsa_name"
18621   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18623   include:
18624     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18625     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18626     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18627     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18628   layout:
18629     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-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]-ndr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18660   layout:
18661     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18662     layout: "plot-throughput-speedup-analysis"
18663
18664 - type: "plot"
18665   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18666   algorithm: "plot_tsa_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18701   layout:
18702     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18703     layout: "plot-throughput-speedup-analysis"
18704
18705 - type: "plot"
18706   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18707   algorithm: "plot_tsa_name"
18708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18710   include:
18711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18714   layout:
18715     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18731     layout: "plot-throughput-speedup-analysis"
18732
18733 - type: "plot"
18734   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18735   algorithm: "plot_tsa_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18744   layout:
18745     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18746     layout: "plot-throughput-speedup-analysis"
18747
18748 - type: "plot"
18749   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18750   algorithm: "plot_tsa_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18770   layout:
18771     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-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-ndr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18802   layout:
18803     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-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-ndr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18834   layout:
18835     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18836     layout: "plot-throughput-speedup-analysis"
18837
18838 - type: "plot"
18839   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18840   algorithm: "plot_tsa_name"
18841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18843   include:
18844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18846   layout:
18847     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18858   layout:
18859     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18860     layout: "plot-throughput-speedup-analysis"
18861
18862 - type: "plot"
18863   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18864   algorithm: "plot_tsa_name"
18865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-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-ndr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18890   layout:
18891     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-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-ndr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18922   layout:
18923     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-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]-ndr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18954   layout:
18955     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18956     layout: "plot-throughput-speedup-analysis"
18957
18958 - type: "plot"
18959   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18960   algorithm: "plot_tsa_name"
18961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18963   include:
18964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18969   layout:
18970     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18971     layout: "plot-throughput-speedup-analysis"
18972
18973 - type: "plot"
18974   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18975   algorithm: "plot_tsa_name"
18976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18978   include:
18979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18984   layout:
18985     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18986     layout: "plot-throughput-speedup-analysis"
18987
18988 - type: "plot"
18989   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18990   algorithm: "plot_tsa_name"
18991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18993   include:
18994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19008   include:
19009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19014   layout:
19015     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19016     layout: "plot-throughput-speedup-analysis"
19017
19018 - type: "plot"
19019   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19020   algorithm: "plot_tsa_name"
19021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19023   include:
19024     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19029   layout:
19030     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19044   layout:
19045     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19046     layout: "plot-throughput-speedup-analysis"
19047
19048 - type: "plot"
19049   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19050   algorithm: "plot_tsa_name"
19051   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19053   include:
19054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19059   layout:
19060     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19061     layout: "plot-throughput-speedup-analysis"
19062
19063 - type: "plot"
19064   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19065   algorithm: "plot_tsa_name"
19066   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19068   include:
19069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19074   layout:
19075     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19076     layout: "plot-throughput-speedup-analysis"
19077
19078 - type: "plot"
19079   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19080   algorithm: "plot_tsa_name"
19081   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19083   include:
19084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19089   layout:
19090     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19091     layout: "plot-throughput-speedup-analysis"
19092
19093 - type: "plot"
19094   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19095   algorithm: "plot_tsa_name"
19096   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19098   include:
19099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19104   layout:
19105     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19106     layout: "plot-throughput-speedup-analysis"
19107
19108 - type: "plot"
19109   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19110   algorithm: "plot_tsa_name"
19111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-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-ndr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19136   layout:
19137     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19138     layout: "plot-throughput-speedup-analysis"
19139
19140 - type: "plot"
19141   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19142   algorithm: "plot_tsa_name"
19143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19145   include:
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19150   layout:
19151     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19152     layout: "plot-throughput-speedup-analysis"
19153
19154 - type: "plot"
19155   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19156   algorithm: "plot_tsa_name"
19157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19159   include:
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19164   layout:
19165     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19166     layout: "plot-throughput-speedup-analysis"
19167
19168 - type: "plot"
19169   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19170   algorithm: "plot_tsa_name"
19171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-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-ndr"
19182     layout: "plot-throughput-speedup-analysis"
19183
19184 - type: "plot"
19185   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19186   algorithm: "plot_tsa_name"
19187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19189   include:
19190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19196   layout:
19197     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19198     layout: "plot-throughput-speedup-analysis"
19199
19200 - type: "plot"
19201   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19202   algorithm: "plot_tsa_name"
19203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19205   include:
19206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19210   layout:
19211     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19212     layout: "plot-throughput-speedup-analysis"
19213
19214 - type: "plot"
19215   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19216   algorithm: "plot_tsa_name"
19217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19219   include:
19220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19224   layout:
19225     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19226     layout: "plot-throughput-speedup-analysis"
19227
19228 - type: "plot"
19229   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19230   algorithm: "plot_tsa_name"
19231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-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-ndr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19251     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19252     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19256   layout:
19257     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19258     layout: "plot-throughput-speedup-analysis"
19259
19260 - type: "plot"
19261   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19262   algorithm: "plot_tsa_name"
19263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19265   include:
19266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19270   layout:
19271     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19272     layout: "plot-throughput-speedup-analysis"
19273
19274 - type: "plot"
19275   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19276   algorithm: "plot_tsa_name"
19277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19279   include:
19280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19281     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19282     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19283     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19284   layout:
19285     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19286     layout: "plot-throughput-speedup-analysis"
19287
19288 - type: "plot"
19289   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19290   algorithm: "plot_tsa_name"
19291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19293   include:
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19299   layout:
19300     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19301     layout: "plot-throughput-speedup-analysis"
19302
19303 - type: "plot"
19304   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19305   algorithm: "plot_tsa_name"
19306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19308   include:
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19314   layout:
19315     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19316     layout: "plot-throughput-speedup-analysis"
19317
19318 - type: "plot"
19319   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19320   algorithm: "plot_tsa_name"
19321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19322   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19323   include:
19324     - "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"
19325     - "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"
19326     - "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"
19327     - "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"
19328     - "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"
19329   layout:
19330     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19331     layout: "plot-throughput-speedup-analysis"
19332
19333 - type: "plot"
19334   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19335   algorithm: "plot_tsa_name"
19336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19338   include:
19339     - "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"
19340     - "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"
19341     - "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"
19342     - "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"
19343     - "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"
19344   layout:
19345     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19346     layout: "plot-throughput-speedup-analysis"
19347
19348 - type: "plot"
19349   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19350   algorithm: "plot_tsa_name"
19351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19353   include:
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19359   layout:
19360     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19361     layout: "plot-throughput-speedup-analysis"
19362
19363 - type: "plot"
19364   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19365   algorithm: "plot_tsa_name"
19366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19368   include:
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19374   layout:
19375     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19376     layout: "plot-throughput-speedup-analysis"
19377
19378 - type: "plot"
19379   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19380   algorithm: "plot_tsa_name"
19381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19383   include:
19384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19389   layout:
19390     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19391     layout: "plot-throughput-speedup-analysis"
19392
19393 - type: "plot"
19394   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19395   algorithm: "plot_tsa_name"
19396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19398   include:
19399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19404   layout:
19405     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19406     layout: "plot-throughput-speedup-analysis"
19407
19408 - type: "plot"
19409   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19410   algorithm: "plot_tsa_name"
19411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19413   include:
19414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19418   layout:
19419     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19420     layout: "plot-throughput-speedup-analysis"
19421
19422 - type: "plot"
19423   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19424   algorithm: "plot_tsa_name"
19425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19427   include:
19428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19432   layout:
19433     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19434     layout: "plot-throughput-speedup-analysis"
19435
19436 - type: "plot"
19437   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19438   algorithm: "plot_tsa_name"
19439   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19440   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19441   include:
19442     - "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"
19443     - "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"
19444     - "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"
19445     - "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"
19446   layout:
19447     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 - type: "plot"
19451   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19452   algorithm: "plot_tsa_name"
19453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19455   include:
19456     - "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"
19457     - "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"
19458     - "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"
19459     - "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"
19460   layout:
19461     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19462     layout: "plot-throughput-speedup-analysis"
19463
19464 - type: "plot"
19465   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19466   algorithm: "plot_tsa_name"
19467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-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]-ndr"
19478     layout: "plot-throughput-speedup-analysis"
19479
19480 - type: "plot"
19481   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19482   algorithm: "plot_tsa_name"
19483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19485   include:
19486     - "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"
19487     - "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"
19488     - "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"
19489     - "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"
19490     - "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"
19491     - "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"
19492   layout:
19493     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19494     layout: "plot-throughput-speedup-analysis"
19495
19496 ################################################################################
19497
19498 # Packet Throughput - DPDK
19499
19500 # 2n-clx-xxv710
19501
19502 - type: "plot"
19503   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19504   algorithm: "plot_perf_box_name"
19505   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19506   data: "plot-dpdk-throughput-latency-2n-clx"
19507   include:
19508     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19509     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19510   layout:
19511     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19512     layout: "plot-throughput"
19513
19514 - type: "plot"
19515   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19516   algorithm: "plot_perf_box_name"
19517   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19518   data: "plot-dpdk-throughput-latency-2n-clx"
19519   include:
19520     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19521     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19522   layout:
19523     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19524     layout: "plot-throughput"
19525
19526 - type: "plot"
19527   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19528   algorithm: "plot_perf_box_name"
19529   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19530   data: "plot-dpdk-throughput-latency-2n-clx"
19531   include:
19532     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19533     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19534   layout:
19535     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19536     layout: "plot-throughput"
19537
19538 - type: "plot"
19539   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19540   algorithm: "plot_perf_box_name"
19541   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19542   data: "plot-dpdk-throughput-latency-2n-clx"
19543   include:
19544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19545     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19546   layout:
19547     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19548     layout: "plot-throughput"
19549
19550 # 2n-clx-x710
19551
19552 - type: "plot"
19553   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19554   algorithm: "plot_perf_box_name"
19555   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19556   data: "plot-dpdk-throughput-latency-2n-clx"
19557   include:
19558     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19559     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19560   layout:
19561     title: "2n-clx-x710-64b-2t1c-base-ndr"
19562     layout: "plot-throughput"
19563
19564 - type: "plot"
19565   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19566   algorithm: "plot_perf_box_name"
19567   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19568   data: "plot-dpdk-throughput-latency-2n-clx"
19569   include:
19570     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19571     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19572   layout:
19573     title: "2n-clx-x710-64b-4t2c-base-ndr"
19574     layout: "plot-throughput"
19575
19576 - type: "plot"
19577   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19578   algorithm: "plot_perf_box_name"
19579   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19580   data: "plot-dpdk-throughput-latency-2n-clx"
19581   include:
19582     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19583     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19584   layout:
19585     title: "2n-clx-x710-64b-2t1c-base-pdr"
19586     layout: "plot-throughput"
19587
19588 - type: "plot"
19589   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19590   algorithm: "plot_perf_box_name"
19591   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19592   data: "plot-dpdk-throughput-latency-2n-clx"
19593   include:
19594     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19595     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19596   layout:
19597     title: "2n-clx-x710-64b-4t2c-base-pdr"
19598     layout: "plot-throughput"
19599
19600 ################################################################################
19601
19602 - type: "plot"
19603   title: "Latency by percentile: 2n-skx"
19604   algorithm: "plot_hdrh_lat_by_percentile"
19605   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19606   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19607   target-links: "../../_static/vpp"
19608   data: "plot-vpp-hdrh-lat-2n-skx"
19609   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19610   layout:
19611     layout: "plot-hdrh-latency-by-percentile"
19612
19613 - type: "plot"
19614   title: "Latency by percentile: 3n-skx"
19615   algorithm: "plot_hdrh_lat_by_percentile"
19616   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19617   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19618   target-links: "../../_static/vpp"
19619   data: "plot-vpp-hdrh-lat-3n-skx"
19620   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19621   layout:
19622     layout: "plot-hdrh-latency-by-percentile"
19623
19624 - type: "plot"
19625   title: "Latency by percentile: 2n-clx"
19626   algorithm: "plot_hdrh_lat_by_percentile"
19627   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19628   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19629   target-links: "../../_static/vpp"
19630   data: "plot-vpp-hdrh-lat-2n-clx"
19631   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19632   layout:
19633     layout: "plot-hdrh-latency-by-percentile"
19634
19635 - type: "plot"
19636   title: "Latency by percentile: 3n-hsw"
19637   algorithm: "plot_hdrh_lat_by_percentile"
19638   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19639   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19640   target-links: "../../_static/vpp"
19641   data: "plot-vpp-hdrh-lat-3n-hsw"
19642   filter: "'1T1C' and 'NIC_Intel-XL710'"
19643   layout:
19644     layout: "plot-hdrh-latency-by-percentile"
19645
19646 - type: "plot"
19647   title: "Latency by percentile: 3n-tsh"
19648   algorithm: "plot_hdrh_lat_by_percentile"
19649   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19650   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19651   target-links: "../../_static/vpp"
19652   data: "plot-vpp-hdrh-lat-3n-tsh"
19653   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19654   layout:
19655     layout: "plot-hdrh-latency-by-percentile"
19656
19657 - type: "plot"
19658   title: "Latency by percentile: DPDK 2n-skx"
19659   algorithm: "plot_hdrh_lat_by_percentile"
19660   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19661   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19662   target-links: "../../_static/dpdk"
19663   data: "plot-dpdk-hdrh-lat-2n-skx"
19664   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19665   layout:
19666     layout: "plot-hdrh-latency-by-percentile"
19667
19668 - type: "plot"
19669   title: "Latency by percentile: DPDK 3n-skx"
19670   algorithm: "plot_hdrh_lat_by_percentile"
19671   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19672   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19673   target-links: "../../_static/dpdk"
19674   data: "plot-dpdk-hdrh-lat-3n-skx"
19675   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19676   layout:
19677     layout: "plot-hdrh-latency-by-percentile"
19678
19679 - type: "plot"
19680   title: "Latency by percentile: DPDK 2n-clx"
19681   algorithm: "plot_hdrh_lat_by_percentile"
19682   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19683   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19684   target-links: "../../_static/dpdk"
19685   data: "plot-dpdk-hdrh-lat-2n-clx"
19686   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19687   layout:
19688     layout: "plot-hdrh-latency-by-percentile"
19689
19690 - type: "plot"
19691   title: "Latency by percentile: DPDK 3n-hsw"
19692   algorithm: "plot_hdrh_lat_by_percentile"
19693   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19694   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19695   target-links: "../../_static/dpdk"
19696   data: "plot-dpdk-hdrh-lat-3n-hsw"
19697   filter: "'1T1C' and 'NIC_Intel-XL710'"
19698   layout:
19699     layout: "plot-hdrh-latency-by-percentile"
19700
19701 - type: "plot"
19702   title: "Latency by percentile: DPDK 3n-tsh"
19703   algorithm: "plot_hdrh_lat_by_percentile"
19704   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19705   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19706   target-links: "../../_static/dpdk"
19707   data: "plot-dpdk-hdrh-lat-3n-tsh"
19708   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19709   layout:
19710     layout: "plot-hdrh-latency-by-percentile"